(declare-function): Moved from byte-run.el.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-12-03 Richard Stallman <rms@gnu.org>
2
3 * subr.el (declare-function): Moved from byte-run.el.
4
5 * emacs-lisp/byte-run.el (declare-function): Moved to subr.el
6
7 * window.el (recenter-top-bottom): Don't use `ecase'.
8
9 2007-12-02 Karl Fogel <kfogel@red-bean.com>
10
11 * saveplace.el (save-place-alist-to-file): Set
12 coding-system-for-write once and refer to it throughout.
13 Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
14
15 2007-12-02 Karl Fogel <kfogel@red-bean.com>
16
17 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
18 system when writing, and set it in the first-line file variables.
19 Based on a patch by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
20 and a suggestion by Juanma Barranquero.
21
22 2007-12-02 Glenn Morris <rgm@gnu.org>
23
24 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Reverse
25 branches of if statement.
26
27 * emulation/viper-cmd.el (top-level): Don't require advice.
28 Don't load viper-util, viper-keym, viper-mous, viper-macs,
29 viper-ex when compiling.
30
31 * emulation/viper-ex.el (top-level): Don't load viper-util,
32 viper-keym when compiling.
33
34 * emulation/viper-init.el (top-level): Move provide statement to end.
35
36 * emulation/viper-keym.el (top-level): Don't load viper-util when
37 compiling. Move provide statement to end.
38
39 * emulation/viper-macs.el (top-level): Don't load viper-util,
40 viper-keym, viper-mous when compiling.
41
42 * emulation/viper-mous.el (top-level): Don't load viper-util when
43 compiling.
44
45 * emulation/viper-util.el (top-level): Don't load viper-init when
46 compiling.
47
48 * emulation/viper.el (top-level): Don't require ring.
49 Don't load viper-init, viper-cmd when compiling.
50
51 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
52 Move here from gnus/.
53
54 2007-12-02 Karl Fogel <kfogel@red-bean.com>
55
56 Offer option for saveplace to be quiet about loading and saving.
57 Suggested by: David Reitter <dreitter{_AT_}inf.ed.ac.uk>
58
59 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
60 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
61 to determine whether to print loading/saving messages.
62
63 2007-12-02 Glenn Morris <rgm@gnu.org>
64
65 * mail/binhex.el: Move here from gnus/.
66 (binhex): New custom group.
67 (binhex-decoder-program, binhex-decoder-switches)
68 (binhex-use-external): Move to the binhex custom group.
69
70 * mail/uudecode.el: Move here from gnus/.
71 (uudecode): New custom group.
72 (uudecode-decoder-program, uudecode-decoder-switches)
73 (uudecode-use-external): Move to the uudecode custom group.
74
75 * net/netrc.el (top-level): Don't load `encrypt' features.
76 (netrc-parse): Don't use encrypt.
77 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
78
79 * progmodes/python.el (top-level): Don't require cl when compiling.
80
81 2007-12-02 Agustin Martin <agustin.martin@hispalinux.es>
82
83 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
84 encoding for aspell process and for communication with it.
85 Only add "-d" option if not already present.
86 Use ispell-current-dictionary and ispell-current-personal-dictionary.
87 General reorganization.
88
89 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
90 encoding here.
91 (ispell-start-process): Explicitly set encoding here if using aspell.
92
93 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
94
95 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
96 function to log-edit.
97
98 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
99
100 * net/dbus.el: New file.
101
102 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
103
104 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
105 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
106 (calc-lang-parens-are-subscripts): New variables.
107 (math-expr-special-function-mapping): Remove variable.
108 (math-eqn-ignore-words, math-tex-ignore-words)
109 (math-latex-ignore-words): Move to calc-lang.el.
110
111 * calc/calc-lang.el (math-compose-vector, math-compose-var)
112 (math-tex-expr-is-flat): Declare as functions.
113 (calc-lang-slash-idiv, calc-lang-allow-underscores)
114 (math-comp-left-bracket, math-comp-right-bracket)
115 (math-comp-comma, math-comp-vector-prec): Declare as variables.
116 (math-var-formatter, math-matrix-formatter)
117 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
118 (math-punc-table, math-compose-subscr,math-dots)
119 (math-func-formatter): New property names to store language
120 specific information.
121 (math-compose-tex-var, math-compose-tex-intv)
122 (math-compose-maple-intv, math-compose-eqn-intv)
123 (math-compose-tex-sum, math-compose-tex-func)
124 (math-compose-tex-intv): New functions.
125 (math-eqn-ignore-words,math-tex-ignore-words)
126 (math-latex-ignore-words): Move from calc.el.
127 (math-special-function-table): Add entries for tex.
128 (calc-lang-slash-idiv, calc-lang-allows-underscores):
129 New variables.
130 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
131 (math-compose-tex-matrix, math-compose-eqn-matrix)
132 (math-eqn-special-functions): Move from calccomp.el.
133
134 * calc/calccomp.el (math-compose-var): New function.
135 (math-compose-expr): Allow more special functions to be used.
136 Change test for formatting fractions. Use variables and property
137 names to help with language specific formatting.
138 (math-compose-tex-matrix, math-compose-eqn-matrix)
139 (math-eqn-special-functions): Move to calc-lang.el.
140 (math-compose-rows): Use property names to help with language
141 specific formatting.
142
143 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
144 into nested subscripts.
145 (math-read-token): Use variables and property names to help with
146 language specific parsing.
147 (math-read-expression-level): Use variables to help with language
148 specific parsing.
149
150 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
153 (archive-rar-summarize): Allow the file name to be passed as argument.
154 Remove unused vars `header' and `footer'.
155 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
156
157 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
158
159 * log-edit.el (log-edit-show-diff): New function.
160 (log-edit-mode-map, log-edit-menu): Bind it.
161 (log-edit-diff-function): New variable.
162 (log-edit): Change the 3rd param to be an alist and accept a
163 function that computes a diff for the files involved.
164
165 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
166
167 2007-12-01 Martin Rudalics <rudalics@gmx.at>
168
169 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
170 wrap next-/previous-line in with-no-warnings.
171
172 2007-12-01 Glenn Morris <rgm@gnu.org>
173
174 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
175
176 * net/dig.el: Move here from gnus/.
177 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
178
179 * net/dns.el: Move here from gnus/.
180 (top-level): Don't require mm-util, or cl when compiling.
181 (dns-write-name, dns-read, dns-read-type, query-dns):
182 Replace mm-with-unibyte-buffer with its expansion.
183 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
184
185 * progmodes/gdb-ui.el (gud-remove, gud-break):
186 * progmodes/gud.el (gdb-create-define-alist)
187 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
188 (hl-line-highlight, gdb-display-source-buffer)
189 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
190 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
191
192 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
193
194 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
195 Move args on defun line.
196
197 * textmodes/org.el (org-calendar-holiday):
198 Use calendar-check-holidays instead of the obsolete
199 check-calendar-holidays.
200 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
201 (bbdb-company, bbdb-current-record, bbdb-name)
202 (bbdb-record-getprop, bbdb-record-name)
203 (bibtex-beginning-of-entry, bibtex-generate-autokey)
204 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
205 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
206 (mh-find-path, mh-get-header-field, mh-get-msg-num)
207 (mh-header-display, mh-index-previous-folder)
208 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
209 (mh-show-buffer-message-number, mh-show-header-display)
210 (mh-show-msg, mh-show-show, mh-visit-folder)
211 (org-export-latex-cleaned-string, remember)
212 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
213 (rmail-what-message, elmo-folder-exists-p)
214 (elmo-message-entity-field, elmo-message-field)
215 (vm-beginning-of-message, vm-follow-summary-cursor)
216 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
217 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
218 (vm-summarize, wl-folder-get-elmo-folder)
219 (wl-summary-goto-folder-subr)
220 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
221 (wl-summary-line-subject, wl-summary-message-number)
222 (wl-summary-redisplay): Declare as functions.
223
224 2007-11-30 Martin Rudalics <rudalics@gmx.at>
225
226 * longlines.el (longlines-show-hard-newlines): Remove handling of
227 buffer-undo-list and buffer-modified status.
228 (longlines-show-region, longlines-unshow-hard-newlines):
229 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
230 inhibit-modification-hooks here to avoid that a buffer appears
231 modified when toggling visibility of hard newlines.
232
233 2007-11-30 Glenn Morris <rgm@gnu.org>
234
235 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
236
237 * progmodes/idlw-complete-structtag.el
238 (idlwave-sintern-structtag):
239 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
240 (idlwave-sintern-sysvartag):
241 * progmodes/idlwave.el (idlwave-sintern-class-tag)
242 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
243 functions.
244
245 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
246
247 * textmodes/reftex-index.el (texmathp):
248 * textmodes/reftex-auc.el (TeX-argument-insert)
249 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
250 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
251 (LaTeX-label-list):
252 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
253 (rng-clear-conditional-region, rng-do-some-validation): Declare as
254 functions.
255 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
256
257 2007-11-30 Glenn Morris <rgm@gnu.org>
258
259 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
260 argument and document it.
261
262 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
263 Third argument to declare-function must be a list to specify arglist.
264
265 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
266 Handle declare-function third argument `t' and fourth argument.
267 (check-declare-verify): Doc fix. Handle `fileonly' case.
268 Use progn rather than prog1.
269
270 * desktop.el (uniquify-item-base):
271 * term/mac-win.el (url-type): Declare as functions.
272
273 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
274 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
275 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
276 fourth arg to declare-function.
277
278 * play/dunnet.el: Don't require cl when compiling.
279 (byte-compile-warnings): Set via file local variables.
280 (dun-parse): Let-bind `beg' and `line'.
281
282 2007-11-29 Alexandre Julliard <julliard@winehq.org>
283
284 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
285
286 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
287
288 * calendar/time-date.el (encode-time-value): Doc fix.
289
290 2007-11-29 Glenn Morris <rgm@gnu.org>
291
292 * calendar/time-date.el (with-decoded-time-value): Doc fix.
293
294 * textmodes/css-mode.el (prog-mode): Remove.
295 (css-mode): Derive from fundamental-mode rather than prog-mode.
296
297 * emacs-lisp/byte-run.el (declare-function): Doc fix.
298
299 * emacs-lisp/check-declare.el (check-declare-locate)
300 (check-declare-verify): Handle `external' files.
301 (check-declare-errmsg): New function.
302 (check-declare-verify, check-declare-file, check-declare-directory):
303 Use check-declare-errmsg to report the number of problems.
304
305 * ffap.el (w3-view-this-url)
306 * mail/mspools.el (vm-visit-folder)
307 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
308 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
309 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
310 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
311 (bbdb-records)
312 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
313 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
314 (sasl-make-client, sasl-next-step, sasl-step-data)
315 (sasl-step-set-data)
316 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
317 (htmlr-step): Declare as functions.
318
319 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
320 Use bbdb-address-zip rather than bbdb-address-zip-string.
321
322 2007-11-28 Richard Stallman <rms@gnu.org>
323
324 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
325 Move here from gnus/.
326
327 2007-11-28 Martin Rudalics <rudalics@gmx.at>
328
329 * newcomment.el (comment-region-internal): Fix newline insertion
330 in `block' case.
331
332 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
335
336 2007-11-28 Glenn Morris <rgm@gnu.org>
337
338 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
339 delete .elc files.
340
341 * nxml/char-name/unicode: Move to etc/nxml/.
342 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
343
344 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
345 Declare as a function.
346
347 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
348 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
349 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
350
351 * nxml/nxml-outln.el (nxml-token-start-tag-p)
352 (nxml-token-end-tag-p): Move definitions before use.
353
354 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
355
356 * nxml/nxml-uchnm.el (top-level)
357 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
358 (nxml-enabled-unicode-blocks): Add custom group.
359
360 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
361 Use string-to-number rather than string-to-int.
362
363 * dired-x.el (dired-omit-old-add-entry): Declare as function.
364 Move definition before use.
365 (dired-old-find-buffer-nocreate): Declare as function.
366
367 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
368 (check-declare-verify): Handle fset.
369
370 * emulation/edt.el (edt-user-emulation-setup):
371 Test edt-setup-user-bindings is bound before calling.
372
373 * emulation/tpu-edt.el: Don't require cl when compiling.
374 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
375 (tpu-edt-off): Use condition-case rather than ignore-errors.
376 Use with-no-warnings.
377
378 * eshell/esh-util.el (top-level): Use require rather than load for
379 ange-ftp.
380
381 * mail/supercite.el (sc-version): Redefine as an alias for
382 emacs-version.
383 (sc-help-address): Remove.
384 (sc-version): Use emacs-version rather than sc-version.
385 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
386
387 * net/socks.el (socks-original-open-network-stream): Declare as
388 function. Move definition before use.
389
390 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
391
392 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
393 (math-make-frac): Declare as functions.
394
395 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
396
397 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
398 Pacify byte compiler.
399 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
400
401 * progmodes/idlwave.el (idlwave-shell-get-path-info)
402 (idlwave-shell-temp-file, idlwave-shell-is-running)
403 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
404 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
405 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
406 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
407 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
408 (idlwave-completing-read, idlwave-current-routine)
409 (idlwave-downcase-safe, idlwave-entry-find-keyword)
410 (idlwave-expand-keyword, idlwave-find-class-definition)
411 (idlwave-find-inherited-class, idlwave-find-struct-tag)
412 (idlwave-get-buffer-visiting, idlwave-in-quote)
413 (idlwave-make-full-name, idlwave-members-only)
414 (idlwave-popup-select, idlwave-routine-source-file)
415 (idlwave-routines, idlwave-sintern-class)
416 (idlwave-sintern-keyword, idlwave-sintern-method)
417 (idlwave-sintern-routine-or-method)
418 (idlwave-substitute-link-target, idlwave-sys-dir)
419 (idlwave-this-word, idlwave-what-module-find-class)
420 (idlwave-where):
421 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
422 * mail/uce.el (rmail-msg-is-pruned)
423 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
424 (rmail-toggle-header):
425 * mail/sendmail.el (dired-view-file, dired-get-filename):
426 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
427 (rmail-display-labels, rmail-msgbeg)
428 (rmail-set-message-deleted-p, rmail-message-labels-p)
429 (rmail-show-message, mail-comma-list-regexp)
430 (mail-parse-comma-list):
431 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
432 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
433 (rfc822-addresses, mail-abbrev-make-syntax-table)
434 (mail-sendmail-delimit-header, mail-header-end):
435 * mail/hashcash.el (message-narrow-to-headers-or-head)
436 (message-fetch-field, message-goto-eoh)
437 (message-narrow-to-headers):
438 * vc.el (view-mode-exit): Declare as functions.
439
440 * mail/vms-pmail.el:
441 * vmsproc.el:
442 * vms-patch.el: Don't byte compile these files, they don't work.
443
444 2007-11-27 Glenn Morris <rgm@gnu.org>
445
446 * calc/calc-ext.el (math-read-big-rec):
447 * calc/calc-nlfit.el (math-map-binop):
448 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
449
450 * eshell/eshell.el (eshell-report-bug): Add version number of
451 obsolescence.
452
453 * emulation/viper.el, emulation/viper-util.el,
454 emulation/viper-macs.el, emulation/viper-keym.el,
455 emulation/viper-ex.el, emulation/viper-cmd.el:
456 Load viper-*.el files silently.
457
458 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
459 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
460 Load ediff-*.el files silently.
461
462 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
463 compiling.
464 (Info-goto-node): Declare as a function.
465
466 * ediff-init.el: Don't load ange-ftp when compiling.
467 * ediff-util.el: Don't load reporter when compiling.
468
469 * ediff-wind.el (ediff-display-pixel-width)
470 (ediff-display-pixel-height):
471 * generic-x.el (ini-generic-mode):
472 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
473 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
474 (ps-mule-initialize, ps-mule-begin-job):
475 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
476 (mark-calendar-days-named):
477 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
478 (add-to-diary-list, diary-name-pattern)
479 (mark-calendar-days-named):
480 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
481 (mark-calendar-days-named):
482 * calendar/cal-x.el (make-fancy-diary-buffer):
483 * calendar/holidays.el (calendar-absolute-from-julian):
484 * calendar/todo-mode.el (calendar-current-date):
485 * calendar/cal-menu.el (calendar-increment-month)
486 (calendar-month-name, extract-calendar-year)
487 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
488 (calendar-current-date, calendar-cursor-holidays)
489 (calendar-date-string, insert-diary-entry, calendar-set-mark)
490 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
491 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
492 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
493 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
494 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
495 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
496 (calendar-day-of-year-string, calendar-iso-date-string)
497 (calendar-julian-date-string, calendar-astro-date-string)
498 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
499 (calendar-persian-date-string, calendar-bahai-date-string)
500 (calendar-islamic-date-string, calendar-chinese-date-string)
501 (calendar-coptic-date-string, calendar-ethiopic-date-string)
502 (calendar-french-date-string, calendar-mayan-date-string)
503 (calendar-print-chinese-date, calendar-goto-date):
504 Declare as functions.
505
506 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
507 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
508
509 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
510 aliases for report-emacs-bug.
511 (gnus-summary-select-article, gnus-configure-windows): Declare as
512 functions.
513
514 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
515 compiler.
516
517 * pgg.el (pgg-clear-string): Declare as a function.
518 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
519 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
520
521 * emacs-lisp/check-declare.el (check-declare-locate):
522 Handle compressed files.
523 (check-declare-verify): Handle define-generic-mode,
524 define-global(ized)-minor-mode, define-obsolete-function-alias.
525
526 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
527
528 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
529 algebraic modes.
530
531 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
532 (math-is-true, calc-explain-why, calc-alg-edit)
533 (math-composite-inequalities, math-flatten-lands)
534 (math-multi-subst, calcFunc-vmatches, math-simplify)
535 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
536 (math-read-string, math-read-brackets, math-read-angle-brackets):
537 Declare as functions.
538
539 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
540 (calc-fit-bell-shaped-logistic-curve)
541 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
542 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
543 (math-max-list): Declare as functions.
544 (math-map-binop): New function.
545 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
546
547 * calc/calc.el (calc-set-language, calc-edit-finish)
548 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
549 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
550 (math-lessp, calc-embedded-finish-command)
551 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
552 (calc-push-list-in-macro, calc-replace-selections)
553 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
554 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
555 (calc-embedded-stack-change, calc-refresh-evaltos)
556 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
557 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
558 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
559 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
560 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
561 (math-dimension-error, calc-incomplete-error, math-float-fancy)
562 (math-neg-fancy, math-zerop, calc-add-fractions)
563 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
564 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
565 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
566 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
567 (math-compose-expr, math-comp-width, math-composition-to-string)
568 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
569 (math-adjust-fraction, math-format-binary, math-format-radix)
570 (math-group-float, math-mod, math-format-number-fancy)
571 (math-format-bignum-fancy, math-read-number-fancy)
572 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
573 (calc-do-embedded-activate, math-do-defmath)
574 (calc-load-everything): Declare as functions.
575
576 * calc/calc-ext.el (math-clip, math-round, math-simplify)
577 (math-simplify-extended, math-simplify-units, calc-set-language)
578 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
579 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
580 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
581 (math-normalize-hms, math-normalize-mod, math-make-sdev)
582 (math-make-intv, math-normalize-logical-op, math-possible-signs)
583 (math-infinite-dir, math-calcFunc-to-var)
584 (calc-embedded-evaluate-expr, math-known-nonzerop)
585 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
586 (math-format-date, math-vector-is-string, math-vector-to-string)
587 (math-format-radix-float, math-compose-expr, math-abs)
588 (math-format-bignum-binary, math-format-bignum-octal)
589 (math-format-bignum-hex, math-format-bignum-radix)
590 (math-compute-max-digits): Declare as functions.
591 (math-provably-realp): Fix typo.
592
593 * calc/calc-forms.el (calendar-current-time-zone)
594 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
595 functions.
596
597 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
598
599 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
600 Declare as functions.
601
602 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
603 (math-posp, math-compare, math-bignum, math-compare-bignum):
604 Declare as functions.
605
606 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
607 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
608 (calc-explain-why, calc-clear-command-flag)
609 (calc-roll-down-with-selections, calc-roll-up-with-selections)
610 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
611 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
612 (math-trunc-special, math-trunc-fancy, math-floor-special)
613 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
614 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
615 (math-pow-zero, math-pow-fancy): Declare as functions.
616
617 * calc/calc-mode.el (calc-embedded-save-original-modes):
618 Declare as a function.
619
620 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
621 Declare as functions.
622 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
623 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
624 Replace `mapcar*' by `math-map-binop'.
625 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
626
627 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
628 (math-read-expr-level): Declare as functions.
629
630 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
631
632 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
635 end-of-defun-function is called consistently, even for negative
636 arguments.
637 (end-of-defun-function): Default to forward-sexp.
638
639 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
640
641 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
642
643 2007-11-26 Glenn Morris <rgm@gnu.org>
644
645 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
646 than :suffix.
647
648 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
649
650 2007-11-26 Simon Josefsson <simon@josefsson.org>
651
652 * net/imap.el: Move from ../gnus.
653
654 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
655
656 * doc-view.el (doc-view-mode-p): New function.
657
658 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
659
660 * mail/mspools.el (rmail-get-new-mail):
661 * mail/reporter.el (mail-position-on-field, mail-text):
662 * mail/rmail.el (mail-position-on-field, mail-text-start)
663 (rmail-update-summary):
664 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
665 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
666 * mail/rmailout.el (rmail-update-summary):
667 * mail/rmailsort.el (rmail-update-summary):
668 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
669 (dired-view-file):
670 * mail/uce.el (mail-strip-quoted-names):
671 * mail/undigest.el (rmail-update-summary):
672 * mail/unrmail.el (mail-strip-quoted-names):
673 * ediff.el (diff-latest-backup-file): Declare as functions.
674
675 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
676 (kill-to-end-of-line):
677 * obsolete/rnews.el (news-set-minor-modes):
678 Remove non working functions.
679
680 2007-11-25 Glenn Morris <rgm@gnu.org>
681
682 * eshell/esh-maint.el (top-level): Use require with NOERROR for
683 pcomplete. Don't mess with load-path.
684
685 * eshell/eshell.el (eshell-report-bug-address): Remove.
686 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
687
688 2007-11-24 Glenn Morris <rgm@gnu.org>
689
690 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
691 (appt-disp-window): Don't require electric.
692 Simplify minibuffer-avoidance code.
693 (appt-select-lowest-window): Avoid minibuffer.
694
695 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
696 (esh-mode): Require it.
697 (esh-util): Use require rather than featurep and load.
698 (eshell): No need to test if eshell-mode is bound; remove obsolete
699 reference to eshell-auto.
700 (eshell-command, eshell-command-result): Don't require esh-mode
701 now that the file does.
702 (top-level): Move provide statement to the end of the file.
703 Re-order and update commentary.
704
705 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
706
707 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
708 (vc-annotate-toggle-annotation-visibility): New command.
709 (vc-annotate-mode-map): Bind "V" to it.
710 (vc-annotate-mode-menu): Add entry for it.
711 (vc-annotate-get-time-set-line-props): New func.
712 (vc-annotate-display-autoscale)
713 (vc-annotate-display-difference): Use it.
714
715 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
716 Also, match one space at end of annotation text, after last paren.
717
718 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
719
720 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
721 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
722 `tramp-completion-mode'.
723
724 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
725
726 * vc-git.el (vc-git-show-log-entry): New func.
727
728 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
729 (vc-git-state): Use vc-git--call.
730 (vc-git-registered, vc-git-working-revision)
731 (vc-git-previous-revision, vc-git-next-revision)
732 (vc-git--run-command-string, vc-git-symbolic-commit):
733 Use vc-git--out-ok.
734
735 2007-11-24 Glenn Morris <rgm@gnu.org>
736
737 * emacs-lisp/byte-run.el (declare-function): Doc fix.
738
739 2007-11-24 Kenichi Handa <handa@m17n.org>
740
741 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
742
743 2007-11-23 David Kastrup <dak@gnu.org>
744
745 * server.el (server-process-filter): Use `command-line-args-left'.
746
747 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
750
751 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
752
753 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
754 buffer if the parent buffer is in vc-dired-mode.
755
756 2007-11-23 Mark A. Hershberger <mah@everybody.org>
757
758 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
759
760 2007-11-23 Juri Linkov <juri@jurta.org>
761
762 * dired.el (dired-read-dir-and-switches): For C-x d, set the
763 value for M-n to the visited file name of the current buffer.
764 Use minibuffer-with-setup-hook to set minibuffer-default to
765 buffer-file-name inside read-file-name.
766
767 * man.el (Man-getpage-in-background): Don't disregard user option
768 `Man-width' on non-window systems. Remove test for `window-system'
769 around setting envvar "COLUMNS" depending on the value of `Man-width'.
770
771 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
772 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
773 of "--color=always".
774
775 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
778 beginning-of-defun-function.
779
780 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
781
782 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
783
784 2007-11-22 Glenn Morris <rgm@gnu.org>
785
786 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
787
788 * emacs-lisp/check-declare.el (check-declare-locate): New function.
789 (check-declare-scan): Use check-declare-locate.
790 (check-declare-verify): No longer adjust fnfile, now
791 check-declare-locate does it.
792
793 * emacs-lisp/byte-run.el (declare-function): Doc fix.
794
795 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * subr.el (posn-col-row): Make the `default-value' use explicit.
798
799 * window.el (balance-windows): Remove unused var `counter'.
800 (bw-balance-sub): Remove unused var `lastchild'.
801 (split-window-vertically): Remove unused var `switch'.
802 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
803
804 * emacs-lisp/bytecomp.el
805 (byte-compile-file-form-custom-declare-variable): Simplify.
806
807 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
808
809 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
810 Set `show-trailing-whitespace' to nil.
811
812 * dired.el (make-symbolic-link):
813 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
814 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
815 * dired-x.el (make-symbolic-link):
816 * frame.el (x-initialize-window-system):
817 * menu-bar.el (x-menu-bar-open):
818 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
819 (x-store-cut-buffer-internal):
820 * wdired.el (make-symbolic-link):
821 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
822 (x-send-client-message):
823 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
824
825 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
826
827 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
828
829 2007-11-22 Glenn Morris <rgm@gnu.org>
830
831 * dos-fns.el (int86):
832 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
833
834 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
835
836 * calendar/holidays.el (holiday-list): Add autoload cookie.
837
838 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
839 files relative to src/ directory.
840 (check-declare-verify): Handle .c files. Warn if could not find
841 an arglist to check.
842
843 * emacs-lisp/byte-run.el (declare-function): Doc fix.
844
845 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
846
847 * replace.el (occur-mode-map): Add a major mode menu with entries
848 for all occur operations.
849
850 * international/titdic-cnv.el (dos-8+3-filename):
851 * obsolete/fast-lock.el (msdos-long-file-names):
852 * frame.el (msdos-mouse-p):
853 * files.el (msdos-long-file-names, w32-long-file-name):
854 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
855 (mac-resume-apple-event, mac-font-panel-mode)
856 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
857 (mac-clear-font-name-table):
858 * term/pc-win.el (msdos-remember-default-colors)
859 (w16-set-clipboard-data, w16-get-clipboard-data):
860 * term/w32-win.el (w32-send-sys-command, w32-select-font)
861 (set-message-beep):
862 * net/browse-url.el (w32-shell-execute):
863 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
864 (w32-get-locale-info, w32-get-valid-locale-ids)
865 (w32-set-clipboard-data):
866 * dos-fns.el (int86, msdos-long-file-names):
867 * dos-w32.el (default-printer-name): Declare as functions.
868
869 2007-11-21 Jason Rumney <jasonr@gnu.org>
870
871 * emacs-lisp/byte-run.el (declare-function): Return nil.
872
873 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
876
877 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
878
879 * ps-print.el (ps-lpr-switches): Docstring fix.
880 (ps-string-list): New fun.
881 (ps-do-despool): Code fix.
882
883 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
884
885 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
886
887 2007-11-21 Glenn Morris <rgm@gnu.org>
888
889 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
890 for now. Handle define-minor-mode, and defalias (with no argument
891 checking).
892
893 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
894
895 * frame.el (msdos-mouse-p):
896 * files.el (msdos-long-file-names, w32-long-file-name):
897 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
898 (mac-resume-apple-event, mac-font-panel-mode)
899 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
900 (mac-clear-font-name-table):
901 * term/pc-win.el (msdos-remember-default-colors)
902 (w16-set-clipboard-data, w16-get-clipboard-data):
903 * term/w32-win.el (w32-send-sys-command, w32-select-font)
904 (set-message-beep):
905 * net/browse-url.el (w32-shell-execute):
906 * dos-fns.el (int86, msdos-long-file-names):
907 * dos-w32.el (default-printer-name): Undo previous change.
908
909 2007-11-21 Eli Zaretskii <eliz@gnu.org>
910
911 * international/mule-cmds.el (set-locale-environment):
912 Set default-file-name-coding-system _after_ keyboard and terminal
913 coding systems. This fixes last change.
914
915 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
916 one space after "Subject:".
917
918 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
919
920 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
921 in order to determine if there's a conflict.
922
923 2007-11-21 Richard Stallman <rms@gnu.org>
924
925 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
926
927 * reposition.el (reposition-window):
928 Binding C-M-l moved to bindings.el.
929
930 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
931
932 * add-log.el (add-change-log-entry-other-window):
933 Key binding C-x 4 a moved to bindings.el.
934
935 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
936 from filecache.el.
937
938 * filecache.el: Minibuffer map bindings moved to bindings.el.
939
940 2007-11-21 Jason Rumney <jasonr@gnu.org>
941
942 * international/mule-cmds.el (set-locale-environment):
943 Set default-file-name-coding-system from system defaults on Windows.
944
945 2007-11-21 Jason Rumney <jasonr@gnu.org>
946
947 * term/w32console.el: New term init file for w32 console.
948
949 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
950 (x-setup-function-keys): Likewise, replacing top-level key definitions.
951 (w32-tty-standard-colors): Move to term/w32console.el.
952
953 * term/w32-win.el (x-setup-function-keys): Remove.
954
955 * term/tty-colors.el (tty-register-default-colors): Remove special
956 case for w32.
957
958 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
959
960 * frame.el (msdos-mouse-p):
961 * generic-x.el (w32-shell-name):
962 * files.el (msdos-long-file-names, w32-long-file-name)
963 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
964 (dos-8+3-filename, vms-read-directory, view-mode-disable):
965 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
966 (mac-resume-apple-event, mac-font-panel-mode)
967 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
968 (mac-clear-font-name-table):
969 * term/pc-win.el (msdos-remember-default-colors)
970 (w16-set-clipboard-data, w16-get-clipboard-data):
971 * term/w32-win.el (w32-send-sys-command, w32-select-font)
972 (set-message-beep):
973 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
974 (w32-get-locale-info, w32-get-valid-locale-ids)
975 (w32-set-clipboard-data):
976 * help-fns.el (ad-get-advice-info):
977 * font-lock.el (fast-lock-after-fontify-buffer)
978 (fast-lock-after-unfontify-buffer, fast-lock-mode)
979 (lazy-lock-after-fontify-buffer)
980 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
981 * net/browse-url.el (w32-shell-execute):
982 * dos-fns.el (int86, msdos-long-file-names):
983 * dos-w32.el (default-printer-name): Declare as functions.
984
985 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
986
987 * textmodes/paragraphs.el (forward-sentence): Doc fix.
988 Reported by Drew Adams <drew.adams@oracle.com>.
989
990 2007-11-20 Jason Rumney <jasonr@gnu.org>
991
992 * term/w32-win.el (x-setup-function-keys): Protect against
993 multiple calls on the same terminal.
994
995 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
996
997 * term/mac-win.el (x-setup-function-keys): Only setup
998 local-function-key-map if it has not been setup already for the
999 current frame. Move the suspend-emacs processing here.
1000
1001 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * progmodes/grep.el (xargs-program): New variable.
1004 (grep-compute-defaults): Use it.
1005 (grep-default-command): Doc fix.
1006 (grep, lgrep, rgrep): Reflow docstrings.
1007
1008 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1009
1010 * vc.el (vc-find-revision): Set the parent buffer.
1011 Use when instead of if.
1012
1013 * progmodes/python.el (info-lookup-maybe-add-help):
1014 * progmodes/ps-mode.el (doc-view-minor-mode):
1015 * mail/emacsbug.el (Info-menu, Info-goto-node):
1016 * emulation/viper-keym.el (viper-ex)
1017 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
1018 * emulation/viper-cmd.el (widget-type, widget-button-press)
1019 (viper-set-hooks):
1020 * emacs-lisp/tcover-unsafep.el (unsafep-function):
1021 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
1022 (ses-load, ses-vector-delete, ses-create-header-string)
1023 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
1024 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
1025
1026 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
1029
1030 2007-11-20 Glenn Morris <rgm@gnu.org>
1031
1032 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
1033 for end of function-name. Handle define-derived-mode.
1034
1035 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
1036
1037 * progmodes/idlw-help.el: Require browse-url unconditionally, it
1038 is available by default.
1039 (idlwave-help-browse-url-available): Change default to t.
1040
1041 * emulation/edt.el (defgroup, defcustom): Remove definition.
1042 (eval-when-compile): Remove.
1043 (c-mark-function):
1044 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
1045 * textmodes/fill.el (comment-search-forward)
1046 (comment-string-strip):
1047 * progmodes/prolog.el (comint-mode, comint-send-string)
1048 (comint-send-region, comint-send-eof):
1049 * progmodes/dcl-mode.el (imenu-default-create-index-function):
1050 * emulation/viper-util.el (viper-forward-Word):
1051 * emulation/vi.el (c-mark-function):
1052 * emulation/edt-vt100.el (vt100-wide-mode):
1053 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
1054
1055 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
1056
1057 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1058 Still some tuning in case of an echoing shell.
1059 (tramp-send-command): Connection property "remote-echo" is not
1060 persistent; cache key is the process therefore.
1061
1062 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
1063
1064 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1065 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1066
1067 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1068
1069 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1070 * play/yow.el (doctor-ret-or-read):
1071 * vc-hooks.el (vc-dired-resynch-file):
1072 * vc-hg.el (log-view-get-marked):
1073 * smerge-mode.el (ediff-cleanup-mess):
1074 * pcvs.el (vc-editable-p, vc-checkout):
1075 * pcomplete.el (comint-bol):
1076 * informat.el (texinfo-format-refill):
1077 * ido.el (tramp-tramp-file-p):
1078 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1079 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1080 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1081 functions.
1082
1083 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1084 instead of fset.
1085 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1086
1087 * ido.el (ido-file-internal): Move with-no-warnings to include the
1088 ffap-string-at-point call.
1089
1090 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1091
1092 * vc-hg.el (vc-hg-revision-table): Fix last change.
1093
1094 2007-11-19 Martin Rudalics <rudalics@gmx.at>
1095
1096 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1097 clipboard-yank when the buffer is read-only.
1098
1099 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1100 keymaps such that it's before the definition of Custom-mode-menu.
1101 (Custom-mode-menu): Show it for custom-field-keymap too.
1102
1103 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1104
1105 * progmodes/gdb-ui.el: Update commentary.
1106
1107 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1108
1109 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1110
1111 2007-11-19 Glenn Morris <rgm@gnu.org>
1112
1113 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1114 does not exist, try adding `.el' extension. Also search for defsubsts.
1115
1116 * cus-edit.el (recentf-expand-file-name):
1117 * dired.el (dired-relist-entry):
1118 * subr.el (w32-shell-dos-semantics):
1119 * emacs-lisp/bytecomp.el (compilation-forget-errors):
1120 Declare as functions.
1121
1122 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1125 (prepare-abbrev-list-buffer): Use dolist.
1126 (clear-abbrev-table): Preserve properties.
1127
1128 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
1129
1130 * textmodes/texinfmt.el (texinfo-format-printindex):
1131 Collect combined indexes using texinfo-short-index-format-cmds-alist.
1132 Reported on <bug-texinfo@gnu.org>.
1133
1134 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
1135
1136 * net/tramp.el (tramp-completion-reread-directory-timeout):
1137 New defcustom.
1138 (tramp-handle-file-name-all-completions): Flush directory contents
1139 from cache regularly.
1140 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1141 (tramp-open-connection-setup-interactive-shell):
1142 Call `tramp-cleanup-connection' via funcall.
1143
1144 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1145 created when copying.
1146
1147 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
1148
1149 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1150 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1151 * eshell/esh-ext.el (eshell-external-command):
1152 * eshell/esh-cmd.el (require):
1153 * eshell/em-unix.el (eshell-plain-locate-behavior):
1154 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1155 Replace eshell-under-xemacs-p with (featurep 'xemacs).
1156 * eshell/esh-mode.el (characterp, char-int): Remove unused
1157 conditional defaliases.
1158
1159 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1160 Rename from event-matches-key-specifier-p, define unconditionally.
1161 (event-basic-type): Remove unused defalias.
1162 (pcomplete-show-completions):
1163 Use pcomplete-event-matches-key-specifier-p.
1164
1165 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1166
1167 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1168 when saving esh-groups.el.
1169
1170 2007-11-17 Martin Rudalics <rudalics@gmx.at>
1171
1172 * wid-edit.el (widget-default-complete):
1173 * progmodes/flymake.el (flymake-goto-file-and-line):
1174 Fix typo in (doc-)string.
1175
1176 2007-11-17 Glenn Morris <rgm@gnu.org>
1177
1178 * emacs-lisp/byte-run.el (declare-function): New macro.
1179 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1180 New function, byte-hunk-handler for declare-function.
1181 (byte-compile-callargs-warn): Handle declared functions.
1182
1183 * emacs-lisp/check-declare.el: New file.
1184 * Makefile.in (check-declare): New target.
1185
1186 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1187
1188 * subr.el (process-lines): Move here from ../admin/admin.el.
1189 * emacs-lisp/authors.el (authors-process-lines): Remove.
1190 (authors): Use process-lines rather than authors-process-lines.
1191
1192 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1193 Remove these files.
1194
1195 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
1196
1197 * emacs-lisp/backquote.el (backquote):
1198 Improve argument/docstring consistency.
1199
1200 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1201 (ring-length, ring-empty-p): Use c[ad]dr.
1202 (ring-plus1): Use `1+'.
1203 (ring-minus1): Use `zerop'.
1204 (ring-remove): Use c[ad]dr. Use `when'.
1205 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
1206 (ring-ref): Use `let', not `let*'.
1207 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
1208 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
1209 (ring-member): Simplify. Doc fix.
1210 (ring-convert-sequence-to-ring): Simplify.
1211
1212 2007-11-17 Juri Linkov <juri@jurta.org>
1213
1214 * dired-aux.el (dired-create-directory): Allow creating
1215 a directory of an arbitrary depth. Add a loop to find the topmost
1216 nonexistent parent dir `new', and call `dired-add-file' on it.
1217 Set the `PARENTS' arg of `make-directory' to t.
1218
1219 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1220
1221 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1222 (math-build-parse-table): Get parse information from math-parse-table.
1223
1224 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * window.el (recenter-last-op): New var.
1227 (recenter-top-bottom): New command.
1228 (global-map): Bind it to C-l.
1229
1230 * abbrev.el (abbrev--write): Fix error in transcription from C.
1231
1232 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1233 (pc-select-ensure-mark): Set mark-active to a special value instead.
1234 Rename from ensure-mark. Update call callers.
1235 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1236 Rewrite. Update all callers.
1237 (pc-selection-mode): Remove redundant var declaration.
1238
1239 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
1240
1241 * doc-view.el (doc-view-search-backward, doc-view-search):
1242 Fix assignment to free variable bug.
1243
1244 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
1245
1246 * emulation/pc-select.el (pc-select-shifted-mark): New var.
1247 (ensure-mark): Set it.
1248 (maybe-deactivate-mark): New fun.
1249 Use it everywhere instead of (setq mark-active nil).
1250
1251 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1252
1253 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1254 Add check for XEmacs.
1255
1256 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1257
1258 * doc-view.el (doc-view-resolution): Add missing :group.
1259
1260 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1261
1262 * subr.el (make-variable-frame-local):
1263 Fix typo in obsolescence declaration.
1264
1265 2007-11-16 Werner Lemberg <wl@gnu.org>
1266
1267 * files.el (set-auto-mode-1): Check second line for -*- if file
1268 starts with '\" (which is used by man pages to identify needed
1269 troff preprocessors).
1270
1271 2007-11-16 Glenn Morris <rgm@gnu.org>
1272
1273 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1274
1275 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1276
1277 * calc/calc-lang.el (math-oper-table): Fix typo.
1278 Reduce precedence of "/" for TeX.
1279
1280 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1281
1282 2007-11-16 Juri Linkov <juri@jurta.org>
1283
1284 * dired-aux.el (dired-read-shell-command-default): New function.
1285 (dired-read-shell-command): Use its return value for DEFAULT arg.
1286
1287 * replace.el (keep-lines-read-args, occur-read-primary-args):
1288 Use a list of default values for DEFAULT arg of read-from-minibuffer.
1289
1290 * man.el (Man-heading-regexp): Add 0-9.
1291 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1292
1293 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1296 (doc-view-resolution): New custom var.
1297 (doc-view-pdf/ps->png): Use it.
1298 (doc-view-shrink-factor): New var.
1299 (doc-view-enlarge, doc-view-shrink): New commands.
1300 (doc-view-mode-map): Use them.
1301
1302 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1303
1304 * ediff-wind.el (ediff-window-setup-function):
1305 * simple.el (normal-erase-is-backspace):
1306 * eshell/em-unix.el (eshell/info):
1307 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1308 Fix typos in docstrings.
1309
1310 * emulation/cua-base.el (cua--keymaps-initialized):
1311 Rename from `cua--keymaps-initalized'. Callers changed.
1312 (cua-highlight-region-shift-only): Doc fix.
1313 (cua-paste-pop): Fix typo in docstring.
1314
1315 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * emulation/cua-base.el (cua--pre-command-handler-1):
1318 Use input-decode-map instead of function-key-map.
1319 Use event-modifiers now that it works reliably.
1320
1321 * vc.el (vc-diff-internal): Pop-to-buffer later.
1322
1323 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1324
1325 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1326 did not touch them.
1327
1328 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1329
1330 * calc/calc-menu.el: New file.
1331 * calc/calc.el (calc-mode): Require calc-menu.
1332
1333 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
1334
1335 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1336
1337 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1338
1339 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1340 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1341 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1342 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1343 locations.
1344 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1345 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1346 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1347
1348 2007-11-13 Noah Friedman <friedman@splode.com>
1349
1350 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1351 bindings to remap when `calc-scan-for-dels' is non-nil.
1352
1353 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1354
1355 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1356 constant forms.
1357 (byte-compile-nilconstp): New function.
1358 (byte-optimize-cond): Kill subsequent branches when a branch is
1359 know to be taken or not taken.
1360 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1361
1362 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1363
1364 * vc.el (vc-register): Allow registering a file passed as a
1365 parameter instead of just the current buffer.
1366
1367 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
1368
1369 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1370 Check whether the output of "uname -sr" has been changed.
1371
1372 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1373
1374 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1375 patterns from compilation-perl.el and compilation-weblint.el files.
1376
1377 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1378
1379 * progmodes/compilation-perl.el:
1380 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1381 a bootstrap failure.
1382
1383 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1384 instead of doing "cvs diff" in order to avoid accessing the repository.
1385
1386 2007-11-12 Kevin Ryde <user42@zip.com.au>
1387
1388 * progmodes/compilation-perl.el:
1389 * progmodes/compilation-weblint.el: New files.
1390
1391 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1392
1393 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1394 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1395 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1396 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1397 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1398 Rewrite in active voice.
1399
1400 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1401
1402 * doc-view.el: Add comments about isearch support.
1403
1404 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1405
1406 * vc.el (vc-start-entry): Fix setting the in the case the function
1407 is called from vc-dired. Use when instead of if where appropriate.
1408
1409 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1410
1411 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1412 to be a list.
1413 (ps-begin-job): Error if ps-lpr-switches is not a list.
1414
1415 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1416
1417 * faces.el (face-normalize-spec): Remove function.
1418 (frame-set-background-mode): Undo last change.
1419
1420 2007-11-10 Jason Rumney <jasonr@gnu.org>
1421
1422 * w32-fns.el: Sync charset names with setup-default-fontset.
1423 Append "-1" where second part missing.
1424
1425 2007-11-10 Juri Linkov <juri@jurta.org>
1426
1427 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1428 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1429
1430 * custom.el (custom-note-var-changed): Remove the `interactive'
1431 spec from this new non-interactive function.
1432
1433 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1434
1435 * doc-view.el (doc-view-mode-map, doc-view-menu)
1436 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1437 (doc-view-search-backward): New function.
1438 (doc-view-search): Query new regexp if prefix arg is given, else
1439 jump to next/previous match.
1440 (doc-view-mode): Handle compressed files.
1441 (jka-compr): Required for compressed files.
1442
1443 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1444
1445 * replace.el (query-replace-show-replacement): New defcustom.
1446 (perform-replace): Use `match-substitute-replacement' if
1447 `query-replace-show-replacement' is non-nil.
1448
1449 2007-11-10 David Kastrup <dak@gnu.org>
1450
1451 * subr.el (match-substitute-replacement): New function.
1452
1453 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
1454
1455 * files.el (auto-mode-alist): Select org-mode for files with the
1456 extension ".org".
1457
1458 2007-11-10 Martin Rudalics <rudalics@gmx.at>
1459
1460 * help.el (help-window, help-window-point-marker): New variables.
1461 (help-window-select): New option.
1462 (with-help-window): New macro for displaying help windows.
1463 (help-window-display-message, help-window-setup-finish)
1464 (help-window-setup): New functions used for setting up help windows.
1465 (print-help-return-message): Reset help-window to nil.
1466 (view-lossage): Use with-help-window instead of
1467 with-output-to-temp-buffer and move help-window-point-marker after
1468 inserted text.
1469 (describe-bindings, describe-key, describe-mode): Use
1470 with-help-window instead of with-output-to-temp-buffer.
1471
1472 * help-mode.el (help-mode): Set view-exit-action to bury the
1473 buffer instead of fiddling with windows. Simplify code.
1474 (help-mode-finish): When help-window eqs t set it to the selected
1475 window and have with-help-window set up view-return-to-alist.
1476 (help-buffer): Add autoload cookie.
1477
1478 * view.el (view-remove-frame-by-deleting): Change default value to t.
1479 Add autoload cookie.
1480 (view-exit-action, view-file, view-file-other-window)
1481 (view-file-other-frame, view-buffer, view-buffer-other-window)
1482 (view-buffer-other-frame): Rewrite doc strings.
1483 (view-return-to-alist-update): New function to remove stale entries
1484 from view-return-to-alist.
1485 (view-mode-enter): Rewrite doc string and simplify code.
1486 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1487 view-exit-action to nil. Simplify code and rewrite doc string.
1488
1489 * apropos.el (apropos-describe-plist):
1490 * descr-text.el (describe-char):
1491 * disp-table.el (describe-display-table):
1492 * faces.el (list-faces-display, describe-face):
1493 * facemenu.el (list-colors-display):
1494 * help-fns.el (describe-function, describe-variable)
1495 (describe-syntax, describe-categories):
1496 Use with-help-window instead of with-output-to-temp-buffer.
1497
1498 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1499
1500 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1501 Optimize (featurep 'emacs) to t.
1502
1503 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1504 New function.
1505 (byte-compile-maybe-guarded): Use it to also look for bound
1506 symbols inside `and' forms. Comment out non-working code that was
1507 trying to avoid warnings for XEmacs code.
1508
1509 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1510
1511 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1512 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1513 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1514 (vc-cvs-annotate-command):
1515 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1516 is bound, it always is.
1517
1518 2007-11-10 Jason Rumney <jasonr@gnu.org>
1519
1520 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1521 setup here from global scope.
1522
1523 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * ido.el (ido-save-history): Save the history file in UTF-8, not
1526 the current filename coding system.
1527
1528 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * simple.el (interprogram-cut-function, interprogram-paste-function):
1531 Don't make them frame-local any more.
1532
1533 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1534 Don't set interprogram-(cut|paste)-function on each frame.
1535
1536 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1537 Make them work in tty frames.
1538 (interprogram-cut-function, interprogram-paste-function):
1539 Set them globally.
1540
1541 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1542
1543 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1544 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1545 (iso-iso2duden-trans-tab): Add docstring.
1546
1547 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * abbrev.el (define-abbrev-table): Record the variable definition.
1550
1551 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1552 New function.
1553
1554 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1555
1556 * ps-print.el: Clean the code for checking suitable Emacs version.
1557 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1558 (ps-print-version): New version 6.8.1.
1559
1560 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * files.el (enable-local-variables): Doc fix.
1563
1564 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1565
1566 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1567
1568 2007-11-09 Sven Joachim <svenjoac@gmx.de>
1569
1570 * dired-aux.el (dired-copy-file-recursive):
1571 Preserve directory permissions.
1572
1573 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1574
1575 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1576 (whitespace-unload-function): New-style unload function. When run,
1577 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1578 to stop the old hook from messing with the unloading.
1579
1580 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1583 (elp-unset-master, elp-results): Fix typos.
1584 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1585 Doc fixes.
1586
1587 * msb.el (msb--many-menus): Remove variable.
1588 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1589 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1590 (msb--toggle-menu-type): Fix typos in docstrings.
1591
1592 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1593 (shadow-insert-var): Doc fixes.
1594 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1595 Reflow docstrings.
1596 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1597
1598 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1601 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1602 Fix typos in autoload docstrings.
1603
1604 2007-11-09 Richard Stallman <rms@gnu.org>
1605
1606 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1607
1608 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1609
1610 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1611 (gdb-var-update-handler-1): Use it.
1612
1613 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * loadhist.el (unload-feature): Remove erroneous check for the
1616 FEATURE-unload-function variable; check the existence of the
1617 function (that's what the docstring says, and it makes more sense).
1618
1619 * follow.el (follow-unload-function): Add docstring.
1620 (follow-unload-function): Remove variable.
1621
1622 * server.el (server-unload-function): Remove variable.
1623 (server-unload-function): Unbind `server-edit' from `C-x #'.
1624
1625 * ses.el (ses-unload-function): New function.
1626
1627 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1628
1629 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1630 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1631
1632 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1633 before use to avoid a warning in packages that require uniquify.
1634 (uniquify-unload-function): New function and var.
1635
1636 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
1637
1638 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1639 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1640 (ediff-current-diff-A, ediff-current-diff-B)
1641 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1642 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1643 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1644 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1645 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1646 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1647 (ediff-setup-windows-plain-merge)
1648 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1649 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1650 * ediff-util.el (ediff-setup-keymap, )
1651 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1652 (ediff-toggle-use-toolbar, ediff-really-quit)
1653 (ediff-good-frame-under-mouse)
1654 (ediff-highlight-diff-in-one-buffer)
1655 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1656 (ediff-make-bullet-proof-overlay):
1657 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1658 (ediff-set-meta-overlay):
1659 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1660 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1661 ediff-emacs-p with their former definitions.
1662
1663 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1664 (viper-has-face-support-p, viper-inactivate-input-method)
1665 (viper-activate-input-method)
1666 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1667 * emulation/viper-mous.el (viper-multiclick-timeout)
1668 (viper-surrounding-word, viper-mouse-click-insert-word)
1669 (viper-mouse-click-search-word, viper-parse-mouse-key):
1670 * emulation/viper-macs.el (viper-char-array-to-macro):
1671 * emulation/viper.el (viper-go-away, viper-set-hooks)
1672 (viper-non-hook-settings):
1673 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1674 (viper-get-saved-cursor-color-in-insert-mode)
1675 (viper-get-saved-cursor-color-in-emacs-mode)
1676 (viper-check-version, viper-get-visible-buffer-window)
1677 (viper-file-checked-in-p, viper-set-replace-overlay)
1678 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1679 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1680 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1681 with their former definitions.
1682 (viper-eventify-list-xemacs): Only do work for XEmacs.
1683 (viper-set-unread-command-events): Only do work for Emacs.
1684 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1685 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1686 (viper-overlay-get, viper-overlay-put, viper-read-event)
1687 (viper-characterp, viper-int-to-char, viper-get-face)
1688 (viper-color-defined-p, viper-iconify): New defaliases replacing
1689 the old fsets.
1690
1691 * progmodes/fortran.el (comment-region-function)
1692 (uncomment-region-function): Pacify byte compiler.
1693
1694 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1695
1696 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
1697
1698 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1699 `process-environment'.
1700
1701 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1702
1703 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1704 match dir like "a...b".
1705
1706 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1709
1710 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
1711
1712 * net/tramp.el (tramp-handle-substitute-in-file-name):
1713 Don't expand the remote connection identification.
1714 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1715 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
1716 before calling stty.
1717
1718 * net/tramp-cache.el (tramp-cache-print)
1719 (tramp-dump-connection-properties): Fix docstring.
1720 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
1721
1722 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1723
1724 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1725 remote connection identification when setting connection property.
1726
1727 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1728 "//" substitutes only in the local filename part.
1729
1730 2007-11-07 David Hansen <david.hansen@gmx.net>
1731
1732 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1733
1734 2007-11-07 Glenn Morris <rgm@gnu.org>
1735
1736 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1737 Remove superfluous concats. Move final set-buffer to
1738 non-emacs-specific code.
1739
1740 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
1741
1742 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1743
1744 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1745
1746 * eshell/esh-mode.el (eshell-output-filter):
1747 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1748 Use `with-current-buffer'.
1749
1750 2007-11-07 Andreas Schwab <schwab@suse.de>
1751
1752 * server.el (server-start): Only register cleanup after server was
1753 started.
1754
1755 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
1756
1757 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1758
1759 * net/tramp-cache (tramp-cache-print): Move down.
1760 (tramp-cache-list-connections): New defun.
1761
1762 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1763
1764 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
1765
1766 * ido.el (ido-save-history): Write the history file in the current
1767 filename coding system, and add `coding' file-local variable.
1768
1769 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
1770
1771 * textmodes/org.el (org-table-formula-substitute-names):
1772 Remove forgotten temporary debugging code.
1773
1774 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
1775
1776 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1777 the prompt.
1778
1779 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1780
1781 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1782
1783 2007-11-05 Simon Josefsson <simon@josefsson.org>
1784
1785 * net/tls.el (tls-end-of-info): Doc fix.
1786
1787 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1788
1789 * international/utf-7.el (utf-7-imap): New coding system.
1790 (utf-7-imap-post-read-conversion): New function.
1791 (utf-7-imap-pre-write-conversion): New function.
1792
1793 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * abbrev.el (abbrev--write): Fix up typo.
1796
1797 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
1798
1799 * abbrev.el (define-abbrev-table): Doc fix.
1800
1801 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1802
1803 * info.el (Info-revert-buffer-function): New func.
1804 (Info-mode): Arrange to use it for reverting.
1805 (Info-copy-current-node-name): Add space between filename and nodename.
1806
1807 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1810
1811 2007-11-04 Glenn Morris <rgm@gnu.org>
1812
1813 * net/tls.el: Don't require rx when compiling.
1814 (tls-end-of-info): Rewrite without using rx.
1815 (open-tls-stream): Use with-current-buffer.
1816
1817 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1818
1819 * net/tls.el: Require rx when compiling.
1820 (tls-end-of-info): New variable.
1821 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1822 matched.
1823
1824 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1825
1826 * register.el (append-to-register, prepend-to-register):
1827 Don't signal error on empty register; use the text, instead.
1828
1829 2007-11-03 Michael Olson <mwolson@gnu.org>
1830
1831 * textmodes/remember.el (remember-buffer):
1832 Use define-obsolete-function-alias rather than defalias.
1833
1834 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1835
1836 * simple.el (bad-packages-alist): Anchor semantic regexp.
1837
1838 2007-11-03 Glenn Morris <rgm@gnu.org>
1839
1840 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1841 if defined, for blank lines. Doc fix.
1842
1843 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1844 (fortran-mode): Set values for comment-region-function,
1845 uncomment-region-function and comment-insert-comment-function.
1846 (fortran-uncomment-region): New function.
1847
1848 * textmodes/nroff-mode.el (nroff-mode):
1849 Set comment-insert-comment-function rather than indent-line-function.
1850 (nroff-indent-line-function): Remove.
1851 (nroff-insert-comment-function): New function.
1852
1853 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1854
1855 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1856
1857 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1858
1859 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1860
1861 * emulation/viper-cmd.el (viper-prev-destructive-command)
1862 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1863 copy-sequence.
1864
1865 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1866 Got rid of ediff-copy-list.
1867
1868 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1869 use face-name.
1870 (ediff-test-utility, ediff-diff-mandatory-option)
1871 (ediff-reset-diff-options): Remove to simplify the mandatory option
1872 handling on Windows.
1873 (ediff-set-diff-options): Add.
1874 (ediff-diff-options): Set "--binary" option as default in some cases.
1875
1876 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
1877 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1878 ediff-vc-working-revision. Require vc-hooks.
1879
1880 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1881
1882 * files.el (hack-local-variables): Fix membership tests to avoid
1883 treating all variables as safe if `enable-local-variables' is
1884 set to :safe (CVE-2007-5795).
1885
1886 2007-11-02 Glenn Morris <rgm@gnu.org>
1887
1888 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1889 if defined, do all the work of inserting a new comment.
1890
1891 * progmodes/etags.el (tags-table-mode): Disable undo.
1892
1893 * simple.el (bad-packages-alist): Revert previous change.
1894
1895 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1896
1897 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1898
1899 * obsolete/lselect.el: Do not warn about unknown functions.
1900
1901 2007-11-02 Michael Olson <mwolson@gnu.org>
1902
1903 * textmodes/remember.el (remember-buffer): Make this an alias of
1904 remember-finalize, because Org uses it.
1905
1906 2007-11-01 Michael Olson <mwolson@gnu.org>
1907
1908 * textmodes/remember.el: Improve documentation in heading.
1909 (remember-before-remember-hook): Turn into a customizable option.
1910 (remember): Document INITIAL argument.
1911 (remember-region): Remove autoload cookie. Improve docstring to
1912 mention that it is called from the *Remember* buffer, and does not
1913 have any functional overlap with the `remember' function.
1914 (remember-finalize): Remove autoload cookie. Rename from
1915 remember-buffer to emphasize that this does not have any
1916 functional overlap with the `remember' function.
1917 (remember-destroy): Remove autoload cookie.
1918 (remember-mode-map): Define and initialize in one step.
1919 (remember-mode): Improve docstring.
1920 (remember-annotation-functions): Default to just '(buffer-file-name),
1921 and don't try to take the default value from Planner.
1922
1923 2007-11-01 Glenn Morris <rgm@gnu.org>
1924
1925 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1926
1927 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1928
1929 * emacs-lisp/authors.el (authors-scan-change-log)
1930 (authors-scan-el): Don't enable local eval; enable only safe local
1931 variables, without querying.
1932
1933 * mail/footnote.el (footnote-numeric-regexp)
1934 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1935 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1936 Match multi-character footnotes.
1937
1938 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1939 (nroff-indent-line-function): New function.
1940 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1941 obsolete alias.
1942
1943 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
1944
1945 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1946 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
1947 (rcirc-print): Only update the line count when not marking the
1948 line as omittable.
1949 (rcirc-log-write): Specify coding system when writing logfile.
1950 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1951
1952 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1953
1954 * printing.el (printing): Fix :version, printing.el was included
1955 for in emacs-22.1.
1956 (pr-path-style, pr-path-alist, pr-txt-name)
1957 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1958 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1959 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1960 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1961 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1962 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1963 (pr-setting-database, pr-visible-entry-list)
1964 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1965 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
1966
1967 * ediff-util.el (ediff-nuke-selective-display): Move definition to
1968 top level, make it dependent on the emacs flavor.
1969
1970 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1971 Test for XEmacs not for itimer.
1972
1973 * term/sun-mouse.el:
1974 * obsolete/sun-fns.el:
1975 * obsolete/sun-curs.el: Remove files.
1976
1977 * term/sun.el (select-previous-complex-command): Remove obsolete code.
1978
1979 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
1980
1981 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
1982 was given to concat.
1983
1984 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
1987 used normally for goto-line. Change `g' to revert the buffer.
1988 Add redundant `r' binding for buffer-revert.
1989
1990 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
1991 (mail-abbrevs-setup): Use abbrev-expand-functions.
1992 (build-mail-abbrevs): Use with-temp-buffer.
1993 (define-mail-abbrev): Simplify.
1994 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
1995 Change it for use on abbrev-expand-functions.
1996 (mail-abbrev-complete-alias): Use with-syntax-table.
1997
1998 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1999
2000 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
2001 directly. Fix bug in deleting temp file.
2002
2003 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
2006 Merge defvar and define-abbrev-table.
2007 (def-python-skeleton): Use :case-fixed and :enable-function.
2008 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2009 Remove.
2010 (python-mode): Don't modify pre-abbrev-expand-hook.
2011
2012 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2013
2014 * ediff-util.el (ediff-file-checked-out-p)
2015 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
2016
2017 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * abbrev.el (abbrev-symbol): Correct let->let*.
2020 (abbrev--before-point): Only use abbrev-start-location if before point.
2021
2022 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2023
2024 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
2025 (strokes-unload-hook): Remove function and variable.
2026 (strokes-unload-function): New-style unload function, adapted
2027 from `strokes-unload-hook'.
2028
2029 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
2030 (cl-unload-hook): Remove variable.
2031 (cl-unload-function): New-style unload function, adapted
2032 from `cl-cannot-unload'.
2033
2034 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
2035 (elp-unload-function): New-style unload function, adapted
2036 from `elp-unload-hook'.
2037
2038 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
2039
2040 * emacs-lisp/find-func.el (find-library): Use library at
2041 point as default interactive argument.
2042
2043 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * shadowfile.el (shadow-join): Remove.
2046 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
2047 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
2048 (shadowfile-unload-hook): Remove function and variable.
2049 (shadowfile-unload-function): New-style unload function, adapted
2050 from `shadowfile-unload-hook'.
2051
2052 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2053
2054 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
2055 only if it is bound.
2056
2057 * textmodes/reftex.el: Move autoloads for before all uses.
2058 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
2059 (reftex-delete-overlay): Move to the top level with the condition
2060 in the body.
2061
2062 * progmodes/simula.el: Use when instead of if.
2063
2064 * iimage.el (iimage-locate-file): Define unconditionally.
2065
2066 * mail/mailabbrev.el (mail-abbrev-next-line):
2067 * emulation/vip.el (vip-enlarge-region, vip-line)
2068 (vip-next-line-at-bol, vip-previous-line)
2069 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2070 Wrap with-no-warnings around uses of next-line and previous-line.
2071
2072 * ediff.el (run-ediff-from-cvs-buffer):
2073 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2074 Remove function not used by pcl-cvs anymore.
2075 (noninteractive, generic-sc-get-latest-rev)
2076 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2077 Delete support for long obsolete generic-sc.el.
2078
2079 2007-10-31 Glenn Morris <rgm@gnu.org>
2080
2081 * cvs-status.el: No longer require pcvs when compiling.
2082
2083 * doc-view.el (doc-view-conversion-refresh-interval)
2084 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2085 (doc-view-reset-slice): Doc fixes.
2086 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2087
2088 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2089
2090 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2091 Timers are automatically canceled by `unload-feature'.
2092
2093 * delsel.el (delsel-unload-hook): Remove function and variable.
2094 (delsel-unload-function): New-style unload function, adapted
2095 from `delsel-unload-hook'.
2096
2097 * msb.el (msb-unload-hook): Remove function and variable.
2098 (msb-unload-function): New-style unload function, adapted from
2099 `msb-unload-hook'.
2100
2101 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2102
2103 * desktop.el (uniquify-managed): Pacify byte compiler.
2104 (desktop-buffer-info): If the buffer name is managed by uniquify,
2105 save the base name, not the uniquified one.
2106 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2107 name in case of conflict.
2108
2109 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2110
2111 * doc-view.el: Use expand-file-name rather than concat.
2112 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2113 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2114 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2115 (doc-view-toggle-display): Use an overlay over the whole buffer so as
2116 not to have to touch the buffer's content.
2117 (doc-view-initiate-display): New function, extracted from doc-view-mode.
2118 (doc-view-mode): Use it. Don't mark as a special mode.
2119 Put the page numbers in the modeline.
2120 Set up the overlay. Hide the cursor. Run the mode hook.
2121 Use after-revert-hook rather than revert-buffer-function.
2122 (doc-view-search-internal): Fix typo.
2123 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2124 image-cache flush.
2125 (doc-view-reconvert-doc): Don't reset the whole mode.
2126 (doc-view-make-safe-dir): New function.
2127 (doc-view-current-cache-dir): Use it.
2128
2129 2007-10-30 Jason Rumney <jasonr@gnu.org>
2130
2131 * time.el (display-time-world-list): Test for zoneinfo support.
2132
2133 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
2134
2135 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2136
2137 * net/tramp-cache.el (tramp-flush-file-function): Check also
2138 `default-directory' if `buffer-file-name' does not return a
2139 string. Added to `eshell-pre-command-hook'.
2140
2141 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2142
2143 * doc-view.el (doc-view-current-doc): Remove.
2144 Replace all uses by buffer-file-name.
2145 (doc-view-menu): New menu.
2146 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2147 unused var `doc'.
2148 (doc-view-sort): Simplify.
2149 (doc-view-buffer-message): Don't change buffer-modified-p.
2150 (doc-view-mode): Change it here instead.
2151 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
2152 Don't modify the global value of revert-buffer-function.
2153
2154 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2155 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2156 (image-toggle-display): Take overlays into account and don't assume
2157 point-min==1.
2158
2159 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2160
2161 * vc.el (vc-annotate): Fix omission bug:
2162 Specify value for vc-sentinel-movepoint.
2163
2164 2007-10-30 Michael Olson <mwolson@gnu.org>
2165
2166 * textmodes/remember.el (remember-mode-hook)
2167 (remember-handler-functions, remember-annotation-functions):
2168 Add additional items as options, including some Org functions.
2169
2170 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
2171
2172 * doc-view.el: Remove cl-dependency.
2173 (doc-view-buffer-message): Mention new binding K.
2174 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2175 instead of variable.
2176 (doc-view-current-cache-dir): Better cache dir naming.
2177 (doc-view-current-display): Remove variable.
2178 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2179 (doc-view-kill-proc): Set converter process to nil.
2180 (doc-view-minor-mode): New minor mode.
2181 (doc-view-minor-mode-map): New keymap.
2182 (doc-view-mode): Remove text/image switching code. Use plain defun.
2183 (doc-view-mode-map): New binding K kills converter process.
2184 Remove C-c C-e binding.
2185 (doc-view-mode-text-map): Remove keymap.
2186 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2187 d-v-display-maybe.
2188 (doc-view-previous-major-mode): New variable.
2189 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2190 (doc-view-remove-if): New function.
2191 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2192 (doc-view-toggle-display): Toggle modes instead of display styles.
2193 (doc-view-reconvert-doc): Adapt to new way of doing things.
2194
2195 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2196
2197 2007-10-30 Glenn Morris <rgm@gnu.org>
2198
2199 * dirtrack.el (dirtrack-mode): Doc fix.
2200
2201 * shell.el (shell-dirtrack-verbose, shell-mode)
2202 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2203
2204 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2205 (byte-compile-enable-warning): Doc fix.
2206
2207 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2208 suppress byte-opt warning.
2209
2210 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2211
2212 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2213 (edt-gnu-emacs19-p): Remove.
2214 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2215 (edt-xserver, edt-page-backward, edt-beginning-of-line)
2216 (edt-end-of-line-forward, edt-end-of-line-backward)
2217 (edt-one-word-forward, edt-one-word-backward, edt-character)
2218 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2219 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2220 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2221 (edt-define-key, edt-bottom-check, edt-sentence-forward)
2222 (edt-sentence-backward, edt-paragraph-forward)
2223 (edt-paragraph-backward, edt-restore-key, edt-window-top)
2224 (edt-window-bottom, edt-scroll-window-forward-line)
2225 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2226 (edt-line-to-top-of-window, edt-paragraph-backward)
2227 (edt-restore-key, edt-window-top, edt-window-bottom)
2228 (edt-scroll-window-forward-line)
2229 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2230 (edt-line-to-middle-of-window, edt-goto-percentage)
2231 (edt-display-the-time, edt-remember, edt-split-window)
2232 (edt-emulation-on, edt-emulation-off)
2233 (edt-default-emulation-setup, edt-user-emulation-setup)
2234 (edt-select-default-global-map, edt-select-user-global-map):
2235 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2236 tests.
2237
2238 * textmodes/reftex-index.el (reftex-index-selection-or-word):
2239 Use feature test instead of boundp test so it can be resolved at
2240 compile time.
2241
2242 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2243
2244 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2245
2246 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2247 Update all users.
2248 (abbrev-get, abbrev-put): Simplify.
2249 (define-abbrev): Don't store the `force' value in the :system property.
2250 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2251
2252 2007-10-30 Michael Olson <mwolson@gnu.org>
2253
2254 * desktop.el (desktop-minor-mode-table): Add line for ERC.
2255
2256 * textmodes/remember.el: New file that implements a mode for
2257 quickly jotting down things to remember.
2258
2259 * textmodes/remember-diary.el: A backend for remember.el that
2260 implements saving notes to a Diary file.
2261
2262 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2263
2264 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2265 Relocate in file.
2266 (allout-doublecheck-at-and-shallower): Increase to include
2267 slightly greater depths, since yank interaction is now ok.
2268 Also, elaborate the docstring to explain the situation.
2269 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2270 instead of concat, so we accommodate key sequences expressed as
2271 vectors as well as strings and lists.
2272 (allout-flag-region, allout-hide-by-annotation): Make the
2273 hidden-text overlays 'front-advance.
2274 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2275 (allout-aberrant-container-p, allout-on-current-heading-p)
2276 (allout-e-o-prefix-p, allout-next-heading)
2277 (allout-previous-heading, allout-goto-prefix)
2278 (allout-end-of-prefix, allout-next-sibling-leap)
2279 (allout-next-visible-heading, allout-auto-fill)
2280 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2281 (allout-yank-processing, allout-resolve-xref)
2282 (allout-current-topic-collapsed-p, allout-hide-region-body)
2283 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2284 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2285 (count-trailing-whitespace-region): Preserve match data, so allout
2286 outline navigation doesn't disrupt other Emacs operations.
2287 (allout-beginning-of-line): Retreat to the beginning of the hidden
2288 text, so fields are respected (for submodes that care).
2289 (allout-end-of-line): Preserve mark activation status when jumping.
2290 (allout-open-topic): Account for opening after a child that
2291 contains a hidden trailing newline. Preserve match data.
2292 Run allout-structure-added-hook
2293 (allout-encrypt-decrypted): Preserve match data.
2294 (allout-toggle-current-subtree-exposure): Add new interactive
2295 function for toggle subtree exposure - suggested by tassilo.
2296 (move-beginning-of-line, move-end-of-line): Don't use
2297 line-move-invisible-p, it's obsolete - substitute the code, instead.
2298
2299 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2300
2301 * textmodes/flyspell.el (message-signature-separator):
2302 * longlines.el (message-indent-citation-function): Pacify byte
2303 compiler.
2304
2305 * emacs-lisp/cl-loaddefs.el:
2306 * ldefs-boot.el: Regenerate.
2307
2308 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2309 (.el.elc, compile, compile-always, compile-calc)
2310 ($(lisp)/progmodes/cc-mode.elc): Use it.
2311
2312 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2313 Only do work for XEmacs.
2314 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2315 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2316 on XEmacs.
2317 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2318 (ps-x-color-name, ps-x-color-specifier-p)
2319 (ps-x-copy-coding-system, ps-x-device-class)
2320 (ps-x-extent-end-position, ps-x-extent-face)
2321 (ps-x-extent-priority, ps-x-extent-start-position)
2322 (ps-x-face-font-instance, ps-x-find-coding-system)
2323 (ps-x-font-instance-properties, ps-x-make-color-instance)
2324 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2325 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2326 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2327 (ps-generate-postscript-with-faces): Delete defaliases.
2328 (ps-face-foreground-name, ps-face-background-name)
2329 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2330 Move definitions to top level, make the body conditional on the Emacs
2331 flavor. Replace uses of deleted aliases and renamed functions.
2332 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2333 of deleted aliases and renamed functions.
2334
2335 * calc/calc.el (calc-emacs-type-lucid): Remove.
2336 (calc-digit-map, calcDigit-start, calc-read-key)
2337 (calc-clear-unread-commands):
2338 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2339 calc-emacs-type-lucid with (featurep 'xemacs)
2340
2341 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2342 (featurep 'xemacs).
2343 (tpu-lucid-emacs19-p): Remove.
2344 (tpu-map-key): Make it a function instead of using fset. Inline
2345 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2346 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2347
2348 * ielm.el: Use featurep 'xemacs.
2349
2350 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2351 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2352 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2353 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2354 cperl-xemacs-p with (featurep 'xemacs).
2355 (font-lock-cache-position): Pacify byte compiler.
2356
2357 2007-10-29 Drew Adams <drew.adams@oracle.com>
2358
2359 * faces.el (read-color): New function.
2360 (face-at-point, foreground-color-at-point)
2361 (background-color-at-point): New functions.
2362
2363 2007-10-28 Richard Stallman <rms@gnu.org>
2364
2365 * net/browse-url.el (browse-url-text-xterm): Rename from
2366 browse-url-lynx-xterm and made generic.
2367 (browse-url-text-emacs): Likewise.
2368 (browse-url-text-browser): New variable.
2369 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2370 (browse-url-text-input-field, browse-url-text-input-attempts)
2371 (browse-url-kde-program): Likewise.
2372
2373 2007-10-29 Glenn Morris <rgm@gnu.org>
2374
2375 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2376 Use mapc rather than mapcar (reinstall change deleted without log
2377 entry 2007-10-22).
2378
2379 2007-10-29 Martin Rudalics <rudalics@gmx.at>
2380
2381 * wdired.el (wdired-next-line, wdired-previous-line):
2382 Use next-line and previous-line wrapped in with-no-warnings.
2383
2384 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
2385
2386 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2387 (rcirc-recent-quit-alist): New function.
2388 (rcirc): Print a better message when there is only one connected server.
2389 (rcirc-complete-nick): Do not update the nick table here.
2390 (rcirc-mode-map): Add M-o.
2391 (rcirc-current-line): Add variable.
2392 (rcirc-mode): Setup variables for line based omit.
2393 (rcirc-edit-multiline): Strip text properties.
2394 (rcirc-omit-responses): Add NICK.
2395 (rcirc-omit-threshold): Add variable.
2396 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2397 Add functions.
2398 (rcirc-print): Keep track of current line. Do not fill text if
2399 `rcirc-fill-flag' is null. Only omit text if the last activity
2400 from the sender is more than `rcirc-omit-threshold' lines ago.
2401 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2402 numbers instead of time.
2403 (rcirc-channel-nicks): Sort by line numbers instead of time.
2404 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2405 (rcirc-handler-JOIN): Restore the joiners linestamp.
2406 (rcirc-maybe-remember-nick-quit): Add function.
2407 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2408
2409 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2410
2411 * loadhist.el (unload-feature-special-hooks):
2412 Add `delete-frame-functions' and `suspend-tty-functions'.
2413
2414 * server.el (server-unload-function): Rename from `server-unload-hook'
2415 and adapt to new `unload-feature' functionality. Remove hook from
2416 `kill-buffer-hook' buffer-locally.
2417 (server-unload-hook): Remove.
2418 (server-unload-function): New var; replaces `server-unload-hook'.
2419
2420 2007-10-29 Glenn Morris <rgm@gnu.org>
2421
2422 * dirtrack.el (dirtrack-debug): Doc fix.
2423 (dirtrack-mode, dirtrack-debug-mode): New names for
2424 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2425 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2426 Make obsolete.
2427 (dirtrack-debug-message): Only print message if
2428 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2429 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2430 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2431
2432 2007-10-28 Glenn Morris <rgm@gnu.org>
2433
2434 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2435 (byte-compile-warnings-safe-p): Handle `not'.
2436 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2437 (byte-compile-enable-warning): New functions.
2438 (byte-compile-eval-before-compile)
2439 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2440 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2441 but do not modify it.
2442 (byte-compile-eval, byte-compile-obsolete)
2443 (byte-compile-warn-about-unresolved-functions)
2444 (byte-compile-file-form-defvar)
2445 (byte-compile-file-form-custom-declare-variable)
2446 (byte-compile-file-form-require)
2447 (byte-compile-file-form-defmumble, byte-compile-lambda)
2448 (byte-compile-form, byte-compile-normal-call)
2449 (byte-compile-variable-ref, byte-compile-defvar)
2450 (byte-compile-make-variable-buffer-local):
2451 Use byte-compile-warning-enabled-p.
2452 * emacs-lisp/advice.el (ad-compile-function):
2453 Use byte-compile-disable-warning.
2454 * emacs-lisp/cl.el: Move local variables to end of file, and set
2455 byte-compile-warnings to `(not cl-functions)'.
2456 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2457 byte-compile-warnings to `(not cl-functions)'.
2458 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2459 byte-compile-warnings to `(not cl-functions)'.
2460 (cl-do-proclaim): Use byte-compile-disable-warning and
2461 byte-compile-enable-warning.
2462 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2463 byte-compile-warnings to `(not cl-functions)'.
2464 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2465 Use byte-compile-disable-warning.
2466
2467 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2468
2469 * cus-edit.el (custom-browse-insert-prefix):
2470 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2471
2472 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
2473
2474 * server.el (server-process-filter): Fix typo in docstring.
2475 (server-log): Reflow docstrings.
2476 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2477 (server-goto-line-column): Use `when'.
2478
2479 2007-10-28 Juri Linkov <juri@jurta.org>
2480
2481 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2482 when mouse is clicked on the isearch message.
2483 (isearch-resume): Call `isearch-update' at the end.
2484 Rename argument `search' to `string' to conform to the
2485 isearch terminology.
2486
2487 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 Rewrite abbrev.c in Elisp.
2490 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2491 (abbrev-table-get, abbrev-table-put, abbrev-get)
2492 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2493 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2494 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2495 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2496 (unexpand-abbrev, abbrev--write, abbrev--describe)
2497 (insert-abbrev-table-description, define-abbrev-table):
2498 New funs, largely transcribed from abbrev.c.
2499 (abbrev-with-wrapper-hook): New macro.
2500 (abbrev-table-name-list, global-abbrev-table)
2501 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2502 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2503 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2504 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2505 New vars, largely transcribed from abbrev.c.
2506 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2507 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2508 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2509
2510 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2511
2512 * ps-print.el: Now detect if text foreground and background colors are
2513 equal and replace the foreground color by another color, so the text
2514 becomes visible. Doc fix.
2515 (ps-print-version): New version 6.8.
2516 (ps-default-fg, ps-default-bg): Docstring fix.
2517 (ps-postscript-code-directory): Fix default value code.
2518 (ps-fg-list, ps-fg-validate-p): New options.
2519 (ps-foreground-list): New var.
2520 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2521
2522 2007-10-27 Glenn Morris <rgm@gnu.org>
2523
2524 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2525 (shell-dirtrack-toggle): Mark as obsolete.
2526 (dirtrack-toggle, dirtrack-mode): No longer alias to
2527 shell-dirtrack-mode.
2528
2529 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2530
2531 * calc/calc.el (math-standard-opers): Lower the precedence
2532 of negation.
2533 * calc/calc-lang.el (math-oper-table): Lower precedence of
2534 negation for C, TeX, and eqn.
2535
2536 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2537
2538 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2539
2540 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2543 (desktop-not-loaded-hook): Fix :version tags.
2544
2545 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
2546
2547 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2548 (tramp-get-remote-tmpdir): New defun.
2549 (tramp-make-tramp-temp-file): Use it.
2550 (tramp-local-call-process): New defun. Replace all calls of
2551 `call-process' by this when appropriate.
2552 (tramp-handle-write-region): Replace calls of `file-attributes' by
2553 `tramp-compat-file-attributes'.
2554 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2555 Make the first command a `tramp-send-command' call, with let-bind
2556 of `tramp-end-of-output'.
2557 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2558 (tramp-load-report-modules, tramp-append-tramp-buffers):
2559 Move to tramp-cmds.el.
2560
2561 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2562 (tramp-fish-do-copy-or-rename-file)
2563 (tramp-fish-do-copy-or-rename-file-directly):
2564 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2565 Add parameter PRESERVE-UID-GID.
2566
2567 2007-10-27 Eli Zaretskii <eliz@gnu.org>
2568
2569 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2570 New defcustoms.
2571 (display-time-world-list): Use them as appropriate for the current
2572 value of `system-type'.
2573
2574 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2575
2576 * printing.el: Pacify byte compiler, that is, no compiler warnings.
2577 Move (again) some variable definitions before use, define some fun
2578 aliases, no code change.
2579 (pr-version): New version 6.9.2.
2580 (pr-path-style, pr-auto-region, pr-menu-char-height)
2581 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2582 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2583 via (defvar VAR).
2584 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2585 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2586 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2587 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2588 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
2589 (pr-menu-print-item, pr-ps-printer-menu-modified)
2590 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2591 (pr-even-or-odd-alist): Vars definition moved.
2592
2593 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2594
2595 * emulation/pc-select.el (next-line-mark, next-line-nomark)
2596 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2597 around uses of previous-line and next-line.
2598
2599 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2600 New defvars.
2601
2602 * textmodes/css-mode.el (comment-continue):
2603 * net/browse-url.el (url-handler-regexp):
2604 * progmodes/idlw-help.el (idlwave-system-routines):
2605 Pacify byte-compiler.
2606
2607 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
2608 line-move-invisible-p with its former definition: invisible-p.
2609 line-move-invisible-p was removed on 2007-08-29.
2610
2611 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2612
2613 * files.el (kill-emacs-query-functions): Doc fix;
2614 `save-buffers-kill-emacs' is no longer bound to a key.
2615
2616 2007-10-26 Richard Stallman <rms@gnu.org>
2617
2618 * isearch-multi.el (isearch-buffers-multi): New option.
2619 (isearch-buffers-search-fun): Test it.
2620
2621 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2622 Put ps-run-clear on C-c C-l.
2623
2624 * newcomment.el (comment-styles): New style indent-or-triple.
2625 (comment-style): Make that the default.
2626 (comment-add defvar): Doc fix.
2627 (comment-add): Delete arg EXTRA.
2628 (comment-region-default): Open code call to comment-add.
2629 Handle indent-or-triple style which uses `multi-char' for INDENT.
2630
2631 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * eshell/em-unix.el (nil-blank-string): Doc fix.
2634
2635 2007-10-26 John Wiegley <johnw@newartisans.com>
2636
2637 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
2638 function, ensure that the third argument is turned into a nil if
2639 the string is otherwise completely empty (either no characters, or
2640 all tabs/spaces). This fixes a bug from a user who found himself
2641 unable to customize `diff-switches' and still use Eshell's diff
2642 command.
2643
2644 2007-10-26 Glenn Morris <rgm@gnu.org>
2645
2646 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2647 safe-local-variable property.
2648
2649 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2650
2651 * net/browse-url.el (browse-url-browser-function): Delete grail.
2652 (browse-url-grail): Function and variable deleted.
2653 (browse-url-browser-function): Delete IXI Mosaic.
2654 (browse-url-default-browser): Don't try IXI Mosaic.
2655 (browse-url-iximosaic): Function deleted.
2656 (browse-url-browser-function): Delete MMM.
2657 (browse-url-default-browser): Don't try MMM.
2658 (browse-url-mmm): Function deleted.
2659
2660 2007-10-26 Drew Adams <drew.adams@oracle.com>
2661
2662 * custom.el (custom-note-var-changed): New function.
2663
2664 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2665
2666 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2667 use with the definition. Remove.
2668
2669 * add-log.el (change-log-start-entry-re): New defconst.
2670 (change-log-sortable-date-at): Use it.
2671 (change-log-beginning-of-defun, change-log-end-of-defun):
2672 New functions.
2673 (change-log-mode): Use them for beginning-of-defun-function and
2674 end-of-defun-function.
2675
2676 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2677
2678 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2679 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2680 (ses-recalculate-cell): Deal with point being just beyond end of
2681 data area (why does this happen?)
2682 (ses-set-curcell): Ditto.
2683 (ses-column-letter): Handle columns beyond 702. Code written by
2684 Gareth Rees.
2685
2686 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
2687
2688 * textmodes/org.el (org-agenda-get-restriction-and-command):
2689 Use `mapc' instead of `mapcar'.
2690 (org-agenda-list): Numeric prefix argument can specify the number
2691 of days.
2692 (remember-register, remember-buffer): Prevent byte compiler from
2693 complaining.
2694 (org-todo): Save and restore match data.
2695 (org-no-warnings): New macro.
2696 (org-columns-eval): Use `org-no-warnings'.
2697
2698 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2699
2700 * comint.el (comint-password-prompt-regexp):
2701 Handle `[sudo] password'-style prompt.
2702
2703 2007-10-25 Glenn Morris <rgm@gnu.org>
2704
2705 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2706 (defcustom): Doc fix.
2707
2708 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2709 Add `non_intrinsic'.
2710 (f90-constants-re): Add ieee modules.
2711 (f90-typedef-matcher, f90-typedec-matcher)
2712 (f90-imenu-type-matcher): New functions.
2713 (f90-font-lock-keywords-1): Give module procedures function-name face.
2714 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
2715 Add `use, intrinsic'.
2716 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2717 Move start of `enum' blocks to separate entry.
2718 (f90-start-block-re): Fix `type', `abstract interface'.
2719 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2720 derived types.
2721 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2722 `elemental', change `enumerator'.
2723 (f90-no-block-limit): Fix `abstract interface'.
2724
2725 * progmodes/f90.el (f90-indented-comment-re)
2726 (f90-directive-comment-re, f90-break-delimiters):
2727 * progmodes/fortran.el (fortran-comment-line-start-skip)
2728 (fortran-directive-re):
2729 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2730 as safe if they are strings.
2731
2732 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * startup.el (window-system): Remove. Don't make it frame-local.
2735
2736 2007-10-24 Richard Stallman <rms@gnu.org>
2737
2738 * savehist.el (savehist-save): Omit unreadable elements.
2739
2740 * loadhist.el (unload-function-defs-list): Rename from
2741 unload-function-features-list.
2742 (unload-feature-special-hooks, unload-feature): Doc fixes.
2743
2744 * indent.el (indent-to-left-margin): If point's in the indentation,
2745 move to the end of the indentation.
2746
2747 * cus-edit.el (customize-changed-options): Make arg optional.
2748
2749 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2750
2751 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2752
2753 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2754
2755 * textmodes/org-publish.el (org-publish-attachment): Re-install
2756 accidentally deleted change.
2757
2758 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2761
2762 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2763
2764 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2765 (Buffer-menu-mode-map): Initialize in the declaration.
2766 (Buffer-menu-mode): Define with `define-derived-mode'.
2767
2768 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
2769
2770 * textmodes/org.el (org-version): Change to 5.13e.
2771 (org-agenda-file-regexp): Fix typo in docstring.
2772 (org-add-planning-info): Fix bug in parenthesis settings.
2773 (org-scan-tags): Catch the case of indirect buffers with no filename.
2774 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2775 Re-install switch to mapc, had been removed by accident.
2776 (org-columns-map): New binding `C-c C-o'.
2777 (org-columns-menu): Change menu text and added new entry.
2778 (org-columns-eval): Document the use of `next-line'.
2779 (org-columns-open-link): New function.
2780 (org-columns-follow-link): Remove function.
2781 (org-open-link-from-string): New function.
2782 (org-read-date-get-relative): Fix typo in docstring.
2783 (org-read-date-get-relative): Leading +/- is not optional.
2784 (org-agenda-get-restriction-and-command): Always resize window on
2785 first loop cycle.
2786 (org-agenda-open-link): Make sure the link abbreviations are
2787 present in the agenda buffer.
2788 (org-agenda-copy-local-variable): New function.
2789
2790 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2793
2794 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * simple.el (reindent-then-newline-and-indent): Use a `move after
2797 insert' kind of marker in the save-excursion.
2798
2799 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 * textmodes/css-mode.el: Require CL.
2802 (comment-continue): Declare.
2803
2804 * subr.el (make-variable-frame-localizable): Remove.
2805 (make-variable-frame-local): Mark obsolete.
2806
2807 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2810 of the subdirs is unreadable.
2811
2812 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
2813
2814 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2815 when we are local.
2816
2817 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * progmodes/python.el (python-current-defun): Remove left-over
2820 assignment to `start'.
2821
2822 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2825 than `mapcar'; return value is not used.
2826
2827 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2828
2829 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2830 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2831
2832 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2833
2834 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2835 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2836
2837 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2838
2839 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
2840
2841 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2842
2843 * emacs-lisp/advice.el (ad-make-advised-docstring):
2844 Add ad-advice-info text property to doc string.
2845
2846 2007-10-23 Glenn Morris <rgm@gnu.org>
2847
2848 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2849 (f90-type-indent, f90-program-indent, f90-associate-indent)
2850 (f90-continuation-indent, f90-comment-region)
2851 (f90-beginning-ampersand, f90-smart-end)
2852 (f90-break-before-delimiters, f90-auto-keyword-case)
2853 (f90-leave-line-no, f90-mode-hook):
2854 Give an appropriate safe-local-variable property.
2855
2856 * progmodes/fortran.el (fortran-tab-mode-default)
2857 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2858 (fortran-structure-indent, fortran-continuation-indent)
2859 (fortran-comment-indent, fortran-comment-line-extra-indent)
2860 (fortran-comment-line-start)
2861 (fortran-minimum-statement-indent-fixed)
2862 (fortran-minimum-statement-indent-tab)
2863 (fortran-comment-indent-char, fortran-line-number-indent)
2864 (fortran-check-all-num-for-matching-do)
2865 (fortran-blink-matching-if, fortran-continuation-string)
2866 (fortran-comment-region, fortran-electric-line-number)
2867 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2868 (fortran-analyze-depth, fortran-break-before-delimiters):
2869 Give an appropriate safe-local-variable property.
2870
2871 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2872
2873 * printing.el: Move variable definitions before use.
2874 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2875
2876 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2879 (tpu-edt-off): Use it.
2880 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2881 the global-map before adding it to global-map.
2882
2883 * menu-bar.el (global-buffers-menu-map): New var.
2884 (global-map, menu-bar-update-buffers): Use it.
2885 * msb.el (msb-menu-bar-update-buffers): Use it.
2886 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2887 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2888 Use with-current-buffer.
2889
2890 2007-10-22 Juri Linkov <juri@jurta.org>
2891
2892 * isearch-multi.el: New file.
2893
2894 * isearch.el (isearch-search-string): After finding the next
2895 occurrence switch to buffer isearch-buffers-current-buffer when
2896 isearch-buffers-next-buffer-function is non-nil and
2897 isearch-buffers-current-buffer is live.
2898
2899 * add-log.el (change-log-mode): Make and set buffer-local variable
2900 isearch-buffers-next-buffer-function to change-log-next-buffer.
2901 Call isearch-buffers-minor-mode.
2902 (change-log-next-buffer): New function.
2903
2904 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
2905
2906 * org-export-latex.el (org-export-latex-protect-string):
2907 Renaming of `org-latex-protect'.
2908 (org-export-latex-emphasis-alist): By default, don't protect
2909 any emphasis formatter from further conversion.
2910 (org-export-latex-tables): Honor column grouping for tables.
2911 (org-export-latex-title-command): New option.
2912 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2913 export backslash character.
2914
2915 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2916
2917 * textmodes/org.el (org-read-date-get-relative): New function.
2918 (org-agenda-file-regexp): New variable.
2919 (org-agenda-files): Allow directories in the variable.
2920 (org-agenda-get-restriction-and-command): New function.
2921 (org-agenda): Use `org-agenda-get-restriction-and-command'.
2922 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
2923 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2924 New functions.
2925 (org-entry-add-to-multivalued-property)
2926 (org-entry-remove-from-multivalued-property)
2927 (org-entry-member-in-multivalued-property): New functions.
2928 (org-remember-apply-template): Catch C-g and make sure window
2929 configuration is restored.
2930 (org-agenda-open-link): Make it work with several links in the line.
2931 (org-drawers, org-set-regexps-and-options)
2932 (org-get-current-options): Add support for a DRAWERS in-buffer option.
2933 (org-agenda-window-frame-fractions): New option.
2934 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2935 (org-columns-cleanup-item, org-find-entry-with-id)
2936 (org-insert-columns-dblock, org-listtable-to-string)
2937 (org-dblock-write:columnview, org-columns-capture-view)
2938 (org-edit-headline): New functions.
2939 (org-agenda-to-appt): Require calendar.
2940 (org-entry-get-with-inheritance): Widen for search.
2941 (org-columns-display-here): Don't mark buffer as modified when
2942 adding space characters to accomodate column overlays.
2943 (org-export-as-html): Better formatting of tags in the toc.
2944 (org-columns-display-here): Make the ITEM column as compact as possible.
2945 (org-remember-templates): Customization interface improved.
2946 (org-export-with-property-drawer): Variable removed.
2947 (org-export-with-drawers): New option.
2948 (org-complex-heading-regexp): New variable.
2949 (org-sort-entries): Rewrite using `sort-subr'.
2950 (org-set-property): More appropriate completion during interactive use.
2951 (org-sort-entries): Allow sorting by property.
2952 (org-additional-option-like-keywords): Add more values.
2953 (org-sort-entries-or-items): Rename from `org-sort-entries'.
2954
2955 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2956
2957 * textmodes/org.el (org-get-date-from-calendar): New function.
2958 (org-at-timestamp-p, org-timestamp-change)
2959 (org-remember-templates): First element of each entry is now a
2960 name for the template.
2961 (org-store-log-note): Check for `org-note-abort'.
2962 (org-kill-note-or-show-branches): New command.
2963 (org-fontify-priorities): New option.
2964 (org-fontify-priorities): New function.
2965 (org-cut-subtree, org-copy-subtree): New argument N to
2966 act on N sequential subtrees.
2967 (org-paste-subtree): Fix the level at which a tree is pasted.
2968 (org-fit-agenda-window): Limitations on window size removed.
2969 (org-agenda-find-same-or-today-or-agenda): Rename from
2970 `org-agenda-find-today-or-agenda'.
2971 (org-scheduled-past-days): New option.
2972 (org-agenda-scheduled-leaders)
2973 (org-agenda-deadline-leaders): New options.
2974 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2975 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2976 (org-export-with-tags, org-export-plist-vars)
2977 (org-infile-export-plist): New "tags" option.
2978 (org-use-property-inheritance): New option.
2979 (org-cached-entry-get): Use `org-use-property-inheritance'.
2980 (org-remember-apply-template): Fix typo.
2981
2982 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
2983
2984 * net/tramp.el (tramp-find-shell)
2985 (tramp-open-connection-setup-interactive-shell): Improve sending
2986 initial commands.
2987 (tramp-action-terminal): Send debug message.
2988 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
2989 (tramp-barf-if-no-shell-prompt): Insert code of
2990 `tramp-wait-for-shell-prompt'.
2991
2992 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
2995
2996 * term/vt200.el (terminal-init-vt200):
2997 * term/vt201.el (terminal-init-vt201):
2998 * term/vt220.el (terminal-init-vt220):
2999 * term/vt240.el (terminal-init-vt240):
3000 * term/vt300.el (terminal-init-vt300):
3001 * term/vt320.el (terminal-init-vt320):
3002 * term/vt400.el (terminal-init-vt400):
3003 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
3004
3005 * term/wyse50.el (wyse50-terminal-map): New var.
3006 (terminal-init-wyse50): Use it and input-decode-map.
3007 (enable-arrow-keys): Emasculate.
3008
3009 * term/tvi970.el (tvi970-terminal-map): New var.
3010 (terminal-init-tvi970): Use it and input-decode-map.
3011 (tvi970-keypad-numeric): Remove.
3012 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
3013
3014 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
3015 (terminal-init-sun): Use it and input-decode-map.
3016
3017 * term/news.el (terminal-init-news):
3018 * term/lk201.el (terminal-init-lk201):
3019 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
3020
3021 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
3022
3023 * complete.el (PC-expand-many-files): Remove.
3024 (PC-do-completion): Call file-expand-wildcards instead of
3025 PC-expand-many-files.
3026
3027 * net/tramp.el (tramp-handle-expand-many-files): Remove.
3028 (PC-expand-many-files): Remove advice.
3029
3030 2007-10-22 Glenn Morris <rgm@gnu.org>
3031
3032 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
3033 Add some support for Fortran 2003 syntax:
3034 (f90-type-indent): Now also applies to `enum'.
3035 (f90-associate-indent): New user option.
3036 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
3037 Add some F2003 keywords.
3038 (f90-constants-re): New constant.
3039 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
3040 Interface'.
3041 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
3042 `class'. Arguments for `type'/`class' may have spaces. Add a new
3043 element for functions with specified types. Add `end enum' and
3044 `select type'. Add `implicit enumerator' and `procedure'.
3045 Add `class default' and `type is', `class is'. Fix `go to' regexp.
3046 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
3047 (f90-font-lock-keywords-4): Add `f90-constants-re'.
3048 (f90-blocks-re): Add `enum' and `associate'.
3049 (f90-else-like-re): Add `class is', `type is', and `class default'.
3050 (f90-end-type-re): Add `enum'.
3051 (f90-end-associate-re, f90-typeis-re): New constants.
3052 (f90-end-block-re): Add `enum' and `associate'. Change from
3053 optional whitespace to end-of-word, to avoid `enumerator'.
3054 (f90-start-block-re): Add `select type', `abstract interface', and
3055 `enum'. Avoid `type is', and `type (sometype)'.
3056 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
3057 (f90-mode): Doc fix.
3058 (f90-looking-at-select-case): Doc fix. Add `select type'.
3059 (f90-looking-at-associate): New function.
3060 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
3061 Add `enum' and `abstract interface'.
3062 (f90-no-block-limit): Add `select type' and `abstract interface'.
3063 (f90-get-correct-indent, f90-calculate-indent)
3064 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3065 (f90-indent-region, f90-match-end): Handle `associate' blocks.
3066
3067 2007-10-22 Martin Rudalics <rudalics@gmx.at>
3068
3069 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3070 Use window-full-width-p.
3071
3072 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3073
3074 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3075
3076 * tooltip.el: Use featurep 'xemacs.
3077
3078 * printing.el: Move variable definitions before use, no code change.
3079
3080 2007-10-22 Juri Linkov <juri@jurta.org>
3081
3082 * simple.el (goto-history-element): Allow minibuffer-default to be
3083 a list of default values accessible by typing M-n in the minibuffer.
3084
3085 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3086 minibuffer default value list instead of pushing them temporarily
3087 to the history list.
3088
3089 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3090
3091 * hexl.el (hexl-menu): New major mode menu.
3092
3093 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3096
3097 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3098
3099 * w32-fns.el (w32-quote-process-args):
3100 * dos-w32.el (print-region-function, lpr-headers-switches)
3101 (ps-print-region-function): Pacify byte-compiler.
3102
3103 * emulation/edt-mapper.el (function-key-map):
3104 (edt-map-key): Make it a function instead of using fset.
3105 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
3106 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3107 (edt-x-emacs-p): Remove.
3108 (edt-emacs-variant, edt-window-system, edt-xserver):
3109 Use featurep 'xemacs.
3110
3111 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3112 Replace eudc-xemacs-p with its definition.
3113 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3114 (eudc-emacs-mule-p): Remove.
3115 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3116 eudc-xemacs-p with feature tests.
3117
3118 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3119 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3120 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3121 (eudc-bob-toggle-inline-display):
3122 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3123 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3124
3125 * net/eudcb-ph.el (eudc-ph-open-session):
3126 Replace eudc-xemacs-mule-p with its former definition.
3127
3128 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3129 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3130
3131 * progmodes/vera-mode.el (vera-xemacs): Remove.
3132 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3133
3134 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3135 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3136 (vhdl-speedbar-initialize, vhdl-ps-print-init)
3137 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3138 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3139 with (featurep 'xemacs).
3140
3141 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3142 (save-buffer-state-x):
3143 * obsolete/fast-lock.el (fast-lock-verbose):
3144 * emulation/viper-init.el (viper-xemacs-p)
3145 (viper-cond-compile-for-xemacs-or-emacs):
3146 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3147 * ps-print.el (case-fold-search):
3148 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3149 * calculator.el (calculator-help): Use featurep 'xemacs.
3150
3151 * progmodes/prolog.el: Undo previous change.
3152 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3153
3154 * progmodes/dcl-mode.el:
3155 * play/yow.el:
3156 * calendar/todo-mode.el:
3157 * calendar/cal-hebrew.el:
3158 * vc-hg.el: Undo previous change.
3159
3160 * vms-patch.el: Likewise.
3161 (print-region-function): Pacify byte-compiler.
3162
3163 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
3164
3165 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3166 preserve-uid-gid.
3167
3168 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3169 compatibility. It is not used, though.
3170
3171 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3172 Require tramp-cmds.el.
3173 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3174 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3175 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3176 (tramp-do-copy-or-rename-file-out-of-band)
3177 (tramp-maybe-open-connection): Use `make-temp-name'. This is
3178 possible, because we don't need to create the temporary file, but
3179 we need a prefix for ssh, which has its own temporary file handling.
3180 (tramp-handle-delete-directory): Add "-f" to rmdir.
3181 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3182 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3183 a signal, in order to give the callee a chance to suppress.
3184 (tramp-handle-write-region): Set owner also in case of short
3185 track. Don't use compatibility calls for `write-region' anymore.
3186 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
3187 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3188
3189 * net/tramp-cmds.el: New file.
3190
3191 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3192 `tramp-clear-passwd'.
3193
3194 * net/trampver.el: Update release number.
3195
3196 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3197
3198 * progmodes/gud.el (gud-target-name): Move definition before use.
3199
3200 * progmodes/dcl-mode.el: Require imenu at compile time.
3201
3202 * progmodes/cc-engine.el (c-maybe-stale-found-type):
3203 Pacify byte-compiler.
3204
3205 * obsolete/fast-lock.el: Use featurep test instead of string-match.
3206
3207 * eshell/esh-mode.el (eshell-handle-ansi-color):
3208 Require ansi-color at compile time too.
3209
3210 * eshell/em-unix.el (eshell/info): Require info at compile time too.
3211
3212 * w32-fns.el: Require w32-vars.
3213
3214 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3215 time too.
3216
3217 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * double.el ([ignore]): Use `ignore'.
3220 (double-setup): Inline into double-mode.
3221 (double-mode): Use define-minor-mode.
3222
3223 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3224
3225 * textmodes/reftex.el: Move require easymenu before first use.
3226 (reftex-info): Require info at compile too.
3227
3228 * textmodes/org-publish.el (org-publish-org-to-html)
3229 (org-publish-org-to): Require org at compile time too.
3230 (org-publish-attachment): Require at compile time too.
3231
3232 * term/tty-colors.el (w32-tty-standard-colors):
3233 Pacify byte-compiler.
3234
3235 * term/pc-win.el (frame-creation-function-alist): Add to this
3236 instead of setting frame-creation-function.
3237
3238 * play/blackbox.el (bb-up, bb-down): Use forward-line.
3239
3240 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3241
3242 * calendar/todo-mode.el: Require calendar at compile time.
3243
3244 * calendar/cal-hebrew.el: Require holidays at compile time.
3245
3246 * w32-vars.el: Provide w32-vars.
3247
3248 * term/w32-win.el: Require w32-vars.
3249 (w32-color-map): Pacify byte-compiler.
3250
3251 * loadup.el: Load w32-vars before term/w32-win.
3252
3253 2007-10-20 Juri Linkov <juri@jurta.org>
3254
3255 * textmodes/fill.el (fill-paragraph): When the region is active,
3256 don't try other `or' branches regardless of the value returned by
3257 fill-region; just return t.
3258
3259 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3260
3261 * vc.el (vc-do-command): Condition out a misleading message when
3262 running asynchronously.
3263 (vc-deduce-fileset): New argument enables using an unregistered
3264 visited file as a singleton fileset if nothing else is available.
3265 (vc-next-action): Restore file-registering behavior.
3266
3267 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3268
3269 * calc/README: Add recent news.
3270
3271 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3272
3273 * term/x-win.el (x-gtk-stock-map, icon-map-list)
3274 (x-gtk-map-stock): Delete duplicated definitions from merge.
3275
3276 * progmodes/compile.el (compilation-skip-to-next-location)
3277 (compilation-skip-threshold, compilation-skip-visited):
3278 Move definitions earlier.
3279
3280 * play/decipher.el (decipher-keypress):
3281 * play/zone.el (zone-fall-through-ws):
3282 * play/landmark.el (lm-move-down, lm-move-up):
3283 * play/handwrite.el (handwrite):
3284 * mail/mspools.el (mspools-visit-spool):
3285 * wdired.el (wdired-next-line, wdired-previous-line):
3286 * tar-mode.el (tar-subfile-save-buffer):
3287 * scroll-lock.el (scroll-lock-next-line)
3288 (scroll-lock-previous-line):
3289 * image-dired.el (image-dired-next-line)
3290 (image-dired-previous-line):
3291 * ediff-help.el (ediff-help-message-line-length):
3292 Use forward-line.
3293
3294 * smerge-mode.el (smerge-auto-refine):
3295 * diff-mode.el (diff-auto-refine): Add :group.
3296
3297 * play/yow.el: Require doctor at compile time.
3298
3299 * vmsproc.el: Provide vmsproc.
3300 (command-send-input): Use forward-line.
3301
3302 * vms-patch.el: Require ps-print and vmsproc at compile time.
3303
3304 * vc-mtn.el (log-view-message-re, log-view-file-re)
3305 (log-view-font-lock-keywords): Pacify byte-compiler.
3306
3307 * vc-hg.el: Require log-view at compile time.
3308
3309 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3310
3311 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3312
3313 2007-10-20 Glenn Morris <rgm@gnu.org>
3314
3315 * progmodes/f90.el (f90-font-lock-keywords-2)
3316 (f90-looking-at-type-like): Fix regexp typos.
3317
3318 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3319
3320 * bs.el (bs--track-window-changes): Don't refresh the whole list.
3321 (bs-mode): Set mode-class property to special.
3322
3323 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 * diff-mode.el (diff-auto-refine): New var.
3326 (diff-hunk): Use it.
3327 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3328 (diff-refine-change): Rename from diff-fine-change. Change it.
3329 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3330 (diff-refine-hunk): Rename from diff-fine-highlight.
3331
3332 2007-10-20 John Paul Wallington <jpw@pobox.com>
3333
3334 * help-fns.el (describe-variable-custom-version-info): New function
3335 to return variable's version or package version note.
3336 (describe-variable): Use it, display result.
3337
3338 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * smerge-mode.el (smerge-auto-refine): New var.
3341 (smerge-next, smerge-prev): Use it.
3342 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3343
3344 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3345 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3346
3347 * vc-bzr.el (vc-bzr-diff-tree):
3348 * vc-git.el (vc-git-diff-tree):
3349 * vc-hg.el (vc-hg-diff-tree):
3350 * vc-mcvs.el (vc-mcvs-diff-tree):
3351 * vc-mtn.el (vc-mtn-diff-tree):
3352 * vc-svn.el (vc-svn-diff-tree): Remove.
3353
3354 * vc-mtn.el (vc-mtn-revision-completion-table):
3355 * vc-cvs.el (vc-cvs-revision-completion-table):
3356 * vc-arch.el (vc-arch-revision-completion-table):
3357 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3358 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3359 Make it work when the arg is a list of files.
3360
3361 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3362
3363 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3364 Also `revision-completion-table' now takes a list of files.
3365 (vc-deduce-fileset): Remove unused var `regexp'.
3366 Only obey allow-directory-wildcard in dired buffers.
3367 (vc-default-diff-tree): Remove.
3368 (vc-diff-added-files): New var.
3369 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3370 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3371 Remove the `backend' arg.
3372 (vc-contains-version-controlled-file): Remove.
3373 (vc-diff): Bring it closer to the version in Emacs-22.
3374 (vc-revert): Fix typo in let-binding.
3375 (vc-default-unregister): Remove.
3376 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3377
3378 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3379
3380 * textmodes/two-column.el (2C-split, 2C-merge):
3381 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3382 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3383 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3384 * progmodes/ada-xref.el (ada-get-all-references):
3385 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3386 * emulation/vi.el (vi-previous-line-first-nonwhite)
3387 (vi-effective-range, vi-put-before):
3388 * emulation/edt.el (edt-next-line, edt-previous-line)
3389 (edt-paragraph-forward): Use forward-line.
3390
3391 * progmodes/etags.el (tags-apropos): Require apropos at compile
3392 time too.
3393
3394 * progmodes/prolog.el: Require comint when compiling.
3395 (inferior-prolog-flavor): Move defvar before use.
3396
3397 2007-10-19 Richard Stallman <rms@gnu.org>
3398
3399 * font-core.el (turn-on-font-lock-if-desired):
3400 Rename from `turn-on-font-lock-if-enabled'.
3401 Fully obey `font-lock-global-modes'.
3402
3403 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3406 which will not affect the behavior of things like forward-word.
3407 (diff-fine-highlight): Preserve point.
3408
3409 * doc-view.el (doc-view-mode-map): Use remapping.
3410 Don't rebind C-v, M-v to their default value.
3411 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3412
3413 * smerge-mode.el: Add word-granularity refinement.
3414 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3415 (smerge-refine-weight-hack): New vars.
3416 (smerge-refine-forward): New fun.
3417 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3418 (smerge-refine-subst): Use them as well. Preserve point.
3419
3420 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3421
3422 * follow.el (follow-unload-function): New function.
3423
3424 * loadhist.el (unload-function-features-list):
3425 Rename from `unload-hook-features-list'.
3426 (unload-hook-features-list): Add as obsolete alias.
3427 (unload-feature): Use `unload-function-features-list'
3428 and new FEATURE-unload-function.
3429
3430 2007-10-19 Glenn Morris <rgm@gnu.org>
3431
3432 * bindings.el (mouse-minor-mode-menu)
3433 (minor-mode-menu-from-indicator): Move to mouse.el.
3434 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3435 Move here from bindings.el.
3436
3437 2007-10-19 Richard Stallman <rms@gnu.org>
3438
3439 * help-fns.el (describe-function-1): Don't use the advice origname
3440 if it has no function definition.
3441
3442 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3443
3444 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3445 Use `save-restriction' rather than `widen'.
3446
3447 2007-10-18 Richard Stallman <rms@gnu.org>
3448
3449 * time.el (display-time-world-time-format): Display day # not month #.
3450
3451 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3452
3453 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3454
3455 * doc-view.el: Remove version keyword.
3456 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3457 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3458 (doc-view-ghostscript-options): Improve custom type.
3459 (doc-view-cache-directory, doc-view-conversion-buffer)
3460 (doc-view-conversion-refresh-interval): Simplify custom type.
3461
3462 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3463
3464 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3465 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3466 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3467 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3468 Remove superfluous messages.
3469 (doc-view-mode-map): Use the image-mode scrolling commands.
3470 Don't rebind C-x k.
3471
3472 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3473
3474 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3475 Add comment about "-dSAFER".
3476
3477 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * term/xterm.el: Don't require xt-mouse.
3480 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3481 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3482
3483 * xt-mouse.el: Don't change the global function-key-map anny more.
3484 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3485 Don't use after-make-frame-functions now that term/xterm.el calls
3486 us directly.
3487 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3488 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3489 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3490 Setup input-decode-map and remember that xterm-mouse-mode was
3491 enabled in this terminal.
3492 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3493 terminals where it has been enabled.
3494
3495 * faces.el (tty-create-frame-with-faces): Make sure not only
3496 tty-run-terminal-initialization but also set-locale-environment
3497 are run only once per terminal.
3498 (tty-run-terminal-initialization): Don't check if the terminal was
3499 already initted.
3500
3501 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3502 not to remove keymaps that just happen to inherit from one of ours.
3503 When setting up our keymap, make sure it won't be accidentally
3504 modified by someone else.
3505
3506 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3507
3508 * textmodes/artist.el (artist-previous-line, artist-next-line):
3509 * dired.el (dired-next-line, dired-previous-line):
3510 * progmodes/delphi.el (delphi-newline):
3511 * textmodes/org.el (org-columns-eval):
3512 Use forward-line.
3513
3514 * emerge.el (emerge-setup): Use insert-buffer-substring.
3515 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3516
3517 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3520 (adaptive-fill-function): Doc fix. Remove * from docstring.
3521
3522 2007-10-18 Tom Horsley <tom.horsley@att.net>
3523
3524 * simple.el (interprogram-paste-function): Doc fix.
3525 (current-kill): Accept list of strings as well
3526 as single string from `interprogram-paste-function'.
3527
3528 2007-10-18 Glenn Morris <rgm@gnu.org>
3529
3530 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3531
3532 2007-10-18 Drew Adams <drew.adams@oracle.com>
3533
3534 * bindings.el (mode-line-minor-mode-keymap):
3535 Add mouse-minor-mode-menu on mouse-1.
3536 (mode-line-modes): Add mouse-1 to help-echo text.
3537 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3538 New functions.
3539 (mode-line-minor-mode-help): Doc fix.
3540
3541 2007-10-17 Juri Linkov <juri@jurta.org>
3542
3543 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3544 at the request of RMS.
3545 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3546 arg `region'. Fix docstring. At the first `or' branch add call to
3547 `fill-region' if it the region is active in transient-mark-mode.
3548
3549 * bindings.el (esc-map): Bind M-q to fill-paragraph
3550 instead of fill-paragraph-or-region.
3551
3552 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3553 with fill-paragraph.
3554
3555 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3556 Fix docstring.
3557
3558 * indent.el (indent-for-tab-command): Change interactive spec from
3559 "P" to "p". Add check for interactive arg before indenting the
3560 active region.
3561
3562 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3563 Regroup.
3564
3565 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
3566
3567 * emacs-lisp/find-func.el: Don't require loadhist.
3568
3569 * loadhist.el (feature-symbols, file-provides, file-requires)
3570 (file-set-intersect, file-dependents): Simplify.
3571 (unload-feature-special-hooks): Update list of special hooks.
3572
3573 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
3574
3575 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3576 extensions since they can be viewed with doc-view.
3577
3578 * files.el (auto-mode-alist): Make doc-view-mode the default mode
3579 for pdf, ps and dvi files.
3580
3581 * doc-view.el: Make doc-view-mode the standard mode for viewing
3582 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3583 text and image display. Add binding C-c C-e to switch to an
3584 editing mode.
3585 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
3586 avoid security problems when rendering files from untrusted sources.
3587
3588 2007-10-17 Aaron Hawley <aaronh@garden.org>
3589
3590 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3591 position is not saved.
3592
3593 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
3594
3595 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
3596 (doc-view-ghostscript-options): Fix typo in doc string.
3597
3598 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3601 handling, so compilation-fake-loc works again.
3602
3603 * server.el (server-select-display): Nop if we do not support m-f-o-d.
3604 (server-process-filter): Revert last change.
3605
3606 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3607 behavior unrelated to filesets.
3608
3609 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
3610
3611 * longlines.el (longlines-wrap-follows-window-size): Integer value
3612 specifies wrapping margin.
3613 (longlines-mode, longlines-window-change-function):
3614 Set window-specific wrapping margin based on the above.
3615
3616 2007-10-17 John Wiegley <johnw@newartisans.com>
3617
3618 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3619
3620 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3621
3622 * server.el (server-process-filter): Only set display if X11 is
3623 supported.
3624
3625 2007-10-17 Glenn Morris <rgm@gnu.org>
3626
3627 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3628 Tweak regexp to avoid stack overflow.
3629
3630 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * simple.el (reindent-then-newline-and-indent): Don't assume that
3633 indent-according-to-mode preserves point.
3634
3635 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
3636
3637 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3638 (bs--nth-wrapper): Simplify.
3639 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
3640 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
3641 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3642 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3643 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3644 (bs-configurations, bs-default-configuration)
3645 (bs-alternative-configuration, bs-cycle-configuration-name)
3646 (bs-string-show-always, bs-string-show-never, bs-string-current)
3647 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3648 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3649 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3650 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3651 (bs--window-config-coming-from): Revert 2006-11-09 change.
3652 (bs--restore-window-config): Keep the selected frame.
3653 (bs--track-window-changes, bs--remove-hooks): New functions.
3654 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3655 (bs--create-header): Remove.
3656 (bs--create-header-line): New function, based on `bs--create-header'.
3657 (bs--show-header): Use `bs--create-header-line'.
3658 (bs--show-with-configuration): Revert 2006-11-09 change.
3659 Don't reuse window unless it is visible on the selected frame.
3660 Restore window configuration (possibly in a different frame)
3661 before creating any window.
3662
3663 2007-10-16 Glenn Morris <rgm@gnu.org>
3664
3665 * simple.el (blink-matching-open): Don't report false errors with
3666 the `$' syntax class.
3667
3668 2007-10-16 Richard Stallman <rms@gnu.org>
3669
3670 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3671 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3672 (ad-is-advised, ad-get-advice-info-field)
3673 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3674
3675 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3676
3677 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3678 (vc-default-working-revision): Compatibility for backends.
3679
3680 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3681
3682 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3683 (filesets-ormap, filesets-sort-case-sensitive-flag)
3684 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3685 Fix typos in docstrings.
3686 (filesets-conditional-sort, filesets-find-or-display-file)
3687 (filesets-data-get-name, filesets-data-get-data)
3688 (filesets-data-set, filesets-cmd-query-replace-getargs)
3689 (filesets-ingroup-collect): Doc fixes.
3690
3691 2007-10-15 Sam Steingold <sds@gnu.org>
3692
3693 * mail/sendmail.el (sendmail-error-reporting-interactive)
3694 (sendmail-error-reporting-non-interactive): New variables for
3695 sendmail error reporting options to simplify support for imperfect
3696 sendmail emulators.
3697 (sendmail-send-it): Use them instead of list literals.
3698
3699 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3700
3701 * help-fns.el: Revert previous change; it creates a
3702 dependency loop between advice.el and help-fns.el.
3703
3704 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3705
3706 * help-fns.el: Require advice when compiling.
3707
3708 2007-10-14 Drew Adams <drew.adams@oracle.com>
3709
3710 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3711 (ring-insert+extend, ring-remove+insert+extend, ring-member)
3712 (ring-next, ring-previous): New functions.
3713
3714 2007-10-14 Richard Stallman <rms@gnu.org>
3715
3716 * emacs-lisp/advice.el (documentation): Advice deleted.
3717 Doc for advised functions is now handled at C level.
3718 (ad-stop-advice, ad-start-advice): Don't enable or disable
3719 advice for `documentation'.
3720 (ad-advised-definition-docstring-regexp): Var deleted.
3721 (ad-make-advised-definition-docstring): Store orig name
3722 as text property of string.
3723 (ad-advised-definition-p): Check for text property of docstring.
3724
3725 * help-fns.el (describe-function-1): Find source of advised functions.
3726
3727 2007-10-14 Juri Linkov <juri@jurta.org>
3728
3729 * faces.el (describe-face): Allow handling a string as the face name.
3730
3731 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3732 active region in transient-mark-mode.
3733 (ispell-region): Change messages displayed at the start and end of
3734 the spell-checking to be the same.
3735
3736 * startup.el (fancy-startup-tail): Say exactly what does the button
3737 dismiss ("Dismiss this startup screen"). Use text "Never show
3738 it again" for the checkbox after this button.
3739 (fancy-startup-screen, fancy-about-screen): Put point before the
3740 first link, so the user can quickly select links with the keyboard.
3741 (normal-mouse-startup-screen): Add more useful text describing how
3742 to follow a link.
3743
3744 2007-10-14 Glenn Morris <rgm@gnu.org>
3745
3746 * progmodes/etags.el (select-tags-table): Disable undo in the
3747 `*Tags Table List*' buffer.
3748
3749 2007-10-13 Eli Zaretskii <eliz@gnu.org>
3750
3751 * dired.el (dired-warn-writable): New face.
3752 (dired-warn-writable-face): New variable.
3753 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3754 of dired-warning-face, for group- and world-writable files.
3755
3756 2007-10-13 Richard Stallman <rms@gnu.org>
3757
3758 * files.el (directory-abbrev-alist): Doc fix.
3759
3760 2007-10-13 Jari Aalto <jari.aalto@cante.net>
3761
3762 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3763
3764 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3765
3766 * frame.el (set-frame-configuration): Assign name parameter only
3767 if it has been set explicitly before.
3768
3769 2007-10-11 Tom Tromey <tromey@redhat.com>
3770
3771 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3772 frame is visible.
3773
3774 2007-10-10 Richard Stallman <rms@gnu.org>
3775
3776 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3777 in *Backtrace*.
3778
3779 * faces.el (face-font-selection-order): Doc fix.
3780
3781 * loadhist.el (unload-feature): Doc fix.
3782
3783 2007-10-13 Glenn Morris <rgm@gnu.org>
3784
3785 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3786 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3787 Add doc string, and an explicit COUNT argument.
3788 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3789 `inc' to search functions.
3790
3791 * faces.el (face-spec-set): When FRAME is nil, set the default for
3792 new frames (restores pre-2007-09-17 behavior). Doc fix.
3793
3794 2007-10-13 John W. Eaton <jwe@octave.org>
3795
3796 * progmodes/octave-mod.el (octave-looking-at-kw)
3797 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3798 New functions.
3799 (octave-in-defun-p, calculate-octave-indent)
3800 (octave-blink-matching-block-open, octave-beginning-of-defun)
3801 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3802 to search for regexps that contain case-sensitive keywords.
3803 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3804 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3805
3806 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3807
3808 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3809 Do not use a single clause cond.
3810
3811 * cus-start.el (all): Use test that does not match the X11 version
3812 for mac.
3813
3814 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3815
3816 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3817 BROWSE buffer.
3818
3819 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3820
3821 * cus-start.el (all): Undo previous change.
3822
3823 2007-10-13 Glenn Morris <rgm@gnu.org>
3824
3825 * woman.el (woman0-rename): Fix paren typo.
3826
3827 * mail/feedmail.el (feedmail-run-the-queue)
3828 (feedmail-look-at-queue-directory):
3829 * mail/reporter.el (reporter-dump-state):
3830 * net/eudc-hotlist.el (eudc-edit-hotlist):
3831 * net/eudc.el (eudc-display-records)
3832 (eudc-filter-duplicate-attributes)
3833 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
3834 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3835 (eudc-bbdb-query-internal):
3836 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3837 * net/socks.el (socks-build-auth-list):
3838 * progmodes/cc-cmds.el (top level):
3839 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
3840 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3841 (cperl-write-tags, cperl-tags-treeify):
3842 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3843 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3844 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3845 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3846 (idlwave-toolbar-remove-everywhere):
3847 * progmodes/idlwave.el (idlwave-indent-line)
3848 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3849 (idlwave-write-paths, idlwave-all-method-classes)
3850 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
3851 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3852 (idlwave-complete-in-buffer):
3853 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
3854 (org-fast-tag-selection):
3855 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
3856 than mapcar.
3857
3858 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3859
3860 * diff-mode.el (diff-fine-change): Add :group.
3861
3862 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3863
3864 * cus-start.el (all): Use the same test as the 22.2 branch.
3865
3866 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * diff-mode.el (diff-current-defun): Force recomputation of
3869 change-log-default-name.
3870
3871 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
3872
3873 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3874 and some leftover logic regarding dedicated frames. If showing
3875 concise startup screen, fit window to buffer.
3876 (command-line-1): If we will be using the splash screen, use
3877 find-file instead of find-file-other-window to find additional files.
3878 Comment out unused code for coping with the old sit-for behavior.
3879
3880 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3883 `meta' modifier consistently, rather than using sometimes meta
3884 sometimes alt.
3885
3886 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3887
3888 * window.el (handle-select-window): Revert part of 2007-10-08
3889 change setting the input focus.
3890
3891 2007-10-12 Glenn Morris <rgm@gnu.org>
3892
3893 * startup.el (command-line): Do not read abbrev file in batch mode.
3894
3895 * emacs-lisp/byte-opt.el (top level):
3896 * mail/rmail.el (rmail-list-to-menu):
3897 * obsolete/hilit19.el (hilit-mode):
3898 * progmodes/cc-mode.el (c-postprocess-file-styles)
3899 (c-submit-bug-report):
3900 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3901 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3902 (reftex-access-parse-file):
3903 * textmodes/reftex-cite.el (reftex-do-citation)
3904 (reftex-insert-bib-matches):
3905 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3906 * textmodes/reftex-sel.el (reftex-select-unmark):
3907 * textmodes/reftex-toc.el (reftex-toc-do-promote):
3908 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3909
3910 * cus-edit.el (custom-variable-menu, custom-face-menu)
3911 (custom-group-menu): Check init-file-user rather than
3912 user-init-file, in case cus-edit is loaded by site-run-file.
3913
3914 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3915
3916 * vc.el (vc-deduce-fileset): Delete unused code.
3917 (vc-next-action): Fix typos.
3918
3919 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3920
3921 * bs.el (bs--mark-unmark): New function.
3922 (bs-mark-current, bs-unmark-current): Use it.
3923
3924 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3925
3926 * vc.el (vc-diff):
3927 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
3928 temporarily disable the check for his edge case of
3929 vc-diff (stopping it from grinding when called from $HOME), as
3930 it's calling some brittle code in vc-hooks.el.
3931 (with-vc-properties): Fix evaluation time of a macro argument.
3932 * ediff-vers.el (ediff-vc-internal):
3933 * vc-hooks.el:
3934 * loaddefs.el: Follow up on VC terminology change.
3935
3936 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * follow.el (follow-stop-intercept-process-output):
3939 Use `follow-call-process-filter' rather than `process-filter'.
3940 Simplify.
3941
3942 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3943
3944 * vc-hooks.el (vc-registered): Robustify this function a bit
3945 against filenames with no directory component.
3946
3947 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3948
3949 * international/characters.el: Undo unwanted and unexplained change.
3950
3951 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3952
3953 * ps-print.el: Fix the usage of :foreground and :background face
3954 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3955 (ps-print-version): New version 6.7.6.
3956 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3957 Fix code.
3958 (ps-face-foreground-color-p, ps-face-background-color-p)
3959 (ps-face-color-p): New inline funs.
3960
3961 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3962
3963 * textmodes/org.el (org-additional-option-like-keywords): New constant.
3964 (org-complete): Use `org-additional-option-like-keywords'.
3965 (org-parse-local-options): New function.
3966
3967 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3968
3969 * textmodes/org.el (org-in-clocktable-p): New function.
3970 (org-clock-report): Only update the table at point, or insert a new one.
3971 (org-clock-goto): New function.
3972 (org-open-file): Use `start-process-shell-command' instead of
3973 `shell-command' with an ampersand.
3974 (org-deadline, org-schedule): New argument REMOVE to remove the
3975 date from the entry.
3976 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3977 argument to `org-schedule' and `org-deadline'.
3978 (org-trim): Use the correct expressions for beginning and end of
3979 the string.
3980 (org-get-cleaned-entry): Trim the string before returning it.
3981 (org-clock-find-position): New function.
3982 (org-clock-into-drawer): New option.
3983 (org-agenda-tags-column): Rename from
3984 `org-agenda-align-tags-to-column'.
3985 (org-agenda-align-tags): Allow negative values for
3986 `org-agenda-tags-column'.
3987 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
3988 (org-agenda-to-appt): New optional argument FILTER.
3989 (org-completion-fallback-command): New variable.
3990 (org-complete): Use `org-completion-fallback-command'.
3991 (org-find-base-buffer-visiting): Catch the case that there is no
3992 buffer visiting the file.
3993 (org-property-or-variable-value): New function.
3994 (org-todo): Use `org-property-or-variable-value'
3995 (org-agenda-compact-blocks): New option.
3996 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
3997 (org-agenda-schedule, org-agenda-deadline):
3998 Call `org-agenda-show-new-time'.
3999 (org-agenda-show-new-time): New argument PREFIX.
4000 (org-colgroup-info-to-vline-list): Fix but that cause a
4001 shift in the vertical lines.
4002 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
4003 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
4004 (org-indent-item): No arg in call to `org-fix-bullet-type'.
4005 (org-fix-bullet-type): Remove argument.
4006 (org-read-date): Check for am/pm twice, to catch the end time.
4007 (org-goto-map): Use `suppress-keymap'.
4008 (org-remember-apply-template): Respect the dynamically scoped
4009 selection character.
4010
4011 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
4012
4013 * textmodes/org-export-latex.el (org-export-latex-protect-string):
4014 Renaming of `org-latex-protect'.
4015 (org-export-latex-emphasis-alist): By default, don't protect
4016 any emphasis formatter from further conversion.
4017 (org-export-latex-tables): Honor column grouping for tables.
4018 (org-export-latex-title-command): New option.
4019 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4020 export backslash character.
4021
4022 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * frame.el (frame-inherited-parameters): Remove unused `environment'
4025 parameter, and let server.el add `client' when needed.
4026
4027 * server.el (server-create-tty-frame)
4028 (server-create-window-system-frame): Set frame-inherited-parameters.
4029
4030 * frame.el (frame-inherited-parameters): New var.
4031 (make-frame): Use it.
4032
4033 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
4034
4035 * env.el (let-environment): Remove. Unused.
4036 (read-envvar-name): Simplify.
4037 (setenv): Remove unused arg `frame'.
4038
4039 * help-fns.el (describe-variable): Add missing " " for multiline
4040 obsolescence info and missing EOL after global value.
4041
4042 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4043
4044 * add-log.el:
4045 * ediff-vers.el:
4046 * log-view.el:
4047 * pcvs.el:
4048 * vc-arch.el:
4049 * vc-bzr.el:
4050 * vc-cvs.el:
4051 * vc.el:
4052 * vc-git.el:
4053 * vc-hg.el:
4054 * vc-hooks.el:
4055 * vc-mcvs.el:
4056 * vc-mtn.el:
4057 * vc-rcs.el:
4058 * vc-sccs.el:
4059 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
4060 {find,init,next,previous,annotate-*,log}-version ->
4061 {find,init,next,previous,annotate-*,log}-revision,
4062 annotate-focus-version -> annotate-working-revision, The term
4063 'focus' is gone. The term 'revision' is now used consistently
4064 everywhere that reference to a revision ID is intended, replacing
4065 older use of 'version'.
4066
4067 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
4068
4069 * follow.el: Change all instances of "Follow Mode" to "Follow
4070 mode" in docstrings and messages.
4071 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4072
4073 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4074
4075 * vc.el (vc-next-action): Rewrite completely; this principal
4076 entry point now operates on a current fileset selected either
4077 explicitly via VC-Dired or implicitly by visiting a file buffer,
4078 rather than always operating on the file of the current buffer as
4079 in older versions. Rewrite the rest of the mode to match.
4080 (with-vc-properties): Rewrite to operate on a file list.
4081 (with-vc-file): vc-checkin takes a file list argument now.
4082 (vc-post-command-functions): This hook now receives a file list.
4083 (vc-do-command): Take a either a file or a file list as argument.
4084 (vc-deduce-fileset): New function for deducing a file list to
4085 operate on.
4086 (vc-next-action-on-file, vc-next-action-dired): Remove.
4087 Merge into vc-next-action.
4088 (vc-register): Adapt to the fact that vc-start-entry now takes a
4089 file list.
4090 (vc-register-with): New function.
4091 (vc-start-entry): Take a file list argument rather than a
4092 file argument.
4093 (vc-checkout): Cope with vc-start-entry taking a file list.
4094 (vc-steal-lock): Cope with with-vc-properties taking a
4095 file list.
4096 (vc-checkin): Take a file list argument rather than a file argument.
4097 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4098 (vc-diff-internal): Rewrite for filesets.
4099 (vc-diff-sentinel): New function, tests whether changes were
4100 written into a diff buffer.
4101 (vc-diff): Rewrite for filesets.
4102 (vc-version-diff): Rewrite for filesets.
4103 (vc-print-log): Take a fileset argument.
4104 (vc-revert): Revert the entire selected fileset, not just the
4105 current buffer.
4106 (vc-rollback): Roll back the entire selected fileset, if
4107 possible. No longer accepts a prefix argument.
4108 (vc-update): Merge new changes for the entire selected
4109 fileset, not just the current buffer.
4110 (vc-revert-file): Cope with with-vc-properties taking a file list.
4111 (vc-default-dired-state-info): Add + status suffix if the file is
4112 modified.
4113 (vc-annotate-warp-version): Use the new diff machinery.
4114 (vc-log-edit): Take a file list argument rather than a file argument.
4115
4116 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
4117
4118 Sync with Tramp 2.1.11.
4119
4120 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4121 Pacify byte compiler.
4122
4123 * net/trampver.el: Update release number.
4124
4125 2007-10-09 Richard Stallman <rms@gnu.org>
4126
4127 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4128
4129 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4130
4131 * follow.el: Require easymenu.
4132 (follow-mode-hook, follow-mode): Doc fixes.
4133 (follow-mode-off-hook): Mark as obsolete.
4134
4135 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4136
4137 * window.el (mouse-autoselect-window-cancel): Don't cancel for
4138 select-window or select-frame events.
4139 (handle-select-window): When autoselecting window set input
4140 focus. Restructure.
4141
4142 * frame.el (focus-follows-mouse): Move to frame.c.
4143 * cus-start.el (all): Add focus-follows-mouse.
4144
4145 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4148 activate font-locking in the *buffer-selection* buffer.
4149 (bs-show-sorted): Doc fix.
4150
4151 * bs.el (bs--get-marked-string, bs--get-modified-string)
4152 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4153 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4154 (bs--format-aux): Doc fix.
4155
4156 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4157
4158 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4159
4160 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4163 (gud-gdb): New function for old M-x gdb (text command mode).
4164 (gud-gdb-command-name, gdb): Move to...
4165
4166 * progmodes/gdb-ui.el: ...here and adapt doc string.
4167 (gud-gdba-command-name, gdba): Delete.
4168
4169 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4170
4171 * bs.el: Don't defvar `font-lock-verbose'.
4172 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4173 (bs--get-file-name): Fix typos in docstrings.
4174 (bs--show-header): Use `dolist' instead of `mapcar'.
4175 (bs-mode): Set `show-trailing-whitespace' to nil.
4176 (bs-buffer-sort-function, bs-mouse-select-other-frame)
4177 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4178 Doc fixes.
4179
4180 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
4181
4182 * progmodes/gud.el (pdb): Specify file for gud-break.
4183
4184 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * progmodes/gud.el (gdb): Make graphical mode the default and
4187 switch to text command mode if appropriate, i.e., reverse previous
4188 arrangement.
4189 (gud-gdb-marker-filter): Adapt for above change.
4190
4191 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4192 gud-minor-mode and gud-marker-filter.
4193 (gdb-fullname-regexp): New variable.
4194 (gud-gdba-marker-filter): Use it to switch to text command
4195 mode if appropriate.
4196
4197 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4198
4199 * progmodes/gud.el (gud-display-line): Find source buffer even when
4200 GUD buffer has its own frame.
4201
4202 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4203
4204 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4205
4206 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4207
4208 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4209
4210 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4211
4212 * allout.el (allout-before-change-handler): Replace got-char by
4213 goto-char.
4214
4215 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4218 Used to try and automatically enabled smerge-mode in the presence of
4219 conflicts and to call `svn resolved' when the conflicts are gone.
4220 (vc-svn-parse-status): Remember the svn-specific status.
4221
4222 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4223
4224 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4225 menu-bar-apropos-menu. All users changed.
4226 (menu-bar-help-menu): Change menu symbols to better match the text
4227 displayed by the menu.
4228
4229 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4230
4231 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4232 #, @, : and ^.
4233
4234 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4235
4236 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4237
4238 * log-view.el (log-view-mode-map): Likewise.
4239
4240 * diff-mode.el (diff-mode-shared-map): Likewise.
4241
4242 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4243
4244 * files.el (file-name-sans-versions): Also allow `A-Z'.
4245
4246 * vc.el: Mention all supported VC backends.
4247
4248 2007-10-08 Richard Stallman <rms@gnu.org>
4249
4250 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4251 neighbouring buttons.
4252
4253 2007-10-08 Andreas Schwab <schwab@suse.de>
4254
4255 * files.el (file-name-sans-versions): Also allow `_'.
4256
4257 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4258
4259 * files.el (file-name-sans-versions): Allow - and a-z in version names.
4260
4261 * log-view.el (log-view-mode-map, log-view-mode-menu):
4262 Bind log-view-annotate-version.
4263 (log-view-beginning-of-defun, log-view-end-of-defun)
4264 (log-view-annotate-version): New functions.
4265 (log-view-mode): Use log-view-beginning-of-defun and
4266 log-view-end-of-defun.
4267
4268 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4271
4272 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4275 neighbouring buttons.
4276
4277 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4278 Recognize gcc's use of "note" for informational messages.
4279
4280 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4281
4282 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4283 (css-mode): Update correspondingly.
4284
4285 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4286
4287 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4288 Signed-off-by, Acked-by and Merge.
4289
4290 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * ediff-init.el (ediff-verbose-p): This var is not a constant.
4293
4294 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * vc-mtn.el: New file.
4297
4298 * vc-hooks.el (vc-handled-backends): Add Mtn.
4299
4300 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4301
4302 * files.el (find-file, find-file-other-window)
4303 (find-file-other-frame, find-file-existing, find-file-read-only)
4304 (find-file-read-only-other-window)
4305 (find-file-read-only-other-frame)
4306 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4307
4308 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4309
4310 * progmodes/gud.el (gdb-ready): New variable.
4311 (gdb): Set it to nil. Set gud-running to nil here...
4312 (gud-common-init): ...instead of here.
4313
4314 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4315 Use gdb-ready. Discard input until GDB is ready to accept it.
4316
4317 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4318
4319 * dired.el (dired-warning): Inherit from font-lock-warning-face to
4320 make it show up with eight colors.
4321
4322 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4323
4324 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4325 diffs are concatenated with no intervening line.
4326
4327 2007-10-08 Dave Love <fx@gnu.org>
4328
4329 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4330 (python-font-lock-keywords): Update to the 2.5 version of the language.
4331 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4332 (python-backspace): Only behave funny in code.
4333 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4334 (inferior-python-mode): Add PDB prompt regexp.
4335 (python-fill-paragraph): Refine the fenced-string regexp.
4336 (python-find-imports): Handle imports spanning several lines.
4337 (python-mode): Add `class' to hideshow support.
4338
4339 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4340
4341 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4342 Use add-log-buffer-file-name-function rather than binding
4343 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4344 when `fi' is the ChangeLog file itself.
4345
4346 * outline.el (outline-flag-region): Use front-advance.
4347
4348 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
4349
4350 * progmodes/cperl-mode.el: Merge upstream 5.23.
4351 (cperl-where-am-i): Remove function.
4352 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4353 (cperl-sniff-for-indent): De-invert [string] and [comment].
4354 When looking for label, skip s:m:y:tr.
4355 (cperl-indent-line): Likewise.
4356 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4357 (cperl-windowed-init): Wrong `ps-print' handling.
4358 Both thanks to Chong Yidong.
4359 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4360 (cperl-find-pods-heres): If the second part of s()[] is missing,
4361 don't try to highlight delimiters...
4362
4363 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * progmodes/compile.el (compilation-get-file-structure): Complete last
4366 change by also using spec-directory in the puthash.
4367
4368 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
4369
4370 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4371 (vc-bzr-status): Fix shadowing of variable 'status'.
4372 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4373 Use `expand-file-name' instead of `concat'.
4374 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4375 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4376
4377 2007-10-08 Jason Rumney <jasonr@gnu.org>
4378
4379 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4380
4381 2007-10-08 Richard Stallman <rms@gnu.org>
4382
4383 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4384 Add `safe-local-variable' property.
4385 (lisp-body-indent): Likewise.
4386
4387 2007-10-08 Richard Stallman <rms@gnu.org>
4388
4389 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4390 Add doc string.
4391
4392 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4393
4394 * files.el (backup-buffer-copy): Try to overwrite old backup first.
4395
4396 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4397
4398 * repeat.el (repeat): Use last-repeatable-command instead of
4399 real-last-command. Run pre- and post-command hooks for
4400 self-insertion. Update doc-string.
4401
4402 2007-10-08 Alexandre Julliard <julliard@winehq.org>
4403
4404 * vc-git.el (vc-git-state): Call git-add --refresh to update the
4405 state of the file.
4406 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4407 (vc-git-create-repo): Fix invalid command.
4408
4409 2007-10-08 Richard Stallman <rms@gnu.org>
4410
4411 * textmodes/flyspell.el (flyspell-mode):
4412 Catch errors in flyspell-mode-on.
4413
4414 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4415
4416 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4417
4418 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * international/encoded-kb.el (encoded-kbd-setup-display):
4421 Use input-decode-map rather than local-key-translation-map.
4422
4423 * term/rxvt.el (rxvt-alternatives-map): New map.
4424 (terminal-init-rxvt): Use it.
4425 Bind rxvt-function-map in input-decode-map.
4426
4427 * term/xterm.el (xterm-alternatives-map): New map.
4428 (terminal-init-xterm): Use it.
4429 Bind xterm-function-map in input-decode-map.
4430
4431 * term/x-win.el (x-alternatives-map): New var.
4432 (x-setup-function-keys): Use it.
4433
4434 * help-fns.el (describe-variable): Slightly change the layout of
4435 meta-info to separate it better from the docstring.
4436 Standardize insertion of extra empty lines in various circumstances.
4437
4438 * diff-mode.el (diff-hunk-style): New fun.
4439 (diff-end-of-hunk): Use it.
4440 (diff-context->unified): Use the new `apply' undo element,
4441 if applicable, so as to save undo-log space.
4442 (diff-fine-change): New face.
4443 (diff-fine-highlight-preproc): New function.
4444 (diff-fine-highlight): New command.
4445 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4446
4447 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4448 (smerge-refine-highlight-change): Add `props' argument.
4449 (smerge-refine-subst): New function holding most of smerge-refine.
4450 (smerge-refine): Use it.
4451
4452 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4453
4454 * vc.el (vc-default-wash-log): Remove unused code, the
4455 log washers all live in the backends now.
4456 (vc-default-comment-history): Correct for the fact
4457 that wash-log is argumentless in the new API.
4458
4459 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
4460
4461 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4462 (tramp-maybe-send-script): Apply `member' but `memq'.
4463 (tramp-advice-file-expand-wildcards): Simplify implementation.
4464
4465 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4466
4467 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4468
4469 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4470 (minibuf-depth-setup-minibuffer): Use it.
4471
4472 2007-10-07 Glenn Morris <rgm@gnu.org>
4473
4474 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4475 version numbers.
4476
4477 2007-10-06 Juri Linkov <juri@jurta.org>
4478
4479 * textmodes/fill.el (fill-paragraph-or-region): New function.
4480
4481 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4482 instead of fill-paragraph.
4483
4484 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4485 with fill-paragraph-or-region. Suspend command is now the same
4486 `suspend-frame' on window systems and on tty.
4487
4488 * image.el (image-type): Check if image-types is bound to not fail
4489 on tty.
4490
4491 * delsel.el (delete-selection-pre-hook):
4492 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4493 is fbound to not fail on mouseless tty.
4494
4495 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
4496
4497 * net/tramp.el (top): Move loading of tramp-util.el and
4498 tramp-vc.el to tramp-compat.el.
4499 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4500 temporary file if possible, in order to avoid a security hole.
4501 (tramp-do-copy-or-rename-file-out-of-band)
4502 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4503 with DONT-CREATE, because the connection is not setup yet.
4504 (tramp-handle-process-file): Rewrite temporary file handling.
4505 (tramp-completion-mode): New defvar.
4506 (tramp-completion-mode-p): Use it.
4507
4508 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4509
4510 * net/tramp-fish.el (tramp-fish-handle-process-file):
4511 Rewrite temporary file handling.
4512
4513 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4514
4515 * vc.el: Workfile version -> focus version change. Port various
4516 comments from new VC to reduce the noise in the diff.
4517 Patch in the new vc-create-repo function to go with the
4518 header comment about it already present.
4519 There are no changes to existing logic in this patch.
4520 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4521
4522 2007-10-06 Aaron Hawley <aaronh@garden.org>
4523
4524 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4525
4526 2007-10-05 Chris Moore <dooglus@gmail.com>
4527
4528 * server.el (server-kill-new-buffers): Doc fix.
4529
4530 2007-10-05 John W. Eaton <jwe@octave.org>
4531
4532 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4533 (octave-begin-keywords): Add "do".
4534 (octave-end-keywords): Remove "end".
4535 (octave-reserved-words): Add "end". Remove "all_va_args",
4536 "gplot", and 'gsplot".
4537 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4538 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4539 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4540 "default_return_value", "define_all_return_values",
4541 "do_fortran_indexing", "empty_list_elements_ok",
4542 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4543 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4544 "prefer_zero_one_indexing", "propagate_empty_matrices",
4545 "resize_on_range_error", "treat_neg_dim_as_zero",
4546 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4547 "warn_divide_by_zero", "warn_function_name_clash",
4548 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4549 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4550 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4551 "sigterm_dumps_octave_core".
4552 (octave-block-match-alist): Remove "end" from block-end keywords.
4553 (octave-mode): Update ftp site address.
4554
4555 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4556
4557 * vc.el: Reorder functions, no code changes.
4558
4559 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
4560
4561 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4562 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4563 the cond clauses where needed.
4564 (tramp-handle-write-region): Rearrange code for proper handling of
4565 tmpfile.
4566
4567 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4568
4569 * net/tramp.el:
4570 * net/tramp-fish.el:
4571 * net/tramp-ftp.el:
4572 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4573 `tramp-compat-make-temp-file'.
4574
4575 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4576
4577 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4578
4579 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4582 already uses a more recent copyright version than the "current" one.
4583
4584 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4585
4586 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4587 (doc-view-insert-image): Minor aesthetical docstring changes.
4588
4589 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
4590
4591 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4592 completing filename.
4593 (doc-view-search-internal): Docstring change.
4594
4595 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
4596
4597 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
4598 (tramp-file-name-handler-alist):
4599 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
4600 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
4601 used before, creates the file already, which is not desired.
4602 (tramp-do-copy-or-rename-file-directly): Simplify handling of
4603 temporary file.
4604 (tramp-handle-insert-file-contents): Assign the result in the
4605 short track case.
4606 (tramp-handle-insert-file-contents-literally): New defun.
4607 (tramp-completion-mode-p): Revert change from 2007-09-24.
4608 Checking for `return' etc as last character is not sufficient, for
4609 example in dired-mode when entering <g> (revert-buffer) or
4610 <s> (dired-sort).
4611
4612 * net/tramp-compat.el (top): Add also compatibility code for loading
4613 appropriate timer package.
4614 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4615 order to avoid autoloading problems.
4616
4617 * net/tramp-fish.el:
4618 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
4619
4620 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4621 where the second parameter of `copy-file' or `rename-file' is a
4622 remote file but not via ftp.
4623
4624 2007-10-02 Richard Stallman <rms@gnu.org>
4625
4626 * frame.el (cursor-in-non-selected-windows): Doc fix.
4627
4628 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4629
4630 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4631 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4632
4633 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
4634
4635 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4636 when `expt' doesn't give range errors.
4637
4638 2007-10-01 Markus Triska <markus.triska@gmx.at>
4639
4640 * calc/calc-math.el (math-smallest-emacs-expt):
4641 Make the computation more robust.
4642
4643 2007-09-30 David Kastrup <dak@gnu.org>
4644
4645 * startup.el (argv): Alias for `command-line-args-left' to use as
4646 `(pop argv)' inside of --eval command sequences. Allows for
4647 passing shell commands into Emacs verbatim without need for Lisp
4648 quoting.
4649
4650 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4651 check only for changed size.
4652 (auto-revert-tail-handler): Get size from caller. If the file has
4653 shrunk, tail the whole file again (the file presumably has been
4654 rewritten).
4655
4656 * woman.el (woman-topic-all-completions, woman-mini-help):
4657 Fix fallout from 2007-09-07 introduction of `dolist' when the list
4658 actually was being manipulated in the loop.
4659 (woman-Cyg-to-Win, woman-pre-process-region)
4660 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4661 (woman-strings, woman-special-characters, woman1-hc)
4662 (woman-change-fonts, woman-find-next-control-line):
4663 Use `match-beginning' rather than `match-string' when the result is
4664 just used as a flag.
4665
4666 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
4667
4668 * net/tramp-compat.el: New file.
4669
4670 * net/tramp.el:
4671 * net/tramp-fish.el:
4672 * net/tramp-smb.el:
4673 * net/tramp-uu.el:
4674 * net/trampver.el: Move compatibility code to tramp-compat.el.
4675 Apply `mapc' instead of `mapcar' when the code needs side effects
4676 only. Move utf-8 coding cookie to the second line.
4677
4678 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4679
4680 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4681 Improve custom type.
4682 (icon-map-list): Make it customizable. Document how to disable
4683 stock icons.
4684
4685 2007-09-30 Richard Stallman <rms@gnu.org>
4686
4687 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4688
4689 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4690
4691 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4692
4693 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4694
4695 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4696 (t-mouse-mode): New compatibility alias.
4697
4698 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4699
4700 * server.el (server-delete-client): Only delete the terminal if it
4701 is non-nil.
4702
4703 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
4704
4705 * net/tramp.el (with-file-property, with-connection-property):
4706 Highlight as keyword.
4707 (tramp-rfn-eshadow-setup-minibuffer)
4708 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4709 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4710 (tramp-do-copy-or-rename-file-directly)
4711 (tramp-do-copy-or-rename-file-out-of-band)
4712 (tramp-handle-shell-command, tramp-get-debug-buffer)
4713 (tramp-send-command-and-read, tramp-equal-remote)
4714 (tramp-get-local-gid): Pacify byte-compiler.
4715 (tramp-handle-file-name-directory): Result shall not be expanded.
4716 (tramp-find-foreign-file-name-handler): Rewrite.
4717 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4718
4719 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4720
4721 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4722 Apply `tramp-completion-mode-p'.
4723 (tramp-fish-handle-set-file-times)
4724 (tramp-fish-handle-executable-find)
4725 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4726 (tramp-fish-retrieve-data): Pacify byte-compiler.
4727
4728 * net/tramp-gw.el (tramp-gw-basic-authentication):
4729 Call `tramp-read-passwd' with first parameter `nil'.
4730
4731 2007-09-28 Glenn Morris <rgm@gnu.org>
4732
4733 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4734 than mapcar.
4735
4736 * textmodes/tex-mode.el (tex-suscript-height-ratio)
4737 (tex-suscript-height-minimum): New customizable variables.
4738 (tex-suscript-height): New function.
4739 (superscript, subscript): Set height using tex-suscript-height
4740 rather than fixing at 0.8.
4741 (tex-fontify-script, tex-font-script-display): Add :version tag.
4742
4743 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
4744
4745 * progmodes/python.el (python-eldoc-function): Doc fix.
4746
4747 2007-09-27 Glenn Morris <rgm@gnu.org>
4748
4749 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
4750 image if it is not in image-type-auto-detectable, or is there with
4751 a nil value.
4752
4753 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
4754
4755 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4756 connection more robust.
4757
4758 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4759
4760 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4761 Deal with the case that special &keywords are at the beginning or
4762 end of the argument list. Also add some (incomplete) support for
4763 non-standard arglists.
4764
4765 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4766
4767 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4768 (eldoc-message-commands, eldoc-current-idle-delay)
4769 (eldoc-function-argstring-format): Fix typos in docstrings.
4770
4771 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4772
4773 * calc/calc-units.el (calc-convert-units)
4774 (calc-convert-temperature): Remove unnecessary colons.
4775
4776 2007-09-26 Bastien Guerry <bzg@altern.org>
4777
4778 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4779 New function.
4780 (org-export-latex-remove-from-headlines): Name changed because of typo.
4781 (org-export-latex-quotation-marks-convention): Option removed.
4782 (org-export-latex-make-preamble): Handle the DATE option.
4783 (org-export-latex-cleaned-string): Now the only cleaning function,
4784 synched up with org.el.
4785 (org-export-latex-lists, org-export-latex-parse-list)
4786 (org-export-list-to-latex): New functions.
4787
4788 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
4789
4790 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
4791 (org-outline-regexp): New constant.
4792 (org-remember-handler): Throw error when the target file is not in
4793 org-mode.
4794 (org-cleaned-string-for-export): No longer call
4795 `org-export-latex-cleaned-string' with an argument.
4796 (org-get-tags): Returns now a list, not a string.
4797 (org-get-tags-string): New function.
4798 (org-archive-subtree): No need to split return of `org-get-tags'.
4799 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4800 instead of `org-get-tags'.
4801 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4802 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
4803 (org-compatible-face): New argument INHERITS. Inherit from this
4804 face if possible.
4805 (org-level-1, org-level-2, org-level-3, org-level-4)
4806 (org-level-5, org-level-6, org-level-7, org-level-8)
4807 (org-special-keyword, org-drawer, org-column, org-warning)
4808 (org-archived, org-todo, org-done, org-headline-done, org-table)
4809 (org-formula, org-code, org-agenda-structure)
4810 (org-scheduled-today, org-scheduled-previously)
4811 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4812 in the new way.
4813 (org-get-heading): New argument NO-TAGS.
4814 (org-fast-tag-selection-include-todo): Made defvar instead of
4815 defcustom, feature is not deprecated.
4816 (org-remember-store-without-prompt): New default value t.
4817 (org-todo-log-states): New variable.
4818 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4819 Compute the log states.
4820 (org-goto-map): More commands copied from global map. Also bind
4821 `org-occur'.
4822 (org-goto): Made into a general lookup command.
4823 (org-get-location): Complete rewrite.
4824 (org-goto-exit-command): New variable.
4825 (org-goto-selected-point): New variable.
4826 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4827 Set the new variables.
4828 (org-paste-subtree): Whitespace insertion strategy revised.
4829 (org-remember-apply-template): Protect v-A from the possibility
4830 that v-a might be nil.
4831 (org-remember-handler): Insertion rules revised.
4832 (org-todo): Respect org-todo-log-states.
4833 (org-up-heading-safe): New function.
4834 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
4835
4836 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4837
4838 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4839 region if in transient-mark-mode.
4840
4841 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4842
4843 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4844 * calc/calc-help.el (calc-full-help):
4845 * calc/calc-misc.el (another-calc):
4846 * calc/calc-store.el (calc-var-name-map):
4847 * calc/calc-stuff.el (calc-flush-caches):
4848 * calc/calc-units.el (math-build-units-table):
4849 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4850 (calc-quit):
4851 * calendar/icalendar.el (icalendar--format-ical-event)
4852 (icalendar--convert-ical-to-diary):
4853 * emacs-lisp/authors.el (authors):
4854 * emacs-lisp/cust-print.el (custom-print-install)
4855 (custom-print-uninstall):
4856 * emacs-lisp/disass.el (disassemble-1):
4857 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4858 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4859 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4860 (elint-check-let-form, elint-check-condition-case-form)
4861 (elint-initialize):
4862 * emacs-lisp/elp.el (elp-results):
4863 * emacs-lisp/generic.el (generic-mode-internal):
4864 * emacs-lisp/re-builder.el (reb-delete-overlays):
4865 * emacs-lisp/regi.el (regi-interpret):
4866 * emacs-lisp/sregex.el (sregex--char-aux):
4867 * emulation/cua-rect.el (cua--deactivate-rectangle)
4868 (cua--highlight-rectangle, cua--rectangle-post-command):
4869 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4870 * emulation/viper-macs.el (viper-describe-kbd-macros)
4871 (viper-describe-one-macro):
4872 * emulation/viper-util.el (viper-setup-master-buffer):
4873 * emulation/viper.el (set-viper-state-in-major-mode):
4874 * international/mule-diag.el (describe-current-coding-system):
4875 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4876 * mail/emacsbug.el (report-emacs-bug):
4877 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4878 * obsolete/hilit19.el (hilit-unhighlight-region)
4879 (hilit-set-mode-patterns):
4880 * play/solitaire.el (solitaire-check, solitaire-solve):
4881 * play/zone.el (zone-pgm-rotate):
4882 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4883 * progmodes/ada-prj.el (ada-prj-display-page):
4884 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4885 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4886 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4887 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4888 * progmodes/sh-script.el (sh-make-vars-local)
4889 (sh-reset-indent-vars-to-global-values):
4890 * progmodes/sql.el (top):
4891 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4892 * progmodes/xscheme.el (top):
4893 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4894 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4895 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4896 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4897 (artist-submit-bug-report):
4898 * textmodes/flyspell.el (flyspell-delay-commands)
4899 (flyspell-deplacement-commands):
4900 * textmodes/table.el (table--generate-source-epilogue, table-insert)
4901 (table--generate-source-cells-in-a-row, table--make-cell-map)
4902 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4903
4904 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
4905
4906 * allout.el (produce-allout-mode-map, allout-process-exposed):
4907 * ansi-color.el (ansi-color-make-color-map):
4908 * autoinsert.el (auto-insert):
4909 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4910 * dired-aux.el (dired-create-files):
4911 * dired.el (dired-restore-desktop-buffer):
4912 * ediff-diff.el (ediff-setup-fine-diff-regions):
4913 * ediff-mult.el (ediff-intersect-directories)
4914 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4915 (ediff-redraw-registry-buffer):
4916 * ediff-ptch.el (ediff-fixup-patch-map):
4917 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4918 (ediff-really-quit, ediff-clear-diff-vector):
4919 * emerge.el (emerge-really-quit):
4920 * ffap.el (ffap-replace-file-component):
4921 * filecache.el (file-cache-add-directory)
4922 (file-cache-add-directory-recursively)
4923 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4924 (file-cache-delete-directory, file-cache-files-matching-internal)
4925 (file-cache-display):
4926 * files.el (cd):
4927 * find-lisp.el (find-lisp-insert-directory):
4928 * finder.el (finder-compile-keywords):
4929 * help.el (view-emacs-news):
4930 * hi-lock.el (hi-lock-write-interactive-patterns):
4931 * ido.el (ido-to-end, ido-set-matches-1):
4932 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4933 (image-dired-mark-tagged-files):
4934 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4935 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4936 * ps-print.el (ps-background, ps-begin-file)
4937 (ps-build-reference-face-lists):
4938 * simple.el (clone-buffer):
4939 * startup.el (command-line):
4940 * tempo.el (tempo-insert-template, tempo-is-user-element)
4941 (tempo-forward-mark, tempo-backward-mark):
4942 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4943
4944 2007-09-25 Glenn Morris <rgm@gnu.org>
4945
4946 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4947
4948 * view.el (view-search-no-match-lines): Add a doc string.
4949 Rewrite to simplify and work better.
4950
4951 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4952
4953 * progmodes/cc-mode.el (c-mode-base-map):
4954 Use c-indent-line-or-region instead of c-indent-line.
4955
4956 * indent.el (indent-for-tab-command): First check if the region is
4957 active.
4958
4959 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4960
4961 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4962 whitespace-rescan-timer-time is 0.
4963
4964 2007-09-24 Karl Berry <karl@gnu.org>
4965
4966 * international/mule.el (coding-system-base): Fix doc string grammar.
4967
4968 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
4969
4970 * net/tramp.el (tramp-completion-mode-p): Rename from
4971 `tramp-completion-mode'. Revert logic, check `return', `newline'
4972 and such alike. Packages like Icicles tend to use other completion
4973 characters but `tab' and `space' only.
4974
4975 2007-09-24 Adam Hupp <adam@hupp.org>
4976
4977 * progmodes/python.el (run-python): Import emacs module without
4978 waiting; prevents lockup on error.
4979
4980 2007-09-23 Richard Stallman <rms@gnu.org>
4981
4982 * mail/sendmail.el (mail-bury): Delete the frame
4983 if this frame looks like it was made for this message.
4984
4985 * completion.el (completion-separator-self-insert-command)
4986 (completion-separator-self-insert-autofilling):
4987 If `self-insert-command' has been remapped, use the substitute.
4988
4989 * simple.el (copy-region-as-kill): Doc fix.
4990
4991 * textmodes/org.el (org-confirm-shell-link-function)
4992 (org-confirm-elisp-link-function): Doc fixes.
4993
4994 2007-09-23 Glenn Morris <rgm@gnu.org>
4995
4996 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
4997
4998 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
4999
5000 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
5001
5002 * term/tvi970.el (terminal-init-tvi970): Likewise.
5003
5004 * term/sun-mouse.el (print-mouse-format): Likewise.
5005
5006 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
5007 Use forward-line instead of previous-line and next-line.
5008
5009 2007-09-22 Juri Linkov <juri@jurta.org>
5010
5011 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
5012
5013 * tutorial.el (tutorial--default-keys): Update standard bindings:
5014 rename `iconify-or-deiconify-frame' to `suspend-frame',
5015 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
5016
5017 2007-09-22 Juri Linkov <juri@jurta.org>
5018
5019 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
5020 Add help-echo to external links and to links without description.
5021 (fancy-splash-insert): Use help-echo from the 3rd element of the
5022 link specification list, or "Follow this link" if it's nil. Doc fix.
5023
5024 2007-09-22 Juri Linkov <juri@jurta.org>
5025
5026 * startup.el (command-line): Rename `inhibit-startup-message' to
5027 `inhibit-startup-screen'.
5028 (fancy-about-text): Use shorter label for "Ordering Manuals".
5029 (fancy-startup-tail): Add optional arg `concise'. When `concise'
5030 is nil, display a line with "To start..." and 3 links to useful
5031 tasks. Display the "Dismiss" button and "Don't show this message
5032 again" only when concise is non-nil.
5033 (fancy-startup-screen): Call `fancy-startup-tail' with optional
5034 arg `concise'. If CONCISE is non-nil, display a concise version
5035 of the splash screen in another window. Otherwise, switch to the
5036 startup buffer in the same window.
5037 (startup-echo-area-message): Change displayed binding from
5038 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
5039 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
5040 the GNU system".
5041 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
5042 to "*GNU Emacs*".
5043 (display-about-screen): Don't check the existence of the buffer
5044 "*About GNU Emacs*".
5045 (display-splash-screen): Make alias to `display-startup-screen'.
5046 (command-line-1): Rename `inhibit-startup-message' to
5047 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
5048 started with command line options "-f", "-funcall", "-e", "-eval",
5049 "-execute", "-insert", "-find-file", "-file", "-visit".
5050 Inhibit startup screen when Emacs is started with a file name only
5051 on tty (i.e. don't inhibit it when started with a file name like
5052 "emacs FILE..." on a window system).
5053 (command-line-1): Simplify logic of displaying the startup screen:
5054 if file-count > 0, then display the concise version in another
5055 window, otherwise display full version in the same window.
5056
5057 * help.el (help-map): Bind C-h C-a to about-emacs.
5058 (help-for-help-internal): Add C-a description to C-h help text.
5059
5060 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
5061
5062 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
5063 (checkdoc-permit-comma-termination-flag): Autoload the
5064 safe-local-variable setting.
5065
5066 * bookmark.el (bookmark-xemacsp): Remove.
5067 (bookmark-make): Don't use bookmark-xemacsp,
5068 use (featurep 'xemacs) instead.
5069
5070 * speedbar.el (speedbar-frame-mode)
5071 (speedbar-frame-reposition-smartly)
5072 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5073 (speedbar-check-vc): Remove use of non-existent variable
5074 dframe-xemacsp, use (featurep 'xemacs) instead.
5075
5076 * indent.el (indent-for-tab-command): Indent the region if
5077 transient-mark-mode and the region is active.
5078
5079 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5080
5081 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5082 add inferior-octave-directory-tracker to the buffer-local value
5083 of comint-input-filter-functions.
5084
5085 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5086
5087 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5088
5089 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
5090
5091 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5092 on w32 frames.
5093
5094 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5095
5096 * startup.el (normal-top-level): Remove DISPLAY from
5097 process-environment to let it be computed dynamically in callproc.c.
5098
5099 * frame.el (frame-initialize, make-frame):
5100 * faces.el (tty-set-up-initial-frame-faces):
5101 * env.el (setenv): Don't set display-environment-variable.
5102
5103 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5104 (server-create-tty-frame): Don't set unused `tty' property.
5105 Set `display' instead of display-environment-variable.
5106 (server-create-window-system-frame): No display-environment-variable.
5107
5108 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5111 (rfn-eshadow-update-overlay-hook): New defvars.
5112 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5113 Run the hooks.
5114
5115 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5116 (tramp-rfn-eshadow-setup-minibuffer)
5117 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
5118 rfn-eshadow.el.
5119
5120 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5121 timeout.
5122
5123 2007-09-21 Glenn Morris <rgm@gnu.org>
5124
5125 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5126 * term/sun-mouse.el (suspend-emacstool): Remove.
5127 * term/sun.el: Remove emacstool-related code.
5128
5129 * emacs-lisp/bytecomp.el (byte-compile-warnings)
5130 (byte-compile-warnings-safe-p): Add `mapcar'.
5131 (byte-compile-warning-types): Add mapcar and make-local.
5132 (byte-compile-normal-call): Add option to suppress mapcar warning.
5133 (top-level): Use mapc rather than mapcar in eval-when-compile.
5134
5135 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5136 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5137 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5138 Handle escaped parens.
5139 (latex-forward-sexp): Doc fix.
5140
5141 * eshell/esh-mode.el (eshell-output-filter-functions):
5142 Add eshell-postoutput-scroll-to-bottom.
5143
5144 * loadup.el: Remove termdev.
5145
5146 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5147 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5148
5149 2007-09-21 Markus Triska <markus.triska@gmx.at>
5150
5151 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5152 `mapcar' is called for effect.
5153
5154 2007-09-21 Kevin Ryde <user42@zip.com.au>
5155
5156 * international/mule.el (sgml-html-meta-auto-coding-function):
5157 Bind `case-fold-search' to t.
5158
5159 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * termdev.el: Remove.
5162
5163 * frame.el (get-device-terminal): New function. Moved from termdev.el.
5164 (frames-on-display-list): Use it.
5165
5166 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5167
5168 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5169
5170 2007-09-20 Richard Stallman <rms@gnu.org>
5171
5172 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5173
5174 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5175
5176 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5177
5178 2007-09-20 Glenn Morris <rgm@gnu.org>
5179
5180 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5181 motion functions, rather than hard-coding "\n\n".
5182 (tex-validate-region): Check for eobp, to speed up.
5183 (tex-next-unmatched-end): Doc fix.
5184
5185 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5186
5187 * files.el (auto-mode-alist): Use archive-mode for .rar files.
5188
5189 * international/mule.el (auto-coding-alist): Rar archives are binary.
5190
5191 * arc-mode.el: Add basic support for Rar.
5192 (archive-find-type): Recognize Rar's signature.
5193 (archive-desummarize): New fun.
5194 (archive-summarize): Use it to restore the buffer's data in case
5195 someone wants to switch to some other major mode.
5196 (archive-resummarize): Use it as well.
5197 (archive-rar-summarize, archive-rar-extract): New functions.
5198
5199 * filesets.el: Remove spurious * in docstrings.
5200 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
5201 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5202 (filesets-ingroup-collect): Remove unused arg `depth'.
5203 (filesets-update): Remove unused arg `version'.
5204
5205 * finder.el (finder-compile-keywords): Fix up comment style.
5206 (finder-mouse-face-on-line): previous-line -> forward-line.
5207
5208 * recentf.el: Remove spurious * in docstrings.
5209 (recentf-save-list): Fix up comment style.
5210
5211 * progmodes/octave-mod.el: Remove spurious * in docstrings.
5212 (octave-mode-map): Move init into declaration and remove \t binding.
5213 (octave-mode-startup-message): Remove unused var.
5214 (octave-scan-blocks): Remove unused arg `from'.
5215 (octave-forward-block, octave-down-block, octave-up-block):
5216 Update callers.
5217
5218 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5219 (meta-mode-map): Likewise and remove \t binding.
5220
5221 * net/snmp-mode.el: Remove spurious * in docstrings.
5222 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5223 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5224 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5225 that completion accepts lists of strings.
5226 (snmp-mode-syntax-table): Move initialization into declaration.
5227 (snmp-mode-map): Likewise and remove \t binding.
5228 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5229 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5230 (snmp-indent-command): Remove.
5231
5232 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5233 binding, so tab-always-indent works right.
5234
5235 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
5236
5237 * net/browse-url.el (browse-url-elinks-new-window): New function.
5238 (browse-url-elinks): Use browse-url-elinks-new-window.
5239 Accept optional second argument `new-window'. Fix typo in doc-string.
5240 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5241 Improve error message.
5242
5243 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5244
5245 * net/browse-url.el (browse-url-url-encode-chars): Use the right
5246 parameter name in the function body.
5247 Reported by Johannes Weiner.
5248
5249 2007-09-19 Glenn Morris <rgm@gnu.org>
5250
5251 * net/socks.el (socks-open-network-stream): Signal an explicit
5252 error if the port associated with a service string can't be found.
5253
5254 * textmodes/tex-mode.el (tex-terminate-paragraph):
5255 Use backward-paragraph.
5256
5257 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * server.el (server-running-p): New function.
5260
5261 2007-09-18 Jason Rumney <jasonr@gnu.org>
5262
5263 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5264 x-focus-frame.
5265
5266 * frame.el (select-frame-set-input-focus, select-frame-by-name):
5267 Use x-focus-frame for w32.
5268
5269 2007-09-17 David Kastrup <dak@gnu.org>
5270
5271 * textmodes/tex-mode.el (tex-verbatim-environments):
5272 Eliminate CL dependency.
5273
5274 2007-09-17 Richard Stallman <rms@gnu.org>
5275
5276 * newcomment.el (comment-add): New arg EXTRA.
5277 (comment-region-default): Pass EXTRA if not indenting lines.
5278
5279 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5280
5281 * net/browse-url.el (browse-url-url-encode-chars): New function.
5282 URL-encode some chars in a string.
5283 (browse-url-encode-url): Rewrite using the previous function.
5284 (browse-url-file-url): Use `browse-url-url-encode-chars'.
5285 (browse-url-elinks-sentinel): Fix typo.
5286 (browse-url-new-window-flag): Doc change.
5287
5288 2007-09-17 Glenn Morris <rgm@gnu.org>
5289
5290 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5291 filename from `--file-line-error', if it is available.
5292
5293 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5294
5295 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5296 TeX `--file-line-error' format.
5297
5298 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5299
5300 * xt-mouse.el: Delete add-hook calls that were moved to
5301 xterm-mouse-mode.
5302 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5303 does not work.
5304
5305 2007-09-17 Richard Stallman <rms@gnu.org>
5306
5307 * cus-face.el (custom-theme-set-faces): Undo previous change.
5308
5309 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5310
5311 2007-09-17 Glenn Morris <rgm@gnu.org>
5312
5313 * textmodes/tex-mode.el (tex-region): Simplify previous change,
5314 handling the case where the region is not in `tex-main-file'.
5315 (tex-region-1): Delete.
5316 (tex-region-header): New function, doing the header part of the
5317 old tex-region-1.
5318
5319 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * simple.el (newline): Simplify use of prefix-numeric-value.
5322 (line-move-partial): Remove unused var `ppos'.
5323 (line-move-1): Replace 9999 with most-positive-fixnum.
5324 (move-end-of-line): Use more efficient single-property search.
5325 (move-beginning-of-line): Remove unused var `start'.
5326 (blink-matching-open): Restructure in a more functional style.
5327
5328 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5329
5330 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5331
5332 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * server.el (server-clients): Only keep procs, no properties any more.
5335 (server-client): Remove.
5336 (server-client-get, server-client-set): Remove, replace all callers by
5337 process-get and process-put resp.
5338 (server-clients-with, server-add-client, server-delete-client)
5339 (server-create-tty-frame, server-create-window-system-frame)
5340 (server-process-filter, server-execute, server-visit-files)
5341 (server-buffer-done, server-kill-buffer-query-function)
5342 (server-kill-emacs-query-function, server-switch-buffer)
5343 (server-save-buffers-kill-terminal): Update accordingly.
5344
5345 * server.el (server-with-environment): Simplify.
5346 (server-select-display, server-unselect-display): Re-add functions that
5347 seem to have been lost in the multi-tty merge.
5348 (server-eval-and-print, server-create-tty-frame)
5349 (server-create-window-system-frame, server-goto-toplevel)
5350 (server-execute, server-return-error): New functions extracted from
5351 server-process-filter.
5352 (server-execute-continuation): New functions.
5353 (server-process-filter): Restructure so that all arguments are analysed
5354 first and then acted upon in a subsequent stage. This way
5355 server-goto-toplevel can be executed later, when we know if
5356 it's necessary.
5357 Remove the "-version" and "-version-good" support.
5358
5359 2007-09-16 Drew Adams <drew.adams@oracle.com>
5360
5361 * cus-edit.el (custom-face-edit-activate): Doc fix.
5362
5363 2007-09-16 Glenn Morris <rgm@gnu.org>
5364
5365 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5366 Following cal-bahai renaming, update all instances of
5367 list-bahai-diary-entries to diary-bahai-list-entries,
5368 mark-bahai-diary-entries to diary-bahai-mark-entries,
5369 calendar-goto-bahai-date to calendar-bahai-goto-date,
5370 insert-bahai-diary-entry to diary-bahai-insert-entry,
5371 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5372 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5373 calendar-print-bahai-date to calendar-bahai-print-date.
5374
5375 * textmodes/tex-mode.el (tex-region): Handle the case where the
5376 region is not in `tex-main-file'. Move the old code that applies
5377 to both cases...
5378 (tex-region-1): ...to this new function.
5379
5380 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5381
5382 * vc.el (vc-process-sentinel): New function.
5383 (vc-exec-after): Use it instead of using ugly hackish analysis and
5384 construction of Elisp code.
5385 (vc-sentinel-movepoint): New dynamically scoped var.
5386 (vc-print-log, vc-annotate): Set it to move the user's point.
5387
5388 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5389 inhibit-modification-hooks.
5390
5391 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5392 (calendar-bahai-print-date, calendar-bahai-goto-date)
5393 (diary-bahai-list-entries, diary-bahai-insert-entry):
5394 New names to clean up the namespace a bit more.
5395 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5396
5397 2007-09-15 Glenn Morris <rgm@gnu.org>
5398
5399 * calendar/holidays.el (holiday-list): Rename it back to
5400 `list-holidays', but leave `holiday-list' as an alias.
5401
5402 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5403 custom group.
5404
5405 * textmodes/css-mode.el (css): New custom group.
5406 (css-electrick-keys, css-selector, css-property)
5407 (css-indent-offset): Specify custom group.
5408
5409 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5412 (cvs-execute-single-file): Use process-file.
5413 (cvs-run-process): Use start-file-process.
5414
5415 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5416
5417 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5418 level. Remove the hooks when turning off the mode.
5419
5420 * term/xterm.el: Require xt-mouse at compile time.
5421 (terminal-init-xterm): Turn on xterm mouse tracking for this
5422 terminal if xterm-mouse-mode is enabled.
5423
5424 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5425
5426 * term/xterm.el (xterm-function-map): Replace bindings that were
5427 deleted by the merge.
5428
5429 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
5430
5431 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5432 (bubbles-mode-map): Move define-key statements here.
5433 (bubbles-game-theme-menu): Ditto.
5434 (bubbles-graphics-theme-menu): Ditto.
5435 (bubbles-menu): Ditto.
5436 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5437 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5438 (bubbles-plop): Set buffer-undo-list, redisplay.
5439 (bubbles-undo): Reset buffer-undo-list, redisplay.
5440 (bubbles--show-images): Take care of missing text properties.
5441
5442 2007-09-14 Glenn Morris <rgm@gnu.org>
5443
5444 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5445 quoting.
5446
5447 * calendar/cal-hebrew.el, calendar/cal-menu.el
5448 * calendar/calendar.el, calendar/diary-lib.el
5449 * calendar/holidays.el: Rename all instances of
5450 list-calendar-holidays callers to calendar-list-holidays,
5451 list-holidays to holiday-list, check-calendar-holidays to
5452 calendar-check-holidays, mark-calendar-holidays to
5453 calendar-mark-holidays, and filter-visible-calendar-holidays to
5454 holiday-filter-visible-calendar.
5455
5456 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5457
5458 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5459
5460 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5461
5462 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5463 Use transparent background for empty cells in graphics mode.
5464
5465 2007-09-13 Jari Aalto <jari.aalto@cante.net>
5466
5467 * man.el (Man-default-man-entry): At end of line, continue looking
5468 to the next line for possible end of hyphenated command.
5469
5470 2007-09-13 Chris Moore <dooglus@gmail.com>
5471
5472 * shell.el (shell-resync-dirs): Don't move the cursor relative to
5473 the command being edited.
5474
5475 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5476
5477 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5478
5479 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5480
5481 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5482 C-M-S- keys.
5483
5484 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5485
5486 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5487
5488 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5489 New argument `filename-p' to use one set of confusing chars or another.
5490 (browse-url-file-url): Use the argument.
5491 Suggested by Johannes Weiner.
5492
5493 2007-09-12 Romain Francoise <romain@orebokech.com>
5494
5495 * cus-start.el (all): Revert 2007-09-08 change.
5496
5497 2007-09-12 Aaron Hawley <aaronh@garden.org>
5498
5499 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5500 extract .Z files, since it is more common than uncompress.
5501
5502 2007-09-12 Glenn Morris <rgm@gnu.org>
5503
5504 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5505 duplicate function definition.
5506
5507 2007-09-10 Chris Moore <dooglus@gmail.com>
5508
5509 * diff-mode.el (diff-sanity-check-hunk):
5510 Also accept single-line hunks.
5511
5512 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
5513
5514 * startup.el (startup-screen-inhibit-startup-screen)
5515 (pure-space-overflow-message): New vars.
5516 (fancy-splash-insert): Allow functions for face and link specs.
5517 (fancy-splash-head): Remove unused arg. Move splash text...
5518 (fancy-startup-text, fancy-about-text): ...here.
5519 (fancy-startup-tail): Rename from fancy-splash-tail.
5520 (fancy-startup-screen, fancy-about-screen): Split off from
5521 fancy-splash-screens.
5522 (display-startup-screen): New function.
5523 (display-about-screen): Rename from display-splash-screen.
5524 (command-line-1): Use concise startup screen if necessary.
5525
5526 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5527
5528 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5529 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5530
5531 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5534 (python-font-lock-keywords): Update to the 2.5 version of the language.
5535 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5536 (python-backspace): Only behave funny in code.
5537 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5538 (inferior-python-mode): Add PDB prompt regexp.
5539 (python-fill-paragraph): Refine the fenced-string regexp.
5540 (python-find-imports): Handle imports spanning several lines.
5541 (python-mode): Add `class' to hideshow support.
5542
5543 2007-09-10 Dave Love <fx@gnu.org>
5544
5545 * outline.el (outline-4, outline-5, outline-7):
5546 Move font-lock-builtin-face down from 4 to 7 to better keep the
5547 progression of color brightness, and to better match Org-mode's faces.
5548
5549 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5550
5551 * progmodes/meta-mode.el (meta-font-lock-keywords)
5552 (font-lock-match-meta-declaration-item-and-skip-to-next)
5553 (meta-comment-indent, meta-indent-previous-line)
5554 (meta-indent-unfinished-line, meta-beginning-of-defun)
5555 (meta-end-of-defun, meta-common-initialization): Handle \f.
5556 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5557 a comment-start.
5558
5559 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5560 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5561 numeric notation of file modes.
5562 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5563 numeric value.
5564 (read-file-modes): New. Read either an octal value of a file mode or a
5565 symbolic value, and return its numeric value.
5566
5567 * dired-aux.el (dired-do-chmod): Change to use the built-in
5568 `set-file-modes' and the previous symbolic mode parsing functions.
5569
5570 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * textmodes/texinfo.el: Remove spurious * in docstrings.
5573 (texinfo-mode-syntax-table, texinfo-mode-map):
5574 Initialize in the declaration.
5575
5576 * tmm.el: Remove spurious * in docstrings.
5577 (tmm-prompt): Use with-current-buffer.
5578
5579 * vcursor.el: Remove spurious * in docstrings.
5580 (vcursor-map): Initialize in the declaration.
5581 (vcursor-use-vcursor-map): Use define-minor-mode.
5582 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5583
5584 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5585 Initialize in the declaration.
5586 (widget-minor-mode): Use define-minor-mode.
5587
5588 * woman.el (woman-mode-map, woman-syntax-table):
5589 Initialize in the declaration.
5590
5591 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
5592
5593 * doc-view.el: New file.
5594
5595 2007-09-09 Juri Linkov <juri@jurta.org>
5596
5597 * Makefile.in (update-authors): Add etc/ to AUTHORS.
5598
5599 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5600
5601 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5602 to "Startup screen". Fix docstring.
5603 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5604 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5605 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5606 (initial-scratch-message): Fix docstring.
5607 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5608 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5609 Add link to "Customize Startup" and set interval between links to
5610 5 spaces.
5611 (fancy-about-text): Add links "Authors" and "Contributing".
5612 (fancy-splash-head): Add text "Welcome to " on the startup screen,
5613 and "This is " on the about screen. Add link to
5614 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5615 For the about screen move emacs version to the header from
5616 `fancy-splash-tail' (as it's done already for normal about screen).
5617 (fancy-splash-tail): Insert emacs version only for startup screen.
5618 (normal-splash-screen): Remove duplicate empty lines.
5619 (normal-about-screen): Add links "Authors" and "Contributing".
5620
5621 * menu-bar.el (menu-bar-help-menu):
5622 Move "About Emacs" and "About GNU" to the end of the Help menu.
5623 Move "Emacs Psychotherapist" after "Send Bug Report...".
5624 Move "External Packages" after "Find Emacs Packages".
5625
5626 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
5627
5628 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5629 they are useless with the byte compiler.
5630 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5631 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5632 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5633 (tramp-file-name-real-host, tramp-file-name-port)
5634 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5635 defuns.
5636
5637 * net/tramp-cache.el (top): Improve error message when
5638 `tramp-persistency-file-name' is corrupted.
5639
5640 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
5641
5642 * textmodes/org.el (org-re): Also replace the :alpha: class.
5643 (org-todo-tag-alist): Variable removed.
5644 (org-todo-key-alist, org-todo-key-trigger): New variables.
5645 (org-use-fast-todo-selection): New option.
5646 (org-log-done): Docstring fixed.
5647 (org-deadline-warning-days): New default value 14.
5648 (org-edit-timestamp-down-means-later): New option.
5649 (org-tag-alist): Docstring fixed.
5650 (org-fast-tag-selection-include-todo): New option.
5651 (org-export-language-setup): New languages added.
5652 (org-set-regexps-and-options): Compute the new variables.
5653 (org-paste-subtree): Cleaning up.
5654 (org-remember-apply-template): New escape %A.
5655 (org-todo): Call fast TODO selection.
5656 (org-fast-todo-selection): New function.
5657 (org-add-log-note): Allow prefix for abort exit.
5658 (org-at-property-p, org-entry-properties)
5659 (org-columns-get-autowidth-alist): Use :alpha: class.
5660 (org-get-wdays): New function.
5661 (org-agenda-remove-date): New variable.
5662 (org-agenda-get-deadlines): Use `org-get-wdays'.
5663 (org-agenda-get-deadlines): Reverse ee before returning.
5664 (org-format-agenda-item): New argument REMOVE-RE.
5665 (org-agenda-convert-date): Baha'i calendar added.
5666 (org-infile-export-plist): Also find DATE line.
5667 (org-get-min-level): New function.
5668 (org-export-as-html, org-export-as-ascii): Use the date format.
5669 (org-shiftup, org-shiftdown): Use.
5670 `org-edit-timestamp-down-means-later'.
5671 (org-assign-fast-keys): New function.
5672
5673 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5674
5675 * cus-start.el (all): Add prefer-window-split-horizontally from
5676 window.c.
5677
5678 2007-09-08 Eli Zaretskii <eliz@gnu.org>
5679
5680 * net/browse-url.el (browse-url-galeon): Fix last change.
5681 (top-level): Require cl when compiling.
5682
5683 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
5684
5685 * textmodes/org-export-latex.el: arch-tag restored.
5686
5687 * textmodes/org-publish.el: arch-tag restored.
5688
5689 2007-09-08 Masatake YAMATO <jet@gyve.org>
5690
5691 * progmodes/which-func.el (which-func-modes): Add diff-mode.
5692
5693 * progmodes/cc-langs.el: Support new keywords added to
5694 objective-c frontend of gcc.
5695 (c-simple-stmt-kwds): Add @throw.
5696 (c-block-stmt-2-kwds): Add @synchronized.
5697 (c-block-stmt-1-kwds): Add @finally and @try.
5698
5699 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
5700
5701 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5702 (org-agenda-after-show-hook): New variable.
5703 (org-columns-compile-format)
5704 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5705 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5706 property names.
5707 (org-get-wdays): New function.
5708
5709 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5712
5713 * term/xterm.el (xterm-function-map): Initialize in the declaration.
5714
5715 * vc-arch.el (vc-arch-checkin): Fix typo.
5716
5717 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5718
5719 * cus-face.el (custom-theme-set-faces): Set face attributes
5720 locally for each frame.
5721
5722 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5725 via font-lock-defaults.
5726
5727 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5728 derived-mode-p.
5729
5730 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
5731
5732 * progmodes/autoconf.el (autoconf-definition-regexp):
5733 Handle optional square brackets around definition name.
5734
5735 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
5736
5737 * net/browse-url.el (browse-url-browser-function): Add elinks.
5738 (browse-url-elinks-wrapper): New option.
5739 (browse-url-encode-url, browse-url-elinks)
5740 (browse-url-elinks-sentinel): New functions.
5741 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5742 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5743 Use new function browse-url-encode-url.
5744
5745 2007-09-07 Glenn Morris <rgm@gnu.org>
5746
5747 * version.el (emacs-version): Revert 2007-08-29 change: no need to
5748 say if multi-tty is present.
5749
5750 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * cus-start.el (split-window-preferred-function): Add custom info.
5753
5754 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5755 (calendar-mark-holidays, calendar-list-holidays)
5756 (holiday-filter-visible-calendar): New names to clean up namespace.
5757 (filter-visible-calendar-holidays, list-calendar-holidays)
5758 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5759 Add compatibility aliases.
5760 (calendar-check-holidays, calendar-mark-holidays)
5761 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5762 (holiday-sexp): Replace append with list.
5763 (holiday-filter-visible-calendar): Replace append with push.
5764
5765 * woman.el: Remove spurious * in docstrings.
5766 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5767 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5768 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5769 (woman-write-directory-cache, woman-display-extended-fonts)
5770 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5771 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5772 (woman-mode): Use inhibit-read-only.
5773 (woman-negative-vertical-space): Use dotimes.
5774 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5775
5776 2007-09-06 Romain Francoise <romain@orebokech.com>
5777
5778 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5779 (vc-bzr-workfile-version): Use it.
5780
5781 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5782
5783 * complete.el (PC-do-completion): Don't try to treat
5784 empty string as an abbreviation.
5785
5786 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5787
5788 * help-fns.el (describe-variable): Keep doc's text properties.
5789
5790 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5791
5792 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5793 instead of a file.
5794
5795 2007-09-06 Glenn Morris <rgm@gnu.org>
5796
5797 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5798 (checkdoc-minor-mode): Allow user to specify lighter via
5799 checkdoc-minor-mode-string.
5800
5801 2007-09-05 Richard Stallman <rms@gnu.org>
5802
5803 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
5804 Several items removed, simplified, or put on one line.
5805 (fancy-about-text): Add substantial contents, part of startup text.
5806 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5807 (normal-splash-screen): Call normal-mouse-startup-screen,
5808 normal-no-mouse-startup-screen, or normal-about-screen.
5809 (normal-mouse-startup-screen): New fn, broken out, shortened.
5810 (normal-no-mouse-startup-screen): New fn, broken out.
5811 (normal-about-screen): New function, contents all new.
5812
5813 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5814
5815 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5816
5817 2007-09-05 Glenn Morris <rgm@gnu.org>
5818
5819 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5820 is bound.
5821
5822 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5823
5824 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
5825 in doc string.
5826
5827 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5828
5829 * server.el (server-start, server-unload-hook): Undo previous change.
5830
5831 * xt-mouse.el: Undo previous change.
5832
5833 2007-09-04 Juri Linkov <juri@jurta.org>
5834
5835 * startup.el (fancy-about-text): New variable.
5836 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5837 (fancy-current-text, fancy-splash-stop-time)
5838 (fancy-splash-outer-buffer): Remove variables.
5839 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5840 `startup' and use it to conditionally display different texts for
5841 Startup and About screens. Don't display Help commands on the About
5842 screen.
5843 (fancy-splash-screens-1): Remove function and move its content to
5844 `fancy-splash-screens' to the part that dislpays the About screen.
5845 (exit-splash-screen): Don't treat specially exiting from
5846 alternating screens.
5847 (fancy-splash-screens): Rename argument `static' to `startup'.
5848 Fix docstring. Remove code for displaying alternating screens.
5849 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5850 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5851 for `inhibit-read-only'.
5852 (normal-splash-screen): Rename argument `static' to `startup'.
5853 Fix docstring. Use argument `startup' to conditionally display
5854 different texts for Startup and About screens. Don't display Help
5855 commands on the About screen. Remove `unwind-protect' `sit-for'
5856 delay and `kill-buffer' after it.
5857 (display-startup-echo-area-message): Remove call to
5858 `use-fancy-splash-screens-p' because image.el is preloaded and
5859 doesn't display "Loading image... done".
5860 (display-splash-screen): Rename argument `static' to `startup'.
5861 Fix docstring.
5862
5863 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5864
5865 * server.el (server-start, server-unload-hook):
5866 suspend-tty-functions has been renamed to suspend-tty-hook.
5867
5868 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5869 resume-tty-hook.
5870
5871 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5872
5873 * loadup.el: Fix merge problem, only load "button" once.
5874
5875 2007-09-03 Glenn Morris <rgm@gnu.org>
5876
5877 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5878 "Working file:" as the prefix, for the sake of
5879 log-view-current-file.
5880
5881 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5882
5883 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
5884 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5885 if the selected frames is in
5886 xterm-modify-other-keys-terminal-list.
5887 (xterm-turn-off-modify-other-keys): Add an optional frame
5888 parameter. Only turn off modify-other-keys if FRAME is in
5889 xterm-modify-other-keys-terminal-list.
5890 (xterm-remove-modify-other-keys): New function.
5891 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5892 Add the selected frame to xterm-modify-other-keys-terminal-list.
5893
5894 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5895
5896 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5897 (icon-map-list): New variable.
5898 (x-gtk-map-stock): Use icon-map-list.
5899
5900 2007-09-02 Romain Francoise <romain@orebokech.com>
5901
5902 * log-view.el (log-view-current-file): Balance parens.
5903
5904 2007-09-02 Glenn Morris <rgm@gnu.org>
5905
5906 * comint.el (comint-mode): Don't set scroll-conservatively.
5907
5908 * eshell/em-unix.el (eshell/time): Stringify and flatten the
5909 non-command arguments.
5910
5911 * log-view.el (log-view-current-file): Give a more explicit error
5912 if log-view-file-re fails to find a match.
5913
5914 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5915
5916 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5917 Fix bug: Don't expand top-level file name more than once.
5918 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5919
5920 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * server.el (server-process-filter): Don't display the splash screen.
5923 It's annoying enough on the initial screen and becomes positively
5924 obnoxious here.
5925
5926 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5929 Change naming to use "avl-tree--" for internal functions.
5930
5931 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
5932
5933 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5934 the merge.
5935 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5936 (provide): Move to the end of file.
5937
5938 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5939
5940 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5941
5942 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5943 New variable. List of exceptions for the duplicated word rule.
5944 (flyspell-mark-duplications-flag): Mention it.
5945 (flyspell-word): Treat it.
5946
5947 * files.el (create-file-buffer): If the filename sans directory starts
5948 with spaces, remove them.
5949
5950 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5951
5952 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5953 (x-gtk-map-stock): Use two directory elements when matching
5954 file name.
5955
5956 2007-08-31 James Wright <james@chumsley.org>
5957
5958 * eshell/em-unix.el (eshell/info): New function.
5959
5960 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5961
5962 * frame.el (frame-initialize, make-frame):
5963 * server.el (server-process-filter):
5964 * faces.el (tty-set-up-initial-frame-faces): Don't set
5965 term-environment-variable since it's not used any more.
5966
5967 * env.el (setenv): Don't treat $TERM specially.
5968
5969 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5970 stated otherwise, subprocesses do not send back escape sequences
5971 corresponding to the terminal from which Emacs was started.
5972
5973 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
5974
5975 * calculator.el: Require cl for compilation.
5976
5977 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
5978
5979 * outline.el (outline-font-lock-levels): Comment out unused var.
5980 (outline-font-lock-face): Wrap around face list to handle any
5981 nesting depth gracefully.
5982
5983 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
5984
5985 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
5986 `set-file-times'.
5987
5988 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5989
5990 * textmodes/org.el (org-export-visible): Fix drawers before export.
5991 (org-do-sort): Allow sorting by priority.
5992 (org-agenda-files): Ignore non-existing files.
5993 (org-agenda-skip-unavailable-files): New variable.
5994 (org-ellipsis): All a face as value.
5995 (org-mode): Interprete the face value of `org-ellipsis'.
5996 (org-archive-save-context-info): New option.
5997 (org-archive-subtree): Store context info in archived entry.
5998 (org-fast-tag-selection-can-set-todo-state): New variable.
5999 (org-fast-tag-selection): Allow setting TODO states through this
6000 interface.
6001 (org-cycle): Docstring updated.
6002 (org-todo-keyword-faces): New option.
6003 (org-get-todo-face): New function.
6004 (org-set-font-lock-defaults, org-agenda-highlight-todo):
6005 Use `org-get-todo-face'.
6006 (org-switch-to-buffer-other-window): New function.
6007 (org-table-edit-field, org-table-show-reference)
6008 (org-table-edit-formulas, org-add-log-note)
6009 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
6010 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
6011 `switch-to-buffer-other-window' to make sure that the temporary
6012 windows show up on the current frame.
6013 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
6014 (org-get-entries-from-diary, org-replace-region-by-html):
6015 Don't allow pop-up frames.
6016 (org-agenda-get-deadlines, org-agenda-get-scheduled):
6017 Fix problems with time-of-day.
6018 (org-export-get-title-from-subtree): New function.
6019 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
6020 with listing items that are DONE.
6021 (org-change-tag-in-region): New command.
6022 (org-agenda-skip-scheduled-if-done)
6023 (org-agenda-skip-deadline-if-done): Docstring clarified.
6024 (org-mode): Hide drawers on startup.
6025 (org-get-todo-face): New function.
6026 (org-todo-keyword-faces): New option.
6027 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
6028 (org-remove-keyword-keys): New function.
6029
6030 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
6031
6032 * progmodes/grep.el (grep-find-ignored-directories):
6033 Add monotone _MTN bookkeeping directory in workspaces.
6034 Add RCS control directory. List items in alphabetical order.
6035
6036 * progmodes/grep.el (grep-files-aliases): Add cc alias.
6037 Sort items in alphabetical order. Fix parens.
6038
6039 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6040
6041 * vc-hg.el (vc-hg-extra-menu-map): New variable.
6042 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
6043 (vc-hg-pull): New functions.
6044 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
6045
6046 * term/mac-win.el: Don't require url, only autoloaded url
6047 functions are used in this file.
6048
6049 2007-08-29 Andreas Schwab <schwab@suse.de>
6050
6051 * shell.el (shell): Return correct value from interactive spec.
6052
6053 2007-08-29 Glenn Morris <rgm@gnu.org>
6054
6055 * version.el (emacs-version): Increase to 23.0.50.
6056
6057 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6058
6059 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
6060
6061 2007-08-29 Juri Linkov <juri@jurta.org>
6062
6063 * loadup.el: Add "button" loading after "faces" and move "startup"
6064 to load after "button".
6065
6066 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6067
6068 * loadup.el: Load term/mac-win on a Mac using Carbon.
6069
6070 * term/mac-win.el: Provide mac-win.
6071 (mac-initialized): New variable.
6072 (mac-initialize-window-system): New function. Move global setup here.
6073 (handle-args-function-alist, frame-creation-function-alist):
6074 (window-system-initialization-alist): Add mac entries.
6075 (x-setup-function-keys): New function containing all the
6076 top level function key definitions.
6077
6078 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6079
6080 * env.el (read-envvar-name): Don't consider the environment frame param.
6081
6082 * env.el (setenv):
6083 * frame.el (frame-initialize, make-frame):
6084 * faces.el (tty-set-up-initial-frame-faces):
6085 * server.el (server-process-filter): Set
6086 display-environment-variable and term-environment-variable.
6087
6088 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6089
6090 2007-08-29 Jason Rumney <jasonr@gnu.org>
6091
6092 * loadup.el: Only load term/x-win when X is compiled in.
6093 Load term/w32-win and dependencies on windows-nt.
6094
6095 * term/w32-win.el: Reorder to match x-win.el more closely.
6096 Provide w32-win. Don't throw error when global window-system not w32.
6097 (internal-face-interactive): Remove obsolete function.
6098 (x-setup-function-keys): Use local-function-key-map.
6099 (w32-initialized): New variable.
6100 (w32-initialize-window-system): Set it.
6101 Move more global setup here.
6102 (x-setup-function-keys): New function.
6103 (w32-initialize-window-system): Move non function key global setup here.
6104 (x-cut-buffer-max): Remove.
6105 (w32-initialize-window-system): New function.
6106 (handle-args-function-alist, frame-creation-function-alist):
6107 (window-system-initialization-alist): Add w32 entries.
6108
6109 2007-08-29 David Kastrup <dak@gnu.org>
6110
6111 * env.el (getenv): Pass frame to getenv-internal.
6112
6113 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6114
6115 * version.el (emacs-version): Show if multi-tty is present.
6116
6117 * loadup.el: Delay loading env; mule-conf gets confused by cl
6118 during bootstrap. Also load termdev and term/x-win.
6119
6120 * bindings.el (mode-line-client): New variable.
6121 (help-echo): Add it to the default mode-line format.
6122
6123 * cus-start.el: Remove bogus window-system reference from GTK test.
6124
6125 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6126 (ebrowse-electric-position-mode-map):
6127 * ebuff-menu.el (electric-buffer-menu-mode-map):
6128 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6129 not `suspend-emacs'.
6130
6131 * ediff-wind.el (ediff-setup-windows-automatic): New function.
6132 (ediff-window-setup-function): Use it as default.
6133
6134 * files.el (save-buffers-kill-terminal): New function.
6135 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6136
6137 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6138 and `with-selected-frame'.
6139
6140 * help-fns.el (describe-variable): Describe frame-local variables
6141 correctly.
6142
6143 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6144 display support.
6145 (normal-erase-is-backspace-setup-frame): New function.
6146
6147 * subr.el (with-selected-frame): New function.
6148 (read-quoted-char): Use terminal-local binding of
6149 local-function-key-map instead of function-key-map.
6150
6151 * talk.el (talk): New function.
6152 (talk-handle-delete-frame): New function.
6153 (talk-add-display): Open a new frame only if FRAME was not a frame.
6154
6155 * termdev.el: New file.
6156
6157 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
6158 * term/x-win.el: Don't bind f10.
6159 * tmm.el: Remove autoload binding for f10.
6160
6161 * international/encoded-kb.el (encoded-kbd-setup-display): Use
6162 `set-input-meta-mode'. Fix broken condition before set-input-mode.
6163 Store the saved input method as a terminal parameter. Add keymap
6164 parameter. Use it instead of changing key-translation-map directly.
6165 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6166 Remove.
6167 (encoded-kbd-setup-display): New function.
6168
6169 * international/mule-cmds.el (set-locale-environment): Fix getenv
6170 call. Use save-buffers-kill-terminal. Ignore window-system; always
6171 set the keyboard coding system. Add DISPLAY parameter.
6172 (set-display-table-and-terminal-coding-system): Add DISPLAY
6173 parameter. Pass it to set-terminal-coding-system.
6174
6175 * international/mule.el (keyboard-coding-system): Test for
6176 encoded-kbd-setup-display, not encoded-kbd-mode.
6177 (set-terminal-coding-system, set-keyboard-coding-system): Add
6178 DISPLAY parameter.
6179 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6180
6181 * term/README: Update.
6182
6183 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6184
6185 * term/x-win.el (x-setup-function-keys): New function. Move
6186 function-key-map tweaks here. Protect against multiple calls on
6187 the same terminal. Use terminal-local binding of
6188 local-function-key-map instead of function-key-map.
6189 (x-initialize-window-system): Make a copy of pure list. Pass a
6190 frame getenv.
6191
6192 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6193 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6194 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6195 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6196 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6197 local-function-key-map instead of function-key-map.
6198
6199 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6200 `substitute-key-definition' and `define-key' calls against
6201 multiple execution. Use terminal-local binding of
6202 local-function-key-map instead of function-key-map. Pass a frame
6203 to getenv.
6204
6205 * edmacro.el (edmacro-format-keys):
6206 * emulation/cua-base.el (cua--pre-command-handler):
6207 * isearch.el (isearch-other-meta-char):
6208 * xt-mouse.el: Use terminal-local binding of
6209 local-function-key-map instead of function-key-map.
6210
6211 * fringe.el (set-fringe-mode): Simplify and fix using
6212 `modify-all-frames-parameters'.
6213 * scroll-bar.el (set-scroll-bar-mode): Ditto.
6214 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
6215 check before calling `tool-bar-setup'.
6216 (tool-bar-setup): New variable.
6217 (tool-bar-setup): Use it to guard against multiple calls. Add
6218 optional frame parameter, and select that frame before adding items.
6219 (toggle-tool-bar-mode-from-frame): New function.
6220
6221 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6222 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6223 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6224 "Tool-bar" toggles to reflect the state of the current frame.
6225 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6226
6227 * env.el: Require cl for byte compilation (for `block' and `return').
6228 (environment, setenv-internal): New functions.
6229 (let-environment): New macro.
6230 (setenv, getenv): Add optional terminal parameter. Update docs.
6231 (setenv): Use setenv-internal. Always set process-environment.
6232 Handle `local-environment-variables'.
6233 (read-envvar-name, setenv, getenv): Use frame parameters
6234 to store the local environment, not terminal parameters. Include
6235 `process-environment' as well.
6236
6237 * faces.el (tty-run-terminal-initialization): New function.
6238 (tty-create-frame-with-faces): Use it. Set up faces and
6239 background mode only after the terminal has been initialized.
6240 Call terminal-init-*. Don't load the initialization file more
6241 than once. Call set-locale-environment.
6242 (frame-set-background-mode): Handle the 'background-mode terminal
6243 parameter.
6244 (tty-find-type): New function.
6245 (x-create-frame-with-faces): Remove bogus check for
6246 first frame. Call `tool-bar-setup'. Don't make frame visible
6247 until we are done setting up all its parameters. Call
6248 x-setup-function-keys.
6249
6250 * frame.el (make-frame): Always inherit 'environment and 'client
6251 parameters. Set up the 'environment frame parameter, when needed.
6252 Also inherit 'client parameter. Don't override explicitly
6253 specified values with inherited ones. Add 'terminal frame
6254 parameter. Append window-system-default-frame-alist to parameters
6255 before calling frame-creation-function.
6256 (frame-initialize): Copy the environment from the initial frame.
6257 (window-system-default-frame-alist): Enhance doc string.
6258 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6259 `default-frame-alist' when initial frame is on a tty.
6260 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6261 Remove specified parameters from `window-system-default-frame-alist'.
6262 (make-frame-on-tty, framep-on-display, suspend-frame):
6263 Extend doc string, update parameter names.
6264 (frames-on-display-list): Use terminal-id to get the display id.
6265 (frame-notice-user-settings): Extend to apply
6266 settings in `window-system-default-frame-alist' as well.
6267 (terminal-id, terminal-parameters, terminal-parameter)
6268 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6269 (delete-frame-functions): Add to `delete-frame-functions' hook.
6270 (blink-cursor-mode): Adapt blink-cursor-mode default
6271 value from startup.el.
6272 (make-frame-on-display): Protect condition on x-initialized when
6273 x-win.el is not loaded. Update doc.
6274 (suspend-frame): Use display-controlling-tty-p to decide between
6275 suspend-emacs and suspend-tty.
6276 (frames-on-display-list): Update for display ids.
6277 (framep-on-display): Ditto.
6278 (suspend-frame): Use display-name, not frame-tty-name.
6279 (selected-terminal): New function.
6280
6281 * server.el: Use `device' instead of `display' or `display-id' in
6282 variable and client parameter names.
6283 (server-select-display): Remove (unused).
6284 (server-tty-live-p, server-handle-delete-tty): Remove.
6285 (server-unquote-arg, server-quote-arg, server-buffer-clients):
6286 Update docs.
6287 (server-getenv-from, server-with-environment, server-send-string)
6288 (server-save-buffers-kill-terminal): New functions.
6289 (server-delete-client): Handle quits in kill-buffer. Don't kill
6290 modified buffers. Add extra logging. Delete frames after
6291 deleting the tty. Clear 'client parameter before deleting a frame.
6292 Use delete-display, not delete-tty.
6293 (server-visit-files): Don't set `server-existing-buffer' if the
6294 buffer already has other clients. Return list of buffers
6295 created. Update doc. Don't set client-record when nowait.
6296 (server-handle-delete-frame): Delete the client if this was its
6297 last frame. Check that the frame is alive. Remove bogus comment.
6298 Add note on possible race condition. Delete tty clients, if needed.
6299 (server-handle-suspend-tty): Use server-send-string. Kill the
6300 client in case of errors from process-send-string. Use the display
6301 parameter.
6302 (server-unload-hook): Remove obsolete delete-tty hook.
6303 (server-start): Ask before restarting if the old server still has
6304 clients. Add feedback messages. Remove obsolete delete-tty hook.
6305 (server-process-filter): Use server-send-string. Accept `-dir'
6306 command. Switch to *scratch* immediately after creating the frame,
6307 before evaluating any -evals. Protect `display-splash-screen'
6308 call in a condition-case. Explain why. Call
6309 `display-startup-echo-area-message' before
6310 `display-splash-screen'. Don't display the splash screen when no
6311 frame was created. Show the Emacs splash screen and startup echo
6312 area message. Display the *scratch* buffer by default. Store the
6313 local environment in a frame (not terminal) parameter. Do not try
6314 to decode environment strings. Fix reference to the 'display
6315 frame parameter. Change syntax of environment variables. Put
6316 environment into terminal parameters, not client parameters. Use
6317 a dummy client with --no-wait's X frames. In `-position LINE'
6318 handler, don't ruin the request string until the line number is
6319 extracted. Log opened files. Handle -current-frame command.
6320 Don't create frames when it is given. Don't bind X frames to the
6321 client when we are in -no-wait mode. Set locale environment
6322 variables from client while creating tty frames. Disable call to
6323 configure-display-for-locale. When processing -position command,
6324 don't change the request string until the parameters are
6325 extracted. Don't try to create an X frame when Emacs does not
6326 support it. Improve logging. Temporarily set ncurses-related
6327 environment variables to those of the client while creating a new
6328 tty frame. Select buffers opened by nowait clients, don't leave
6329 them buried under others. Set the display parameter, and use it
6330 when appropriate.
6331
6332 * startup.el (display-startup-echo-area-message): Handle
6333 `inhibit-startup-echo-area-message' here.
6334 (command-line-1): Moved from here.
6335 (fancy-splash-screens): Use `overriding-local-map' instead of
6336 `overriding-terminal-local-map' for now; the latter doesn't work
6337 right, it looses keypresses to another terminal. Use
6338 `overriding-terminal-local-map' to set up keymap. Install a
6339 `delete-frame-functions' hook to catch `delete-frame' events.
6340 Ignore `select-window' events to cope better with
6341 `focus-follows-mouse'. Don't switch back to the original buffer
6342 if the splash frame has been killed. Restore previous buffer, even
6343 if it's *scratch*.
6344 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6345 changes the global binding - setq it instead. Use
6346 `save-buffers-kill-terminal'.
6347 (display-splash-screen): Don't do anything if the splash screen is
6348 already displayed elsewhere.
6349 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6350 (command-line): Replace duplicated code with a call to
6351 tty-run-terminal-initialization. Don't load the terminal
6352 initialization file more than once. Remove call to nonexistent
6353 function `set-locale-translation-file-name'.
6354
6355 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6356 parameters.
6357 (xterm-mouse-position-function, xterm-mouse-event): Update.
6358 (xterm-mouse-mode): Don't depend on current value of window-system.
6359 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6360 Update for multi-tty.
6361 (turn-on-xterm-mouse-tracking-on-terminal)
6362 (turn-off-xterm-mouse-tracking-on-terminal)
6363 (xterm-mouse-handle-delete-frame): New functions.
6364 (delete-frame-functions, after-make-frame-functions)
6365 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6366 for multi-tty.
6367
6368 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * simple.el (invisible-p): Remove: implemented in C now.
6371 (line-move-invisible-p): Remove obsolete alias.
6372
6373 2007-08-28 Juri Linkov <juri@jurta.org>
6374
6375 * image-mode.el (image-type): New variable.
6376 (image-mode): Set default major mode name to "Image[text]".
6377 (image-minor-mode): Change LIGHTER to display image-type in the
6378 mode line.
6379 (image-minor-mode): Set default image-type to "text".
6380 (image-toggle-display): After switching to text mode, set
6381 image-type to "text" and major mode name to "Image[text]".
6382 After switching to image mode, set image-type to actual image
6383 type, and add image type to major mode name. Let-bind the same
6384 variable names as arguments of `image-type' and `create-image'.
6385 Bind `type' to the result of `image-type' and use it as arg
6386 of `create-image' to not determine the image type twice.
6387
6388 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
6389
6390 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6391 (tramp-set-file-uid-gid, tramp-get-local-uid)
6392 (tramp-get-local-gid): New defuns.
6393 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6394 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6395 Improve fast track.
6396 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6397 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
6398 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6399 (tramp-handle-write-region): Improve fast track.
6400 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6401 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6402 be nil.
6403
6404 2007-08-28 Ivan Kanis <apple@kanis.eu>
6405
6406 * time.el: New feature to display several time zones in a buffer.
6407 (display-time-world-mode, display-time-world-display)
6408 (display-time-world, display-time-world-timer): New functions.
6409 (display-time-world-list, display-time-world-time-format)
6410 (display-time-world-buffer-name, display-time-world-timer-enable)
6411 (display-time-world-timer-second, display-time-world-mode-map):
6412 New variables.
6413
6414 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6415
6416 * term/x-win.el (x-gtk-stock-map): New variable.
6417 (x-gtk-map-stock): New function.
6418
6419 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6420 prev/next-node.
6421
6422 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6423
6424 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6425
6426 2007-08-28 Glenn Morris <rgm@gnu.org>
6427
6428 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6429
6430 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6431
6432 * progmodes/modula2.el (m2-definition, m2-module):
6433 Don't use previous-line. Reported by T. V. Raman.
6434
6435 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6436
6437 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6438 argument to tool-bar-mode call.
6439
6440 2007-08-27 Glenn Morris <rgm@gnu.org>
6441
6442 * diff-mode.el (diff-find-file-name): Only accept regular files,
6443 to rule out /dev/null, directories, etc.
6444
6445 * vc-svn.el (vc-svn-diff): If the repository version of all the
6446 files is the same as the specified OLDVERS, do a local diff.
6447
6448 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6451 of buffers in uniquify-managed.
6452
6453 * simple.el (invisible-p): Rename from text-invisible-p.
6454 Update callers.
6455
6456 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6457
6458 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6459 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6460 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6461 (cperl-etags-goto-tag-location): Use new style backquotes.
6462
6463 * net/browse-url.el: Remove spurious * in custom docstrings.
6464 (browse-url-filename-alist): Use new-style backquote.
6465
6466 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6467 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6468
6469 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6470 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6471
6472 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6473
6474 * net/socks.el (socks-username/password-auth-filter):
6475 Remove unused vars `state' and `desired-len'.
6476 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6477 (socks-wait-for-state-change): Use new-style backquotes.
6478
6479 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6480
6481 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6482 backquotes after each `read' rather than once per buffer.
6483
6484 * dframe.el: Remove spurious * in custom docstrings.
6485 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6486 (dframe-xemacs20p): Remove, inline at the sole use point.
6487 (defface): Don't defvar the face, don't use old-style backquote.
6488 (defcustom): Don't use old-style backquote.
6489 (dframe-frame-parameter, dframe-mouse-event-p):
6490 Make it obvious that it's always defined.
6491 (dframe-popup-kludge): New function to replace
6492 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6493 (dframe-frame-mode, dframe-set-timer-internal)
6494 (dframe-mouse-set-point): Remove use of with-no-warnings from
6495 XEmacs-specific code.
6496 (dframe-set-timer-internal): Fix very old bug with
6497 post-command-idle-hook.
6498
6499 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6500
6501 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6502
6503 * emacs-lisp/avl-tree.el: New file.
6504
6505 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6506
6507 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6508 was used.
6509
6510 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6511
6512 * complete.el (PC-do-completion): Make RET accept a non-unique but
6513 complete expansion again.
6514
6515 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6516
6517 * eshell/esh-opt.el (eshell-eval-using-options):
6518 Add debug declaration.
6519
6520 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6521
6522 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6523 (log-view-get-marked): Likewise.
6524
6525 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6526 (vc-delete-automatic-version-backups): Likewise.
6527
6528 * vc.el (vc-dired-buffers-for-dir): Likewise.
6529
6530 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6531
6532 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6533 safe-local-variable setting.
6534 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6535
6536 * log-view.el (log-view-marked-list): Delete variable.
6537 (log-view-mode): Don't use it.
6538 (log-view-toggle-mark-entry): Likewise, simplify.
6539 (log-view-current-tag): Don't return properties.
6540 (log-view-get-marked): New function.
6541
6542 2007-08-25 Alexandre Julliard <julliard@winehq.org>
6543
6544 * vc-git.el (vc-git-mode-line-string): New function.
6545
6546 2007-08-25 Alan Mackenzie <acm@muc.de>
6547
6548 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6549 new language variable.
6550
6551 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6552 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6553 "extern" etc., rather than BOI. Fix addition of spurious
6554 syntactic-symbol 'defun-block-intro, replacing it with
6555 'innamespace, etc.
6556
6557 2007-08-25 Juri Linkov <juri@jurta.org>
6558
6559 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6560
6561 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6562 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6563 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6564
6565 * image.el (image-type-header-regexps): Use more complex regexp for svg.
6566 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6567 (image-type-auto-detectable): Add (svg . maybe).
6568
6569 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6570 to treat it like .tgz.
6571
6572 * calendar/cal-bahai.el: Add file coding cookie.
6573
6574 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
6575
6576 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6577 Don't behave differently when executed via M-x. Add doc string.
6578
6579 * sort.el (sort-fold-case, sort-numeric-base): Mark as
6580 safe-local-variable.
6581
6582 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
6583
6584 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6585 the default value.
6586 (math-calendar-tzinfo): New variable.
6587 (math-get-calendar-tzinfo): New function.
6588 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6589 to get information when zone is nil.
6590
6591 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6592
6593 * log-view.el (log-view-toggle-mark-entry): New function.
6594 (log-view-mode-map): Bind it.
6595 (log-view-marked-list): New variable.
6596 (log-view-mode): Make it local.
6597
6598 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6599
6600 * play/zone.el (zone-pgm-rat-race): New func.
6601 (zone-programs): Add `zone-pgm-rat-race'.
6602
6603 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6606 a list.
6607
6608 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6609
6610 * progmodes/hideshow.el (hs-match-data): Delete alias.
6611 (hs-hide-block-at-point, hs-find-block-beginning)
6612 (hs-show-block): Use `match-data' directly.
6613
6614 2007-08-24 Martin Rudalics <rudalics@gmx.at>
6615
6616 * format.el (format-alist): Fix typo in doc-string.
6617
6618 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
6619
6620 * net/tramp.el (tramp-local-host-p): New defun.
6621 (tramp-handle-file-local-copy, tramp-handle-write-region):
6622 Implement fast track when being on the local host.
6623 (tramp-file-name-handler): Don't set "started" property. It shall
6624 be reserved for the "ftp" method.
6625 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6626
6627 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6628 (tramp-ftp-file-name-handler): Set "started" property.
6629
6630 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
6631
6632 * files.el (backup-buffer-copy): Don't wrap delete in
6633 condition-case, only try to delete if file exists.
6634
6635 2007-08-24 Glenn Morris <rgm@gnu.org>
6636
6637 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6638
6639 * startup.el (tutorial-directory): Set with eval-at-startup so it
6640 gets the right value in an installed Emacs.
6641
6642 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6643
6644 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6645 (eldoc-highlight-function-argument): Use it.
6646
6647 2007-08-23 Masatake YAMATO <jet@gyve.org>
6648
6649 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6650 name of parameters in document body.
6651
6652 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6655 (byte-compile-output-as-comment): Use with-current-buffer rather than
6656 a weird set-buffer&prog1 combination.
6657
6658 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6659 test so as to optimise cases where the `progn's result is constant.
6660
6661 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6662
6663 * locate.el (locate-get-file-positions):
6664 Use line-beginning-position and line-end-position.
6665
6666 2007-08-23 John Wiegley <johnw@newartisans.com>
6667
6668 * calendar/cal-bahai.el: Added in the diacriticals that were
6669 missing for many of the month names.
6670
6671 2007-08-22 Jason Rumney <jasonr@gnu.org>
6672
6673 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6674
6675 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
6676
6677 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6678
6679 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6680
6681 * dabbrev.el (dabbrev--progress-reporter): New variable.
6682 (dabbrev--scanning-message): Delete func.
6683 (dabbrev--find-expansion): Use a progress reporter
6684 instead of dabbrev--scanning-message.
6685
6686 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6687
6688 * comint.el (comint-exec-1): Raise an error if
6689 `start-file-process' does not return a process object.
6690
6691 * shell.el (shell): Prompt for `default-directory' if it is a
6692 remote file name, and if called with a prefix arg.
6693
6694 2007-08-22 Sam Steingold <sds@gnu.org>
6695
6696 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6697
6698 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6699
6700 * textmodes/org-export-latex.el: New file.
6701
6702 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6703
6704 * textmodes/org.el (org-agenda-skip): Allow a form for
6705 `org-agenda-skip-function'.
6706 (org-agenda-redo): Re-use local settings.
6707 (org-agenda): Store local settings.
6708 (org-agenda-deadline-faces): New option.
6709 (org-agenda-deadline-face): New function.
6710 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6711 entries on their due date.
6712 (org-agenda-get-timestamps): No longer handle the due dates of
6713 schedules and deadline items.
6714 (org-insert-link-global, org-open-at-point-global): New commands.
6715 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6716 :for-ascii parameter.
6717 (org-skip-comments): Function removed.
6718 (org-cleaned-string-for-export): Handle special table lines.
6719 (org-global-properties): New option.
6720 (org-entry-get-with-inheritance): Check global properties.
6721 (org-local-properties): New variable.
6722 (org-set-regexps-and-options): Find the #+PROPERTY line.
6723 (org-link-types): Change type into variable (was constant).
6724 (org-make-link-regexps): New function.
6725 (org-link-re-with-space, org-link-re-with-space2)
6726 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6727 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6728 these regular expressions happens now in the function
6729 `org-make-link-regexps'.
6730 (org-store-link): Call the functions in
6731 `org-store-link-functions'.
6732 (org-add-link-type): New function.
6733 (org-store-link-functions): New variable.
6734 (org-activate-tags): Force matches to be in headlines.
6735 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
6736 (org-columns-display-here): Make sure this works in a narrowed
6737 buffer by checking for point-min.
6738 (org-columns-display-here): Make the rest of the line intangible,
6739 so that point never can be there.
6740 (org-cleaned-string-for-export): Use `with-current-buffer'.
6741 (org-replace-region-by-html): Use `with-current-buffer'.
6742 (org-unfontify-region, org-do-occur, org-columns-display-here)
6743 (org-columns-remove-overlays, org-columns-quit)
6744 (org-columns-edit-value, org-columns-next-allowed-value)
6745 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6746 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6747 (org-agenda-todo, org-agenda-change-all-lines)
6748 (org-agenda-align-tags, org-agenda-priority)
6749 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6750 (org-agenda-show-new-time, org-cleaned-string-for-export)
6751 (org-export-grab-title-from-buffer)
6752 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6753 instead of `buffer-read-only'.
6754 (org-export-as-html): Set `coding-system-for-write'.
6755 (org-remember-store-without-prompt): New option.
6756 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6757 (org-beginning-of-line): Also treat C-a special in items.
6758 (org-table-convert-refs-to-rc): Fixed problem with column
6759 reference after "..".
6760 (org-columns-compute): Don't mark buffer modified because of text
6761 properties.
6762 (org-batch-store-agenda-views): Use the variable
6763 `default-directory', not the function.
6764 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6765 (org-clock-out-when-done): New option.
6766 (org-html-entities): Added HTML entities for smileys.
6767
6768 2007-08-22 Glenn Morris <rgm@gnu.org>
6769
6770 * image.el (create-image): Doc fix.
6771
6772 * startup.el (tutorial-directory): New constant.
6773 (fancy-splash-text): Tutorials now in tutorial-directory.
6774 * tutorial.el (help-with-tutorial): Tutorials now in
6775 tutorial-directory.
6776
6777 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6778
6779 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6780 otherwise.
6781 (tramp-get-remote-path): New defun. Replace occurrences of
6782 `tramp-default-remote-path' by this function.
6783 (tramp-set-remote-path): Move most of the code to
6784 `tramp-get-remote-path'.
6785 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6786 existing directories, this is done already in
6787 `tramp-get-remote-path'.
6788
6789 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6790
6791 * image-file.el (image-file-name-extensions): Add "svg".
6792 * image.el (image-type-header-regexps): Add svg entry.
6793
6794 2007-08-22 Glenn Morris <rgm@gnu.org>
6795
6796 * files.el (backup-buffer-copy): Check backup directory is
6797 writable, to avoid infloop deleting old backup.
6798
6799 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6800 movemail related variables.
6801 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6802 will now be set before this is called.
6803
6804 2007-08-21 Juri Linkov <juri@jurta.org>
6805
6806 * delsel.el (delete-selection-pre-hook):
6807 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6808 instead of checking last-command.
6809
6810 2007-08-21 Juri Linkov <juri@jurta.org>
6811
6812 * loadup.el: Preload "button".
6813
6814 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6815
6816 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6817 Add previous-line and next-line.
6818
6819 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6820 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6821
6822 * vc-hooks.el (vc-menu-entry): New var.
6823 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6824 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6825 (vc-menu-map): Declare and initialize in one step.
6826 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
6827
6828 * menu-bar.el (vc-menu-map): Don't setup any more.
6829 Instead, just create the proper spot in the menu.
6830
6831 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * smerge-mode.el (smerge-resolve): New arg `safe'.
6834 (smerge-resolve-all, smerge-batch-resolve): New function.
6835 (smerge-refine): Make sure `diff' returns the expected result.
6836 (smerge-parsep-re): New const.
6837 (smerge-mode): Use it to adjust paragraph-separate.
6838
6839 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6840 Correctly match / regexp matchers as first char on a line when
6841 fontifying only that line.
6842
6843 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6844
6845 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6848 (vc-bzr-registered): Don't redundantly protect against
6849 file-error. Actually use the format-specific code.
6850 (vc-bzr-buffer-nonblank-p): Remove.
6851 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6852
6853 2007-08-20 Juri Linkov <juri@jurta.org>
6854
6855 * startup.el (fancy-splash-text): Change multiple tabs into one
6856 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6857 and "Recover Crashed Session").
6858 (fancy-splash-screens): Set tab-width to 22.
6859 (normal-splash-screen): Replace literal tabs with \t and
6860 fix whitespace. Remove "Useful File menu items" section (with
6861 "Exit Emacs" and "Recover Crashed Session").
6862
6863 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6864
6865 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6866 extracted from `eval-last-sexp-1'.
6867 (eval-last-sexp-1): Call `preceding-sexp'.
6868
6869 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6870
6871 * vc-rcs.el (vc-rcs-annotate-command):
6872 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6873 Add back :vc-annotate-prefix propertization.
6874
6875 2007-08-20 Andreas Schwab <schwab@suse.de>
6876
6877 * mail/rmail.el (rmail-autodetect): Doc fix.
6878
6879 2007-08-19 Juri Linkov <juri@jurta.org>
6880
6881 * startup.el (normal-splash-screen): Add more links.
6882
6883 2007-08-19 Juri Linkov <juri@jurta.org>
6884
6885 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6886 because it's common to both types of splash screen: fancy and normal.
6887 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6888 (exit-splash-screen): Rename from `fancy-splash-quit'.
6889 Use `quit-window' instead of `kill-buffer'.
6890 (fancy-splash-head): Use make-button to insert GNU image link.
6891 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6892 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6893 (normal-splash-screen): Put "Browse manuals" on the same line with
6894 "Emacs manual". Remove descriptions from "Useful tasks" and put
6895 all links in two columns on two lines.
6896
6897 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
6898
6899 * emulation/viper.el (viper-remove-hooks): Remove some additional
6900 viper hooks when the user calls viper-go-away.
6901 (viper-go-away): Restore the default of default-major-mode.
6902 Save the value of default-major-mode before vaperization.
6903
6904 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
6905
6906 * emulation/viper-ex.el: Replace error "" with "Viper bell".
6907
6908 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
6909 buffer for which file is created.
6910
6911 2007-08-19 Glenn Morris <rgm@gnu.org>
6912
6913 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6914 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6915 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6916 shadow files messing up the compilation.
6917
6918 2007-08-18 Glenn Morris <rgm@gnu.org>
6919
6920 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6921 string. Also apply eldoc-argument-case in the help-split-fundoc
6922 case. Adapt for changed behavior of eldoc-function-argstring,
6923 eldoc-function-argstring-format, and
6924 eldoc-highlight-function-argument.
6925 (eldoc-highlight-function-argument): Handle nil INDEX argument,
6926 just call eldoc-docstring-format-sym-doc in that case.
6927 (eldoc-function-argstring): Change the behavior. Now it converts
6928 an argument list to a string.
6929 (eldoc-function-argstring-format): Change the behavior. Now it
6930 applies `eldoc-argument-case' to a string.
6931
6932 * progmodes/scheme.el (scheme-mode-variables): Set
6933 font-lock-comment-start-skip.
6934
6935 2007-08-18 Martin Rudalics <rudalics@gmx.at>
6936
6937 * progmodes/ada-mode.el (ada-create-syntax-table): Move
6938 set-syntax-table from here to ...
6939 (ada-mode): ... here. Do not change global value of
6940 comment-multi-line. Call new function
6941 ada-initialize-syntax-table-properties and add new function
6942 ada-handle-syntax-table-properties to font-lock-mode-hook.
6943 (ada-deactivate-properties, ada-initialize-properties): Replace
6944 by new functions ...
6945 (ada-handle-syntax-table-properties)
6946 (ada-initialize-syntax-table-properties)
6947 (ada-set-syntax-table-properties): ... to set up syntax-table
6948 properties uniformly, independently from whether font-lock-mode
6949 is enabled or not. Handle read-only buffers and do not change
6950 undo-list when setting syntax-table properties.
6951 (ada-after-change-function): Use ada-set-syntax-table-properties.
6952
6953 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6954
6955 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6956 (meta-indent-current-nesting): Use a computation of the nesting
6957 instead.
6958 (meta-indent-current-indentation): Indentation is given according
6959 to nesting and if the previous line was finished or not.
6960 (meta-indent-unfinished-line): Tell if the current line ends with
6961 a finished expression.
6962 (meta-indent-looking-at-code): Like `looking-at', but checks if
6963 the point is in a string before.
6964 (meta-indent-level-count): Use it. Don't count parenthesis as it's
6965 done in the nesting function.
6966 (meta-indent-in-string-p): Tell if the current point is in a
6967 string.
6968 (meta-indent-calculate): Treat b-o-b as a special case. Use the
6969 previous functions.
6970
6971 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
6972
6973 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6974 (copyright-update-year, copyright-update)
6975 (copyright-fix-years): Use it.
6976
6977 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
6978
6979 * emacs-lisp/copyright.el (copyright-update-year):
6980 Fix bug: Handle nil copyright-limit.
6981
6982 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6983
6984 * calc/calc-units.el (math-standard-units): Give exact
6985 conversion for tsp.
6986
6987 * calc/calc.el (math-bignum-digit-length): Compute the
6988 appropriate value.
6989
6990 * calc/calc-bin.el (math-bignum-logb-digit-size)
6991 (math-bignum-digit-power-of-two):
6992 * calc/calc-comb.el (math-small-factorial-table):
6993 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6994 (math-approx-gamma-const):
6995 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
6996 (math-besY1, math-bernoulli-b-cache):
6997 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6998 Remove `eval-when-compile's.
6999
7000 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
7001
7002 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
7003 (cperl-find-pods-heres): Fix an error when typing expressions like
7004 `s{a}{b}'.
7005
7006 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7007
7008 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
7009 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
7010 a special case (there's no build number).
7011
7012 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
7013
7014 * completion.el (symbol-under-point, symbol-before-point)
7015 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
7016
7017 2007-08-17 Glenn Morris <rgm@gnu.org>
7018
7019 * progmodes/compile.el (compilation-get-file-structure): Make use
7020 of the directory part when checking for an existing entry, to
7021 handle files with same basename in different directories.
7022
7023 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
7024
7025 * calc/calc.el (calc-language-alist): Add texinfo-mode.
7026
7027 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7028
7029 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
7030 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
7031 (ps-paragraph-spacing): Docstring fix.
7032
7033 2007-08-16 Glenn Morris <rgm@gnu.org>
7034
7035 * ps-print.el (ps-font-size): Doc fix.
7036
7037 2007-08-16 Richard Stallman <rms@gnu.org>
7038
7039 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
7040
7041 2007-08-15 Juri Linkov <juri@jurta.org>
7042
7043 * startup.el (initialization): Change parent group from `internal'
7044 to `environment'.
7045 (initial-buffer-choice): New variable.
7046 (command-line): Revert 2007-07-02 change that sets
7047 buffer-offer-save in *scratch* and enables auto-save in it.
7048 (fancy-splash-text): Add links to existing items. Add new items
7049 with links for useful tasks. Move information about Control-g to
7050 fancy-splash-head. Move "Emacs Guided Tour" to the end.
7051 (fancy-splash-keymap): New variable.
7052 (fancy-splash-last-input-event): Remove variable.
7053 (fancy-splash-insert): Add processing of `:link' element.
7054 (fancy-splash-head): Replace "Type Control-l to begin editing"
7055 with "Type `q' to exit".
7056 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
7057 (fancy-splash-default-action, fancy-splash-special-event-action):
7058 Remove functions.
7059 (fancy-splash-quit): New function.
7060 (fancy-splash-screens): Rename input arg from `hide-on-input' to
7061 `static' and reverse the condition of its usage. Don't preserve
7062 original values of `minor-mode-map-alist',
7063 `emulation-mode-map-alists', `special-event-map'.
7064 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7065 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7066 Remove processing of special events. Use local key map
7067 `fancy-splash-keymap'. Set buffer to read-only.
7068 (normal-splash-screen): Rename input arg from `hide-on-input' to
7069 `static' and reverse the condition of its usage.
7070 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7071 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7072 Add links to existing items. Add new items with links for useful
7073 tasks. Use local key map `fancy-splash-keymap'.
7074 (display-splash-screen): Rename input arg from `hide-on-input' to
7075 `static'.
7076 (about-emacs): Add alias to display-splash-screen.
7077 (command-line-1): Use `initial-buffer-choice'.
7078
7079 * menu-bar.el (menu-bar-help-menu):
7080 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7081 item to about-emacs instead of display-splash-screen.
7082
7083 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7084
7085 * calc/calc-units.el (math-standard-units): Update values.
7086 Put in exact, rational values when possible.
7087 (math-unit-prefixes): Replace floats with powers of ten.
7088 (math-standard-units-systems): Replace floats with integers.
7089 (math-make-unit-string): Remove extra spaces in output.
7090
7091 2007-08-15 Glenn Morris <rgm@gnu.org>
7092
7093 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7094 sloppier, for the sake of GNU Mailman.
7095 (rmail-digest-rfc1153): Initialize `result' correctly.
7096
7097 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7098
7099 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7100 in the mail title. Suggested by Reiner Steib.
7101
7102 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
7103
7104 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7105 representation of integers to the list of outputs.
7106
7107 2007-08-14 Glenn Morris <rgm@gnu.org>
7108
7109 * simple.el (bad-packages-alist): New constant.
7110 (bad-package-check): New function. Together, these two add elements
7111 to `after-load-alist' to check for problematic external packages.
7112 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7113
7114 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7115
7116 * calc/calc-units.el (math-get-standard-units)
7117 (math-get-units, math-make-unit-string)
7118 (math-get-default-units, math-put-default-units): New functions.
7119 (math-default-units-table): New variable.
7120 (calc-convert-units, calc-convert-temperature): Add machinery
7121 to supply default values.
7122
7123 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7126 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7127 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7128 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7129
7130 * emulation/tpu-extras.el: Remove spurious * in docstrings.
7131 Put its autoloads into tpu-edt.el rather than loaddefs.el.
7132 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7133 Make into a proper minor-mode.
7134 (tpu-backward-char, tpu-next-line, tpu-previous-line)
7135 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7136 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7137 (tpu-set-cursor-free, tpu-set-cursor-bound):
7138 Delegate to tpu-cursor-free-mode.
7139 (tpu-next-line, tpu-previous-line, tpu-forward-line)
7140 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7141 Use line-move or forward-line instead of next-line-internal.
7142
7143 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
7144
7145 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7146
7147 2007-08-12 Richard Stallman <rms@gnu.org>
7148
7149 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7150 (cvs-execute-single-file): Use new name split-string-and-unquote.
7151 (cvs-header-msg): Use new name combine-and-quote-strings.
7152
7153 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7154
7155 * progmodes/gud.el (gud-common-init): Use new name
7156 split-string-and-unquote.
7157
7158 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7159 in javac regexp.
7160
7161 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7162 combine-and-quote-strings and split-string-and-unquote.
7163
7164 * subr.el (combine-and-quote-strings): Rename from strings->string.
7165 (split-string-and-unquote): Rename from string->strings.
7166
7167 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7170 to buffer-local settings.
7171
7172 * emacs-lisp/backquote.el (backquote-delay-process): New function.
7173 (backquote-process): Add internal arg `level'. Use the two to
7174 correctly handle nested backquotes.
7175
7176 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
7177
7178 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7179 (vc-bzr-state-words): Add "kind changed" state word.
7180 (vc-bzr-status): New function. Return Bzr idea of file status,
7181 which is different from VC's.
7182 (vc-bzr-state): Use vc-bzr-status.
7183 (vc-workfile-unchanged-p): Use vc-bzr-status.
7184 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7185 (vc-dired-state): Process "kind changed" state word.
7186
7187 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7190
7191 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7192 Move from vc-default-find-file-not-found-hook.
7193
7194 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * man.el: Remove spurious * in docstrings.
7197 Merge defvars and toplevel setq-defaults.
7198 (Man-highlight-references0): Limit=nil rather than point-max.
7199 (Man-mode-map): Move initialization into the declaration.
7200 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7201 (Man-view-header-file): Use expand-file-name rather than concat.
7202 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7203
7204 * man.el (Man-next-section): Make sure we do not move backward.
7205
7206 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * files.el (auto-mode-alist): Use the purecopied text (duh!).
7209
7210 2007-08-08 Glenn Morris <rgm@gnu.org>
7211
7212 * Replace `iff' in doc-strings and comments.
7213
7214 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7215
7216 * dired.el (dired-pop-to-buffer):
7217 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7218 * calendar/calendar.el (generate-calendar-window):
7219 * progmodes/compile.el (compilation-set-window-height):
7220 * textmodes/two-column.el (2C-two-columns, 2C-merge):
7221 Use window-full-width-p instead of comparing frame-width and
7222 window-width.
7223
7224 * progmodes/compile.el (compilation-find-buffer): Remove extra
7225 argument in call to compilation-buffer-internal-p.
7226
7227 2007-08-07 Tom Tromey <tromey@redhat.com>
7228
7229 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7230 Add safe-local-variable property.
7231
7232 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7233
7234 * image-mode.el (image-toggle-display): Use image-refresh.
7235
7236 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
7237
7238 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7239 unofficial version.
7240 (vc-bzr-command): Remove redundant setting of process-connection-type.
7241 (vc-bzr-admin-checkout-format-file): Add autoload.
7242 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7243 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7244 (vc-bzr-registered): Compare dirstate format tag with known good
7245 value, abort parsing if match fails. Warn user in docstring.
7246 (vc-bzr-workfile-version): Case for different Bzr branch formats.
7247 See bzrlib/branch.py in Bzr sources.
7248 (vc-bzr-diff): First argument FILES may be a string rather than a list.
7249 (vc-bzr-shell-command): Remove in favor of
7250 vc-bzr-command-discarding-stderr.
7251 (vc-bzr-command-discarding-stderr): New function.
7252
7253 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
7254
7255 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7256 program, and return nil.
7257 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7258 (vc-bzr-state): Look for path names relative to the repository
7259 root after status keyword.
7260 (vc-bzr-file-name-relative): New function.
7261 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7262 depend on it.
7263 (vc-bzr-admin-dirname, ...-checkout-format-file)
7264 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7265 files that we now parse directly for speed.
7266 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7267 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7268 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7269 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
7270 Bzr warnings, so we must discard it.
7271 (vc-bzr-workfile-version): Speedup counting lines from
7272 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7273 if that file doesn't exist.
7274 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7275 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
7276 to `vc-directory-exclusion-list'.
7277 (vc-bzr-shell-command): New function.
7278
7279 2007-08-06 Tom Tromey <tromey@redhat.com>
7280
7281 * diff-mode.el (diff-unified->context, diff-reverse-direction)
7282 (diff-fixup-modifs): Typo in docstring.
7283
7284 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7287 count-screen-lines.
7288 (tpu-edt-off): Disable relevant pieces of advice.
7289
7290 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7291 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
7292 (newline, newline-and-indent, do-auto-fill): Use advice instead of
7293 redefining the function.
7294 (tpu-set-scroll-margins): Activate the pieces of advice.
7295
7296 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7297
7298 * help.el (resize-temp-buffer-window): Use window-full-width-p
7299 instead of comparing frame-width and window-width.
7300
7301 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
7302
7303 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7304 optional quotes around files in NEED-UPDATE . REMOVED case.
7305
7306 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7307 (ada-treat-cmd-string): Improve error message.
7308 (ada-do-file-completion): Call `ada-require-project-file', so
7309 project variables are set properly.
7310 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7311 (ada-gnatfind-buffer-name): New constant.
7312 (ada-find-any-references): Use new constant. Set buffer name
7313 properly in compilation-start. Toggle read-only properly.
7314 (ada-find-in-src-path): Fix spelling error in docstring.
7315
7316 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7317 by zero error.
7318
7319 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7320
7321 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7322
7323 2007-08-12 Richard Stallman <rms@gnu.org>
7324
7325 * progmodes/sh-script.el (sh): Delete group `unix'.
7326
7327 * progmodes/gud.el (gud): Change to group `processes'.
7328
7329 2007-08-11 Glenn Morris <rgm@gnu.org>
7330
7331 * progmodes/compile.el (compilation-buffer-name): Don't check
7332 compilation-arguments. It is superfluous, and the variable isn't
7333 even set when this function is called.
7334
7335 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7336
7337 * term/mac-win.el (mac-ae-reopen-application): New function.
7338 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7339
7340 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7343 take tex-font-script-display into account.
7344 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7345 cell to a list of 2 elements to simplify the unfontify code.
7346
7347 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7348
7349 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7350 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7351 ps-print-color-p is neither nil nor black-white. Reported by Christian
7352 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7353
7354 2007-08-08 Andreas Schwab <schwab@suse.de>
7355
7356 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7357 self-insert-command, not self-insert.
7358
7359 2007-08-08 Glenn Morris <rgm@gnu.org>
7360
7361 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7362 argument optional, for backwards compatibility, and only highlight
7363 args when present. Fix symbol name typo (doc/args).
7364
7365 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7366 rather than just `-'.
7367
7368 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7369
7370 * calc/calc-units.el (calc-convert-temperature):
7371 Use `/' to create fractions.
7372
7373 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
7374
7375 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7376 global matching.
7377 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7378 ERROR-BUFFER more robust. Display output.
7379 (tramp-file-name-handler): Add a connection property when we found
7380 a foreign file name handler. This allows backends like ftp to
7381 profit also from usr/host name completion based on connection
7382 cache.
7383 (tramp-send-command-and-read): Search for trash after the regexp
7384 until eol only. In XEmacs, there is a problem with \n.
7385
7386 * net/tramp-cache.el (top): Read persistent connection history
7387 when cache is empty.
7388
7389 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7390
7391 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7392 resulting output.
7393
7394 2007-08-07 Sam Steingold <sds@gnu.org>
7395
7396 * progmodes/compile.el (compilation-start): Pass nil as startfile
7397 to comint-exec.
7398
7399 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7400
7401 * longlines.el (longlines-decoded): New variable.
7402 (longlines-mode): Avoid encoding or decoding the buffer twice.
7403
7404 2007-08-07 Martin Rudalics <rudalics@gmx.at>
7405
7406 * format.el (format-insert-file): Make sure that at most one undo
7407 entry is recorded for the insertion. Inhibit point-motion and
7408 modification hooks around call to insert-file-contents.
7409
7410 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7413 Select the buffer's window before moving point.
7414
7415 2007-08-07 Richard Stallman <rms@gnu.org>
7416
7417 * term.el (term): Remove parent group `unix'.
7418
7419 * simple.el (default-indent-new-line): New function.
7420 It calls comment-line-break-function if there are comments.
7421 (do-auto-fill): Use that.
7422
7423 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7424
7425 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7426 (PC-do-completion): Add "acronym completion" for symbols and
7427 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7428
7429 2007-08-06 Sam Steingold <sds@gnu.org>
7430
7431 * mouse.el (mouse-buffer-menu): Pass mode-name through
7432 format-mode-line because it may be a list,
7433 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7434
7435 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
7436
7437 * printing.el (pr-update-menus): Docstring fix.
7438
7439 2007-08-06 Jason Rumney <jasonr@gnu.org>
7440
7441 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7442
7443 * vc-hooks.el (vc-call): Add doc string.
7444
7445 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
7446
7447 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7448 process-filter.
7449
7450 2007-08-06 Kenichi Handa <handa@m17n.org>
7451
7452 * international/quail.el: Wrap (require 'help-mode) by
7453 eval-when-compile.
7454 (quail-help-init): New function.
7455 (quail-help): Call quail-help-init.
7456 (quail-store-decode-map-key): Change it to a function.
7457
7458 2007-08-05 Jason Rumney <jasonr@gnu.org>
7459
7460 * vc.el (vc-rollback): Add norevert argument back.
7461 (vc-revert-buffer): Add back as obsolete alias.
7462
7463 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
7464
7465 * term.el: Honor term-default-fg-color and term-default-bg-color
7466 settings when modifying term-current-face.
7467 (term-default-fg-color, term-default-bg-color): Initialize from
7468 default term-current-face.
7469 (term-mode, term-reset-terminal): Set term-current-face with
7470 term-default-fg-color and term-default-bg-color.
7471 (term-handle-colors-array): term-current-face has term-default-fg-color
7472 and term-default-bg-color after reset escape sequence.
7473 (term-handle-colors-array): Set term-current-color with
7474 term-default-fg/bg-color instead of ansi-term-color-vector when the
7475 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7476
7477 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7478
7479 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7480 (math-nlfit-givens): Let bind free variables.
7481
7482 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
7483
7484 * printing.el: Require lpr and ps-print when loading printing package.
7485 Reported by Glenn Morris <rgm@gnu.org>.
7486
7487 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
7488
7489 * files.el (set-auto-mode): Handle also remote files wrt
7490 `auto-mode-alist'.
7491
7492 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
7493
7494 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7495 curves and plotting.
7496
7497 * calc/calc-nlfit.el: New file.
7498
7499 2007-08-04 Glenn Morris <rgm@gnu.org>
7500
7501 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7502 zero, not nil, when the library is first loaded. Check for a file
7503 that has been modified on disk.
7504
7505 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7506 Remove duplicate defvar preventing initialization.
7507 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7508
7509 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7512 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7513 may match up to 4 lines.
7514 (diff-beginning-of-file-and-junk): Rewrite.
7515
7516 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7517
7518 * printing.el: Evaluate require only during compilation.
7519 (pr-version): New version 6.9.1.
7520 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7521 (pr-global-menubar): Fix code.
7522
7523 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7524
7525 * term.el (term-erase-in-display): Fix case when point is not at
7526 the beginning of the line.
7527
7528 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7529
7530 * calc/calc-ext.el (math-get-value, math-get-sdev)
7531 (math-contains-sdev): New functions.
7532
7533 * calc/calc-graph.el (calc-graph-format-data)
7534 (calc-graph-add-curve): Check for error forms.
7535 (calc-graph-set-styles): Add option for error forms.
7536
7537 2007-08-03 Miles Bader <miles@gnu.org>
7538
7539 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7540 backend names for new backends to `Git', `Hg', and `Bzr'.
7541 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7542 not `HG'.
7543 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7544 name, not `GIT'.
7545 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7546 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7547
7548 2007-08-03 Richard Stallman <rms@gnu.org>
7549
7550 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7551 to update deleted flag.
7552
7553 * cus-edit.el (customize-apropos, customize-apropos-options)
7554 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7555
7556 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7557
7558 * startup.el (fancy-splash-head, startup-echo-area-message):
7559 Change message text.
7560
7561 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7562 All callers use line-move.
7563
7564 * progmodes/compile.el (compilation-find-buffer): Return current
7565 buffer immediately if suitable.
7566 (compile, compilation-buffer-name, compilation-start): Doc fixes.
7567
7568 2007-08-03 Daiki Ueno <ueno@unixuser.org>
7569
7570 * faces.el (face-normalize-spec): New function.
7571 (frame-set-background-mode): Normalize face-spec before calling
7572 face-spec-match-p.
7573
7574 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * server.el (server-window): Add switch-to-buffer-other-frame option.
7577
7578 2007-08-03 Glenn Morris <rgm@gnu.org>
7579
7580 * cus-edit.el (customize-apropos): Make the error message indicate
7581 what kind of thing the user was trying to customize.
7582
7583 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7584
7585 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7586 Fix off-by-one error in previous change.
7587
7588 2007-08-03 Drew Adams <drew.adams@oracle.com>
7589
7590 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7591 Make buffer writable.
7592
7593 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7594
7595 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7596 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
7597 Use native Emacs functions, when appropriate.
7598
7599 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7600 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * vc.el: Document new VC operation `extra-menu'.
7603
7604 * vc-hooks.el (vc-default-extra-menu): New function.
7605
7606 * menu-bar.el (menu-bar-vc-filter): New function.
7607 (menu-bar-tools-menu): Use it as a filter.
7608
7609 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
7610
7611 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7612
7613 2007-08-01 Glenn Morris <rgm@gnu.org>
7614
7615 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7616 strings.
7617 (fortran-tab-mode-default): Remove needless autoload.
7618 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7619 mark as risky.
7620 (fortran-line-length): New buffer-local variable, safe if integer.
7621 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7622 Change from variables to constants.
7623 (fortran-font-lock-syntactic-keywords): Delete as a variable,
7624 replace with a new function definition.
7625 (fortran-mode): Use fortran-line-length, and
7626 fortran-font-lock-syntactic-keywords as a function. Add a
7627 hack-local-variables-hook function.
7628 (fortran-line-length, fortran-hack-local-variables): New functions.
7629 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7630 Use fortran-line-length rather than 72.
7631 (fortran-window-create-momentarily): Doc fix.
7632
7633 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
7634
7635 * cus-edit.el (custom-group-value-create, custom-goto-parent):
7636 Fix parent groups link.
7637
7638 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
7639
7640 * progmodes/python.el (python-current-defun): Adjust to never fall
7641 into infinite loop.
7642
7643 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7646
7647 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
7648
7649 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7650 (copyright-fix-years, copyright): Correctly handle the case where
7651 copyright-limit is nil.
7652
7653 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
7654
7655 * progmodes/python.el (run-python): Fix path separator under w32.
7656
7657 2007-07-30 Richard Stallman <rms@gnu.org>
7658
7659 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7660 Treat non-break space as whitespace in Lisp.
7661
7662 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7663
7664 * vc.el (vc-dired-hook): Use inhibit-read-only.
7665
7666 * progmodes/compile.el (compilation-forget-errors):
7667 Reset compilation-auto-jump-to-next.
7668
7669 2007-07-30 Michael Olson <mwolson@gnu.org>
7670
7671 * cus-edit.el (custom-group-save): Fix void function definition
7672 error. Thanks to Zhang Wei for the report.
7673
7674 * ps-print.el: Check in trivial changes to the autoloads section
7675 caused by the build process. These autoloads really ought to be
7676 placed in a separate file, methinks.
7677
7678 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * calendar/calendar.el (calendar-mode): Make sure
7681 displayed-(month|year) are set.
7682 (calendar-basic-setup): Display buffer before adjusting window sizes.
7683 (generate-calendar-window): Use inhibit-read-only. Simplify.
7684 Generate buffer and set displayed-month and displayed-year before
7685 calling update-calendar-mode-line.
7686
7687 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7688
7689 * net/tramp.el:
7690 * net/tramp-uu.el:
7691 * net/trampver.el: Use utf-8 encoding with coding cookie.
7692
7693 * net/tramp-cache.el:
7694 * net/tramp-fish.el:
7695 * net/tramp-ftp.el:
7696 * net/tramp-gw.el:
7697 * net/tramp-smb.el: Remove coding cookie.
7698
7699 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7700 Flush buffer file-name's file property.
7701 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7702
7703 * net/trampver.el: Update release number.
7704
7705 2007-07-29 Juri Linkov <juri@jurta.org>
7706
7707 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7708 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7709 when major-mode is not dired-mode.
7710 (dired-toggle-read-only): New function.
7711 (dired-recursive-deletes): Remove obsolete comments about old
7712 default value.
7713 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7714
7715 * wdired.el (wdired-exit): New function.
7716 (wdired-mode-map): Bind C-x C-q to wdired-exit.
7717
7718 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * cus-edit.el (customize-read-group): New fun.
7721 (customize-group-other-window, customize-face-other-window):
7722 Prompt before delegating to customize-(group|face).
7723 Bind pop-up-windows rather than use the other-window argument.
7724 (customize-group, customize-face): Prompt from the interactive spec.
7725 Remove args `prompt-for-group' and `other-window'.
7726
7727 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7728 (ad-body-forms, ad-advised-interactive-form): Revert this part of
7729 last change.
7730
7731 2007-07-28 Masatake YAMATO <jet@gyve.org>
7732
7733 * vc.el (vc-dired-mode): Add a menu for VC related operation.
7734 Use backend name as the menu label. Suggested by David Kastrup.
7735
7736 2007-07-28 Alan Mackenzie <acm@muc.de>
7737
7738 Fix problem with modes derived from CC Mode:
7739 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
7740 macro to cc-langs.
7741 (c-init-language-vars-for): Remove call to above macro.
7742 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
7743 been moved to here.
7744 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
7745
7746 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7747
7748 * net/trampver.el: Fix the `coding' cookie.
7749
7750 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7751
7752 * vc-git.el (vc-git-print-log): Support both the old single file
7753 interface and the new one.
7754
7755 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
7756
7757 * bindings.el (mode-line-remote): Use updated %@ construct.
7758
7759 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7762 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7763 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7764 (diary-list-bahai-entries, diary-bahai-mark-entries)
7765 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7766 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7767 New names to clean up namespace.
7768 (list-bahai-diary-entries, mark-bahai-diary-entries)
7769 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7770 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7771 Add compatibility aliases.
7772
7773 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7774
7775 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7776 (calendar-scroll-left-three-months)
7777 (calendar-scroll-right-three-months): Clean up namespace.
7778 (scroll-calendar-left, scroll-calendar-right)
7779 (scroll-calendar-left-three-months)
7780 (scroll-calendar-right-three-months): Add compatibility aliases.
7781
7782 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7783 Behave like mouse-scroll-calendar-* when used from the mouse.
7784
7785 * calendar/cal-menu.el (cal-menu-scroll-menu)
7786 (cal-menu-global-mouse-menu):
7787 * calendar/calendar.el (calendar-mode-map):
7788 Use new calendar-scroll-* names.
7789 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7790 Remove. Use calendar-scroll-* directly instead.
7791
7792 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7795 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7796 (ad-make-advised-definition, ad-cache-id-verification-code):
7797 Use commandp and interactive-form instead.
7798
7799 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7800
7801 * vc-git.el: Relicense to GPLv3 or later.
7802 (vc-directory-exclusion-list, vc-handled-backends): Remove.
7803
7804 * vc-hooks.el (vc-handled-backends): Add GIT.
7805
7806 * vc.el (vc-directory-exclusion-list): Add .git.
7807
7808 2007-07-26 Alexandre Julliard <julliard@winehq.org>
7809
7810 * vc-git.el (vc-git-revision-table)
7811 (vc-git-revision-completion-table): New functions.
7812
7813 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7814
7815 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7816 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7817 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7818 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7819 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7820 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7821 New command actions for EPS header and EPS footer.
7822
7823 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7824 footer. Fix some problems with one-or-more, zero-or-more and
7825 alternative constructions generation. Some log messages
7826 implementation. Doc fix.
7827 (ebnf-version): New version 4.4.
7828 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7829 (ebnf-eps-footer, ebnf-log): New options.
7830 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7831 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7832 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7833 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7834 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7835 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7836 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7837 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7838 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7839 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7840 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7841 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7842 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7843 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7844 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7845 (ebnf-except-dimension, ebnf-alternative-dimension)
7846 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7847 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7848 message fun.
7849 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7850 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7851 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7852 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7853 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7854 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7855 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7856 compatibility with Emacs 20 & 21.
7857 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7858 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7859 (ebnf-basic-empty-height): New vars.
7860 (ebnf-prologue): Fix PostScript code.
7861 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7862 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7863 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7864 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7865
7866 2007-07-25 Glenn Morris <rgm@gnu.org>
7867
7868 * Relicense all FSF files to GPLv3 or later.
7869
7870 * COPYING: Switch to GPLv3.
7871
7872 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7873
7874 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7875 Replace it with another one which disables undo before calling
7876 erase-buffer and then turns it back on if needed.
7877
7878 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7879
7880 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
7881
7882 2007-07-24 Glenn Morris <rgm@gnu.org>
7883
7884 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7885 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7886 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7887 (cal-tex-cursor-week, cal-tex-cursor-week2)
7888 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7889 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7890 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7891 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7892
7893 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7894
7895 * calendar/calendar.el (calendar-mode-map): Move initialization
7896 into declaration. Add menu bindings (used to be done in cal-menu).
7897 (calendar-mode): Don't add an activate-menubar-hook.
7898
7899 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7900 modify calendar-mode-map), use easy-menu, and make sure that C-h k
7901 can be used on the menu entries.
7902 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7903 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7904 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7905 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7906 (calendar-flatten, cal-menu-update): Remove.
7907 (calendar-mouse-insert-hebrew-diary-entry)
7908 (calendar-mouse-insert-islamic-diary-entry)
7909 (calendar-mouse-insert-bahai-diary-entry):
7910 Remove (fold into cal-menu-diary-menu).
7911 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7912 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7913 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7914 (calendar-mouse-view-diary-entries): Minor simplifications.
7915 (calendar-event-to-date): Use with-current-buffer.
7916
7917 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
7918
7919 * add-log.el (change-log-redate): Remove (not needed anymore and
7920 doesn't appear to work).
7921
7922 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * frame.el: Use mapc and dolist instead of mapcar where possible.
7925 (close-display-connection): New command.
7926
7927 2007-07-25 Alexandre Julliard <julliard@winehq.org>
7928
7929 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7930 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7931
7932 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7933
7934 * ps-print.el (ps-multibyte-buffer): Docstring fix.
7935
7936 * ps-mule.el: Doc fix.
7937 (ps-multibyte-buffer, ps-mule-font-info-database-default)
7938 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
7939
7940 2007-07-25 Glenn Morris <rgm@gnu.org>
7941
7942 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7943 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7944 (cal-tex-daily-end, cal-tex-hook)
7945 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7946 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7947 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7948 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7949 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7950 (cal-tex-day-prefix, cal-tex-day-name-format)
7951 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7952 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7953 (cal-tex-LaTeX-subst-list): Change from variables to constants.
7954 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7955 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7956 etc, rather than \bf.
7957 (cal-tex-mini-calendar): Fix typos in previous change.
7958 (cal-tex-latexify-list): Remove inner let binding.
7959 (cal-tex-end-document, cal-tex-banner): Use multi-line
7960 cal-tex-comment.
7961 (cal-tex-comment): Handle embedded newlines.
7962 (cal-tex-LaTeXify-string): Use substring-no-properties.
7963
7964 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
7965
7966 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7967 Add support for the Maden build tool.
7968
7969 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
7970
7971 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
7972
7973 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
7976
7977 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7978
7979 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7980 C-x C-q.
7981
7982 * vc-git.el (vc-git-print-log): Fix previous change.
7983
7984 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * window.el (save-selected-window): Minor optimization.
7987 (bw-adjust-window): If operation failed, try with a smaller delta.
7988 (window-fixed-size-p): New function.
7989 (window-area-factor): New var.
7990 (balance-windows-area): New command.
7991
7992 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
7993 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
7994 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
7995 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7996 (ps-mule-begin-job): Use dolist.
7997
7998 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7999
8000 * subr.el (start-file-process-shell-command)
8001 (process-file-shell-command): New defuns.
8002
8003 * progmodes/compile.el (compilation-start):
8004 Apply `start-file-process-shell-command'.
8005
8006 2007-07-24 Alexandre Julliard <julliard@winehq.org>
8007
8008 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
8009
8010 2007-07-24 Alan Mackenzie <acm@muc.de>
8011
8012 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
8013 Initialise byte-compile-unresolved-functions before rather than
8014 after a compilation.
8015 (byte-compile-unresolved-functions): Amplify doc string.
8016
8017 2007-07-24 Glenn Morris <rgm@gnu.org>
8018
8019 * startup.el (normal-splash-screen): Use `emacs-copyright'.
8020
8021 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
8022 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
8023 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8024 (cal-tex-cursor-week, cal-tex-cursor-week2)
8025 (cal-tex-cursor-week-iso, cal-tex-week-hours)
8026 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
8027 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8028 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
8029
8030 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
8031 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
8032 (cal-tex-day-name-format, cal-tex-cal-one-month)
8033 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
8034 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
8035 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
8036 (cal-tex-list-holidays, cal-tex-cursor-year)
8037 (cal-tex-cursor-year-landscape, cal-tex-year)
8038 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
8039 (cal-tex-cursor-month, cal-tex-insert-days)
8040 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8041 (cal-tex-first-blank-p, cal-tex-cursor-week)
8042 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8043 (cal-tex-week-hours, cal-tex-cursor-week-monday)
8044 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
8045 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8046 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
8047 (cal-tex-latexify-list, cal-tex-previous-month)
8048 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
8049 modernization, including using dotimes rather than
8050 calendar-for-loop.
8051 (cal-tex-LaTeX-subst-list): Remove `@'.
8052 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
8053 Use \textit and \textbf rather than \em and \it.
8054
8055 * calendar/cal-bahai.el (list-bahai-diary-entries)
8056 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
8057 * calendar/cal-islam.el (list-islamic-diary-entries)
8058 * calendar/calendar.el (generate-calendar, generate-calendar-month)
8059 * calendar/diary-lib.el (diary-list-entries)
8060 (mark-calendar-date-pattern): Use `dotimes' rather than
8061 `calendar-for-loop'.
8062
8063 * calendar/calendar.el (calendar-for-loop): Doc fix.
8064
8065 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8068 underlying file is uptodate.
8069
8070 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
8071
8072 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8073
8074 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8075
8076 * vc-hooks.el (vc-mode-line-map): New const.
8077 (vc-mode-line): Use it.
8078
8079 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8080
8081 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8082 (vc-git-unregister): New functions.
8083 (vc-git-find-version): Use the result of ls-files as a parameter
8084 for cat-file.
8085
8086 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
8087
8088 * net/tramp.el (tramp-perl-file-attributes)
8089 (tramp-perl-directory-files-and-attributes)
8090 (tramp-handle-file-attributes-with-stat)
8091 (tramp-handle-directory-files-and-attributes-with-stat)
8092 (tramp-convert-file-attributes): Handle huge file sizes.
8093
8094 2007-07-23 Juri Linkov <juri@jurta.org>
8095
8096 * isearch.el (isearch-message-function): New variable.
8097 (isearch-update, isearch-search): Use it.
8098
8099 * simple.el (goto-history-element): New function created from
8100 next-history-element.
8101 (next-history-element): Most code moved to goto-history-element.
8102 Call goto-history-element with (- minibuffer-history-position n).
8103 (previous-history-element): Call goto-history-element with (+
8104 minibuffer-history-position n).
8105 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8106 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8107 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8108 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8109 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8110 (minibuffer-history-isearch-pop-state): New functions.
8111
8112 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8113
8114 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8115 Also, if FILE is a list, return non-nil if any of its elements
8116 should stay local. Update docstring.
8117
8118 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8121 change by reverting a small part.
8122
8123 2007-07-23 Richard Stallman <rms@gnu.org>
8124
8125 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8126
8127 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8128
8129 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8130 handling it. Use vc-git-command.
8131 (vc-git-find-version, vc-git-diff-tree): New functions.
8132 (vc-git-revert): Use vc-git-command.
8133 (vc-git--run-command): Delete.
8134
8135 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8136
8137 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8138
8139 2007-07-20 Kenichi Handa <handa@m17n.org>
8140
8141 * international/utf-8.el (utf-8-post-read-conversion):
8142 Temporarily bind utf-8-compose-scripts to nil while running
8143 *-compose-region functions.
8144
8145 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8146
8147 * vc-git.el: Update status.
8148 (vc-directory-exclusion-list): Use eval-after-load.
8149
8150 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
8151
8152 * bindings.el (mode-line-remote): New variable.
8153 (help-echo): Add to default values of mode-line-format.
8154
8155 * files.el: Mark mode-line-remote as risky.
8156
8157 2007-07-22 Juri Linkov <juri@jurta.org>
8158
8159 * isearch.el (isearch-edit-string): Save old point and
8160 isearch-other-end to old-point and old-other-end before reading
8161 the search string from minibuffer. After exiting minibuffer set
8162 point to old-other-end if point and the search direction is the
8163 same as before reading the search string.
8164 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
8165 to isearch-other-end. Instead of isearch-search-and-update call
8166 three functions isearch-search, isearch-push-state and isearch-update.
8167
8168 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8169
8170 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8171 deal with multiple file arguments.
8172 (vc-git-print-log): Deal with multiple file arguments.
8173
8174 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8175
8176 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8177 diff-refine-hunk. Adjust users.
8178 (diff-unified-hunk-p, diff-splittable-p): New functions.
8179 (diff-mode-menu): Use it to disable Split when it doesn't work.
8180
8181 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8182
8183 * diff-mode.el (diff-mode-menu): New entries.
8184
8185 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8186
8187 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8188 if applicable, so as to save undo-log space.
8189
8190 * diff-mode.el (diff-find-file-name): Add arg `batch'.
8191
8192 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8193 (diff-file-kill): Use it.
8194 (diff-beginning-of-hunk): Add arg `try-harder' using it.
8195 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8196 Use it so they find the hunk even when we're in the file header.
8197
8198 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8199
8200 * vc-git.el (vc-git-revision-granularity, vc-git-root)
8201 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8202 (vc-git-create-repo): New functions.
8203 (vc-git-registered): New autoloaded function definition.
8204 (vc-git-registered): Use vc-git-root.
8205 (vc-git-responsible-p): New defalias.
8206 (vc-git-annotate-extract-revision-at-line): Uncomment.
8207 (vc-git-print-log): Add the file name to the log.
8208 (vc-git-log-view-mode): New derived mode.
8209 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8210
8211 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8212
8213 * progmodes/grep.el (grep-compute-defaults): Keep default values.
8214
8215 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
8216
8217 * textmodes/reftex.el (reftex-access-parse-file): Create parse
8218 file in a way that does not interfere with recentf mode.
8219 (reftex-access-parse-file): Do not risk destroying an existing
8220 buffer.
8221
8222 2007-07-22 Alexandre Julliard <julliard@winehq.org>
8223
8224 * vc-git.el: New file.
8225
8226 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * textmodes/tex-mode.el (tex-font-script-display): Change default.
8229
8230 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8231
8232 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8233 for branches and new files.
8234
8235 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8236 local-map handling ...
8237 (vc-mode-line): ... here. Improve handling of help-echo.
8238
8239 * vc.el (mode-line-string): Document help-echo usage.
8240
8241 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8242
8243 Sync with Tramp 2.1.10.
8244
8245 * net/tramp.el (tramp-get-ls-command): Fix typo.
8246
8247 * net/trampver.el: Update release number.
8248
8249 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8250
8251 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8252
8253 * term/x-win.el (x-handle-no-bitmap-icon): New function.
8254
8255 2007-07-22 Martin Rudalics <rudalics@gmx.at>
8256
8257 * add-log.el (change-log-fill-parenthesized-list): New function.
8258 (change-log-indent): Call change-log-fill-parenthesized-list.
8259 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8260 Have lines with leading asterisk start a paragraph.
8261
8262 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8263
8264 * calc/calc-math.el (math-emacs-precision)
8265 (math-largest-emacs-expt, math-smallest-emacs-expt):
8266 New variables.
8267 (math-use-emacs-fn): New function.
8268 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8269 appropriate.
8270
8271 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8272
8273 * image-dired.el (image-dired-sane-db-file): New func.
8274 (image-dired-write-tags, image-dired-remove-tag)
8275 (image-dired-list-tags, image-dired-write-comments)
8276 (image-dired-get-comment, image-dired-mark-tagged-files)
8277 (image-dired-create-gallery-lists): Call new func.
8278 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8279
8280 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8281
8282 * vc-hg.el (vc-hg-dir-state): Fix loop.
8283 (vc-hg-print-log): Fix expected return value for vc-hg-command.
8284 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8285 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8286 (vc-hg-revert): Likewise.
8287 (vc-hg-revision-table, vc-hg-revision-completion-table): New
8288 functions.
8289
8290 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8291
8292 * add-log.el (change-log-resolve-conflict): Don't lose data if the
8293 merge fails.
8294
8295 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8296
8297 * progmodes/compile.el (compilation-auto-jump-to-first-error):
8298 Add group and version.
8299
8300 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * add-log.el (add-log-file-name): Use file-relative-name.
8303 (add-change-log-entry): Delay reading
8304 add-log-(full-name|mailing-address) to after we've switched to the
8305 ChangeLog buffer so we get the right value.
8306 (add-change-log-entry, add-log-current-defun, change-log-merge):
8307 Use derived-mode-p rather than checking major-mode directly.
8308
8309 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8310 name for buffer-file-name if it refers to a directory.
8311
8312 * vc-arch.el (vc-arch-diff): Fix last change.
8313
8314 * progmodes/compile.el (compilation-start): Remember the original
8315 directory in a buffer-local compilation-directory.
8316 (compile): Set the global value of compilation-directory.
8317 (recompile): Use compilation-directory even in the compilation buffer.
8318
8319 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8320
8321 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8322
8323 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8324
8325 * ps-print.el: Problem with foreground and background color when
8326 printing a buffer with and without faces. Reported by Christian
8327 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8328 (ps-print-version): New version 6.7.5.
8329 (ps-default-fg): Change default value to nil, so black color is used
8330 when a face does not specify a foreground color.
8331 (ps-default-bg): Change default value to nil, so white color is used
8332 for background color.
8333 (ps-begin-job): Fix code.
8334
8335 2007-07-20 Eli Zaretskii <eliz@gnu.org>
8336
8337 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8338 in $(INSTALL_DIR)/lisp/ if they already exist.
8339
8340 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8341
8342 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8343 in $(INSTALL_DIR)/lisp/ if they already exist.
8344
8345 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * progmodes/vera-mode.el (vera-re-search-forward)
8348 (vera-re-search-backward): Remove use of store-match-data.
8349 (vera-mode-map): Move initialization into declaration.
8350
8351 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8352 (flymake-find-buildfile): Use locate-dominating-file.
8353
8354 * vc.el (vc-delistify): Use mapconcat.
8355 (vc-do-command): Minor simplification.
8356 (vc-expand-dirs): Use push.
8357
8358 * vc-mcvs.el (vc-mcvs-create-repo):
8359 * vc-cvs.el (vc-cvs-create-repo): Remove.
8360
8361 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8362 directory and the root as well.
8363
8364 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8365
8366 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8367 instead of a file.
8368
8369 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8370 (vc-hg-registered): Replace if with when.
8371 (vc-hg-state): Deal with nonexistent files and handle removed files.
8372 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8373 (vc-hg-checkout): Re-enable.
8374 (vc-hg-create-repo): Fix typos.
8375 (vc-hg-print-log): Fix for multiple files.
8376 (vc-hg-workfile-unchanged-p): New function.
8377
8378 * vc.el: Fix typo.
8379 (vc-print-log): Fix call to print-log.
8380 (vc-default-comment-history): Likewise.
8381 (vc-directory-exclusion-list): Add .hg and .bzr.
8382 (vc-diff-internal): Pass a list instead of a file.
8383
8384 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8385
8386 * vc-bzr.el (vc-bzr-create-repo): New function.
8387
8388 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8389
8390 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8391 `file' from which to start the search.
8392
8393 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8394
8395 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8396 having a single file argument to having a list of files as the
8397 first argument.
8398
8399 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * files.el (locate-dominating-file): New function.
8402
8403 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
8404
8405 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8406 (grep-compute-defaults): Use it.
8407
8408 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * uniquify.el: Docstring fixes.
8411
8412 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8413
8414 * vc.el (revision-granularity, create-repo): Document new vc
8415 backend properties.
8416 (vc-rollback): Renamed from vc-cancel-version. Update
8417 references. Pass a list instead of a file.
8418 (vc-revert): Renamed from vc-revert-buffer. Update references.
8419 (vc-delistify, vc-expand-dirs): New functions.
8420 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8421 of files instead of a single file.
8422 (vc-position-context, vc-resync-window, vc-diff-internal)
8423 (vc-print-log): Pass a list instead of a file.
8424
8425 * vc-hooks.el (vc-stay-local-p, vc-backend)
8426 (vc-backend-subdirectory-name): Work on a file list, not a single
8427 file.
8428 (vc-workfile-version): Update docstring.
8429 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8430 vc-revert instead of vc-revert-buffer.
8431 (vc-prefix-map): Likewise. Bind vc-update.
8432
8433 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8434 (vc-svn-wash-log): New functions.
8435 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8436 (vc-svn-command): Deal with a list of files, not a single file.
8437
8438 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8439 (vc-rcs-wash-log): New functions.
8440 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8441 Deal with a list of files, not a single file.
8442 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8443
8444 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8445 functions.
8446 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8447 list of files, not a single file.
8448
8449 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8450 New functions.
8451 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8452 (vc-mcvs-diff): Deal with a list of files, not a single file.
8453
8454 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8455 functions.
8456 (vc-hg-print-log): Deal with a list of files, not a single file.
8457 (vc-hg-diff-tree): New function, replace defalias with the same
8458 name.
8459 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8460 FILES to denote that it is a file list, not a single file.
8461
8462 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8463 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8464 a single file.
8465 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8466 that it is a file list, not a single file.
8467 (vc-cvs-diff): Likewise. Simplify.
8468
8469 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8470 Deal with a list of files, not a single file.
8471
8472 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8473 (vc-bzr-print-log): Update FILE parameter name to denote that it
8474 is a file list, not a single file.
8475 (vc-bzr-diff): Likewise. Use the car of files.
8476
8477 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
8478
8479 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8480 (follow-delete-other-windows-and-split, follow-recenter)
8481 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8482 (follow-redisplay, follow-estimate-first-window-start)
8483 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8484 Fix typos in docstrings.
8485
8486 2007-07-18 Martin Rudalics <rudalics@gmx.at>
8487
8488 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8489 avoid that filling introduces lines with a single asterisk.
8490
8491 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8492 avoid incorrect kmacro-ring-empty-p messages.
8493 Reported by Michael Schierl <schierlm@gmx.de>.
8494
8495 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8496
8497 * vc.el: Add more info about the vc-registered function.
8498
8499 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8500
8501 * files.el (file-remote-p): Introduce optional parameter
8502 IDENTIFICATION.
8503
8504 * recentf.el (recentf-keep-default-predicate): Adapt call of
8505 `file-remote-p'.
8506
8507 * progmodes/grep.el (grep-probe): Use `process-file'.
8508 (grep-compute-defaults): Handle variables host specific.
8509
8510 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8511 parameter IDENTIFICATION.
8512
8513 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8514 parameter IDENTIFICATION.
8515 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8516 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8517 Add entry for `set-file-times'.
8518 (tramp-do-copy-or-rename-file-via-buffer)
8519 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8520 (tramp-handle-unhandled-file-name-directory): Rewrite.
8521 (tramp-convert-file-attributes): Add error handling when inode is
8522 extraordinary big.
8523 (tramp-get-inode): Change parameter from FILE to VEC.
8524 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8525 is nil. This is according to the specification. Goto (point-max)
8526 when ready.
8527 (tramp-handle-shell-command): Rewrite completely, using
8528 `process-file' and `start-file-process'.
8529 (tramp-methods, tramp-find-shell)
8530 (tramp-open-connection-setup-interactive-shell)
8531 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8532 var. Reported by Steve Youngs <steve@sxemacs.org>.
8533
8534 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8535 entry for `set-file-times'. Rename `start-process' into
8536 `start-file-process'. Remove `call-process' entry.
8537 (tramp-fish-handle-set-file-times): New defun.
8538 (tramp-fish-handle-executable-find): Use `process-file'.
8539 (tramp-fish-handle-process-file): New defun. Replaces
8540 `tramp-fish-handle-call-process'.
8541 (tramp-fish-do-copy-or-rename-file-directly): Use
8542 `set-file-times'.
8543 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8544
8545 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8546 `tramp-get-inode' parameter.
8547
8548 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8551 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8552 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8553 it has ever existed.
8554
8555 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8556
8557 * vc.el: Undo previous change.
8558
8559 2007-07-16 Eli Zaretskii <eliz@gnu.org>
8560
8561 * makefile.w32-in (clean): Don't delete *~.
8562
8563 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8564
8565 * textmodes/tex-mode.el (tex-verbatim-environments):
8566 Add safe-local-variable property.
8567 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8568 when starting font-lock rather than when loading tex-mode.el.
8569
8570 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8571 whole $( rather than just the $. Rename from sh-quoted-subshell.
8572 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8573
8574 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8575
8576 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8577 bookmark-alist. Instead, if not sorting, simply return it.
8578 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8579 for its return value, not for its side effect.
8580
8581 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8582 case of alignment under a constant symbol, find and consider
8583 the sexp actually at indentation to be the "last sexp".
8584
8585 2007-07-16 Drew Adams <drew.adams@oracle.com>
8586
8587 * mouse.el (mouse-yank-secondary): Better error message if no
8588 secondary selection.
8589
8590 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8591
8592 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8593
8594 * term/xterm.el (xterm-turn-on-modify-other-keys)
8595 (xterm-turn-off-modify-other-keys): New functions.
8596 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8597 terminal supports it.
8598
8599 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8600
8601 * bookmark.el (bookmark-show-all-annotations):
8602 Make sure each inserted annotation ends with newline.
8603
8604 2007-07-15 Richard Stallman <rms@gnu.org>
8605
8606 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
8607
8608 * tutorial.el (tutorial--find-changed-keys):
8609 Handle C-x specially like ESC.
8610
8611 2007-07-15 Aaron Hawley <aaronh@garden.org>
8612
8613 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
8614
8615 2007-07-15 Juri Linkov <juri@jurta.org>
8616
8617 * delsel.el (delete-selection-pre-hook):
8618 * emulation/cua-base.el (cua-paste): Before a yank command,
8619 check also whether last-command is one of mouse-save-then-kill,
8620 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8621
8622 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
8623
8624 * recentf.el (recentf-keep-default-predicate): New defun.
8625 (recentf-keep): Use it as initial value.
8626
8627 2007-07-15 Karl Fogel <kfogel@red-bean.com>
8628
8629 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8630 thus restoring bookmark bindings to three slots under C-x r. See
8631 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8632
8633 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8634
8635 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
8636
8637 2007-07-15 Jason Rumney <jasonr@gnu.org>
8638
8639 * w32-fns.el (set-default-process-coding-system): Use dos line ends
8640 for input to cmdproxy on all versions of Windows.
8641 Use dos line ends for input to plink.
8642
8643 * comint.el (comint-simple-send): Concat newline before sending.
8644 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8645
8646 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8649 safe-local-variable setting.
8650
8651 2007-07-14 David Kastrup <dak@gnu.org>
8652
8653 * emacs-lisp/advice.el (defadvice): Doc fix.
8654
8655 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
8656
8657 * subr.el (when, unless): Doc fix.
8658
8659 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8660
8661 * replace.el (match): Use yellow1 instead of yellow.
8662
8663 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8664 red.
8665
8666 * pcvs-info.el (cvs-unknown): Likewise.
8667
8668 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8669
8670 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8671 (install): Use them to copy all *.el files before *.elc.
8672
8673 2007-07-13 Drew Adams <drew.adams@oracle.com>
8674
8675 * bookmark.el (bookmark-jump-other-window): New function.
8676 (bookmark-map): Bind it to "o".
8677
8678 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8679 and its thread contains discussion about this change.
8680 The original patch was slightly tweaked by Karl Fogel
8681 <kfogel@red-bean.com> before committing.
8682
8683 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8684
8685 * bookmark.el: Shorten some comments to fit within 80 lines.
8686
8687 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8688
8689 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8690 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
8691 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
8692 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8693
8694 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
8695
8696 * textmodes/org.el: Bug fixes.
8697 (org-end-of-line): Move to end of line if in headline without tags.
8698
8699 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8700
8701 * vc-hooks.el: Remove spurious * in docstrings.
8702 (vc-handled-backends): Add BZR.
8703
8704 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8705
8706 2007-07-12 Davis Herring <herring@lanl.gov>
8707
8708 * desktop.el (desktop-buffer-info, desktop-save):
8709 Use `desktop-dirname' instead of `dirname'.
8710
8711 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8712
8713 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8714
8715 * progmodes/python.el (python-which-func-length-limit): New var.
8716 (python-which-func): New function.
8717 (python-current-defun): Add optional `length-limit' and try to fit
8718 computed function name to that length.
8719 (python-mode): Hook `python-which-func' up.
8720
8721 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8722
8723 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8724
8725 * comint.el (comint-dynamic-complete-as-filename):
8726 Use read-file-name-completion-ignore-case.
8727
8728 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * comint.el (comint-dynamic-list-filename-completions):
8731 Use read-file-name-completion-ignore-case.
8732
8733 * vc-cvs.el: Require CL.
8734 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8735 New functions to provide completion of revision names.
8736
8737 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8738 (vc-cvs-annotate-first-line-re): New const.
8739 (vc-cvs-annotate-process-filter): New fun.
8740 (vc-cvs-annotate-command): Use them and run the command asynchronously.
8741
8742 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8743
8744 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8745 (eldoc-print-current-symbol-info): Adjust for changed helper
8746 function signatures.
8747 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
8748 `eldoc-highlight-function-argument'.
8749 (eldoc-highlight-function-argument): New function.
8750 (eldoc-get-var-docstring): Format documentation with
8751 `font-lock-variable-name-face'.
8752 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8753 where suited.
8754 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8755 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8756
8757 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
8758
8759 * progmodes/compile.el (compilation-start): `start-process' must
8760 still be redefined when calling `start-process-shell-command'.
8761
8762 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8763 remote file name, prepend its remote part to the filename.
8764 (gud-common-init): When `default-directory' is a remote file name,
8765 make the filename relative to it.
8766 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8767
8768 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8769
8770 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8771 mouse binding and a tooltip.
8772
8773 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * menu-bar.el (vc-menu-map): New defalias.
8776
8777 2007-07-10 Richard Stallman <rms@gnu.org>
8778
8779 * emacs-lisp/lisp-mode.el (eval-defun):
8780 Explain special handling of `defface'.
8781
8782 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8783
8784 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8785
8786 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8787
8788 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8789
8790 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8791
8792 * vc-arch.el (vc-arch-complete): Remove.
8793 (vc-arch-revision-completion-table): Use complete-with-action.
8794
8795 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8796 (complete-with-action): New function.
8797 (dynamic-completion-table): Use it.
8798
8799 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
8800
8801 * comint.el (make-comint, make-comint-in-buffer)
8802 (comint-exec-1): Replace `start-process' by `start-file-process'.
8803
8804 * progmodes/compile.el (compilation-start): Revert redefining
8805 `start-process'.
8806
8807 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8810 with EOLs when generating MD5 checksums.
8811
8812 * follow.el: Don't change the global map from the follow-mode-map
8813 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8814 XEmacs code.
8815 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8816 since `follow-mode' should be used instead for that.
8817
8818 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8819 (easy-menu-do-define): Use it.
8820 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8821
8822 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8823 (compilation-auto-jump-to-next): New vars.
8824 (compilation-auto-jump): New function.
8825 (compilation-error-properties): Use them to jump to first error.
8826 (compilation-start): Set the var if requested.
8827
8828 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8829 duplicates without also removing entries from other directories.
8830
8831 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8832
8833 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8834 Remember span as default.
8835 (org-columns-edit-value): Rename from `org-column-edit'.
8836 (org-columns-display-here-title): Rename from
8837 `org-overlay-columns-title'.
8838 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8839 (org-columns-get-autowidth-alist): Rename from
8840 `org-get-columns-autowidth-alist'.
8841 (org-columns-display-here): Rename from `org-overlay-columns'.
8842 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8843 (org-columns-quit): Rename from `org-column-quit'.
8844 (org-columns-show-value): Rename from `org-column-show-value'.
8845 (org-columns-content, org-columns-widen)
8846 (org-columns-next-allowed-value)
8847 (org-columns-edit-allowed, org-columns-store-format)
8848 (org-columns-uncompile-format, org-columns-redo)
8849 (org-columns-edit-attributes, org-delete-property)
8850 (org-set-property, org-columns-update)
8851 (org-columns-compute, org-columns-eval)
8852 (org-columns-not-in-agenda, org-columns-compute-all)
8853 (org-property-next-allowed-value)
8854 (org-columns-compile-format)
8855 (org-fill-paragraph-experimental)
8856 (org-string-to-number, org-property-action)
8857 (org-columns-move-left, org-columns-new)
8858 (org-column-number-to-string)
8859 (org-property-previous-allowed-value)
8860 (org-at-property-p, org-columns-delete)
8861 (org-columns-previous-allowed-value)
8862 (org-columns-move-right, org-columns-narrow)
8863 (org-property-get-allowed-values)
8864 (org-verify-version, org-column-string-to-number)
8865 (org-delete-property-globally): New functions.
8866 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8867 (org-columns-overlays): Rename from `org-column-overlays'.
8868 (org-columns-map): Rename from `org-column-map'.
8869 (org-columns-current-maxwidths): Rename from
8870 `org-current-columns-maxwidths'.
8871 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8872 (org-previous-header-line-format)
8873 (org-columns-inhibit-recalculation)
8874 (org-columns-top-level-marker): New variables.
8875 (org-columns-default-format): Rename from `org-default-columns-format'.
8876 (org-property-re): New constant.
8877
8878 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
8879
8880 * subr.el (looking-at-p, string-match-p): New functions.
8881
8882 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8883
8884 * textmodes/tex-mode.el (tex-fontify-script)
8885 (tex-font-script-display): New variables to make display of
8886 superscripts and subscripts customizable.
8887 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8888
8889 2007-07-09 Richard Stallman <rms@gnu.org>
8890
8891 * isearch.el (isearch-edit-string): Call to isearch-push-state
8892 after the search.
8893
8894 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8895
8896 * window.el (fit-window-to-buffer): Remove setting of window-min-height
8897 to 1 as enlarge-window uses the value to resize/shrink windows other
8898 than WINDOW if needed.
8899
8900 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8901
8902 * cus-start.el (file-coding-system-alist): Fix custom type.
8903
8904 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
8905
8906 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8907 modified.
8908 (longlines-auto-wrap, longlines-window-change-function):
8909 Remove unnecessary calls to set-buffer-modified-p.
8910
8911 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8912
8913 * cus-start.el (file-coding-system-alist): Fix custom type.
8914
8915 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8916
8917 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8918 (vc-cvs-checkout): Remove last arg now unused; simplify.
8919
8920 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8921
8922 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8923
8924 * net/tramp.el:
8925 * net/tramp-ftp.el:
8926 * net/tramp-smb.el:
8927 * net/tramp-uu.el:
8928 * net/trampver.el: Migrate to Tramp 2.1.
8929
8930 * net/tramp-cache.el:
8931 * net/tramp-fish.el:
8932 * net/tramp-gw.el: New Tramp packages.
8933
8934 * net/tramp-util.el:
8935 * net/tramp-vc.el: Removed.
8936
8937 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
8938 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8939
8940 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8941
8942 * progmodes/compile.el (compilation-start): Redefine
8943 `start-process' temporarily when `default-directory' is remote.
8944 Remove case of synchronous compilation, this won't happen ever.
8945 (compilation-setup): Make local variable `comint-file-name-prefix'
8946 for remote compilation.
8947
8948 2007-07-08 Martin Rudalics <rudalics@gmx.at>
8949
8950 * novice.el (disabled-command-function): Fit window to buffer to
8951 make last line visible.
8952 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8953
8954 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8955 when handling the terminating event.
8956
8957 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8958
8959 * calc/calc.el (math-read-number-simple): Remove leading 0s.
8960 (math-bignum-digit-length): Change to optimal value.
8961
8962 * calc/calc-bin.el (math-bignum-logb-digit-size)
8963 (math-bignum-digit-power-of-two): Evaluate when compiled.
8964
8965 * calc/calc-comb.el (math-small-factorial-table)
8966 (math-init-random-base, math-prime-test): Remove unnecessary calls
8967 to `math-read-number-simple'.
8968
8969 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8970 (math-approx-gamma-const): Add docstrings.
8971
8972 * calc/calc-forms.el (math-julian-date-beginning)
8973 (math-julian-date-beginning-int): New constants.
8974 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
8975 Use the new constants.
8976
8977 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8978
8979 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8980 Add docstrings.
8981
8982 2007-07-07 Tom Tromey <tromey@redhat.com>
8983
8984 * vc.el (vc-annotate): Jump to line and output message only after the
8985 process is really all done.
8986
8987 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * vc.el (vc-exec-after): Don't move point from the sentinel.
8990 Forcefully read all the remaining text in the pipe upon process exit.
8991 (vc-annotate-display-autoscale, vc-annotate-lines):
8992 Don't stop at the first unrecognized line.
8993 (vc-annotate-display-select): Run autoscale after the process is done
8994 since it depends on the whole result.
8995
8996 2007-07-07 Eli Zaretskii <eliz@gnu.org>
8997
8998 * term/w32-win.el (menu-bar-open): New function.
8999 Bind <f10> to it.
9000
9001 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
9002
9003 * simple.el (start-file-process): New defun.
9004
9005 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * files.el (find-file-confirm-nonexistent-file): Rename from
9008 find-file-confirm-inexistent-file. Update users.
9009
9010 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
9011 format of autoload block where the file's time-stamp is replaced by its
9012 MD5 checksum.
9013 (autoload-generate-file-autoloads): Use MD5 checksum instead of
9014 time-stamp for secondary autoloads files.
9015 (update-directory-autoloads): Remove duplicate entries.
9016 Use time-less-p for time-stamps, as done in autoload-find-destination.
9017
9018 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
9019
9020 * calc/calc.el (math-read-number): Replace number by variable.
9021 (math-read-number-simple): Properly parse small integers.
9022
9023 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
9024
9025 * vc.el: Fix doc for the checkout function.
9026
9027 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
9028
9029 * vc-hg.el (vc-hg-root): New function.
9030 (vc-hg-registered): Use it.
9031 (vc-hg-diff-tree): New defalias.
9032 (vc-hg-responsible-p): Likewise.
9033 (vc-hg-checkout): Comment out, not needed.
9034 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
9035 (vc-hg-find-version, vc-hg-next-version): New functions.
9036
9037 2007-07-06 Andreas Schwab <schwab@suse.de>
9038
9039 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
9040 dynamic bindings around the evaluation of the expression.
9041 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
9042
9043 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
9044
9045 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
9046 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
9047 Use run-hooks rather than run-mode-hooks.
9048
9049 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
9050
9051 * calc/calc-comb.el (math-random-digit): Rename to
9052 `math-random-three-digit-number'.
9053 (math-random-digits): Don't depend on representation of integer.
9054
9055 * calc/calc-bin.el (math-bignum-logb-digit-size)
9056 (math-bignum-digit-power-of-two): New constants.
9057 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
9058 (math-not-bignum, math-clip-bignum): Use the constants
9059 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
9060 instead of their values.
9061 (math-clip): Use math-small-integer-size instead of its value.
9062
9063 * calc/calc.el (math-add-bignum): Replace number by constant.
9064
9065 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9066
9067 * wid-edit.el (widget-documentation-string-value-create):
9068 Insert indentation spaces.
9069
9070 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9071
9072 * emacs-lisp/byte-opt.el: Revert last change.
9073
9074 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9075
9076 * vc-hooks.el (vc-handled-backends): Add HG.
9077
9078 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9079
9080 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * complete.el (PC-do-complete-and-exit): Add support for the new
9083 `confirm-only' confirmation mode.
9084
9085 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9086
9087 * cus-edit.el (custom-commands): New variable.
9088 (custom-tool-bar-map): New variable. Initialize using
9089 `custom-commands'.
9090 (custom-mode): Use `custom-tool-bar-map'.
9091 (custom-buffer-create-internal): Insert action buttons only if
9092 tool bar is not used. Use `custom-commands'.
9093 (Custom-help, custom-command-apply): New function.
9094 (custom-command-apply, Custom-set, Custom-save)
9095 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9096 Use `custom-command-apply' instead of duplicating code.
9097 (customize-group-other-window): Call `customize-group' instead of
9098 duplicating code.
9099 (customize-face-other-window): Call `customize-face' instead of
9100 duplicating code.
9101 (customize-group, customize-face): Add optional args for opening
9102 in another window.
9103 (custom-variable-tag): Don't inherit `variable-pitch' face.
9104 (custom-group-tag): Inherit `variable-pitch' face.
9105 (custom-variable-value-create): Set documentation indentation.
9106 (custom-group-value-create): Make group name a link, instead of
9107 using an extra "go to group" button.
9108 (custom-prompt-variable, custom-group-set, custom-group-save)
9109 (custom-group-reset-current, custom-group-reset-saved)
9110 (custom-group-reset-standard): Minor cleanup.
9111
9112 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9113
9114 * Makefile.in (bootstrap-prepare): When copying from
9115 ldefs-boot.el, make sure loaddefs.el is writeable.
9116
9117 (bootstrap-prepare): Make $(lisp)/ps-print.el
9118 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9119
9120 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9121
9122 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9123 only caller, and delete.
9124 (vc-hg-state): Deal with exceptions and only parse the output on
9125 successful return.
9126 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9127 caller, and delete.
9128 (vc-hg-workfile-version): Deal with exceptions and only parse the
9129 output on successful return.
9130 (vc-hg-revert): New function.
9131
9132 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
9133
9134 * calculator.el (calculator-expt): Use more cases to determine
9135 the value.
9136
9137 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
9138
9139 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9140 file names.
9141
9142 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9143
9144 * calculator.el (calculator-expt, calculator-integer-p):
9145 New functions.
9146 (calculator-fact): Check to see if the factorial will be too
9147 large before computing it.
9148 (calculator-initial-operators): Use `calculator-expt' to
9149 compute "^".
9150 (calculator-mode): Mention that results which are too large
9151 will return inf.
9152 * calc/calc-comb.el (math-small-factorial-table): Replace list
9153 by vector.
9154
9155 2007-07-03 David Kastrup <dak@gnu.org>
9156
9157 * shell.el: On request of the authors, remove their addresses for
9158 the sake of bug reports, and add the developer list address as
9159 maintainer information.
9160
9161 2007-07-03 Richard Stallman <rms@gnu.org>
9162
9163 * files.el (make-directory): Doc fix.
9164 (find-file-confirm-inexistent-file): Make it a defcustom.
9165 Make nil the default.
9166
9167 2007-07-02 Richard Stallman <rms@gnu.org>
9168
9169 * startup.el (command-line): Set buffer-offer-save in *scratch*
9170 and enable auto-save in it.
9171
9172 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
9173
9174 * textmodes/org.el (orgstruct-mode-map): New variable.
9175 (orgstruct-mode): New minor mode.
9176 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9177 (orgstruct-make-binding, org-context-p, org-get-local-variables)
9178 (org-run-like-in-org-mode): New functions.
9179 (org-cycle-list-bullet): New command.
9180 (org-special-properties, org-property-start-re)
9181 (org-property-end-re): New constants.
9182 (org-with-point-at): New macro.
9183 (org-get-property-block, org-entry-properties, org-entry-get)
9184 (org-entry-delete, org-entry-get-with-inheritance)
9185 (org-entry-put, org-buffer-property-keys): New functions.
9186 (org-insert-property-drawer): New command.
9187 (org-entry-property-inherited-from): New variable.
9188 (org-column): New face.
9189 (org-column-overlays, org-current-columns-fmt)
9190 (org-current-columns-maxwidths, org-column-map): New variables.
9191 (org-column-menu): New menu.
9192 (org-new-column-overlay, org-overlay-columns)
9193 (org-overlay-columns-title, org-remove-column-overlays)
9194 (org-column-show-value, org-column-quit, org-column-edit):
9195 New functions.
9196 (org-columns, org-agenda-columns): New commands.
9197 (org-get-columns-autowidth-alist): New functions.
9198 (org-properties): New customize group.
9199 (org-default-columns-format): New option.
9200 (org-priority): Realign tags after changing priority.
9201 (org-preserve-lc): New macro.
9202 (org-update-checkbox-count): Catch case when there is no headline.
9203 (org-agenda-quit): Remove any column overlays.
9204 (org-beginning-of-item-list): Fixed bug when non-item line is
9205 indented too deep.
9206 (org-cached-props): New variable.
9207 (org-cached-entry-get): New function.
9208 (org-make-tags-matcher): Handle property matches.
9209 (org-table-recalculate): Swap evaluation order: Field formula
9210 first, then column formulas, but don't allow them to overwrite the
9211 field formulas.
9212 (org-table-eval-formula): New argument untouchable.
9213 (org-table-put-field-property): New function.
9214
9215 2007-07-02 Martin Rudalics <rudalics@gmx.at>
9216
9217 * help-mode.el (help-make-xrefs): Skip spaces too when
9218 skipping tabs.
9219
9220 * ffap.el (dired-at-point-prompter): Improve prompt in
9221 list-directory case.
9222
9223 2007-07-01 Richard Stallman <rms@gnu.org>
9224
9225 * files.el (find-file-visit-truename): Fix safe-local-variable value.
9226
9227 2007-07-01 Richard Stallman <rms@gnu.org>
9228
9229 * cus-start.el (max-mini-window-height): Added.
9230
9231 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9232
9233 * complete.el (partial-completion-mode): Remove advice of
9234 read-file-name-internal.
9235 (PC-do-completion): Rebind minibuffer-completion-table.
9236 (PC-read-file-name-internal): New function doing what
9237 read-file-name-internal advice did.
9238
9239 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
9240
9241 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9242 property on a few symbols.
9243 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9244 (byte-optimize-lapcode): Remove bindings that are not referenced
9245 and certainly will not effect through dynamic scoping.
9246
9247 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * files.el (find-file-confirm-inexistent-file): New var.
9250 (find-file, find-file-other-window, find-file-other-frame)
9251 (find-file-read-only, find-file-read-only-other-window)
9252 (find-file-read-only-other-frame): Use it.
9253
9254 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9255
9256 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9257
9258 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
9259
9260 * generic-x.el (generic-define-mswindows-modes)
9261 (generic-define-unix-modes, apache-log-generic-mode)
9262 (bat-generic-mode-keymap, java-manifest-generic-mode)
9263 (show-tabs-generic-mode): Fix typos in docstrings.
9264
9265 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
9266
9267 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9268 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9269 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9270 (rcirc-print): Never ignore messages from ourself.
9271
9272 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9275 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
9276
9277 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9278
9279 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9280 replace-regexp-in-string.
9281
9282 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * emacs-lisp/cl.el: Set edebug and indentation before loading
9285 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9286
9287 2007-06-28 Andreas Schwab <schwab@suse.de>
9288
9289 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9290 $(lisp)/subdirs.el.
9291
9292 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
9293
9294 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9295 the speedbar frame if nil; that deletes the current frame or
9296 causes an error if it is the only frame.
9297 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9298
9299 2007-06-28 Kevin Ryde <user42@zip.com.au>
9300
9301 * textmodes/nroff-mode.el: Groff \# comments.
9302 (nroff-mode-syntax-table): \# comment intro,
9303 plain # as punct per global table.
9304 (nroff-font-lock-keywords): Add # as a single char escape.
9305 (nroff-mode): In comment-start-skip, match \#.
9306
9307 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9310 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9311 point-min == 1.
9312
9313 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
9314
9315 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9316 Rename and move to...
9317
9318 * subr.el (strings->string, string->strings): ...here.
9319
9320 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9321 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9322
9323 * progmodes/gud.el (gud-common-init): Call string->strings instead
9324 of split-string.
9325
9326 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
9327
9328 * dired-aux.el: Remove `dired-call-process'.
9329 (dired-check-process): Call `process-file'.
9330
9331 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9332
9333 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9334 `ange-ftp-process-file'.
9335
9336 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9337
9338 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9339
9340 * emacs-lisp/cl-extra.el:
9341 * emacs-lisp/cl-seq.el:
9342 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9343 Add autoload cookies on all defs autoloaded manually in cl.el.
9344
9345 * emacs-lisp/cl-loaddefs.el: New file.
9346
9347 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9348 (texinfo-lowersections-alist): Merge definition and declaration.
9349 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9350 (texinfo-format-syntax-table): Merge init into declaration.
9351 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9352 (texinfo-format-parse-defun-args, texinfo-format-node)
9353 (texinfo-push-stack, texinfo-multitable-widths)
9354 (texinfo-define-info-enclosure, texinfo-alias)
9355 (texinfo-format-defindex, batch-texinfo-format): Use push.
9356 (texinfo-footnote-number): Remove duplicate declaration.
9357
9358 * ps-print.el: Update with auto-generated autoloads.
9359
9360 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9361
9362 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9363
9364 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9365 relative to current dir for file-local settings.
9366 (autoload-generate-file-autoloads): Add `outfile' arg.
9367 (update-directory-autoloads): Use it to directly call
9368 autoload-generate-file-autoloads instead of going through
9369 update-file-autoloads so we avoid redundant searches and so we can know
9370 the set of buffers changed so we can save them all.
9371
9372 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9373 rather than throwing `up-to-date'.
9374 (autoload-generate-file-autoloads): Adjust correspondingly.
9375 (update-file-autoloads): Be careful to let-bind
9376 autoload-modified-buffers and adjust to new calling conventions.
9377 (autoload-modified-buffers): Make it a dynamically scoped var.
9378 (update-directory-autoloads): Use file-relative-name instead of
9379 autoload-trim-file-name.
9380 (autoload-insert-section-header): Don't use autoload-trim-file-name
9381 since the file is already relative now.
9382 (autoload-trim-file-name): Remove.
9383
9384 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9385 (vc-arch-complete, vc-arch--version-completion-table)
9386 (vc-arch-revision-completion-table): New functions to provide
9387 completion of revision names.
9388 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9389 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9390 to let the user trim the revlib.
9391
9392 * vc.el: Add new VC operation `revision-completion-table'.
9393 (vc-default-revision-completion-table): New function.
9394 (vc-version-diff, vc-version-other-window): Use it to provide
9395 completion of revision names if the backend provides it.
9396
9397 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9398
9399 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9400 of newer .svn/entries.
9401
9402 2007-06-25 David Kastrup <dak@gnu.org>
9403
9404 * calc/calc-poly.el (math-padded-polynomial)
9405 (math-partial-fractions): Add some function comments.
9406
9407 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9410 Make `outbuf' optional.
9411 (update-file-autoloads): Use it.
9412
9413 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9414
9415 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9416 (autoload-find-destination): Keep it uptodate.
9417 (autoload-save-buffers): New fun.
9418 (update-file-autoloads): Use it. Re-add the "up to date" message.
9419
9420 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9421 (autoload-find-destination): New function extracted from
9422 update-file-autoloads.
9423 (update-file-autoloads): Use it.
9424 (autoload-generate-file-autoloads): New function extracted from
9425 generate-file-autoloads. Use file-relative-name. Delay computation of
9426 output-start to the first cookie. Remove done-any, replaced by
9427 output-start.
9428 (generate-file-autoloads): Use it.
9429
9430 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9431
9432 * calc/calc-comb.el (math-init-random-base, math-prime-test):
9433 Use math-read-number-simple to insert constants.
9434 (math-prime-test): Redo calculation of sum.
9435
9436 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9437
9438 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9439 math-scale-bignum-3.
9440 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9441 math-bignum-digit-size.
9442 (math-isqrt-small): Add another possible initial guess.
9443
9444 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9445
9446 * textmodes/bibtex.el (bibtex-entry-format): New options
9447 `whitespace', `braces', and `string'.
9448 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9449 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9450 (bibtex-cite-matcher-alist): New variables.
9451 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9452 (bibtex-flash-head): Use blink-matching-delay.
9453 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9454 (bibtex-format-entry, bibtex-reformat): Handle new options of
9455 bibtex-entry-format.
9456 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9457 New functions.
9458 (bibtex-complete-internal): Do not display messages while
9459 minibuffer is used. Do not leave around a completions buffer
9460 that is out of date.
9461 (bibtex-copy-summary-as-kill): New optional arg.
9462 (bibtex-font-lock-url): New optional arg no-button.
9463 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9464 (bibtex-url): Allow multiple URLs per entry.
9465
9466 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9469 (update-file-autoloads, update-directory-autoloads): Use it.
9470 (autoload-file-load-name): New function.
9471 (generate-file-autoloads, update-file-autoloads): Use it.
9472 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9473 (generate-file-autoloads): If the autoloaded form is malformed,
9474 indicate the problem with a warning instead of aborting.
9475
9476 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9477
9478 * simple.el (next-error-recenter): Accept `(4)' as well;
9479 also, specify `integer' instead of `number'.
9480
9481 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9482
9483 * ls-lisp.el (insert-directory): If an invalid regexp error is
9484 thrown, try using FILE as a literal file name, not a wildcard.
9485
9486 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
9487
9488 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9489 `header-line-format' when reentering ruler mode.
9490
9491 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9492
9493 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9494 FILE exists as a file.
9495
9496 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9497
9498 * calc/calc.el (math-bignum-digit-length)
9499 (math-bignum-digit-size, math-small-integer-size):
9500 New constants.
9501 (math-normalize, math-bignum-big, math-make-float)
9502 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9503 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9504 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9505 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9506 (math-quotient, math-div-bignum, math-div-bignum-digit)
9507 (math-div-bignum-part, math-format-bignum-decimal)
9508 (math-read-bignum): Use math-bignum-digit-length,
9509 math-bignum-digit-size and math-small-integer-size.
9510
9511 * calc/calc-ext.el (math-fixnum-big): Use the variable
9512 math-bignum-digit-size.
9513
9514 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9515
9516 * log-view.el (log-view-mode-menu): New menu.
9517
9518 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9521 differently.
9522
9523 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9524 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9525
9526 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9527
9528 * vc-hg.el (vc-hg-print-log): Insert the file name.
9529 (vc-hg-log-view-mode): Fontify the file name.
9530
9531 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9532
9533 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9534 (calcFunc-julian): Fix incorrect number used in calculations.
9535
9536 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9537
9538 * simple.el (next-error-recenter): New defcustom.
9539 (next-error, next-error-internal): Recenter if specified,
9540 immediately prior to running `next-error-hook'.
9541
9542 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9543 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9544
9545 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9546
9547 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9548
9549 * calc/calc-comb.el (math-small-factorial-table): New variable.
9550 (calcFunc-fact): Use `math-small-factorial-table'.
9551
9552 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9553 initial values.
9554 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9555 New variables to use in caches.
9556
9557 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9558 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9559
9560 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9561 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9562 bignums.
9563
9564 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9565 New variables to use in caches.
9566
9567 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9568
9569 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9570
9571 * vc-hg.el (vc-hg-log-view-mode): New mode.
9572
9573 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
9574
9575 * calc/calc.el (math-read-number-simple): New function.
9576
9577 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9579 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9580 (vera-font-lock-match-item): Fix doc string.
9581 (vera-in-comment-p): Remove unused function.
9582 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9583 use `syntax-ppss'.
9584 (vera-forward-syntactic-ws): Fix argument order.
9585 (vera-prepare-search): Use `with-syntax-table'.
9586 (vera-indent-line): Fix doc string.
9587 (vera-electric-tab): Fix doc string.
9588 (vera-expand-abbrev): Define alias instead of using `fset'.
9589 (vera-comment-uncomment-region): Use `comment-start-skip'.
9590
9591 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
9592
9593 * textmodes/org.el (org-export-with-footnotes): New option.
9594 (org-export-as-html): Fix replacement bug for XEmacs.
9595 (org-agenda-default-appointment-duration): New option.
9596
9597 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9598
9599 * vc-hg.el: Add to do items.
9600 (vc-hg-diff): Add support for comparing different revisions.
9601 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9602 (vc-hg-annotate-extract-revision-at-line)
9603 (vc-hg-previous-version, vc-hg-checkin): New functions.
9604 (vc-hg-annotate-re): New constant.
9605
9606 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
9607
9608 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
9609
9610 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9613 buffer-local value of log-view-*-re if applicable.
9614
9615 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9616 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9617 (vc-bzr-command*): Remove both (incompatible) versions.
9618 (vc-bzr-do-command*): Remove.
9619 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9620 Remove by folding into its only caller vc-bzr-command.
9621 (vc-bzr-command): Always set the environment, even when ineffective.
9622 (vc-bzr-version): Minor fix up.
9623 (vc-bzr-admin-dirname): New var.
9624 (vc-bzr-bzr-dir): Remove.
9625 (vc-bzr-root-dir): New fun.
9626 (vc-bzr-registered): Use it. Add an autoloaded version.
9627 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9628 (vc-bzr-view-log-function): Remove.
9629 (vc-bzr-log-view-mode): New major mode to replace it.
9630 (vc-bzr-print-log): Only activate the old hack if needed.
9631
9632 * vc.el (vc-default-log-view-mode): New function.
9633 (vc-print-log): Add new `log-view-mode' VC operation.
9634
9635 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
9636
9637 * ido.el (ido-find-file-in-dir): Don't signal an error for
9638 empty directories.
9639
9640 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9641
9642 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9643 directory where the desktop file was found, as the docstring says.
9644 (desktop-kill): Use `read-directory-name'.
9645
9646 2007-06-20 Alan Mackenzie <acm@muc.de>
9647
9648 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9649 When removing lines, also remove the \n. Correction of patch of
9650 2007-04-21.
9651
9652 2007-06-20 Martin Rudalics <rudalics@gmx.at>
9653
9654 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9655 event is not a cons cell. Do not unread drag-mouse-1 events.
9656 Select right window in check whether space was stolen from
9657 window above.
9658
9659 * help-mode.el (help-make-xrefs): Adjust position of new forward
9660 button.
9661
9662 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9663
9664 * vc-bzr.el (vc-bzr-with-process-environment)
9665 (vc-bzr-std-process-invocation): New macros.
9666 (vc-bzr-command, vc-bzr-command*): Use them.
9667 (vc-bzr-with-c-locale): Remove.
9668 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9669 (vc-bzr-buffer-nonblank-p): New function.
9670 (vc-bzr-state-words): New const.
9671 (vc-bzr-state): Look for `bzr status' keywords in output.
9672 Display everything else as a warning message to the user.
9673 Fix status report with bzr >= 0.15.
9674
9675 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9676
9677 * vc-hg.el (vc-hg-global-switches): Simplify.
9678 (vc-hg-state): Handle more states.
9679 (vc-hg-diff): Fix doc-string.
9680 (vc-hg-register): New function.
9681 (vc-hg-checkout): Likewise.
9682
9683 2007-06-20 Reto Zimmermann <reto@gnu.org>
9684
9685 * progmodes/vera-mode.el: New file.
9686
9687 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9688
9689 * calc/calc.el (calc-multiplication-has-precendence):
9690 New variable.
9691 (math-standard-ops, math-standard-ops-p, math-expr-ops):
9692 New functions.
9693 (math-expr-opers): Define using math-standard-ops rather than
9694 math-standard-opers.
9695 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9696 equal the function math-standard-ops rather than the variable
9697 math-standard-opers.
9698 (calc-algebraic-entry): Let math-expr-opers equal
9699 math-standard-ops or math-expr-ops, as appropriate.
9700 (math-expr-read-level, math-read-factor): Let math-expr-opers
9701 equal math-expr-ops.
9702 * calc/calc-embed.el (calc-embedded-finish-edit):
9703 Let math-expr-opers equal the function math-standard-ops
9704 rather than the variable math-standard-opers.
9705 * calc/calc-ext.el (math-read-plain-expr)
9706 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9707 function math-standard-ops rather than the variable
9708 math-standard-opers.
9709 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9710 Let math-expr-opers equal the function math-standard-ops rather
9711 than the variable math-standard-opers.
9712 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9713 equal the function math-standard-ops rather than the variable
9714 math-standard-opers.
9715 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9716 equal the function math-standard-ops rather than the variable
9717 math-standard-opers.
9718 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9719 math-expr-ops.
9720
9721 2007-06-19 Ivan Kanis <apple@kanis.eu>
9722
9723 * vc-hg.el: New file.
9724
9725 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9726
9727 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9728 with font-lock-multiline.
9729
9730 2007-06-17 Glenn Morris <rgm@gnu.org>
9731
9732 * lpr.el (lpr-page-header-switches): Move %s to separate element
9733 for correct quoting. Doc fix.
9734
9735 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9738 than setting sgml-xml-mode.
9739 (sgml-mode, html-mode): Set sgml-xml-mode.
9740 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9741 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9742 (sgml-electric-tag-pair-before-change-function)
9743 (sgml-electric-tag-pair-flush-overlays): New functions.
9744 (sgml-electric-tag-pair-mode): New minor mode.
9745 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9746 (sgml-calculate-indent): Use assoc-string.
9747
9748 2007-06-16 Karl Fogel <kfogel@red-bean.com>
9749
9750 * thingatpt.el (thing-at-point-email-regexp): Don't require two
9751 chars before the "@" in an email address. Andreas Roehler noticed
9752 this problem.
9753
9754 2007-06-15 Karl Fogel <kfogel@red-bean.com>
9755
9756 * thingatpt.el: Add support for email addresses (`email').
9757 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9758 (thing-at-point-email-regexp): New variable.
9759 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9760 properties on this symbol, with lambda forms for values.
9761
9762 2007-06-15 Masatake YAMATO <jet@gyve.org>
9763
9764 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9765
9766 * vc.el (vc-dired-hook): Check the backend returned from
9767 `vc-responsible-backend' can really handle `subdir'.
9768
9769 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
9770
9771 * wid-edit.el (widget-add-documentation-string-button):
9772 Fix handling of documentation indent.
9773
9774 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
9775
9776 * mb-depth.el: New file.
9777
9778 2007-06-15 Masatake YAMATO <jet@gyve.org>
9779
9780 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9781
9782 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
9783
9784 * wid-edit.el (widget-default-create): Move ?h handling here...
9785 (widget-default-format-handler): ...from here.
9786 (widget-docstring, widget-add-documentation-string-button): New funs.
9787 (documentation-string): Add :visibility-widget property.
9788 (widget-documentation-string-value-create): Use it.
9789
9790 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9791 (custom-buffer-create-internal): Simplify message.
9792 (custom-variable-tag): Reduce height to normal.
9793 (custom-variable-value-create, custom-face-value-create)
9794 (custom-visibility): New widget.
9795 (custom-visibility): New face.
9796 (custom-group-value-create):
9797 Call widget-add-documentation-string-button, using `custom-visibility'.
9798
9799 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9802 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9803 change. Apparently the "warning even if the group is implicit" is
9804 a feature rather than a bug.
9805
9806 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
9807
9808 * emulation/viper.el (viper-describe-key-ad)
9809 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9810 Compile them conditionally.
9811 (viper-version): Belated version change.
9812
9813 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
9814
9815 * follow.el (follow-all-followers, follow-generic-filter):
9816 * pcomplete.el (pcomplete-restore-windows):
9817 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9818 (x-dnd-drop-data):
9819 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9820 * progmodes/python.el (python-complete-symbol):
9821 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9822
9823 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
9824
9825 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9826 around bright and dim regexps. Make sure bright and dim matches
9827 use word anchors. Send text through rcirc-markup functions.
9828 (rcirc-url-regexp): Add single quote character.
9829 (rcirc-connect): Write logs to disk on auto-save-hook.
9830 Make server a non-optional argument.
9831 (rcirc-log-alist): New variable.
9832 (rcirc-log-directory): Make customizable.
9833 (rcirc-log-flag): New customizable variable.
9834 (rcirc-log): New function.
9835 (rcirc-print): Use above function.
9836 (rcirc-log-write): New function.
9837 (rcirc-generate-new-buffer-name): Strip text properties.
9838 (rcirc-switch-to-buffer-function): Remove variable.
9839 (rcirc-last-non-irc-buffer): Remove variable.
9840 (rcirc-non-irc-buffer): Add function.
9841 (rcirc-next-active-buffer): Use above function.
9842 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9843 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9844 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9845 (rcirc-omit-mode): Add minor-mode.
9846 (rcirc-mode-map): Change C-c C-o binding.
9847 (rcirc-mode): Clear mode-line-process. Use a custom
9848 fill-paragraph-function. Set up buffer-invisibility-spec.
9849 (rcirc-response-formats): Remove timestamp code.
9850 (rcirc-omit-responses): Add variable.
9851 (rcirc-print): Don't put the overlay arrow on potentially omitted
9852 lines. Log line to disk. Record activity for private messages
9853 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9854 (rcirc-jump-to-first-unread-line): Print message if there is no
9855 unread text.
9856 (rcirc-clear-unread): New function.
9857 (rcirc-markup-text-functions): Add variable.
9858 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9859 (rcirc-debug): Don't mess with window configuration.
9860 (rcirc-send-message): Send message before printing locally.
9861 Add SILENT argument, do not print message if non-nil.
9862 (rcirc-visible-buffers): New function and variable.
9863 (rcirc-window-configuration-change-1): Add function.
9864 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9865 server buffer.
9866 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9867 (rcirc-fill-paragraph): Add function.
9868 (rcirc-record-activity, rcirc-window-configuration-change-1):
9869 Only update the activity string if it has actually changed.
9870 (rcirc-update-activity-string): Remove padding characters from the
9871 mode-line string.
9872 (rcirc-disconnect-buffer): New function to be called when a
9873 channel is parted or the user quits.
9874 (rcirc-server-name): Warn when the server-name hasn't been set.
9875 (rcirc-window-configuration-change): Postpone work until
9876 post-command-hook.
9877 (rcirc-window-configuration-change-1): Update mode-line and
9878 overlay arrows here.
9879 (rcirc-authenticate): Fixc hanserv identification.
9880 (rcirc-default-server): Remove variable.
9881 (rcirc): Connect according to rcirc-connections.
9882 (rcirc-connections): Add variable.
9883 (rcirc-startup-channels-alist): Remove variable.
9884 (rcirc-startup-channels): Remove function.
9885
9886 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9887
9888 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9889
9890 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9891
9892 * term/xterm.el (terminal-init-xterm): Escape parens in character
9893 constants.
9894
9895 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9896
9897 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9898 Use [:alpha:] and [:alnum:] where applicable.
9899 (sh-quoted-subshell): Rewrite to correctly
9900 handle nested mixes of `...' and $(...).
9901 (sh-apply-quoted-subshell): Remove.
9902 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9903
9904 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
9905
9906 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
9907
9908 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9909 previous change.
9910
9911 2007-06-12 Tom Tromey <tromey@redhat.com>
9912
9913 * subr.el (user-emacs-directory): New defconst.
9914 * cmuscheme.el (scheme-start-file):
9915 * shell.el (shell):
9916 * completion.el (save-completions-file-name):
9917 * custom.el (custom-theme-directory):
9918 * term/x-win.el (emacs-session-filename):
9919 * filesets.el (filesets-menu-cache-file):
9920 * thumbs.el (thumbs-thumbsdir):
9921 * server.el (server-auth-dir):
9922 * image-dired.el (image-dired-dir):
9923 (image-dired-db-file):
9924 (image-dired-temp-image-file):
9925 (image-dired-gallery-dir):
9926 (image-dired-temp-rotate-image-file):
9927 * play/gamegrid.el (gamegrid-user-score-file-directory):
9928 * savehist.el (savehist-file):
9929 * tutorial.el (tutorial--saved-dir):
9930 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
9931
9932 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
9933
9934 * scroll-lock.el (scroll-lock-mode): Doc fix.
9935
9936 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9937
9938 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9939
9940 * ediff-init.el: Doc strings.
9941
9942 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9945 (byte-compile-file): Bind it.
9946 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9947 group argument is provided implicitly.
9948 (byte-compile-format-warn, byte-compile-from-buffer)
9949 (byte-compile-insert-header): Don't hardcode point-min==1.
9950 (byte-compile-file-form-require): Remove unused var old-load-list.
9951 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9952
9953 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9954
9955 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
9956 Display error messages.
9957 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9958 Get rid of cl.el dependencies.
9959
9960 * emulation/viper-init.el (viper-suppress-input-method-change-message):
9961 New variable.
9962 (viper-activate-input-method-action)
9963 (viper-inactivate-input-method-action):
9964 Use viper-suppress-input-method-change-message.
9965
9966 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9967 for C-s, C-r.
9968
9969 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9970 Use viper-replace-overlay-cursor-color instead of
9971 viper-replace-overlay-cursor-color.
9972 (viper-sit-for-short): Use sit-for with 3 arguments.
9973
9974 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9975 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9976 to gud-mode.
9977
9978 * ediff-mult.el (ediff-meta-buffer-brief-message)
9979 (ediff-meta-buffer-verbose-message): New variables.
9980 (ediff-meta-buffer-message): Variable deleted.
9981 (ediff-verbose-help-enabled): New variable.
9982 (ediff-toggle-verbose-help-meta-buffer): New function.
9983 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
9984 message options.
9985
9986 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
9987 (ediff-fixup-patch-map): Improve heuristic.
9988
9989 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
9992 (log-view-font-lock-keywords): Simplify.
9993 (log-view-current-file, log-view-current-tag): Simplify.
9994
9995 2007-06-12 Sam Steingold <sds@gnu.org>
9996
9997 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
9998
9999 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
10000
10001 * desktop.el (desktop-load-locked-desktop): New option.
10002 (desktop-read): Use it.
10003 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
10004 Use `when'.
10005
10006 2007-06-12 Davis Herring <herring@lanl.gov>
10007
10008 * desktop.el (desktop-save-mode-off): New function.
10009 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
10010 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
10011 (desktop-claim-lock, desktop-release-lock): New functions.
10012 (desktop-kill): Tell `desktop-save' that this is the last save.
10013 Release the lock afterwards.
10014 (desktop-buffer-info): New function.
10015 (desktop-save): Use it. Run `desktop-save-hook' where the doc
10016 says to. Detect conflicts, and manage the lock.
10017 (desktop-read): Detect conflicts. Manage the lock.
10018
10019 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
10022
10023 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
10024 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
10025 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
10026 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
10027 keysyms rather than byte sequences.
10028 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
10029
10030 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10031
10032 * font-lock.el (font-lock-add-keywords): In case font-lock was only
10033 half-activated, forcefully activate it completely.
10034
10035 2007-06-11 Richard Stallman <rms@gnu.org>
10036
10037 * cus-edit.el (custom-variable-type): Doc fix.
10038
10039 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
10042 (sh-font-lock-flush-syntax-ppss-cache): New functions.
10043 (sh-font-lock-syntactic-keywords): Use them to distinguish the
10044 different possible cases for \'.
10045
10046 * complete.el (PC-bindings): Don't bind things already bound in the
10047 parent keymap.
10048
10049 * textmodes/bibtex-style.el: New file.
10050
10051 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
10052
10053 * vc-bzr.el: New file.
10054
10055 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
10056
10057 * vc-svn.el (vc-svn-program): New var.
10058 (vc-svn-command): Use it.
10059
10060 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
10061
10062 * server.el (server-switch-buffer): Remove redundant check.
10063
10064 2007-06-10 Martin Rudalics <rudalics@gmx.at>
10065
10066 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10067 Match against file-name-nondirectory.
10068 Fix text on user customization variables.
10069 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10070
10071 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10072
10073 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10074
10075 2007-06-09 Davis Herring <herring@lanl.gov>
10076
10077 * desktop.el (desktop-minor-mode-table): Doc fix.
10078
10079 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * textmodes/css-mode.el (css-navigation-syntax-table):
10082 Use set-char-table-range so it also works in the unicode branch.
10083
10084 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
10085
10086 * help-mode.el (help-xref-forward-stack)
10087 (help-xref-stack-forward-item, help-forward-label): New variables.
10088 (help-forward): New button type.
10089 (help-setup-xref): Initialise help-xref-forward-stack.
10090 (help-make-xrefs): Add forward button, if appropriate.
10091 (help-xref-go-back): Push item on forward stack.
10092 (help-xref-go-forward, help-go-forward): New functions.
10093
10094 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
10095
10096 * dired.el (dired-mode-map): Remove spurious separator.
10097
10098 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10099
10100 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10101
10102 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10103 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10104
10105 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
10106
10107 * textmodes/org.el: Version number fixed.
10108
10109 2007-06-07 Glenn Morris <rgm@gnu.org>
10110
10111 * version.el (emacs-copyright): New constant.
10112 * startup.el (fancy-splash-tail): Use emacs-copyright.
10113 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10114
10115 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10116 `make-local'.
10117 (byte-compile-warnings-safe-p): Add `make-local'.
10118 (byte-compile-make-variable-buffer-local):
10119 Allow byte-compile-warnings to suppress this warning.
10120
10121 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10122 format of "menu" description.
10123 (tutorial--find-changed-keys): Describe the specific menu a
10124 command is in.
10125
10126 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10127 Rewrite compatibility functions to silence byte-compiler.
10128
10129 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10130
10131 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10132 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10133
10134 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
10135
10136 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10137
10138 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10139
10140 * progmodes/ebrowse.el (ebrowse-member-table):
10141 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10142 (org-batch-agenda-csv): Fix typos in docstrings.
10143
10144 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10145
10146 * international/mule-cmds.el (toggle-enable-multibyte-characters)
10147 (sort-coding-systems, search-unencodable-char): Doc fixes.
10148 (coding-system-change-eol-conversion, set-default-coding-systems)
10149 (prefer-coding-system, find-multibyte-characters, princ-list)
10150 (leim-list-entry-regexp, set-input-method, locale-language-names)
10151 (input-method-exit-on-first-char, exit-language-environment-hook)
10152 (locale-charset-language-names): Fix typos in docstrings.
10153
10154 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10155
10156 * pgg.el (pgg-sign-region, pgg-sign):
10157 * ses.el (ses-call-printer):
10158 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10159 * textmodes/org.el (org-cycle): Fix typos in docstrings.
10160
10161 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
10162
10163 * textmodes/org.el (org-export-region-as-html)
10164 (org-replace-region-by-html, org-number-to-letters)
10165 (org-table-fedit-finish, org-normalize-color)
10166 (org-table-fedit-ref-right, org-date-to-gregorian)
10167 (org-table-fedit-move, org-table-convert-refs-to-rc)
10168 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10169 (org-write-agenda, org-colgroup-info-to-vline-list)
10170 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10171 (org-indent-line-function, org-export-as-html-to-buffer)
10172 (org-store-agenda-views, org-update-mode-line)
10173 (org-find-if, org-delete-all)
10174 (org-table-fedit-convert-buffer, org-emphasize)
10175 (org-uniquify, org-table-fedit-lisp-indent)
10176 (org-table-fedit-scroll, org-get-todo-sequence-head)
10177 (org-table-fedit-scroll-down, org-table-fedit-line-down)
10178 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10179 (org-table-fedit-toggle-coordinates, org-dvipng-color)
10180 (org-table-fedit-line-up, org-table-fedit-ref-down)
10181 (org-table-formula-from-user, org-mode-flyspell-verify)
10182 (org-cycle-show-empty-lines, org-ctrl-c-ret)
10183 (org-table-formula-to-user, org-diary-to-ical-string)
10184 (orgtbl-export, org-table-fedit-post-command)
10185 (org-closed-in-range, org-shiftcontrolright)
10186 (org-table-convert-refs-to-an, org-table-hline-and-move)
10187 (org-table-formula-less-p, org-format-table-ascii)
10188 (org-agenda-get-sexps, org-shift-refpart)
10189 (org-diary-sexp-entry, org-time-string-to-absolute)
10190 (org-table-show-reference, org-letters-to-number)
10191 (org-fix-agenda-info, org-table-fedit-ref-up)
10192 (org-table-fedit-shift-reference, org-table-fedit-abort)
10193 (org-closest-date, org-shiftcontrolleft)
10194 (org-at-heading-or-item-p, org-rematch-and-replace)
10195 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10196 New functions.
10197 (org-table-edit-scroll-down, org-finish-edit-formulas)
10198 (org-table-edit-next-field, org-abort-edit-formulas)
10199 (org-font-lock-level, org-export-find-first-heading-line)
10200 (org-table-edit-line-down, org-table-edit-backward-field)
10201 (org-edit-formula-lisp-indent, org-table-edit-move)
10202 (org-check-log-option, org-this-word)
10203 (org-table-edit-line-up, org-table-edit-formulas-post-command)
10204 (org-agenda-file-to-end, org-expand-file-name)
10205 (org-fake-empty-table-line, org-table-edit-scroll)
10206 (org-toggle-log-option, org-show-reference): Function removed.
10207 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10208 New defsubsts.
10209 (org-unmodified, org-batch-store-agenda-views)
10210 (org-batch-agenda-csv): New macro.
10211 (org-agenda-export): New customization group.
10212 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10213 (org-highest-priority, org-agenda-exporter-settings)
10214 (org-log-done-with-time, org-replace-disputed-keys)
10215 (org-format-latex-header, org-export-table-header-tags)
10216 (org-cycle-separator-lines, org-export-table-data-tags)
10217 (org-icalendar-include-sexps)
10218 (org-empty-line-terminates-plain-lists)
10219 (org-log-repeat, org-special-ctrl-a)
10220 (org-table-use-standard-references, org-disputed-keys)
10221 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10222 (org-agenda-export-html-style): New option.
10223 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10224 (org-CUA-compatible): Option removed.
10225 (org-agenda-structure, org-sexp-date): New face.
10226 (org-todo-keywords-for-agenda, org-not-done-keywords)
10227 (org-planning-or-clock-line-re, org-agenda-name)
10228 (org-table-colgroup-info, org-todo-sets)
10229 (constants-unit-system, org-clock-mode-line-entry)
10230 (org-mode-line-timer, org-table-current-begin-pos)
10231 (org-todo-keywords-1, org-mode-line-string)
10232 (org-table-clean-did-remove-column, org-table-fedit-map)
10233 (org-clock-heading, org-table-buffer-is-an)
10234 (org-agenda-info, org-done-keywords)
10235 (org-done-keywords-for-agenda, org-todo-heads)
10236 (org-todo-kwd-alist, org-clock-start-time): New variable.
10237 (org-todo-kwd-priority-p, org-edit-formulas-map)
10238 (org-repeat-re, org-todo-kwd-max-priority)
10239 (org-version, org-done-string)
10240 (org-table-clean-did-remove-column-1, org-disputed-keys):
10241 Remove variables.
10242 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10243 (org-ts-lengths): Constant removed.
10244 (org-follow-gnus-link): Don't ask how many articles to read.
10245 (org-export-find-first-export-line): Rename from
10246 `org-export-find-first-heading'.
10247 Use `org-export-skip-text-before-1st-heading'.
10248 (org-table-fedit-post-command): Rename from
10249 `org-table-edit-formulas-post-command'.
10250 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10251 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10252 (org-table-fedit-lisp-indent): Rename from
10253 `org-edit-formula-lisp-indent'.
10254 (org-table-show-reference): Rename from `org-show-reference'.
10255 (org-table-store-formulas): Use `org-table-formula-less-p'.
10256 (org-table-edit-formulas): Position cursor to current field equation.
10257 (org-update-checkbox-count, org-hide-archived-subtrees)
10258 (org-timestamp-up-day, org-timestamp-down-day)
10259 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10260 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10261 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10262 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10263 Let `org-on-heading-p' also check for invisible heading.
10264 (org-read-date): Match am/pm times.
10265 (org-eval-in-calendar): Fix default date in prompt.
10266
10267 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
10268
10269 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10270 "ChangeLog.a" entries, giving the latter lower priority.
10271
10272 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
10273
10274 * faces.el (face-id): If the argument is a face alias,
10275 return the ID of the target face.
10276
10277 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
10278
10279 * net/socks.el (top): Remove unnecessary copyright line.
10280
10281 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
10282
10283 * longlines.el (longlines-auto-wrap): Handle argument correctly.
10284
10285 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
10286
10287 * net/socks.el: New file, taken from w3 repository.
10288 (top): Update Copyright. Don't load cl.el.
10289 (all): Replace `case' by `cond', `string-to-int' by
10290 `string-to-number', and `process-kill-without-query' by
10291 `set-process-query-on-exit-flag'.
10292 (socks-char-int): Remove defalias and all occurrences.
10293
10294 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
10295
10296 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10297 Fix typos in docstrings.
10298 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10299 (compilation-finish-function): Fix typo in obsolescence declaration.
10300
10301 2007-06-03 Sam Steingold <sds@gnu.org>
10302
10303 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10304 handle unending automatic recompilation of changed files (`omake -P').
10305 (compilation-loop): VISITED is now 5th CDR.
10306 (compilation-next-error-function): Set TIMESTAMP.
10307
10308 2007-06-03 Sam Steingold <sds@gnu.org>
10309
10310 * files.el (kill-buffer-ask): New function.
10311 (kill-some-buffers): Use it.
10312 (kill-matching-buffers): New user command.
10313
10314 2007-06-01 David Kastrup <dak@gnu.org>
10315
10316 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10317 Change default to `top'.
10318
10319 2007-05-31 Richard Stallman <rms@gnu.org>
10320
10321 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10322
10323 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10324
10325 * textmodes/css-mode.el: New file.
10326
10327 2007-05-30 Michael Olson <mwolson@gnu.org>
10328
10329 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10330 died and we are trying to send a signal to it. The program using
10331 tq.el should periodically check to see whether the process has
10332 died and react appropriately -- this is not the responsibility of
10333 tq.el, and is consistent with the rest of the tq.el source code.
10334
10335 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10336
10337 * textmodes/table.el (table--point-entered-cell-function)
10338 (table--point-left-cell-function):
10339 Bind `inhibit-point-motion-hooks' to t.
10340
10341 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10342
10343 * emacs-lisp/rx.el (rx): Doc fix.
10344
10345 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
10346
10347 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10348
10349 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
10350
10351 Sync with Tramp 2.0.56.
10352
10353 * net/tramp.el:
10354 * net/tramp-ftp.el:
10355 * net/tramp-smb.el:
10356 * net/tramp-util.el:
10357 * net/tramp-vc.el:
10358 Don't load cl.el, because that pollutes the namespace. Replace cl
10359 macros by their implementations where necessary. Requested by
10360 Richard Stallman <rms@gnu.org>.
10361
10362 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10363 doesn't exist.
10364 (with-parsed-tramp-file-name): Protect debug spec during compilation.
10365 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10366 (tramp-file-name-p, tramp-file-name-multi-method)
10367 (tramp-file-name-method, tramp-file-name-user)
10368 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10369 replacing defstruct `tramp-file-name'.
10370 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10371 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10372 Apply `vector' instead of `make-tramp-file-name'.
10373 (tramp-handle-make-auto-save-file-name):
10374 Apply `tramp-temporary-file-directory' for compatibility reasons.
10375 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10376 because of XEmacs.
10377 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10378 started.
10379
10380 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
10381
10382 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10383
10384 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10385
10386 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10387 as the end of the ChangeLog paragraph when it ends without a line
10388 termination.
10389
10390 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
10391
10392 * net/webjump.el (webjump-sample-sites):
10393 Add simple Wikipedia query.
10394
10395 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10396
10397 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10398 compatibility code.
10399
10400 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10401 (copyright-update-year): Use it.
10402
10403 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10404
10405 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10406 Add indentation and debugging info. Fix up comment convention.
10407
10408 * cus-dep.el (custom-make-dependencies): Simplify.
10409
10410 * composite.el (compose-region, decompose-region):
10411 Use inhibit-read-only and restore-buffer-modified-p.
10412
10413 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10414 (xterm-mouse-event): Use it.
10415
10416 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
10417
10418 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10419 `switch-to-buffer' has returned succesfully.
10420 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10421 window is dedicated (it could iconify the frame).
10422
10423 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
10424
10425 * vc-hooks.el (vc-find-root): Fix file attribute test.
10426
10427 2007-05-24 Richard Stallman <rms@gnu.org>
10428
10429 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10430 Don't let opoint be nil.
10431 (flyspell-emacs-popup): Explicit error if no dialogs.
10432
10433 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
10434
10435 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10436 (image-next-line, image-previous-line, image-scroll-up)
10437 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10438 New functions.
10439 (image-mode-map): Remap motion commands.
10440 (image-mode-text-map): New keymap for viewing images as text.
10441 (image-mode): Use image-mode-map.
10442 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10443
10444 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * textmodes/fill.el (canonically-space-region): Make the second arg
10447 a marker if it's not already the case.
10448
10449 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10450
10451 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10452 (tar-get-descriptor): Handle type 55, an extended pax header.
10453
10454 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10457 to confuse outline-minor-mode.
10458
10459 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10460
10461 * tar-mode.el (tar-file-name-handler): New function.
10462 (tar-extract): Bind file-name-handler-alist to it to force
10463 find-buffer-file-type-coding-system behave as if the file being
10464 extracted existed. Use last-coding-system-used to force
10465 buffer-file-coding-system to what decode-coding-region actually
10466 used to decode the file.
10467
10468 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10469
10470 * progmodes/compile.el (compilation-handle-exit):
10471 `compilation-finish-function' may change the current buffer.
10472
10473 2007-05-22 Richard Stallman <rms@gnu.org>
10474
10475 * files.el (set-auto-mode): Doc fix.
10476
10477 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10478
10479 * help-fns.el (find-source-lisp-file): New function.
10480 (describe-function-1): Use find-source-lisp-file to find source
10481 file in compile tree.
10482
10483 2007-05-22 Eli Zaretskii <eliz@gnu.org>
10484
10485 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10486
10487 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
10488
10489 * emacs-lisp/easy-mmode.el (define-minor-mode)
10490 (easy-mmode-define-navigation): Fix typos in docstrings.
10491
10492 2007-05-22 Glenn Morris <rgm@gnu.org>
10493
10494 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10495
10496 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
10497
10498 * mail/mail-extr.el (mail-extract-address-components):
10499 Recognize non-ASCII characters except for NBSP as words.
10500
10501 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10502
10503 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10504 (rcirc-print): Handle `window-width'.
10505 (rcirc-buffer-maximum-lines): Doc fix.
10506
10507 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
10508
10509 * image-mode.el (image-toggle-display): Don't clear image cache.
10510 Only use filename in image spec if the file is readable.
10511 Call image-refresh.
10512
10513 * image.el (image-type-from-file-name, image-type): Simplify.
10514 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10515
10516 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10517 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10518
10519 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10520
10521 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10522 is an error.
10523
10524 * term/linux.el (terminal-init-linux): Don't signal an error
10525 if gpm isn't running.
10526
10527 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10528
10529 * t-mouse.el: Reduce to a minor-mode macro call.
10530 (t-mouse-mode): Remove the lighter.
10531
10532 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10533
10534 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10535
10536 * files.el (auto-mode-alist): Change the regexp so that
10537 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10538
10539 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
10540
10541 * Version 22.1 released.
10542
10543 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
10544
10545 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10546 changes.
10547
10548 2007-05-19 Kevin Ryde <user42@zip.com.au>
10549
10550 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10551
10552 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10553
10554 * textmodes/sgml-mode.el: Revert last change.
10555
10556 2007-05-18 Richard Stallman <rms@gnu.org>
10557
10558 * simple.el (push-mark): Doc fix.
10559
10560 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
10561
10562 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10563 tpu-global-map.
10564 (tpu-original-global-map): Variable deleted.
10565 (tpu-control-keys-map): New keymap variable.
10566 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10567 setting keymapping directly.
10568 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10569 tpu-global-map.
10570 (tpu-edt-on): Activate the tpu-global-map.
10571 (tpu-edt-off): Deactivate the tpu-global-map.
10572
10573 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
10574
10575 * textmodes/ispell.el (ispell-get-word): Return markers
10576 for start and end positions.
10577 (ispell-word): Assume END is a marker.
10578
10579 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10580
10581 * printing.el: Group together all XEmacs/Emacs definitions.
10582 (pr-version): New version 6.9.
10583 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10584 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10585 (pr-menu-bind): Fix code.
10586 (pr-e-frame-char-height, pr-e-frame-char-width)
10587 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10588 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10589 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10590 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10591 (pr-x-event-y-pixel): Aliases eliminated.
10592 (pr-xemacs-global-menubar): Macro moved.
10593 (current-menubar, current-mouse-event, zmacs-region-stays)
10594 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10595 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10596 Vars moved.
10597 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10598 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10599 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10600 (pr-menu-set-utility-title, pr-even-or-odd-pages)
10601 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10602 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10603 moved.
10604
10605 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
10606
10607 * textmodes/sgml-mode.el (sgml-tag):
10608 Fix bug: Call sgml-transformation-function.
10609
10610 2007-05-17 Martin Rudalics <rudalics@gmx.at>
10611
10612 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10613 modified flag of buffer. Use `inhibit-modification-hooks'.
10614
10615 2007-05-16 Richard Stallman <rms@gnu.org>
10616
10617 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10618
10619 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * files.el (magic-mode-alist, magic-fallback-mode-alist):
10622 Move the *ml, Postscript, and XmCD entries to the fallback part.
10623
10624 * files.el (magic-fallback-mode-alist):
10625 Rename from file-start-mode-alist.
10626
10627 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10628
10629 * progmodes/compile.el (compilation-handle-exit): Quote first
10630 argument of `run-hook-with-args'.
10631
10632 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
10633
10634 * buff-menu.el (Buffer-menu-sort-column):
10635 * dabbrev.el (dabbrev-upcase-means-case-search):
10636 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10637 * info.el (Info-current-subfile):
10638 * ls-lisp.el (ls-lisp-verbosity):
10639 * msb.el (msb-menu-cond):
10640 * pcvs.el (cvs-dired-use-hook):
10641 * simple.el (set-mark-command-repeat-pop):
10642 * time.el (display-time-24hr-format, display-time-mail-file):
10643 Doc fixes.
10644
10645 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10646 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10647
10648 * view.el (view-inhibit-help-message): Fix typo in docstring.
10649 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10650
10651 2007-05-16 Martin Rudalics <rudalics@gmx.at>
10652
10653 * textmodes/ispell.el (ispell-start-process): Defend against bad
10654 default-directory.
10655
10656 2007-05-14 Eli Zaretskii <eliz@gnu.org>
10657
10658 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10659 content-transfer-encoding _last_, because it's its position that
10660 we need as value of base64-header-field-end.
10661
10662 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
10663
10664 * files.el (mode-require-final-newline, require-final-newline)
10665 (enable-local-variables, enable-local-eval): Doc fixes.
10666
10667 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10668
10669 * ps-print.el: Use default color when foreground or background color
10670 are unspecified. Reported by Leo <sdl.web@gmail.com>.
10671 (ps-print-version): New version 6.7.4.
10672 (ps-rgb-color): New argument. Use default color when color is
10673 unspecified.
10674 (ps-begin-job): Fix code.
10675
10676 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
10677
10678 * longlines.el (longlines-mode): Make longlines-auto-wrap
10679 buffer-local. Add hooks unconditionally.
10680 (longlines-auto-wrap): Toggle wrapping.
10681 (longlines-after-change-function)
10682 (longlines-post-command-function): Check longlines-auto-wrap.
10683
10684 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
10685
10686 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10687 (xterm-mouse-translate): Use it.
10688
10689 2007-05-10 Richard Stallman <rms@gnu.org>
10690
10691 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10692 (iso-cvt-write-only): Likewise.
10693
10694 * emacs-lisp/easy-mmode.el (define-minor-mode):
10695 Fix generated doc string.
10696
10697 * startup.el (fancy-splash-text): Add URL of guided tour.
10698 Adjust horizontal and vertical whitespace.
10699
10700 * progmodes/compile.el (compilation-handle-exit):
10701 Use run-hook-with-args to run compilation-finish-functions.
10702
10703 * files.el (file-start-mode-alist): New variable.
10704 (magic-mode-regexp-match-limit): Doc fix.
10705 (set-auto-mode): Handle file-start-mode-alist.
10706 A little cleanup of structure.
10707
10708 * dabbrev.el (dabbrev-eliminate-newlines):
10709 Renamed from dabbrev--eliminate-newlines. All uses changed.
10710
10711 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10712
10713 * man.el (Man-next-section): Don't consider the last line of the page
10714 as being part of any section.
10715
10716 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10717
10718 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10719 can take any number of values.
10720
10721 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10724 to the list of citation commands.
10725
10726 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10727
10728 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10729
10730 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
10731
10732 * progmodes/python.el (python-font-lock-keywords)
10733 (python-open-block-statement-p, python-mode): Add support for the new
10734 "with" keyword.
10735
10736 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10737
10738 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10739 the exact opposite of diff-goto-source.
10740
10741 * emacs-lisp/advice.el (ad-special-forms): Remove.
10742 (ad-special-form-p): Use subr-arity.
10743
10744 * newcomment.el (comment-search-forward): Make sure we search forward.
10745 (comment-enter-backward): Try and distinguish the non-matching case at
10746 EOB from the non-matching case with a missing comment-end-skip for
10747 a 2-char comment ender.
10748 (comment-choose-indent): New function extracted from comment-indent.
10749 Improve the alignment algorithm.
10750 (comment-indent): Use it.
10751
10752 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10753 XML style Processing Instructions.
10754 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10755 (sgml-calculate-indent): Handle `pi' context.
10756
10757 * vc.el: Ensure that update-changelog issues an error when used with
10758 a backend that does not implement it.
10759 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10760 Remove `backend' argument. Use expand-file-name.
10761 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10762
10763 * progmodes/python.el (python-end-of-block): Revert last change.
10764 (python-end-of-statement): Make sure we move *forward*.
10765
10766 2007-05-08 Richard Stallman <rms@gnu.org>
10767
10768 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10769 Don't include non-self-insert commands in the exception for `-'.
10770
10771 2007-05-08 David Reitter <david.reitter@gmail.com>
10772
10773 * progmodes/python.el (python-guess-indent): Check non-nullness
10774 before comparing indent against the 2..8 interval.
10775
10776 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10777
10778 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10779 available.
10780
10781 2007-05-06 Richard Stallman <rms@gnu.org>
10782
10783 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10784
10785 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10786
10787 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10788 rather than storing their value in the revert-buffer function.
10789
10790 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
10791
10792 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10793 when disabling t-mouse-mode.
10794
10795 2007-05-01 Davis Herring <herring@lanl.gov>
10796
10797 * calendar/timeclock.el: Update version number.
10798 (timeclock-modeline-display): Mention timeclock-use-display-time
10799 in explanatory message.
10800 (timeclock-in): Fix non-interactive workday specifications.
10801 (timeclock-log): Don't kill the log buffer if it already existed.
10802 Suppress warnings when finding the log. Don't check for a nil
10803 project twice. Run hooks after killing the buffer (if applicable).
10804 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10805 was geometric). All uses changed.
10806 (timeclock-generate-report): Support prefix argument.
10807
10808 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
10809
10810 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10811 disconnections.
10812
10813 2007-05-01 Romain Francoise <romain@orebokech.com>
10814
10815 * dired-x.el: Revert 2007-04-06 change.
10816
10817 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10818
10819 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10820
10821 2007-04-29 Richard Stallman <rms@gnu.org>
10822
10823 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10824
10825 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10828 than 1.
10829
10830 2007-04-28 Richard Stallman <rms@gnu.org>
10831
10832 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10833
10834 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
10835
10836 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10837 don't put stop on toolbar.
10838
10839 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10842
10843 2007-04-28 Eli Zaretskii <eliz@gnu.org>
10844
10845 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10846 instead of $(lisp)/mh-e.
10847
10848 2007-04-28 Glenn Morris <rgm@gnu.org>
10849
10850 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10851 (image-dired-cmd-create-temp-image-options): Replace option
10852 +profile "*" with -strip.
10853
10854 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
10855
10856 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10857 Use window-start and window-end.
10858
10859 2007-04-27 Andreas Schwab <schwab@suse.de>
10860
10861 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10862
10863 2007-04-27 Eli Zaretskii <eliz@gnu.org>
10864
10865 * textmodes/fill.el (fill-paragraph): Doc fix.
10866
10867 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10868
10869 * locate.el (locate-in-alternate-database): Doc fix.
10870
10871 2007-04-26 Glenn Morris <rgm@gnu.org>
10872
10873 * button.el (button): Use underline if supported, else fall back
10874 to color.
10875
10876 * version.el (emacs-version): Increase to 22.1.50.
10877
10878 2007-04-25 Richard Stallman <rms@gnu.org>
10879
10880 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10881
10882 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10883
10884 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10885 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
10886 pushing mark.
10887 (idlwave-current-routine): Don't push mark.
10888
10889 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10890
10891 * image-dired.el (image-dired-display-image): Derive image-type from
10892 filename rather than assuming jpeg, in case no resizing was needed.
10893
10894 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10895
10896 * custom.el (defface): Doc fix.
10897
10898 See ChangeLog.12 for earlier changes.
10899
10900 ;; Local Variables:
10901 ;; coding: iso-2022-7bit
10902 ;; add-log-time-zone-rule: t
10903 ;; End:
10904
10905 Copyright (C) 2007 Free Software Foundation, Inc.
10906
10907 This file is part of GNU Emacs.
10908
10909 GNU Emacs is free software; you can redistribute it and/or modify
10910 it under the terms of the GNU General Public License as published by
10911 the Free Software Foundation; either version 3, or (at your option)
10912 any later version.
10913
10914 GNU Emacs is distributed in the hope that it will be useful,
10915 but WITHOUT ANY WARRANTY; without even the implied warranty of
10916 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10917 GNU General Public License for more details.
10918
10919 You should have received a copy of the GNU General Public License
10920 along with GNU Emacs; see the file COPYING. If not, write to the
10921 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10922 Boston, MA 02110-1301, USA.
10923
10924 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af