]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(top-level): Don't load `encrypt' features.
[gnu-emacs] / lisp / ChangeLog
1 2007-12-02 Glenn Morris <rgm@gnu.org>
2
3 * mail/binhex.el: Move here from gnus/.
4 (binhex): New custom group.
5 (binhex-decoder-program, binhex-decoder-switches)
6 (binhex-use-external): Move to the binhex custom group.
7
8 * mail/uudecode.el: Move here from gnus/.
9 (uudecode): New custom group.
10 (uudecode-decoder-program, uudecode-decoder-switches)
11 (uudecode-use-external): Move to the uudecode custom group.
12
13 * net/netrc.el (top-level): Don't load `encrypt' features.
14 (netrc-parse): Don't use encrypt.
15 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
16
17 2007-12-02 Agustin Martin <agustin.martin@hispalinux.es>
18
19 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
20 encoding for aspell process and for communication with it.
21 Only add "-d" option if not already present.
22 Use ispell-current-dictionary and ispell-current-personal-dictionary.
23 General reorganization.
24
25 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
26 encoding here.
27 (ispell-start-process): Explicitly set encoding here if using aspell.
28
29 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
30
31 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
32 function to log-edit.
33
34 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
35
36 * net/dbus.el: New file.
37
38 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
39
40 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
41 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
42 (calc-lang-parens-are-subscripts): New variables.
43 (math-expr-special-function-mapping): Remove variable.
44 (math-eqn-ignore-words, math-tex-ignore-words)
45 (math-latex-ignore-words): Move to calc-lang.el.
46
47 * calc/calc-lang.el (math-compose-vector, math-compose-var)
48 (math-tex-expr-is-flat): Declare as functions.
49 (calc-lang-slash-idiv, calc-lang-allow-underscores)
50 (math-comp-left-bracket, math-comp-right-bracket)
51 (math-comp-comma, math-comp-vector-prec): Declare as variables.
52 (math-var-formatter, math-matrix-formatter)
53 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
54 (math-punc-table, math-compose-subscr,math-dots)
55 (math-func-formatter): New property names to store language
56 specific information.
57 (math-compose-tex-var, math-compose-tex-intv)
58 (math-compose-maple-intv, math-compose-eqn-intv)
59 (math-compose-tex-sum, math-compose-tex-func)
60 (math-compose-tex-intv): New functions.
61 (math-eqn-ignore-words,math-tex-ignore-words)
62 (math-latex-ignore-words): Move from calc.el.
63 (math-special-function-table): Add entries for tex.
64 (calc-lang-slash-idiv, calc-lang-allows-underscores):
65 New variables.
66 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
67 (math-compose-tex-matrix, math-compose-eqn-matrix)
68 (math-eqn-special-functions): Move from calccomp.el.
69
70 * calc/calccomp.el (math-compose-var): New function.
71 (math-compose-expr): Allow more special functions to be used.
72 Change test for formatting fractions. Use variables and property
73 names to help with language specific formatting.
74 (math-compose-tex-matrix, math-compose-eqn-matrix)
75 (math-eqn-special-functions): Move to calc-lang.el.
76 (math-compose-rows): Use property names to help with language
77 specific formatting.
78
79 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
80 into nested subscripts.
81 (math-read-token): Use variables and property names to help with
82 language specific parsing.
83 (math-read-expression-level): Use variables to help with language
84 specific parsing.
85
86 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
89 (archive-rar-summarize): Allow the file name to be passed as argument.
90 Remove unused vars `header' and `footer'.
91 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
92
93 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
94
95 * log-edit.el (log-edit-show-diff): New function.
96 (log-edit-mode-map, log-edit-menu): Bind it.
97 (log-edit-diff-function): New variable.
98 (log-edit): Change the 3rd param to be an alist and accept a
99 function that computes a diff for the files involved.
100
101 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
102
103 2007-12-01 Martin Rudalics <rudalics@gmx.at>
104
105 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
106 wrap next-/previous-line in with-no-warnings.
107
108 2007-12-01 Glenn Morris <rgm@gnu.org>
109
110 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
111
112 * net/dig.el: Move here from gnus/.
113 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
114
115 * net/dns.el: Move here from gnus/.
116 (top-level): Don't require mm-util, or cl when compiling.
117 (dns-write-name, dns-read, dns-read-type, query-dns):
118 Replace mm-with-unibyte-buffer with its expansion.
119 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
120
121 * progmodes/gdb-ui.el (gud-remove, gud-break):
122 * progmodes/gud.el (gdb-create-define-alist)
123 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
124 (hl-line-highlight, gdb-display-source-buffer)
125 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
126 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
127
128 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
129
130 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
131 Move args on defun line.
132
133 * textmodes/org.el (org-calendar-holiday):
134 Use calendar-check-holidays instead of the obsolete
135 check-calendar-holidays.
136 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
137 (bbdb-company, bbdb-current-record, bbdb-name)
138 (bbdb-record-getprop, bbdb-record-name)
139 (bibtex-beginning-of-entry, bibtex-generate-autokey)
140 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
141 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
142 (mh-find-path, mh-get-header-field, mh-get-msg-num)
143 (mh-header-display, mh-index-previous-folder)
144 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
145 (mh-show-buffer-message-number, mh-show-header-display)
146 (mh-show-msg, mh-show-show, mh-visit-folder)
147 (org-export-latex-cleaned-string, remember)
148 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
149 (rmail-what-message, elmo-folder-exists-p)
150 (elmo-message-entity-field, elmo-message-field)
151 (vm-beginning-of-message, vm-follow-summary-cursor)
152 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
153 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
154 (vm-summarize, wl-folder-get-elmo-folder)
155 (wl-summary-goto-folder-subr)
156 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
157 (wl-summary-line-subject, wl-summary-message-number)
158 (wl-summary-redisplay): Declare as functions.
159
160 2007-11-30 Martin Rudalics <rudalics@gmx.at>
161
162 * longlines.el (longlines-show-hard-newlines): Remove handling of
163 buffer-undo-list and buffer-modified status.
164 (longlines-show-region, longlines-unshow-hard-newlines):
165 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
166 inhibit-modification-hooks here to avoid that a buffer appears
167 modified when toggling visibility of hard newlines.
168
169 2007-11-30 Glenn Morris <rgm@gnu.org>
170
171 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
172
173 * progmodes/idlw-complete-structtag.el
174 (idlwave-sintern-structtag):
175 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
176 (idlwave-sintern-sysvartag):
177 * progmodes/idlwave.el (idlwave-sintern-class-tag)
178 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
179 functions.
180
181 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
182
183 * textmodes/reftex-index.el (texmathp):
184 * textmodes/reftex-auc.el (TeX-argument-insert)
185 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
186 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
187 (LaTeX-label-list):
188 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
189 (rng-clear-conditional-region, rng-do-some-validation): Declare as
190 functions.
191 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
192
193 2007-11-30 Glenn Morris <rgm@gnu.org>
194
195 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
196 argument and document it.
197
198 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
199 Third argument to declare-function must be a list to specify arglist.
200
201 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
202 Handle declare-function third argument `t' and fourth argument.
203 (check-declare-verify): Doc fix. Handle `fileonly' case.
204 Use progn rather than prog1.
205
206 * desktop.el (uniquify-item-base):
207 * term/mac-win.el (url-type): Declare as functions.
208
209 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
210 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
211 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
212 fourth arg to declare-function.
213
214 * play/dunnet.el: Don't require cl when compiling.
215 (byte-compile-warnings): Set via file local variables.
216 (dun-parse): Let-bind `beg' and `line'.
217
218 2007-11-29 Alexandre Julliard <julliard@winehq.org>
219
220 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
221
222 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
223
224 * calendar/time-date.el (encode-time-value): Doc fix.
225
226 2007-11-29 Glenn Morris <rgm@gnu.org>
227
228 * calendar/time-date.el (with-decoded-time-value): Doc fix.
229
230 * textmodes/css-mode.el (prog-mode): Remove.
231 (css-mode): Derive from fundamental-mode rather than prog-mode.
232
233 * emacs-lisp/byte-run.el (declare-function): Doc fix.
234
235 * emacs-lisp/check-declare.el (check-declare-locate)
236 (check-declare-verify): Handle `external' files.
237 (check-declare-errmsg): New function.
238 (check-declare-verify, check-declare-file, check-declare-directory):
239 Use check-declare-errmsg to report the number of problems.
240
241 * ffap.el (w3-view-this-url)
242 * mail/mspools.el (vm-visit-folder)
243 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
244 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
245 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
246 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
247 (bbdb-records)
248 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
249 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
250 (sasl-make-client, sasl-next-step, sasl-step-data)
251 (sasl-step-set-data)
252 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
253 (htmlr-step): Declare as functions.
254
255 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
256 Use bbdb-address-zip rather than bbdb-address-zip-string.
257
258 2007-11-28 Richard Stallman <rms@gnu.org>
259
260 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
261 Move here from gnus/.
262
263 2007-11-28 Martin Rudalics <rudalics@gmx.at>
264
265 * newcomment.el (comment-region-internal): Fix newline insertion
266 in `block' case.
267
268 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
269
270 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
271
272 2007-11-28 Glenn Morris <rgm@gnu.org>
273
274 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
275 delete .elc files.
276
277 * nxml/char-name/unicode: Move to etc/nxml/.
278 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
279
280 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
281 Declare as a function.
282
283 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
284 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
285 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
286
287 * nxml/nxml-outln.el (nxml-token-start-tag-p)
288 (nxml-token-end-tag-p): Move definitions before use.
289
290 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
291
292 * nxml/nxml-uchnm.el (top-level)
293 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
294 (nxml-enabled-unicode-blocks): Add custom group.
295
296 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
297 Use string-to-number rather than string-to-int.
298
299 * dired-x.el (dired-omit-old-add-entry): Declare as function.
300 Move definition before use.
301 (dired-old-find-buffer-nocreate): Declare as function.
302
303 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
304 (check-declare-verify): Handle fset.
305
306 * emulation/edt.el (edt-user-emulation-setup):
307 Test edt-setup-user-bindings is bound before calling.
308
309 * emulation/tpu-edt.el: Don't require cl when compiling.
310 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
311 (tpu-edt-off): Use condition-case rather than ignore-errors.
312 Use with-no-warnings.
313
314 * eshell/esh-util.el (top-level): Use require rather than load for
315 ange-ftp.
316
317 * mail/supercite.el (sc-version): Redefine as an alias for
318 emacs-version.
319 (sc-help-address): Remove.
320 (sc-version): Use emacs-version rather than sc-version.
321 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
322
323 * net/socks.el (socks-original-open-network-stream): Declare as
324 function. Move definition before use.
325
326 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
327
328 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
329 (math-make-frac): Declare as functions.
330
331 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
332
333 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
334 Pacify byte compiler.
335 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
336
337 * progmodes/idlwave.el (idlwave-shell-get-path-info)
338 (idlwave-shell-temp-file, idlwave-shell-is-running)
339 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
340 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
341 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
342 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
343 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
344 (idlwave-completing-read, idlwave-current-routine)
345 (idlwave-downcase-safe, idlwave-entry-find-keyword)
346 (idlwave-expand-keyword, idlwave-find-class-definition)
347 (idlwave-find-inherited-class, idlwave-find-struct-tag)
348 (idlwave-get-buffer-visiting, idlwave-in-quote)
349 (idlwave-make-full-name, idlwave-members-only)
350 (idlwave-popup-select, idlwave-routine-source-file)
351 (idlwave-routines, idlwave-sintern-class)
352 (idlwave-sintern-keyword, idlwave-sintern-method)
353 (idlwave-sintern-routine-or-method)
354 (idlwave-substitute-link-target, idlwave-sys-dir)
355 (idlwave-this-word, idlwave-what-module-find-class)
356 (idlwave-where):
357 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
358 * mail/uce.el (rmail-msg-is-pruned)
359 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
360 (rmail-toggle-header):
361 * mail/sendmail.el (dired-view-file, dired-get-filename):
362 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
363 (rmail-display-labels, rmail-msgbeg)
364 (rmail-set-message-deleted-p, rmail-message-labels-p)
365 (rmail-show-message, mail-comma-list-regexp)
366 (mail-parse-comma-list):
367 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
368 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
369 (rfc822-addresses, mail-abbrev-make-syntax-table)
370 (mail-sendmail-delimit-header, mail-header-end):
371 * mail/hashcash.el (message-narrow-to-headers-or-head)
372 (message-fetch-field, message-goto-eoh)
373 (message-narrow-to-headers):
374 * vc.el (view-mode-exit): Declare as functions.
375
376 * mail/vms-pmail.el:
377 * vmsproc.el:
378 * vms-patch.el: Don't byte compile these files, they don't work.
379
380 2007-11-27 Glenn Morris <rgm@gnu.org>
381
382 * calc/calc-ext.el (math-read-big-rec):
383 * calc/calc-nlfit.el (math-map-binop):
384 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
385
386 * eshell/eshell.el (eshell-report-bug): Add version number of
387 obsolescence.
388
389 * emulation/viper.el, emulation/viper-util.el,
390 emulation/viper-macs.el, emulation/viper-keym.el,
391 emulation/viper-ex.el, emulation/viper-cmd.el:
392 Load viper-*.el files silently.
393
394 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
395 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
396 Load ediff-*.el files silently.
397
398 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
399 compiling.
400 (Info-goto-node): Declare as a function.
401
402 * ediff-init.el: Don't load ange-ftp when compiling.
403 * ediff-util.el: Don't load reporter when compiling.
404
405 * ediff-wind.el (ediff-display-pixel-width)
406 (ediff-display-pixel-height):
407 * generic-x.el (ini-generic-mode):
408 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
409 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
410 (ps-mule-initialize, ps-mule-begin-job):
411 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
412 (mark-calendar-days-named):
413 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
414 (add-to-diary-list, diary-name-pattern)
415 (mark-calendar-days-named):
416 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
417 (mark-calendar-days-named):
418 * calendar/cal-x.el (make-fancy-diary-buffer):
419 * calendar/holidays.el (calendar-absolute-from-julian):
420 * calendar/todo-mode.el (calendar-current-date):
421 * calendar/cal-menu.el (calendar-increment-month)
422 (calendar-month-name, extract-calendar-year)
423 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
424 (calendar-current-date, calendar-cursor-holidays)
425 (calendar-date-string, insert-diary-entry, calendar-set-mark)
426 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
427 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
428 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
429 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
430 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
431 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
432 (calendar-day-of-year-string, calendar-iso-date-string)
433 (calendar-julian-date-string, calendar-astro-date-string)
434 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
435 (calendar-persian-date-string, calendar-bahai-date-string)
436 (calendar-islamic-date-string, calendar-chinese-date-string)
437 (calendar-coptic-date-string, calendar-ethiopic-date-string)
438 (calendar-french-date-string, calendar-mayan-date-string)
439 (calendar-print-chinese-date, calendar-goto-date):
440 Declare as functions.
441
442 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
443 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
444
445 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
446 aliases for report-emacs-bug.
447 (gnus-summary-select-article, gnus-configure-windows): Declare as
448 functions.
449
450 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
451 compiler.
452
453 * pgg.el (pgg-clear-string): Declare as a function.
454 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
455 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
456
457 * emacs-lisp/check-declare.el (check-declare-locate):
458 Handle compressed files.
459 (check-declare-verify): Handle define-generic-mode,
460 define-global(ized)-minor-mode, define-obsolete-function-alias.
461
462 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
463
464 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
465 algebraic modes.
466
467 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
468 (math-is-true, calc-explain-why, calc-alg-edit)
469 (math-composite-inequalities, math-flatten-lands)
470 (math-multi-subst, calcFunc-vmatches, math-simplify)
471 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
472 (math-read-string, math-read-brackets, math-read-angle-brackets):
473 Declare as functions.
474
475 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
476 (calc-fit-bell-shaped-logistic-curve)
477 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
478 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
479 (math-max-list): Declare as functions.
480 (math-map-binop): New function.
481 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
482
483 * calc/calc.el (calc-set-language, calc-edit-finish)
484 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
485 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
486 (math-lessp, calc-embedded-finish-command)
487 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
488 (calc-push-list-in-macro, calc-replace-selections)
489 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
490 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
491 (calc-embedded-stack-change, calc-refresh-evaltos)
492 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
493 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
494 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
495 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
496 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
497 (math-dimension-error, calc-incomplete-error, math-float-fancy)
498 (math-neg-fancy, math-zerop, calc-add-fractions)
499 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
500 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
501 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
502 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
503 (math-compose-expr, math-comp-width, math-composition-to-string)
504 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
505 (math-adjust-fraction, math-format-binary, math-format-radix)
506 (math-group-float, math-mod, math-format-number-fancy)
507 (math-format-bignum-fancy, math-read-number-fancy)
508 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
509 (calc-do-embedded-activate, math-do-defmath)
510 (calc-load-everything): Declare as functions.
511
512 * calc/calc-ext.el (math-clip, math-round, math-simplify)
513 (math-simplify-extended, math-simplify-units, calc-set-language)
514 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
515 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
516 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
517 (math-normalize-hms, math-normalize-mod, math-make-sdev)
518 (math-make-intv, math-normalize-logical-op, math-possible-signs)
519 (math-infinite-dir, math-calcFunc-to-var)
520 (calc-embedded-evaluate-expr, math-known-nonzerop)
521 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
522 (math-format-date, math-vector-is-string, math-vector-to-string)
523 (math-format-radix-float, math-compose-expr, math-abs)
524 (math-format-bignum-binary, math-format-bignum-octal)
525 (math-format-bignum-hex, math-format-bignum-radix)
526 (math-compute-max-digits): Declare as functions.
527 (math-provably-realp): Fix typo.
528
529 * calc/calc-forms.el (calendar-current-time-zone)
530 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
531 functions.
532
533 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
534
535 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
536 Declare as functions.
537
538 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
539 (math-posp, math-compare, math-bignum, math-compare-bignum):
540 Declare as functions.
541
542 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
543 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
544 (calc-explain-why, calc-clear-command-flag)
545 (calc-roll-down-with-selections, calc-roll-up-with-selections)
546 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
547 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
548 (math-trunc-special, math-trunc-fancy, math-floor-special)
549 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
550 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
551 (math-pow-zero, math-pow-fancy): Declare as functions.
552
553 * calc/calc-mode.el (calc-embedded-save-original-modes):
554 Declare as a function.
555
556 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
557 Declare as functions.
558 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
559 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
560 Replace `mapcar*' by `math-map-binop'.
561 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
562
563 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
564 (math-read-expr-level): Declare as functions.
565
566 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
567
568 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
571 end-of-defun-function is called consistently, even for negative
572 arguments.
573 (end-of-defun-function): Default to forward-sexp.
574
575 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
576
577 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
578
579 2007-11-26 Glenn Morris <rgm@gnu.org>
580
581 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
582 than :suffix.
583
584 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
585
586 2007-11-26 Simon Josefsson <simon@josefsson.org>
587
588 * net/imap.el: Move from ../gnus.
589
590 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
591
592 * doc-view.el (doc-view-mode-p): New function.
593
594 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
595
596 * mail/mspools.el (rmail-get-new-mail):
597 * mail/reporter.el (mail-position-on-field, mail-text):
598 * mail/rmail.el (mail-position-on-field, mail-text-start)
599 (rmail-update-summary):
600 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
601 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
602 * mail/rmailout.el (rmail-update-summary):
603 * mail/rmailsort.el (rmail-update-summary):
604 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
605 (dired-view-file):
606 * mail/uce.el (mail-strip-quoted-names):
607 * mail/undigest.el (rmail-update-summary):
608 * mail/unrmail.el (mail-strip-quoted-names):
609 * ediff.el (diff-latest-backup-file): Declare as functions.
610
611 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
612 (kill-to-end-of-line):
613 * obsolete/rnews.el (news-set-minor-modes):
614 Remove non working functions.
615
616 2007-11-25 Glenn Morris <rgm@gnu.org>
617
618 * eshell/esh-maint.el (top-level): Use require with NOERROR for
619 pcomplete. Don't mess with load-path.
620
621 * eshell/eshell.el (eshell-report-bug-address): Remove.
622 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
623
624 2007-11-24 Glenn Morris <rgm@gnu.org>
625
626 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
627 (appt-disp-window): Don't require electric.
628 Simplify minibuffer-avoidance code.
629 (appt-select-lowest-window): Avoid minibuffer.
630
631 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
632 (esh-mode): Require it.
633 (esh-util): Use require rather than featurep and load.
634 (eshell): No need to test if eshell-mode is bound; remove obsolete
635 reference to eshell-auto.
636 (eshell-command, eshell-command-result): Don't require esh-mode
637 now that the file does.
638 (top-level): Move provide statement to the end of the file.
639 Re-order and update commentary.
640
641 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
642
643 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
644 (vc-annotate-toggle-annotation-visibility): New command.
645 (vc-annotate-mode-map): Bind "V" to it.
646 (vc-annotate-mode-menu): Add entry for it.
647 (vc-annotate-get-time-set-line-props): New func.
648 (vc-annotate-display-autoscale)
649 (vc-annotate-display-difference): Use it.
650
651 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
652 Also, match one space at end of annotation text, after last paren.
653
654 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
655
656 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
657 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
658 `tramp-completion-mode'.
659
660 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
661
662 * vc-git.el (vc-git-show-log-entry): New func.
663
664 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
665 (vc-git-state): Use vc-git--call.
666 (vc-git-registered, vc-git-working-revision)
667 (vc-git-previous-revision, vc-git-next-revision)
668 (vc-git--run-command-string, vc-git-symbolic-commit):
669 Use vc-git--out-ok.
670
671 2007-11-24 Glenn Morris <rgm@gnu.org>
672
673 * emacs-lisp/byte-run.el (declare-function): Doc fix.
674
675 2007-11-24 Kenichi Handa <handa@m17n.org>
676
677 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
678
679 2007-11-23 David Kastrup <dak@gnu.org>
680
681 * server.el (server-process-filter): Use `command-line-args-left'.
682
683 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
684
685 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
686
687 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
688
689 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
690 buffer if the parent buffer is in vc-dired-mode.
691
692 2007-11-23 Mark A. Hershberger <mah@everybody.org>
693
694 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
695
696 2007-11-23 Juri Linkov <juri@jurta.org>
697
698 * dired.el (dired-read-dir-and-switches): For C-x d, set the
699 value for M-n to the visited file name of the current buffer.
700 Use minibuffer-with-setup-hook to set minibuffer-default to
701 buffer-file-name inside read-file-name.
702
703 * man.el (Man-getpage-in-background): Don't disregard user option
704 `Man-width' on non-window systems. Remove test for `window-system'
705 around setting envvar "COLUMNS" depending on the value of `Man-width'.
706
707 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
708 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
709 of "--color=always".
710
711 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
712
713 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
714 beginning-of-defun-function.
715
716 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
717
718 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
719
720 2007-11-22 Glenn Morris <rgm@gnu.org>
721
722 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
723
724 * emacs-lisp/check-declare.el (check-declare-locate): New function.
725 (check-declare-scan): Use check-declare-locate.
726 (check-declare-verify): No longer adjust fnfile, now
727 check-declare-locate does it.
728
729 * emacs-lisp/byte-run.el (declare-function): Doc fix.
730
731 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * subr.el (posn-col-row): Make the `default-value' use explicit.
734
735 * window.el (balance-windows): Remove unused var `counter'.
736 (bw-balance-sub): Remove unused var `lastchild'.
737 (split-window-vertically): Remove unused var `switch'.
738 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
739
740 * emacs-lisp/bytecomp.el
741 (byte-compile-file-form-custom-declare-variable): Simplify.
742
743 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
744
745 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
746 Set `show-trailing-whitespace' to nil.
747
748 * dired.el (make-symbolic-link):
749 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
750 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
751 * dired-x.el (make-symbolic-link):
752 * frame.el (x-initialize-window-system):
753 * menu-bar.el (x-menu-bar-open):
754 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
755 (x-store-cut-buffer-internal):
756 * wdired.el (make-symbolic-link):
757 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
758 (x-send-client-message):
759 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
760
761 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
762
763 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
764
765 2007-11-22 Glenn Morris <rgm@gnu.org>
766
767 * dos-fns.el (int86):
768 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
769
770 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
771
772 * calendar/holidays.el (holiday-list): Add autoload cookie.
773
774 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
775 files relative to src/ directory.
776 (check-declare-verify): Handle .c files. Warn if could not find
777 an arglist to check.
778
779 * emacs-lisp/byte-run.el (declare-function): Doc fix.
780
781 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
782
783 * replace.el (occur-mode-map): Add a major mode menu with entries
784 for all occur operations.
785
786 * international/titdic-cnv.el (dos-8+3-filename):
787 * obsolete/fast-lock.el (msdos-long-file-names):
788 * frame.el (msdos-mouse-p):
789 * files.el (msdos-long-file-names, w32-long-file-name):
790 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
791 (mac-resume-apple-event, mac-font-panel-mode)
792 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
793 (mac-clear-font-name-table):
794 * term/pc-win.el (msdos-remember-default-colors)
795 (w16-set-clipboard-data, w16-get-clipboard-data):
796 * term/w32-win.el (w32-send-sys-command, w32-select-font)
797 (set-message-beep):
798 * net/browse-url.el (w32-shell-execute):
799 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
800 (w32-get-locale-info, w32-get-valid-locale-ids)
801 (w32-set-clipboard-data):
802 * dos-fns.el (int86, msdos-long-file-names):
803 * dos-w32.el (default-printer-name): Declare as functions.
804
805 2007-11-21 Jason Rumney <jasonr@gnu.org>
806
807 * emacs-lisp/byte-run.el (declare-function): Return nil.
808
809 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
812
813 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
814
815 * ps-print.el (ps-lpr-switches): Docstring fix.
816 (ps-string-list): New fun.
817 (ps-do-despool): Code fix.
818
819 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
820
821 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
822
823 2007-11-21 Glenn Morris <rgm@gnu.org>
824
825 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
826 for now. Handle define-minor-mode, and defalias (with no argument
827 checking).
828
829 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
830
831 * frame.el (msdos-mouse-p):
832 * files.el (msdos-long-file-names, w32-long-file-name):
833 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
834 (mac-resume-apple-event, mac-font-panel-mode)
835 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
836 (mac-clear-font-name-table):
837 * term/pc-win.el (msdos-remember-default-colors)
838 (w16-set-clipboard-data, w16-get-clipboard-data):
839 * term/w32-win.el (w32-send-sys-command, w32-select-font)
840 (set-message-beep):
841 * net/browse-url.el (w32-shell-execute):
842 * dos-fns.el (int86, msdos-long-file-names):
843 * dos-w32.el (default-printer-name): Undo previous change.
844
845 2007-11-21 Eli Zaretskii <eliz@gnu.org>
846
847 * international/mule-cmds.el (set-locale-environment):
848 Set default-file-name-coding-system _after_ keyboard and terminal
849 coding systems. This fixes last change.
850
851 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
852 one space after "Subject:".
853
854 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
857 in order to determine if there's a conflict.
858
859 2007-11-21 Richard Stallman <rms@gnu.org>
860
861 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
862
863 * reposition.el (reposition-window):
864 Binding C-M-l moved to bindings.el.
865
866 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
867
868 * add-log.el (add-change-log-entry-other-window):
869 Key binding C-x 4 a moved to bindings.el.
870
871 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
872 from filecache.el.
873
874 * filecache.el: Minibuffer map bindings moved to bindings.el.
875
876 2007-11-21 Jason Rumney <jasonr@gnu.org>
877
878 * international/mule-cmds.el (set-locale-environment):
879 Set default-file-name-coding-system from system defaults on Windows.
880
881 2007-11-21 Jason Rumney <jasonr@gnu.org>
882
883 * term/w32console.el: New term init file for w32 console.
884
885 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
886 (x-setup-function-keys): Likewise, replacing top-level key definitions.
887 (w32-tty-standard-colors): Move to term/w32console.el.
888
889 * term/w32-win.el (x-setup-function-keys): Remove.
890
891 * term/tty-colors.el (tty-register-default-colors): Remove special
892 case for w32.
893
894 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
895
896 * frame.el (msdos-mouse-p):
897 * generic-x.el (w32-shell-name):
898 * files.el (msdos-long-file-names, w32-long-file-name)
899 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
900 (dos-8+3-filename, vms-read-directory, view-mode-disable):
901 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
902 (mac-resume-apple-event, mac-font-panel-mode)
903 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
904 (mac-clear-font-name-table):
905 * term/pc-win.el (msdos-remember-default-colors)
906 (w16-set-clipboard-data, w16-get-clipboard-data):
907 * term/w32-win.el (w32-send-sys-command, w32-select-font)
908 (set-message-beep):
909 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
910 (w32-get-locale-info, w32-get-valid-locale-ids)
911 (w32-set-clipboard-data):
912 * help-fns.el (ad-get-advice-info):
913 * font-lock.el (fast-lock-after-fontify-buffer)
914 (fast-lock-after-unfontify-buffer, fast-lock-mode)
915 (lazy-lock-after-fontify-buffer)
916 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
917 * net/browse-url.el (w32-shell-execute):
918 * dos-fns.el (int86, msdos-long-file-names):
919 * dos-w32.el (default-printer-name): Declare as functions.
920
921 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
922
923 * textmodes/paragraphs.el (forward-sentence): Doc fix.
924 Reported by Drew Adams <drew.adams@oracle.com>.
925
926 2007-11-20 Jason Rumney <jasonr@gnu.org>
927
928 * term/w32-win.el (x-setup-function-keys): Protect against
929 multiple calls on the same terminal.
930
931 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
932
933 * term/mac-win.el (x-setup-function-keys): Only setup
934 local-function-key-map if it has not been setup already for the
935 current frame. Move the suspend-emacs processing here.
936
937 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
938
939 * progmodes/grep.el (xargs-program): New variable.
940 (grep-compute-defaults): Use it.
941 (grep-default-command): Doc fix.
942 (grep, lgrep, rgrep): Reflow docstrings.
943
944 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
945
946 * vc.el (vc-find-revision): Set the parent buffer.
947 Use when instead of if.
948
949 * progmodes/python.el (info-lookup-maybe-add-help):
950 * progmodes/ps-mode.el (doc-view-minor-mode):
951 * mail/emacsbug.el (Info-menu, Info-goto-node):
952 * emulation/viper-keym.el (viper-ex)
953 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
954 * emulation/viper-cmd.el (widget-type, widget-button-press)
955 (viper-set-hooks):
956 * emacs-lisp/tcover-unsafep.el (unsafep-function):
957 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
958 (ses-load, ses-vector-delete, ses-create-header-string)
959 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
960 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
961
962 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
965
966 2007-11-20 Glenn Morris <rgm@gnu.org>
967
968 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
969 for end of function-name. Handle define-derived-mode.
970
971 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
972
973 * progmodes/idlw-help.el: Require browse-url unconditionally, it
974 is available by default.
975 (idlwave-help-browse-url-available): Change default to t.
976
977 * emulation/edt.el (defgroup, defcustom): Remove definition.
978 (eval-when-compile): Remove.
979 (c-mark-function):
980 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
981 * textmodes/fill.el (comment-search-forward)
982 (comment-string-strip):
983 * progmodes/prolog.el (comint-mode, comint-send-string)
984 (comint-send-region, comint-send-eof):
985 * progmodes/dcl-mode.el (imenu-default-create-index-function):
986 * emulation/viper-util.el (viper-forward-Word):
987 * emulation/vi.el (c-mark-function):
988 * emulation/edt-vt100.el (vt100-wide-mode):
989 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
990
991 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
992
993 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
994 Still some tuning in case of an echoing shell.
995 (tramp-send-command): Connection property "remote-echo" is not
996 persistent; cache key is the process therefore.
997
998 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
999
1000 * replace.el (map-query-replace-regexp): Doc fix (revert part of
1001 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
1002
1003 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1004
1005 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1006 * play/yow.el (doctor-ret-or-read):
1007 * vc-hooks.el (vc-dired-resynch-file):
1008 * vc-hg.el (log-view-get-marked):
1009 * smerge-mode.el (ediff-cleanup-mess):
1010 * pcvs.el (vc-editable-p, vc-checkout):
1011 * pcomplete.el (comint-bol):
1012 * informat.el (texinfo-format-refill):
1013 * ido.el (tramp-tramp-file-p):
1014 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1015 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1016 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1017 functions.
1018
1019 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1020 instead of fset.
1021 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1022
1023 * ido.el (ido-file-internal): Move with-no-warnings to include the
1024 ffap-string-at-point call.
1025
1026 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1027
1028 * vc-hg.el (vc-hg-revision-table): Fix last change.
1029
1030 2007-11-19 Martin Rudalics <rudalics@gmx.at>
1031
1032 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1033 clipboard-yank when the buffer is read-only.
1034
1035 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1036 keymaps such that it's before the definition of Custom-mode-menu.
1037 (Custom-mode-menu): Show it for custom-field-keymap too.
1038
1039 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1040
1041 * progmodes/gdb-ui.el: Update commentary.
1042
1043 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1044
1045 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1046
1047 2007-11-19 Glenn Morris <rgm@gnu.org>
1048
1049 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1050 does not exist, try adding `.el' extension. Also search for defsubsts.
1051
1052 * cus-edit.el (recentf-expand-file-name):
1053 * dired.el (dired-relist-entry):
1054 * subr.el (w32-shell-dos-semantics):
1055 * emacs-lisp/bytecomp.el (compilation-forget-errors):
1056 Declare as functions.
1057
1058 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1061 (prepare-abbrev-list-buffer): Use dolist.
1062 (clear-abbrev-table): Preserve properties.
1063
1064 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
1065
1066 * textmodes/texinfmt.el (texinfo-format-printindex):
1067 Collect combined indexes using texinfo-short-index-format-cmds-alist.
1068 Reported on <bug-texinfo@gnu.org>.
1069
1070 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
1071
1072 * net/tramp.el (tramp-completion-reread-directory-timeout):
1073 New defcustom.
1074 (tramp-handle-file-name-all-completions): Flush directory contents
1075 from cache regularly.
1076 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1077 (tramp-open-connection-setup-interactive-shell):
1078 Call `tramp-cleanup-connection' via funcall.
1079
1080 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1081 created when copying.
1082
1083 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
1084
1085 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1086 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1087 * eshell/esh-ext.el (eshell-external-command):
1088 * eshell/esh-cmd.el (require):
1089 * eshell/em-unix.el (eshell-plain-locate-behavior):
1090 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1091 Replace eshell-under-xemacs-p with (featurep 'xemacs).
1092 * eshell/esh-mode.el (characterp, char-int): Remove unused
1093 conditional defaliases.
1094
1095 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1096 Rename from event-matches-key-specifier-p, define unconditionally.
1097 (event-basic-type): Remove unused defalias.
1098 (pcomplete-show-completions):
1099 Use pcomplete-event-matches-key-specifier-p.
1100
1101 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1102
1103 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1104 when saving esh-groups.el.
1105
1106 2007-11-17 Martin Rudalics <rudalics@gmx.at>
1107
1108 * wid-edit.el (widget-default-complete):
1109 * progmodes/flymake.el (flymake-goto-file-and-line):
1110 Fix typo in (doc-)string.
1111
1112 2007-11-17 Glenn Morris <rgm@gnu.org>
1113
1114 * emacs-lisp/byte-run.el (declare-function): New macro.
1115 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1116 New function, byte-hunk-handler for declare-function.
1117 (byte-compile-callargs-warn): Handle declared functions.
1118
1119 * emacs-lisp/check-declare.el: New file.
1120 * Makefile.in (check-declare): New target.
1121
1122 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1123
1124 * subr.el (process-lines): Move here from ../admin/admin.el.
1125 * emacs-lisp/authors.el (authors-process-lines): Remove.
1126 (authors): Use process-lines rather than authors-process-lines.
1127
1128 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1129 Remove these files.
1130
1131 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * emacs-lisp/backquote.el (backquote):
1134 Improve argument/docstring consistency.
1135
1136 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1137 (ring-length, ring-empty-p): Use c[ad]dr.
1138 (ring-plus1): Use `1+'.
1139 (ring-minus1): Use `zerop'.
1140 (ring-remove): Use c[ad]dr. Use `when'.
1141 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
1142 (ring-ref): Use `let', not `let*'.
1143 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
1144 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
1145 (ring-member): Simplify. Doc fix.
1146 (ring-convert-sequence-to-ring): Simplify.
1147
1148 2007-11-17 Juri Linkov <juri@jurta.org>
1149
1150 * dired-aux.el (dired-create-directory): Allow creating
1151 a directory of an arbitrary depth. Add a loop to find the topmost
1152 nonexistent parent dir `new', and call `dired-add-file' on it.
1153 Set the `PARENTS' arg of `make-directory' to t.
1154
1155 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1156
1157 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1158 (math-build-parse-table): Get parse information from math-parse-table.
1159
1160 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1161
1162 * window.el (recenter-last-op): New var.
1163 (recenter-top-bottom): New command.
1164 (global-map): Bind it to C-l.
1165
1166 * abbrev.el (abbrev--write): Fix error in transcription from C.
1167
1168 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1169 (pc-select-ensure-mark): Set mark-active to a special value instead.
1170 Rename from ensure-mark. Update call callers.
1171 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1172 Rewrite. Update all callers.
1173 (pc-selection-mode): Remove redundant var declaration.
1174
1175 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
1176
1177 * doc-view.el (doc-view-search-backward, doc-view-search):
1178 Fix assignment to free variable bug.
1179
1180 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
1181
1182 * emulation/pc-select.el (pc-select-shifted-mark): New var.
1183 (ensure-mark): Set it.
1184 (maybe-deactivate-mark): New fun.
1185 Use it everywhere instead of (setq mark-active nil).
1186
1187 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1188
1189 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1190 Add check for XEmacs.
1191
1192 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1193
1194 * doc-view.el (doc-view-resolution): Add missing :group.
1195
1196 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * subr.el (make-variable-frame-local):
1199 Fix typo in obsolescence declaration.
1200
1201 2007-11-16 Werner Lemberg <wl@gnu.org>
1202
1203 * files.el (set-auto-mode-1): Check second line for -*- if file
1204 starts with '\" (which is used by man pages to identify needed
1205 troff preprocessors).
1206
1207 2007-11-16 Glenn Morris <rgm@gnu.org>
1208
1209 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1210
1211 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1212
1213 * calc/calc-lang.el (math-oper-table): Fix typo.
1214 Reduce precedence of "/" for TeX.
1215
1216 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1217
1218 2007-11-16 Juri Linkov <juri@jurta.org>
1219
1220 * dired-aux.el (dired-read-shell-command-default): New function.
1221 (dired-read-shell-command): Use its return value for DEFAULT arg.
1222
1223 * replace.el (keep-lines-read-args, occur-read-primary-args):
1224 Use a list of default values for DEFAULT arg of read-from-minibuffer.
1225
1226 * man.el (Man-heading-regexp): Add 0-9.
1227 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1228
1229 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1232 (doc-view-resolution): New custom var.
1233 (doc-view-pdf/ps->png): Use it.
1234 (doc-view-shrink-factor): New var.
1235 (doc-view-enlarge, doc-view-shrink): New commands.
1236 (doc-view-mode-map): Use them.
1237
1238 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1239
1240 * ediff-wind.el (ediff-window-setup-function):
1241 * simple.el (normal-erase-is-backspace):
1242 * eshell/em-unix.el (eshell/info):
1243 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1244 Fix typos in docstrings.
1245
1246 * emulation/cua-base.el (cua--keymaps-initialized):
1247 Rename from `cua--keymaps-initalized'. Callers changed.
1248 (cua-highlight-region-shift-only): Doc fix.
1249 (cua-paste-pop): Fix typo in docstring.
1250
1251 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * emulation/cua-base.el (cua--pre-command-handler-1):
1254 Use input-decode-map instead of function-key-map.
1255 Use event-modifiers now that it works reliably.
1256
1257 * vc.el (vc-diff-internal): Pop-to-buffer later.
1258
1259 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1260
1261 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1262 did not touch them.
1263
1264 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1265
1266 * calc/calc-menu.el: New file.
1267 * calc/calc.el (calc-mode): Require calc-menu.
1268
1269 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
1270
1271 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1272
1273 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1274
1275 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1276 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1277 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1278 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1279 locations.
1280 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1281 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1282 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1283
1284 2007-11-13 Noah Friedman <friedman@splode.com>
1285
1286 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1287 bindings to remap when `calc-scan-for-dels' is non-nil.
1288
1289 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1290
1291 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1292 constant forms.
1293 (byte-compile-nilconstp): New function.
1294 (byte-optimize-cond): Kill subsequent branches when a branch is
1295 know to be taken or not taken.
1296 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1297
1298 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1299
1300 * vc.el (vc-register): Allow registering a file passed as a
1301 parameter instead of just the current buffer.
1302
1303 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
1304
1305 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1306 Check whether the output of "uname -sr" has been changed.
1307
1308 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1309
1310 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1311 patterns from compilation-perl.el and compilation-weblint.el files.
1312
1313 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1314
1315 * progmodes/compilation-perl.el:
1316 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1317 a bootstrap failure.
1318
1319 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1320 instead of doing "cvs diff" in order to avoid accessing the repository.
1321
1322 2007-11-12 Kevin Ryde <user42@zip.com.au>
1323
1324 * progmodes/compilation-perl.el:
1325 * progmodes/compilation-weblint.el: New files.
1326
1327 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1328
1329 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1330 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1331 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1332 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1333 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1334 Rewrite in active voice.
1335
1336 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1337
1338 * doc-view.el: Add comments about isearch support.
1339
1340 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1341
1342 * vc.el (vc-start-entry): Fix setting the in the case the function
1343 is called from vc-dired. Use when instead of if where appropriate.
1344
1345 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1346
1347 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1348 to be a list.
1349 (ps-begin-job): Error if ps-lpr-switches is not a list.
1350
1351 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1352
1353 * faces.el (face-normalize-spec): Remove function.
1354 (frame-set-background-mode): Undo last change.
1355
1356 2007-11-10 Jason Rumney <jasonr@gnu.org>
1357
1358 * w32-fns.el: Sync charset names with setup-default-fontset.
1359 Append "-1" where second part missing.
1360
1361 2007-11-10 Juri Linkov <juri@jurta.org>
1362
1363 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1364 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1365
1366 * custom.el (custom-note-var-changed): Remove the `interactive'
1367 spec from this new non-interactive function.
1368
1369 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1370
1371 * doc-view.el (doc-view-mode-map, doc-view-menu)
1372 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1373 (doc-view-search-backward): New function.
1374 (doc-view-search): Query new regexp if prefix arg is given, else
1375 jump to next/previous match.
1376 (doc-view-mode): Handle compressed files.
1377 (jka-compr): Required for compressed files.
1378
1379 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1380
1381 * replace.el (query-replace-show-replacement): New defcustom.
1382 (perform-replace): Use `match-substitute-replacement' if
1383 `query-replace-show-replacement' is non-nil.
1384
1385 2007-11-10 David Kastrup <dak@gnu.org>
1386
1387 * subr.el (match-substitute-replacement): New function.
1388
1389 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
1390
1391 * files.el (auto-mode-alist): Select org-mode for files with the
1392 extension ".org".
1393
1394 2007-11-10 Martin Rudalics <rudalics@gmx.at>
1395
1396 * help.el (help-window, help-window-point-marker): New variables.
1397 (help-window-select): New option.
1398 (with-help-window): New macro for displaying help windows.
1399 (help-window-display-message, help-window-setup-finish)
1400 (help-window-setup): New functions used for setting up help windows.
1401 (print-help-return-message): Reset help-window to nil.
1402 (view-lossage): Use with-help-window instead of
1403 with-output-to-temp-buffer and move help-window-point-marker after
1404 inserted text.
1405 (describe-bindings, describe-key, describe-mode): Use
1406 with-help-window instead of with-output-to-temp-buffer.
1407
1408 * help-mode.el (help-mode): Set view-exit-action to bury the
1409 buffer instead of fiddling with windows. Simplify code.
1410 (help-mode-finish): When help-window eqs t set it to the selected
1411 window and have with-help-window set up view-return-to-alist.
1412 (help-buffer): Add autoload cookie.
1413
1414 * view.el (view-remove-frame-by-deleting): Change default value to t.
1415 Add autoload cookie.
1416 (view-exit-action, view-file, view-file-other-window)
1417 (view-file-other-frame, view-buffer, view-buffer-other-window)
1418 (view-buffer-other-frame): Rewrite doc strings.
1419 (view-return-to-alist-update): New function to remove stale entries
1420 from view-return-to-alist.
1421 (view-mode-enter): Rewrite doc string and simplify code.
1422 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1423 view-exit-action to nil. Simplify code and rewrite doc string.
1424
1425 * apropos.el (apropos-describe-plist):
1426 * descr-text.el (describe-char):
1427 * disp-table.el (describe-display-table):
1428 * faces.el (list-faces-display, describe-face):
1429 * facemenu.el (list-colors-display):
1430 * help-fns.el (describe-function, describe-variable)
1431 (describe-syntax, describe-categories):
1432 Use with-help-window instead of with-output-to-temp-buffer.
1433
1434 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1435
1436 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1437 Optimize (featurep 'emacs) to t.
1438
1439 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1440 New function.
1441 (byte-compile-maybe-guarded): Use it to also look for bound
1442 symbols inside `and' forms. Comment out non-working code that was
1443 trying to avoid warnings for XEmacs code.
1444
1445 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1446
1447 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1448 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1449 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1450 (vc-cvs-annotate-command):
1451 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1452 is bound, it always is.
1453
1454 2007-11-10 Jason Rumney <jasonr@gnu.org>
1455
1456 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1457 setup here from global scope.
1458
1459 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1460
1461 * ido.el (ido-save-history): Save the history file in UTF-8, not
1462 the current filename coding system.
1463
1464 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * simple.el (interprogram-cut-function, interprogram-paste-function):
1467 Don't make them frame-local any more.
1468
1469 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1470 Don't set interprogram-(cut|paste)-function on each frame.
1471
1472 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1473 Make them work in tty frames.
1474 (interprogram-cut-function, interprogram-paste-function):
1475 Set them globally.
1476
1477 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1478
1479 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1480 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1481 (iso-iso2duden-trans-tab): Add docstring.
1482
1483 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * abbrev.el (define-abbrev-table): Record the variable definition.
1486
1487 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1488 New function.
1489
1490 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1491
1492 * ps-print.el: Clean the code for checking suitable Emacs version.
1493 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1494 (ps-print-version): New version 6.8.1.
1495
1496 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * files.el (enable-local-variables): Doc fix.
1499
1500 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1501
1502 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1503
1504 2007-11-09 Sven Joachim <svenjoac@gmx.de>
1505
1506 * dired-aux.el (dired-copy-file-recursive):
1507 Preserve directory permissions.
1508
1509 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1510
1511 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1512 (whitespace-unload-function): New-style unload function. When run,
1513 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1514 to stop the old hook from messing with the unloading.
1515
1516 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1519 (elp-unset-master, elp-results): Fix typos.
1520 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1521 Doc fixes.
1522
1523 * msb.el (msb--many-menus): Remove variable.
1524 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1525 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1526 (msb--toggle-menu-type): Fix typos in docstrings.
1527
1528 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1529 (shadow-insert-var): Doc fixes.
1530 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1531 Reflow docstrings.
1532 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1533
1534 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1535
1536 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1537 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1538 Fix typos in autoload docstrings.
1539
1540 2007-11-09 Richard Stallman <rms@gnu.org>
1541
1542 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1543
1544 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1545
1546 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1547 (gdb-var-update-handler-1): Use it.
1548
1549 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1550
1551 * loadhist.el (unload-feature): Remove erroneous check for the
1552 FEATURE-unload-function variable; check the existence of the
1553 function (that's what the docstring says, and it makes more sense).
1554
1555 * follow.el (follow-unload-function): Add docstring.
1556 (follow-unload-function): Remove variable.
1557
1558 * server.el (server-unload-function): Remove variable.
1559 (server-unload-function): Unbind `server-edit' from `C-x #'.
1560
1561 * ses.el (ses-unload-function): New function.
1562
1563 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1564
1565 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1566 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1567
1568 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1569 before use to avoid a warning in packages that require uniquify.
1570 (uniquify-unload-function): New function and var.
1571
1572 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
1573
1574 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1575 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1576 (ediff-current-diff-A, ediff-current-diff-B)
1577 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1578 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1579 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1580 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1581 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1582 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1583 (ediff-setup-windows-plain-merge)
1584 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1585 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1586 * ediff-util.el (ediff-setup-keymap, )
1587 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1588 (ediff-toggle-use-toolbar, ediff-really-quit)
1589 (ediff-good-frame-under-mouse)
1590 (ediff-highlight-diff-in-one-buffer)
1591 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1592 (ediff-make-bullet-proof-overlay):
1593 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1594 (ediff-set-meta-overlay):
1595 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1596 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1597 ediff-emacs-p with their former definitions.
1598
1599 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1600 (viper-has-face-support-p, viper-inactivate-input-method)
1601 (viper-activate-input-method)
1602 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1603 * emulation/viper-mous.el (viper-multiclick-timeout)
1604 (viper-surrounding-word, viper-mouse-click-insert-word)
1605 (viper-mouse-click-search-word, viper-parse-mouse-key):
1606 * emulation/viper-macs.el (viper-char-array-to-macro):
1607 * emulation/viper.el (viper-go-away, viper-set-hooks)
1608 (viper-non-hook-settings):
1609 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1610 (viper-get-saved-cursor-color-in-insert-mode)
1611 (viper-get-saved-cursor-color-in-emacs-mode)
1612 (viper-check-version, viper-get-visible-buffer-window)
1613 (viper-file-checked-in-p, viper-set-replace-overlay)
1614 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1615 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1616 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1617 with their former definitions.
1618 (viper-eventify-list-xemacs): Only do work for XEmacs.
1619 (viper-set-unread-command-events): Only do work for Emacs.
1620 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1621 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1622 (viper-overlay-get, viper-overlay-put, viper-read-event)
1623 (viper-characterp, viper-int-to-char, viper-get-face)
1624 (viper-color-defined-p, viper-iconify): New defaliases replacing
1625 the old fsets.
1626
1627 * progmodes/fortran.el (comment-region-function)
1628 (uncomment-region-function): Pacify byte compiler.
1629
1630 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1631
1632 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
1633
1634 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1635 `process-environment'.
1636
1637 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1638
1639 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1640 match dir like "a...b".
1641
1642 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1645
1646 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
1647
1648 * net/tramp.el (tramp-handle-substitute-in-file-name):
1649 Don't expand the remote connection identification.
1650 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1651 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
1652 before calling stty.
1653
1654 * net/tramp-cache.el (tramp-cache-print)
1655 (tramp-dump-connection-properties): Fix docstring.
1656 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
1657
1658 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1659
1660 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1661 remote connection identification when setting connection property.
1662
1663 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1664 "//" substitutes only in the local filename part.
1665
1666 2007-11-07 David Hansen <david.hansen@gmx.net>
1667
1668 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1669
1670 2007-11-07 Glenn Morris <rgm@gnu.org>
1671
1672 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1673 Remove superfluous concats. Move final set-buffer to
1674 non-emacs-specific code.
1675
1676 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
1677
1678 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1679
1680 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1681
1682 * eshell/esh-mode.el (eshell-output-filter):
1683 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1684 Use `with-current-buffer'.
1685
1686 2007-11-07 Andreas Schwab <schwab@suse.de>
1687
1688 * server.el (server-start): Only register cleanup after server was
1689 started.
1690
1691 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1694
1695 * net/tramp-cache (tramp-cache-print): Move down.
1696 (tramp-cache-list-connections): New defun.
1697
1698 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1699
1700 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
1701
1702 * ido.el (ido-save-history): Write the history file in the current
1703 filename coding system, and add `coding' file-local variable.
1704
1705 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
1706
1707 * textmodes/org.el (org-table-formula-substitute-names):
1708 Remove forgotten temporary debugging code.
1709
1710 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
1711
1712 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1713 the prompt.
1714
1715 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1716
1717 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1718
1719 2007-11-05 Simon Josefsson <simon@josefsson.org>
1720
1721 * net/tls.el (tls-end-of-info): Doc fix.
1722
1723 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1724
1725 * international/utf-7.el (utf-7-imap): New coding system.
1726 (utf-7-imap-post-read-conversion): New function.
1727 (utf-7-imap-pre-write-conversion): New function.
1728
1729 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1730
1731 * abbrev.el (abbrev--write): Fix up typo.
1732
1733 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
1734
1735 * abbrev.el (define-abbrev-table): Doc fix.
1736
1737 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1738
1739 * info.el (Info-revert-buffer-function): New func.
1740 (Info-mode): Arrange to use it for reverting.
1741 (Info-copy-current-node-name): Add space between filename and nodename.
1742
1743 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1746
1747 2007-11-04 Glenn Morris <rgm@gnu.org>
1748
1749 * net/tls.el: Don't require rx when compiling.
1750 (tls-end-of-info): Rewrite without using rx.
1751 (open-tls-stream): Use with-current-buffer.
1752
1753 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1754
1755 * net/tls.el: Require rx when compiling.
1756 (tls-end-of-info): New variable.
1757 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1758 matched.
1759
1760 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1761
1762 * register.el (append-to-register, prepend-to-register):
1763 Don't signal error on empty register; use the text, instead.
1764
1765 2007-11-03 Michael Olson <mwolson@gnu.org>
1766
1767 * textmodes/remember.el (remember-buffer):
1768 Use define-obsolete-function-alias rather than defalias.
1769
1770 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1771
1772 * simple.el (bad-packages-alist): Anchor semantic regexp.
1773
1774 2007-11-03 Glenn Morris <rgm@gnu.org>
1775
1776 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1777 if defined, for blank lines. Doc fix.
1778
1779 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1780 (fortran-mode): Set values for comment-region-function,
1781 uncomment-region-function and comment-insert-comment-function.
1782 (fortran-uncomment-region): New function.
1783
1784 * textmodes/nroff-mode.el (nroff-mode):
1785 Set comment-insert-comment-function rather than indent-line-function.
1786 (nroff-indent-line-function): Remove.
1787 (nroff-insert-comment-function): New function.
1788
1789 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1790
1791 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1792
1793 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1794
1795 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1796
1797 * emulation/viper-cmd.el (viper-prev-destructive-command)
1798 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1799 copy-sequence.
1800
1801 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1802 Got rid of ediff-copy-list.
1803
1804 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1805 use face-name.
1806 (ediff-test-utility, ediff-diff-mandatory-option)
1807 (ediff-reset-diff-options): Remove to simplify the mandatory option
1808 handling on Windows.
1809 (ediff-set-diff-options): Add.
1810 (ediff-diff-options): Set "--binary" option as default in some cases.
1811
1812 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
1813 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1814 ediff-vc-working-revision. Require vc-hooks.
1815
1816 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1817
1818 * files.el (hack-local-variables): Fix membership tests to avoid
1819 treating all variables as safe if `enable-local-variables' is
1820 set to :safe (CVE-2007-5795).
1821
1822 2007-11-02 Glenn Morris <rgm@gnu.org>
1823
1824 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1825 if defined, do all the work of inserting a new comment.
1826
1827 * progmodes/etags.el (tags-table-mode): Disable undo.
1828
1829 * simple.el (bad-packages-alist): Revert previous change.
1830
1831 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1832
1833 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1834
1835 * obsolete/lselect.el: Do not warn about unknown functions.
1836
1837 2007-11-02 Michael Olson <mwolson@gnu.org>
1838
1839 * textmodes/remember.el (remember-buffer): Make this an alias of
1840 remember-finalize, because Org uses it.
1841
1842 2007-11-01 Michael Olson <mwolson@gnu.org>
1843
1844 * textmodes/remember.el: Improve documentation in heading.
1845 (remember-before-remember-hook): Turn into a customizable option.
1846 (remember): Document INITIAL argument.
1847 (remember-region): Remove autoload cookie. Improve docstring to
1848 mention that it is called from the *Remember* buffer, and does not
1849 have any functional overlap with the `remember' function.
1850 (remember-finalize): Remove autoload cookie. Rename from
1851 remember-buffer to emphasize that this does not have any
1852 functional overlap with the `remember' function.
1853 (remember-destroy): Remove autoload cookie.
1854 (remember-mode-map): Define and initialize in one step.
1855 (remember-mode): Improve docstring.
1856 (remember-annotation-functions): Default to just '(buffer-file-name),
1857 and don't try to take the default value from Planner.
1858
1859 2007-11-01 Glenn Morris <rgm@gnu.org>
1860
1861 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1862
1863 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1864
1865 * emacs-lisp/authors.el (authors-scan-change-log)
1866 (authors-scan-el): Don't enable local eval; enable only safe local
1867 variables, without querying.
1868
1869 * mail/footnote.el (footnote-numeric-regexp)
1870 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1871 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1872 Match multi-character footnotes.
1873
1874 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1875 (nroff-indent-line-function): New function.
1876 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1877 obsolete alias.
1878
1879 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
1880
1881 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1882 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
1883 (rcirc-print): Only update the line count when not marking the
1884 line as omittable.
1885 (rcirc-log-write): Specify coding system when writing logfile.
1886 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1887
1888 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1889
1890 * printing.el (printing): Fix :version, printing.el was included
1891 for in emacs-22.1.
1892 (pr-path-style, pr-path-alist, pr-txt-name)
1893 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1894 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1895 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1896 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1897 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1898 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1899 (pr-setting-database, pr-visible-entry-list)
1900 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1901 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
1902
1903 * ediff-util.el (ediff-nuke-selective-display): Move definition to
1904 top level, make it dependent on the emacs flavor.
1905
1906 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1907 Test for XEmacs not for itimer.
1908
1909 * term/sun-mouse.el:
1910 * obsolete/sun-fns.el:
1911 * obsolete/sun-curs.el: Remove files.
1912
1913 * term/sun.el (select-previous-complex-command): Remove obsolete code.
1914
1915 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
1916
1917 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
1918 was given to concat.
1919
1920 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
1923 used normally for goto-line. Change `g' to revert the buffer.
1924 Add redundant `r' binding for buffer-revert.
1925
1926 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
1927 (mail-abbrevs-setup): Use abbrev-expand-functions.
1928 (build-mail-abbrevs): Use with-temp-buffer.
1929 (define-mail-abbrev): Simplify.
1930 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
1931 Change it for use on abbrev-expand-functions.
1932 (mail-abbrev-complete-alias): Use with-syntax-table.
1933
1934 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1935
1936 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
1937 directly. Fix bug in deleting temp file.
1938
1939 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
1942 Merge defvar and define-abbrev-table.
1943 (def-python-skeleton): Use :case-fixed and :enable-function.
1944 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1945 Remove.
1946 (python-mode): Don't modify pre-abbrev-expand-hook.
1947
1948 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1949
1950 * ediff-util.el (ediff-file-checked-out-p)
1951 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
1952
1953 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * abbrev.el (abbrev-symbol): Correct let->let*.
1956 (abbrev--before-point): Only use abbrev-start-location if before point.
1957
1958 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1959
1960 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
1961 (strokes-unload-hook): Remove function and variable.
1962 (strokes-unload-function): New-style unload function, adapted
1963 from `strokes-unload-hook'.
1964
1965 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
1966 (cl-unload-hook): Remove variable.
1967 (cl-unload-function): New-style unload function, adapted
1968 from `cl-cannot-unload'.
1969
1970 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
1971 (elp-unload-function): New-style unload function, adapted
1972 from `elp-unload-hook'.
1973
1974 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1975
1976 * emacs-lisp/find-func.el (find-library): Use library at
1977 point as default interactive argument.
1978
1979 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1980
1981 * shadowfile.el (shadow-join): Remove.
1982 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
1983 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
1984 (shadowfile-unload-hook): Remove function and variable.
1985 (shadowfile-unload-function): New-style unload function, adapted
1986 from `shadowfile-unload-hook'.
1987
1988 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1989
1990 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
1991 only if it is bound.
1992
1993 * textmodes/reftex.el: Move autoloads for before all uses.
1994 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
1995 (reftex-delete-overlay): Move to the top level with the condition
1996 in the body.
1997
1998 * progmodes/simula.el: Use when instead of if.
1999
2000 * iimage.el (iimage-locate-file): Define unconditionally.
2001
2002 * mail/mailabbrev.el (mail-abbrev-next-line):
2003 * emulation/vip.el (vip-enlarge-region, vip-line)
2004 (vip-next-line-at-bol, vip-previous-line)
2005 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2006 Wrap with-no-warnings around uses of next-line and previous-line.
2007
2008 * ediff.el (run-ediff-from-cvs-buffer):
2009 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2010 Remove function not used by pcl-cvs anymore.
2011 (noninteractive, generic-sc-get-latest-rev)
2012 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2013 Delete support for long obsolete generic-sc.el.
2014
2015 2007-10-31 Glenn Morris <rgm@gnu.org>
2016
2017 * cvs-status.el: No longer require pcvs when compiling.
2018
2019 * doc-view.el (doc-view-conversion-refresh-interval)
2020 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2021 (doc-view-reset-slice): Doc fixes.
2022 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2023
2024 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2025
2026 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2027 Timers are automatically canceled by `unload-feature'.
2028
2029 * delsel.el (delsel-unload-hook): Remove function and variable.
2030 (delsel-unload-function): New-style unload function, adapted
2031 from `delsel-unload-hook'.
2032
2033 * msb.el (msb-unload-hook): Remove function and variable.
2034 (msb-unload-function): New-style unload function, adapted from
2035 `msb-unload-hook'.
2036
2037 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2038
2039 * desktop.el (uniquify-managed): Pacify byte compiler.
2040 (desktop-buffer-info): If the buffer name is managed by uniquify,
2041 save the base name, not the uniquified one.
2042 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2043 name in case of conflict.
2044
2045 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * doc-view.el: Use expand-file-name rather than concat.
2048 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2049 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2050 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2051 (doc-view-toggle-display): Use an overlay over the whole buffer so as
2052 not to have to touch the buffer's content.
2053 (doc-view-initiate-display): New function, extracted from doc-view-mode.
2054 (doc-view-mode): Use it. Don't mark as a special mode.
2055 Put the page numbers in the modeline.
2056 Set up the overlay. Hide the cursor. Run the mode hook.
2057 Use after-revert-hook rather than revert-buffer-function.
2058 (doc-view-search-internal): Fix typo.
2059 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2060 image-cache flush.
2061 (doc-view-reconvert-doc): Don't reset the whole mode.
2062 (doc-view-make-safe-dir): New function.
2063 (doc-view-current-cache-dir): Use it.
2064
2065 2007-10-30 Jason Rumney <jasonr@gnu.org>
2066
2067 * time.el (display-time-world-list): Test for zoneinfo support.
2068
2069 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
2070
2071 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2072
2073 * net/tramp-cache.el (tramp-flush-file-function): Check also
2074 `default-directory' if `buffer-file-name' does not return a
2075 string. Added to `eshell-pre-command-hook'.
2076
2077 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * doc-view.el (doc-view-current-doc): Remove.
2080 Replace all uses by buffer-file-name.
2081 (doc-view-menu): New menu.
2082 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2083 unused var `doc'.
2084 (doc-view-sort): Simplify.
2085 (doc-view-buffer-message): Don't change buffer-modified-p.
2086 (doc-view-mode): Change it here instead.
2087 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
2088 Don't modify the global value of revert-buffer-function.
2089
2090 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2091 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2092 (image-toggle-display): Take overlays into account and don't assume
2093 point-min==1.
2094
2095 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2096
2097 * vc.el (vc-annotate): Fix omission bug:
2098 Specify value for vc-sentinel-movepoint.
2099
2100 2007-10-30 Michael Olson <mwolson@gnu.org>
2101
2102 * textmodes/remember.el (remember-mode-hook)
2103 (remember-handler-functions, remember-annotation-functions):
2104 Add additional items as options, including some Org functions.
2105
2106 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
2107
2108 * doc-view.el: Remove cl-dependency.
2109 (doc-view-buffer-message): Mention new binding K.
2110 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2111 instead of variable.
2112 (doc-view-current-cache-dir): Better cache dir naming.
2113 (doc-view-current-display): Remove variable.
2114 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2115 (doc-view-kill-proc): Set converter process to nil.
2116 (doc-view-minor-mode): New minor mode.
2117 (doc-view-minor-mode-map): New keymap.
2118 (doc-view-mode): Remove text/image switching code. Use plain defun.
2119 (doc-view-mode-map): New binding K kills converter process.
2120 Remove C-c C-e binding.
2121 (doc-view-mode-text-map): Remove keymap.
2122 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2123 d-v-display-maybe.
2124 (doc-view-previous-major-mode): New variable.
2125 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2126 (doc-view-remove-if): New function.
2127 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2128 (doc-view-toggle-display): Toggle modes instead of display styles.
2129 (doc-view-reconvert-doc): Adapt to new way of doing things.
2130
2131 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2132
2133 2007-10-30 Glenn Morris <rgm@gnu.org>
2134
2135 * dirtrack.el (dirtrack-mode): Doc fix.
2136
2137 * shell.el (shell-dirtrack-verbose, shell-mode)
2138 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2139
2140 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2141 (byte-compile-enable-warning): Doc fix.
2142
2143 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2144 suppress byte-opt warning.
2145
2146 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2147
2148 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2149 (edt-gnu-emacs19-p): Remove.
2150 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2151 (edt-xserver, edt-page-backward, edt-beginning-of-line)
2152 (edt-end-of-line-forward, edt-end-of-line-backward)
2153 (edt-one-word-forward, edt-one-word-backward, edt-character)
2154 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2155 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2156 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2157 (edt-define-key, edt-bottom-check, edt-sentence-forward)
2158 (edt-sentence-backward, edt-paragraph-forward)
2159 (edt-paragraph-backward, edt-restore-key, edt-window-top)
2160 (edt-window-bottom, edt-scroll-window-forward-line)
2161 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2162 (edt-line-to-top-of-window, edt-paragraph-backward)
2163 (edt-restore-key, edt-window-top, edt-window-bottom)
2164 (edt-scroll-window-forward-line)
2165 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2166 (edt-line-to-middle-of-window, edt-goto-percentage)
2167 (edt-display-the-time, edt-remember, edt-split-window)
2168 (edt-emulation-on, edt-emulation-off)
2169 (edt-default-emulation-setup, edt-user-emulation-setup)
2170 (edt-select-default-global-map, edt-select-user-global-map):
2171 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2172 tests.
2173
2174 * textmodes/reftex-index.el (reftex-index-selection-or-word):
2175 Use feature test instead of boundp test so it can be resolved at
2176 compile time.
2177
2178 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2179
2180 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2183 Update all users.
2184 (abbrev-get, abbrev-put): Simplify.
2185 (define-abbrev): Don't store the `force' value in the :system property.
2186 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2187
2188 2007-10-30 Michael Olson <mwolson@gnu.org>
2189
2190 * desktop.el (desktop-minor-mode-table): Add line for ERC.
2191
2192 * textmodes/remember.el: New file that implements a mode for
2193 quickly jotting down things to remember.
2194
2195 * textmodes/remember-diary.el: A backend for remember.el that
2196 implements saving notes to a Diary file.
2197
2198 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2199
2200 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2201 Relocate in file.
2202 (allout-doublecheck-at-and-shallower): Increase to include
2203 slightly greater depths, since yank interaction is now ok.
2204 Also, elaborate the docstring to explain the situation.
2205 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2206 instead of concat, so we accommodate key sequences expressed as
2207 vectors as well as strings and lists.
2208 (allout-flag-region, allout-hide-by-annotation): Make the
2209 hidden-text overlays 'front-advance.
2210 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2211 (allout-aberrant-container-p, allout-on-current-heading-p)
2212 (allout-e-o-prefix-p, allout-next-heading)
2213 (allout-previous-heading, allout-goto-prefix)
2214 (allout-end-of-prefix, allout-next-sibling-leap)
2215 (allout-next-visible-heading, allout-auto-fill)
2216 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2217 (allout-yank-processing, allout-resolve-xref)
2218 (allout-current-topic-collapsed-p, allout-hide-region-body)
2219 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2220 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2221 (count-trailing-whitespace-region): Preserve match data, so allout
2222 outline navigation doesn't disrupt other Emacs operations.
2223 (allout-beginning-of-line): Retreat to the beginning of the hidden
2224 text, so fields are respected (for submodes that care).
2225 (allout-end-of-line): Preserve mark activation status when jumping.
2226 (allout-open-topic): Account for opening after a child that
2227 contains a hidden trailing newline. Preserve match data.
2228 Run allout-structure-added-hook
2229 (allout-encrypt-decrypted): Preserve match data.
2230 (allout-toggle-current-subtree-exposure): Add new interactive
2231 function for toggle subtree exposure - suggested by tassilo.
2232 (move-beginning-of-line, move-end-of-line): Don't use
2233 line-move-invisible-p, it's obsolete - substitute the code, instead.
2234
2235 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2236
2237 * textmodes/flyspell.el (message-signature-separator):
2238 * longlines.el (message-indent-citation-function): Pacify byte
2239 compiler.
2240
2241 * emacs-lisp/cl-loaddefs.el:
2242 * ldefs-boot.el: Regenerate.
2243
2244 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2245 (.el.elc, compile, compile-always, compile-calc)
2246 ($(lisp)/progmodes/cc-mode.elc): Use it.
2247
2248 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2249 Only do work for XEmacs.
2250 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2251 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2252 on XEmacs.
2253 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2254 (ps-x-color-name, ps-x-color-specifier-p)
2255 (ps-x-copy-coding-system, ps-x-device-class)
2256 (ps-x-extent-end-position, ps-x-extent-face)
2257 (ps-x-extent-priority, ps-x-extent-start-position)
2258 (ps-x-face-font-instance, ps-x-find-coding-system)
2259 (ps-x-font-instance-properties, ps-x-make-color-instance)
2260 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2261 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2262 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2263 (ps-generate-postscript-with-faces): Delete defaliases.
2264 (ps-face-foreground-name, ps-face-background-name)
2265 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2266 Move definitions to top level, make the body conditional on the Emacs
2267 flavor. Replace uses of deleted aliases and renamed functions.
2268 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2269 of deleted aliases and renamed functions.
2270
2271 * calc/calc.el (calc-emacs-type-lucid): Remove.
2272 (calc-digit-map, calcDigit-start, calc-read-key)
2273 (calc-clear-unread-commands):
2274 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2275 calc-emacs-type-lucid with (featurep 'xemacs)
2276
2277 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2278 (featurep 'xemacs).
2279 (tpu-lucid-emacs19-p): Remove.
2280 (tpu-map-key): Make it a function instead of using fset. Inline
2281 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2282 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2283
2284 * ielm.el: Use featurep 'xemacs.
2285
2286 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2287 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2288 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2289 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2290 cperl-xemacs-p with (featurep 'xemacs).
2291 (font-lock-cache-position): Pacify byte compiler.
2292
2293 2007-10-29 Drew Adams <drew.adams@oracle.com>
2294
2295 * faces.el (read-color): New function.
2296 (face-at-point, foreground-color-at-point)
2297 (background-color-at-point): New functions.
2298
2299 2007-10-28 Richard Stallman <rms@gnu.org>
2300
2301 * net/browse-url.el (browse-url-text-xterm): Rename from
2302 browse-url-lynx-xterm and made generic.
2303 (browse-url-text-emacs): Likewise.
2304 (browse-url-text-browser): New variable.
2305 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2306 (browse-url-text-input-field, browse-url-text-input-attempts)
2307 (browse-url-kde-program): Likewise.
2308
2309 2007-10-29 Glenn Morris <rgm@gnu.org>
2310
2311 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2312 Use mapc rather than mapcar (reinstall change deleted without log
2313 entry 2007-10-22).
2314
2315 2007-10-29 Martin Rudalics <rudalics@gmx.at>
2316
2317 * wdired.el (wdired-next-line, wdired-previous-line):
2318 Use next-line and previous-line wrapped in with-no-warnings.
2319
2320 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
2321
2322 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2323 (rcirc-recent-quit-alist): New function.
2324 (rcirc): Print a better message when there is only one connected server.
2325 (rcirc-complete-nick): Do not update the nick table here.
2326 (rcirc-mode-map): Add M-o.
2327 (rcirc-current-line): Add variable.
2328 (rcirc-mode): Setup variables for line based omit.
2329 (rcirc-edit-multiline): Strip text properties.
2330 (rcirc-omit-responses): Add NICK.
2331 (rcirc-omit-threshold): Add variable.
2332 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2333 Add functions.
2334 (rcirc-print): Keep track of current line. Do not fill text if
2335 `rcirc-fill-flag' is null. Only omit text if the last activity
2336 from the sender is more than `rcirc-omit-threshold' lines ago.
2337 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2338 numbers instead of time.
2339 (rcirc-channel-nicks): Sort by line numbers instead of time.
2340 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2341 (rcirc-handler-JOIN): Restore the joiners linestamp.
2342 (rcirc-maybe-remember-nick-quit): Add function.
2343 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2344
2345 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2346
2347 * loadhist.el (unload-feature-special-hooks):
2348 Add `delete-frame-functions' and `suspend-tty-functions'.
2349
2350 * server.el (server-unload-function): Rename from `server-unload-hook'
2351 and adapt to new `unload-feature' functionality. Remove hook from
2352 `kill-buffer-hook' buffer-locally.
2353 (server-unload-hook): Remove.
2354 (server-unload-function): New var; replaces `server-unload-hook'.
2355
2356 2007-10-29 Glenn Morris <rgm@gnu.org>
2357
2358 * dirtrack.el (dirtrack-debug): Doc fix.
2359 (dirtrack-mode, dirtrack-debug-mode): New names for
2360 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2361 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2362 Make obsolete.
2363 (dirtrack-debug-message): Only print message if
2364 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2365 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2366 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2367
2368 2007-10-28 Glenn Morris <rgm@gnu.org>
2369
2370 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2371 (byte-compile-warnings-safe-p): Handle `not'.
2372 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2373 (byte-compile-enable-warning): New functions.
2374 (byte-compile-eval-before-compile)
2375 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2376 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2377 but do not modify it.
2378 (byte-compile-eval, byte-compile-obsolete)
2379 (byte-compile-warn-about-unresolved-functions)
2380 (byte-compile-file-form-defvar)
2381 (byte-compile-file-form-custom-declare-variable)
2382 (byte-compile-file-form-require)
2383 (byte-compile-file-form-defmumble, byte-compile-lambda)
2384 (byte-compile-form, byte-compile-normal-call)
2385 (byte-compile-variable-ref, byte-compile-defvar)
2386 (byte-compile-make-variable-buffer-local):
2387 Use byte-compile-warning-enabled-p.
2388 * emacs-lisp/advice.el (ad-compile-function):
2389 Use byte-compile-disable-warning.
2390 * emacs-lisp/cl.el: Move local variables to end of file, and set
2391 byte-compile-warnings to `(not cl-functions)'.
2392 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2393 byte-compile-warnings to `(not cl-functions)'.
2394 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2395 byte-compile-warnings to `(not cl-functions)'.
2396 (cl-do-proclaim): Use byte-compile-disable-warning and
2397 byte-compile-enable-warning.
2398 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2399 byte-compile-warnings to `(not cl-functions)'.
2400 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2401 Use byte-compile-disable-warning.
2402
2403 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 * cus-edit.el (custom-browse-insert-prefix):
2406 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2407
2408 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
2409
2410 * server.el (server-process-filter): Fix typo in docstring.
2411 (server-log): Reflow docstrings.
2412 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2413 (server-goto-line-column): Use `when'.
2414
2415 2007-10-28 Juri Linkov <juri@jurta.org>
2416
2417 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2418 when mouse is clicked on the isearch message.
2419 (isearch-resume): Call `isearch-update' at the end.
2420 Rename argument `search' to `string' to conform to the
2421 isearch terminology.
2422
2423 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 Rewrite abbrev.c in Elisp.
2426 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2427 (abbrev-table-get, abbrev-table-put, abbrev-get)
2428 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2429 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2430 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2431 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2432 (unexpand-abbrev, abbrev--write, abbrev--describe)
2433 (insert-abbrev-table-description, define-abbrev-table):
2434 New funs, largely transcribed from abbrev.c.
2435 (abbrev-with-wrapper-hook): New macro.
2436 (abbrev-table-name-list, global-abbrev-table)
2437 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2438 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2439 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2440 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2441 New vars, largely transcribed from abbrev.c.
2442 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2443 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2444 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2445
2446 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2447
2448 * ps-print.el: Now detect if text foreground and background colors are
2449 equal and replace the foreground color by another color, so the text
2450 becomes visible. Doc fix.
2451 (ps-print-version): New version 6.8.
2452 (ps-default-fg, ps-default-bg): Docstring fix.
2453 (ps-postscript-code-directory): Fix default value code.
2454 (ps-fg-list, ps-fg-validate-p): New options.
2455 (ps-foreground-list): New var.
2456 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2457
2458 2007-10-27 Glenn Morris <rgm@gnu.org>
2459
2460 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2461 (shell-dirtrack-toggle): Mark as obsolete.
2462 (dirtrack-toggle, dirtrack-mode): No longer alias to
2463 shell-dirtrack-mode.
2464
2465 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2466
2467 * calc/calc.el (math-standard-opers): Lower the precedence
2468 of negation.
2469 * calc/calc-lang.el (math-oper-table): Lower precedence of
2470 negation for C, TeX, and eqn.
2471
2472 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2473
2474 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2475
2476 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2477
2478 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2479 (desktop-not-loaded-hook): Fix :version tags.
2480
2481 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
2482
2483 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2484 (tramp-get-remote-tmpdir): New defun.
2485 (tramp-make-tramp-temp-file): Use it.
2486 (tramp-local-call-process): New defun. Replace all calls of
2487 `call-process' by this when appropriate.
2488 (tramp-handle-write-region): Replace calls of `file-attributes' by
2489 `tramp-compat-file-attributes'.
2490 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2491 Make the first command a `tramp-send-command' call, with let-bind
2492 of `tramp-end-of-output'.
2493 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2494 (tramp-load-report-modules, tramp-append-tramp-buffers):
2495 Move to tramp-cmds.el.
2496
2497 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2498 (tramp-fish-do-copy-or-rename-file)
2499 (tramp-fish-do-copy-or-rename-file-directly):
2500 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2501 Add parameter PRESERVE-UID-GID.
2502
2503 2007-10-27 Eli Zaretskii <eliz@gnu.org>
2504
2505 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2506 New defcustoms.
2507 (display-time-world-list): Use them as appropriate for the current
2508 value of `system-type'.
2509
2510 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2511
2512 * printing.el: Pacify byte compiler, that is, no compiler warnings.
2513 Move (again) some variable definitions before use, define some fun
2514 aliases, no code change.
2515 (pr-version): New version 6.9.2.
2516 (pr-path-style, pr-auto-region, pr-menu-char-height)
2517 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2518 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2519 via (defvar VAR).
2520 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2521 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2522 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2523 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2524 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
2525 (pr-menu-print-item, pr-ps-printer-menu-modified)
2526 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2527 (pr-even-or-odd-alist): Vars definition moved.
2528
2529 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2530
2531 * emulation/pc-select.el (next-line-mark, next-line-nomark)
2532 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2533 around uses of previous-line and next-line.
2534
2535 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2536 New defvars.
2537
2538 * textmodes/css-mode.el (comment-continue):
2539 * net/browse-url.el (url-handler-regexp):
2540 * progmodes/idlw-help.el (idlwave-system-routines):
2541 Pacify byte-compiler.
2542
2543 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
2544 line-move-invisible-p with its former definition: invisible-p.
2545 line-move-invisible-p was removed on 2007-08-29.
2546
2547 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2548
2549 * files.el (kill-emacs-query-functions): Doc fix;
2550 `save-buffers-kill-emacs' is no longer bound to a key.
2551
2552 2007-10-26 Richard Stallman <rms@gnu.org>
2553
2554 * isearch-multi.el (isearch-buffers-multi): New option.
2555 (isearch-buffers-search-fun): Test it.
2556
2557 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2558 Put ps-run-clear on C-c C-l.
2559
2560 * newcomment.el (comment-styles): New style indent-or-triple.
2561 (comment-style): Make that the default.
2562 (comment-add defvar): Doc fix.
2563 (comment-add): Delete arg EXTRA.
2564 (comment-region-default): Open code call to comment-add.
2565 Handle indent-or-triple style which uses `multi-char' for INDENT.
2566
2567 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2568
2569 * eshell/em-unix.el (nil-blank-string): Doc fix.
2570
2571 2007-10-26 John Wiegley <johnw@newartisans.com>
2572
2573 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
2574 function, ensure that the third argument is turned into a nil if
2575 the string is otherwise completely empty (either no characters, or
2576 all tabs/spaces). This fixes a bug from a user who found himself
2577 unable to customize `diff-switches' and still use Eshell's diff
2578 command.
2579
2580 2007-10-26 Glenn Morris <rgm@gnu.org>
2581
2582 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2583 safe-local-variable property.
2584
2585 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2586
2587 * net/browse-url.el (browse-url-browser-function): Delete grail.
2588 (browse-url-grail): Function and variable deleted.
2589 (browse-url-browser-function): Delete IXI Mosaic.
2590 (browse-url-default-browser): Don't try IXI Mosaic.
2591 (browse-url-iximosaic): Function deleted.
2592 (browse-url-browser-function): Delete MMM.
2593 (browse-url-default-browser): Don't try MMM.
2594 (browse-url-mmm): Function deleted.
2595
2596 2007-10-26 Drew Adams <drew.adams@oracle.com>
2597
2598 * custom.el (custom-note-var-changed): New function.
2599
2600 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2601
2602 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2603 use with the definition. Remove.
2604
2605 * add-log.el (change-log-start-entry-re): New defconst.
2606 (change-log-sortable-date-at): Use it.
2607 (change-log-beginning-of-defun, change-log-end-of-defun):
2608 New functions.
2609 (change-log-mode): Use them for beginning-of-defun-function and
2610 end-of-defun-function.
2611
2612 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2613
2614 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2615 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2616 (ses-recalculate-cell): Deal with point being just beyond end of
2617 data area (why does this happen?)
2618 (ses-set-curcell): Ditto.
2619 (ses-column-letter): Handle columns beyond 702. Code written by
2620 Gareth Rees.
2621
2622 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
2623
2624 * textmodes/org.el (org-agenda-get-restriction-and-command):
2625 Use `mapc' instead of `mapcar'.
2626 (org-agenda-list): Numeric prefix argument can specify the number
2627 of days.
2628 (remember-register, remember-buffer): Prevent byte compiler from
2629 complaining.
2630 (org-todo): Save and restore match data.
2631 (org-no-warnings): New macro.
2632 (org-columns-eval): Use `org-no-warnings'.
2633
2634 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2635
2636 * comint.el (comint-password-prompt-regexp):
2637 Handle `[sudo] password'-style prompt.
2638
2639 2007-10-25 Glenn Morris <rgm@gnu.org>
2640
2641 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2642 (defcustom): Doc fix.
2643
2644 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2645 Add `non_intrinsic'.
2646 (f90-constants-re): Add ieee modules.
2647 (f90-typedef-matcher, f90-typedec-matcher)
2648 (f90-imenu-type-matcher): New functions.
2649 (f90-font-lock-keywords-1): Give module procedures function-name face.
2650 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
2651 Add `use, intrinsic'.
2652 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2653 Move start of `enum' blocks to separate entry.
2654 (f90-start-block-re): Fix `type', `abstract interface'.
2655 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2656 derived types.
2657 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2658 `elemental', change `enumerator'.
2659 (f90-no-block-limit): Fix `abstract interface'.
2660
2661 * progmodes/f90.el (f90-indented-comment-re)
2662 (f90-directive-comment-re, f90-break-delimiters):
2663 * progmodes/fortran.el (fortran-comment-line-start-skip)
2664 (fortran-directive-re):
2665 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2666 as safe if they are strings.
2667
2668 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * startup.el (window-system): Remove. Don't make it frame-local.
2671
2672 2007-10-24 Richard Stallman <rms@gnu.org>
2673
2674 * savehist.el (savehist-save): Omit unreadable elements.
2675
2676 * loadhist.el (unload-function-defs-list): Rename from
2677 unload-function-features-list.
2678 (unload-feature-special-hooks, unload-feature): Doc fixes.
2679
2680 * indent.el (indent-to-left-margin): If point's in the indentation,
2681 move to the end of the indentation.
2682
2683 * cus-edit.el (customize-changed-options): Make arg optional.
2684
2685 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2686
2687 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2688
2689 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2690
2691 * textmodes/org-publish.el (org-publish-attachment): Re-install
2692 accidentally deleted change.
2693
2694 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2697
2698 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2699
2700 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2701 (Buffer-menu-mode-map): Initialize in the declaration.
2702 (Buffer-menu-mode): Define with `define-derived-mode'.
2703
2704 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
2705
2706 * textmodes/org.el (org-version): Change to 5.13e.
2707 (org-agenda-file-regexp): Fix typo in docstring.
2708 (org-add-planning-info): Fix bug in parenthesis settings.
2709 (org-scan-tags): Catch the case of indirect buffers with no filename.
2710 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2711 Re-install switch to mapc, had been removed by accident.
2712 (org-columns-map): New binding `C-c C-o'.
2713 (org-columns-menu): Change menu text and added new entry.
2714 (org-columns-eval): Document the use of `next-line'.
2715 (org-columns-open-link): New function.
2716 (org-columns-follow-link): Remove function.
2717 (org-open-link-from-string): New function.
2718 (org-read-date-get-relative): Fix typo in docstring.
2719 (org-read-date-get-relative): Leading +/- is not optional.
2720 (org-agenda-get-restriction-and-command): Always resize window on
2721 first loop cycle.
2722 (org-agenda-open-link): Make sure the link abbreviations are
2723 present in the agenda buffer.
2724 (org-agenda-copy-local-variable): New function.
2725
2726 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2729
2730 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * simple.el (reindent-then-newline-and-indent): Use a `move after
2733 insert' kind of marker in the save-excursion.
2734
2735 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2736
2737 * textmodes/css-mode.el: Require CL.
2738 (comment-continue): Declare.
2739
2740 * subr.el (make-variable-frame-localizable): Remove.
2741 (make-variable-frame-local): Mark obsolete.
2742
2743 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2746 of the subdirs is unreadable.
2747
2748 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
2749
2750 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2751 when we are local.
2752
2753 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2754
2755 * progmodes/python.el (python-current-defun): Remove left-over
2756 assignment to `start'.
2757
2758 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2759
2760 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2761 than `mapcar'; return value is not used.
2762
2763 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2764
2765 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2766 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2767
2768 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2769
2770 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2771 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2772
2773 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2774
2775 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
2776
2777 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2778
2779 * emacs-lisp/advice.el (ad-make-advised-docstring):
2780 Add ad-advice-info text property to doc string.
2781
2782 2007-10-23 Glenn Morris <rgm@gnu.org>
2783
2784 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2785 (f90-type-indent, f90-program-indent, f90-associate-indent)
2786 (f90-continuation-indent, f90-comment-region)
2787 (f90-beginning-ampersand, f90-smart-end)
2788 (f90-break-before-delimiters, f90-auto-keyword-case)
2789 (f90-leave-line-no, f90-mode-hook):
2790 Give an appropriate safe-local-variable property.
2791
2792 * progmodes/fortran.el (fortran-tab-mode-default)
2793 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2794 (fortran-structure-indent, fortran-continuation-indent)
2795 (fortran-comment-indent, fortran-comment-line-extra-indent)
2796 (fortran-comment-line-start)
2797 (fortran-minimum-statement-indent-fixed)
2798 (fortran-minimum-statement-indent-tab)
2799 (fortran-comment-indent-char, fortran-line-number-indent)
2800 (fortran-check-all-num-for-matching-do)
2801 (fortran-blink-matching-if, fortran-continuation-string)
2802 (fortran-comment-region, fortran-electric-line-number)
2803 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2804 (fortran-analyze-depth, fortran-break-before-delimiters):
2805 Give an appropriate safe-local-variable property.
2806
2807 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2808
2809 * printing.el: Move variable definitions before use.
2810 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2811
2812 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2813
2814 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2815 (tpu-edt-off): Use it.
2816 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2817 the global-map before adding it to global-map.
2818
2819 * menu-bar.el (global-buffers-menu-map): New var.
2820 (global-map, menu-bar-update-buffers): Use it.
2821 * msb.el (msb-menu-bar-update-buffers): Use it.
2822 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2823 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2824 Use with-current-buffer.
2825
2826 2007-10-22 Juri Linkov <juri@jurta.org>
2827
2828 * isearch-multi.el: New file.
2829
2830 * isearch.el (isearch-search-string): After finding the next
2831 occurrence switch to buffer isearch-buffers-current-buffer when
2832 isearch-buffers-next-buffer-function is non-nil and
2833 isearch-buffers-current-buffer is live.
2834
2835 * add-log.el (change-log-mode): Make and set buffer-local variable
2836 isearch-buffers-next-buffer-function to change-log-next-buffer.
2837 Call isearch-buffers-minor-mode.
2838 (change-log-next-buffer): New function.
2839
2840 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
2841
2842 * org-export-latex.el (org-export-latex-protect-string):
2843 Renaming of `org-latex-protect'.
2844 (org-export-latex-emphasis-alist): By default, don't protect
2845 any emphasis formatter from further conversion.
2846 (org-export-latex-tables): Honor column grouping for tables.
2847 (org-export-latex-title-command): New option.
2848 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2849 export backslash character.
2850
2851 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2852
2853 * textmodes/org.el (org-read-date-get-relative): New function.
2854 (org-agenda-file-regexp): New variable.
2855 (org-agenda-files): Allow directories in the variable.
2856 (org-agenda-get-restriction-and-command): New function.
2857 (org-agenda): Use `org-agenda-get-restriction-and-command'.
2858 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
2859 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2860 New functions.
2861 (org-entry-add-to-multivalued-property)
2862 (org-entry-remove-from-multivalued-property)
2863 (org-entry-member-in-multivalued-property): New functions.
2864 (org-remember-apply-template): Catch C-g and make sure window
2865 configuration is restored.
2866 (org-agenda-open-link): Make it work with several links in the line.
2867 (org-drawers, org-set-regexps-and-options)
2868 (org-get-current-options): Add support for a DRAWERS in-buffer option.
2869 (org-agenda-window-frame-fractions): New option.
2870 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2871 (org-columns-cleanup-item, org-find-entry-with-id)
2872 (org-insert-columns-dblock, org-listtable-to-string)
2873 (org-dblock-write:columnview, org-columns-capture-view)
2874 (org-edit-headline): New functions.
2875 (org-agenda-to-appt): Require calendar.
2876 (org-entry-get-with-inheritance): Widen for search.
2877 (org-columns-display-here): Don't mark buffer as modified when
2878 adding space characters to accomodate column overlays.
2879 (org-export-as-html): Better formatting of tags in the toc.
2880 (org-columns-display-here): Make the ITEM column as compact as possible.
2881 (org-remember-templates): Customization interface improved.
2882 (org-export-with-property-drawer): Variable removed.
2883 (org-export-with-drawers): New option.
2884 (org-complex-heading-regexp): New variable.
2885 (org-sort-entries): Rewrite using `sort-subr'.
2886 (org-set-property): More appropriate completion during interactive use.
2887 (org-sort-entries): Allow sorting by property.
2888 (org-additional-option-like-keywords): Add more values.
2889 (org-sort-entries-or-items): Rename from `org-sort-entries'.
2890
2891 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2892
2893 * textmodes/org.el (org-get-date-from-calendar): New function.
2894 (org-at-timestamp-p, org-timestamp-change)
2895 (org-remember-templates): First element of each entry is now a
2896 name for the template.
2897 (org-store-log-note): Check for `org-note-abort'.
2898 (org-kill-note-or-show-branches): New command.
2899 (org-fontify-priorities): New option.
2900 (org-fontify-priorities): New function.
2901 (org-cut-subtree, org-copy-subtree): New argument N to
2902 act on N sequential subtrees.
2903 (org-paste-subtree): Fix the level at which a tree is pasted.
2904 (org-fit-agenda-window): Limitations on window size removed.
2905 (org-agenda-find-same-or-today-or-agenda): Rename from
2906 `org-agenda-find-today-or-agenda'.
2907 (org-scheduled-past-days): New option.
2908 (org-agenda-scheduled-leaders)
2909 (org-agenda-deadline-leaders): New options.
2910 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2911 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2912 (org-export-with-tags, org-export-plist-vars)
2913 (org-infile-export-plist): New "tags" option.
2914 (org-use-property-inheritance): New option.
2915 (org-cached-entry-get): Use `org-use-property-inheritance'.
2916 (org-remember-apply-template): Fix typo.
2917
2918 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
2919
2920 * net/tramp.el (tramp-find-shell)
2921 (tramp-open-connection-setup-interactive-shell): Improve sending
2922 initial commands.
2923 (tramp-action-terminal): Send debug message.
2924 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
2925 (tramp-barf-if-no-shell-prompt): Insert code of
2926 `tramp-wait-for-shell-prompt'.
2927
2928 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
2931
2932 * term/vt200.el (terminal-init-vt200):
2933 * term/vt201.el (terminal-init-vt201):
2934 * term/vt220.el (terminal-init-vt220):
2935 * term/vt240.el (terminal-init-vt240):
2936 * term/vt300.el (terminal-init-vt300):
2937 * term/vt320.el (terminal-init-vt320):
2938 * term/vt400.el (terminal-init-vt400):
2939 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
2940
2941 * term/wyse50.el (wyse50-terminal-map): New var.
2942 (terminal-init-wyse50): Use it and input-decode-map.
2943 (enable-arrow-keys): Emasculate.
2944
2945 * term/tvi970.el (tvi970-terminal-map): New var.
2946 (terminal-init-tvi970): Use it and input-decode-map.
2947 (tvi970-keypad-numeric): Remove.
2948 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
2949
2950 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
2951 (terminal-init-sun): Use it and input-decode-map.
2952
2953 * term/news.el (terminal-init-news):
2954 * term/lk201.el (terminal-init-lk201):
2955 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
2956
2957 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
2958
2959 * complete.el (PC-expand-many-files): Remove.
2960 (PC-do-completion): Call file-expand-wildcards instead of
2961 PC-expand-many-files.
2962
2963 * net/tramp.el (tramp-handle-expand-many-files): Remove.
2964 (PC-expand-many-files): Remove advice.
2965
2966 2007-10-22 Glenn Morris <rgm@gnu.org>
2967
2968 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
2969 Add some support for Fortran 2003 syntax:
2970 (f90-type-indent): Now also applies to `enum'.
2971 (f90-associate-indent): New user option.
2972 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
2973 Add some F2003 keywords.
2974 (f90-constants-re): New constant.
2975 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
2976 Interface'.
2977 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
2978 `class'. Arguments for `type'/`class' may have spaces. Add a new
2979 element for functions with specified types. Add `end enum' and
2980 `select type'. Add `implicit enumerator' and `procedure'.
2981 Add `class default' and `type is', `class is'. Fix `go to' regexp.
2982 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
2983 (f90-font-lock-keywords-4): Add `f90-constants-re'.
2984 (f90-blocks-re): Add `enum' and `associate'.
2985 (f90-else-like-re): Add `class is', `type is', and `class default'.
2986 (f90-end-type-re): Add `enum'.
2987 (f90-end-associate-re, f90-typeis-re): New constants.
2988 (f90-end-block-re): Add `enum' and `associate'. Change from
2989 optional whitespace to end-of-word, to avoid `enumerator'.
2990 (f90-start-block-re): Add `select type', `abstract interface', and
2991 `enum'. Avoid `type is', and `type (sometype)'.
2992 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
2993 (f90-mode): Doc fix.
2994 (f90-looking-at-select-case): Doc fix. Add `select type'.
2995 (f90-looking-at-associate): New function.
2996 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
2997 Add `enum' and `abstract interface'.
2998 (f90-no-block-limit): Add `select type' and `abstract interface'.
2999 (f90-get-correct-indent, f90-calculate-indent)
3000 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
3001 (f90-indent-region, f90-match-end): Handle `associate' blocks.
3002
3003 2007-10-22 Martin Rudalics <rudalics@gmx.at>
3004
3005 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3006 Use window-full-width-p.
3007
3008 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3009
3010 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3011
3012 * tooltip.el: Use featurep 'xemacs.
3013
3014 * printing.el: Move variable definitions before use, no code change.
3015
3016 2007-10-22 Juri Linkov <juri@jurta.org>
3017
3018 * simple.el (goto-history-element): Allow minibuffer-default to be
3019 a list of default values accessible by typing M-n in the minibuffer.
3020
3021 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3022 minibuffer default value list instead of pushing them temporarily
3023 to the history list.
3024
3025 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3026
3027 * hexl.el (hexl-menu): New major mode menu.
3028
3029 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3032
3033 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3034
3035 * w32-fns.el (w32-quote-process-args):
3036 * dos-w32.el (print-region-function, lpr-headers-switches)
3037 (ps-print-region-function): Pacify byte-compiler.
3038
3039 * emulation/edt-mapper.el (function-key-map):
3040 (edt-map-key): Make it a function instead of using fset.
3041 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
3042 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3043 (edt-x-emacs-p): Remove.
3044 (edt-emacs-variant, edt-window-system, edt-xserver):
3045 Use featurep 'xemacs.
3046
3047 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3048 Replace eudc-xemacs-p with its definition.
3049 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3050 (eudc-emacs-mule-p): Remove.
3051 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3052 eudc-xemacs-p with feature tests.
3053
3054 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3055 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3056 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3057 (eudc-bob-toggle-inline-display):
3058 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3059 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3060
3061 * net/eudcb-ph.el (eudc-ph-open-session):
3062 Replace eudc-xemacs-mule-p with its former definition.
3063
3064 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3065 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3066
3067 * progmodes/vera-mode.el (vera-xemacs): Remove.
3068 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3069
3070 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3071 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3072 (vhdl-speedbar-initialize, vhdl-ps-print-init)
3073 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3074 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3075 with (featurep 'xemacs).
3076
3077 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3078 (save-buffer-state-x):
3079 * obsolete/fast-lock.el (fast-lock-verbose):
3080 * emulation/viper-init.el (viper-xemacs-p)
3081 (viper-cond-compile-for-xemacs-or-emacs):
3082 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3083 * ps-print.el (case-fold-search):
3084 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3085 * calculator.el (calculator-help): Use featurep 'xemacs.
3086
3087 * progmodes/prolog.el: Undo previous change.
3088 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3089
3090 * progmodes/dcl-mode.el:
3091 * play/yow.el:
3092 * calendar/todo-mode.el:
3093 * calendar/cal-hebrew.el:
3094 * vc-hg.el: Undo previous change.
3095
3096 * vms-patch.el: Likewise.
3097 (print-region-function): Pacify byte-compiler.
3098
3099 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
3100
3101 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3102 preserve-uid-gid.
3103
3104 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3105 compatibility. It is not used, though.
3106
3107 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3108 Require tramp-cmds.el.
3109 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3110 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3111 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3112 (tramp-do-copy-or-rename-file-out-of-band)
3113 (tramp-maybe-open-connection): Use `make-temp-name'. This is
3114 possible, because we don't need to create the temporary file, but
3115 we need a prefix for ssh, which has its own temporary file handling.
3116 (tramp-handle-delete-directory): Add "-f" to rmdir.
3117 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3118 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3119 a signal, in order to give the callee a chance to suppress.
3120 (tramp-handle-write-region): Set owner also in case of short
3121 track. Don't use compatibility calls for `write-region' anymore.
3122 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
3123 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3124
3125 * net/tramp-cmds.el: New file.
3126
3127 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3128 `tramp-clear-passwd'.
3129
3130 * net/trampver.el: Update release number.
3131
3132 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 * progmodes/gud.el (gud-target-name): Move definition before use.
3135
3136 * progmodes/dcl-mode.el: Require imenu at compile time.
3137
3138 * progmodes/cc-engine.el (c-maybe-stale-found-type):
3139 Pacify byte-compiler.
3140
3141 * obsolete/fast-lock.el: Use featurep test instead of string-match.
3142
3143 * eshell/esh-mode.el (eshell-handle-ansi-color):
3144 Require ansi-color at compile time too.
3145
3146 * eshell/em-unix.el (eshell/info): Require info at compile time too.
3147
3148 * w32-fns.el: Require w32-vars.
3149
3150 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3151 time too.
3152
3153 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * double.el ([ignore]): Use `ignore'.
3156 (double-setup): Inline into double-mode.
3157 (double-mode): Use define-minor-mode.
3158
3159 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3160
3161 * textmodes/reftex.el: Move require easymenu before first use.
3162 (reftex-info): Require info at compile too.
3163
3164 * textmodes/org-publish.el (org-publish-org-to-html)
3165 (org-publish-org-to): Require org at compile time too.
3166 (org-publish-attachment): Require at compile time too.
3167
3168 * term/tty-colors.el (w32-tty-standard-colors):
3169 Pacify byte-compiler.
3170
3171 * term/pc-win.el (frame-creation-function-alist): Add to this
3172 instead of setting frame-creation-function.
3173
3174 * play/blackbox.el (bb-up, bb-down): Use forward-line.
3175
3176 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3177
3178 * calendar/todo-mode.el: Require calendar at compile time.
3179
3180 * calendar/cal-hebrew.el: Require holidays at compile time.
3181
3182 * w32-vars.el: Provide w32-vars.
3183
3184 * term/w32-win.el: Require w32-vars.
3185 (w32-color-map): Pacify byte-compiler.
3186
3187 * loadup.el: Load w32-vars before term/w32-win.
3188
3189 2007-10-20 Juri Linkov <juri@jurta.org>
3190
3191 * textmodes/fill.el (fill-paragraph): When the region is active,
3192 don't try other `or' branches regardless of the value returned by
3193 fill-region; just return t.
3194
3195 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3196
3197 * vc.el (vc-do-command): Condition out a misleading message when
3198 running asynchronously.
3199 (vc-deduce-fileset): New argument enables using an unregistered
3200 visited file as a singleton fileset if nothing else is available.
3201 (vc-next-action): Restore file-registering behavior.
3202
3203 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3204
3205 * calc/README: Add recent news.
3206
3207 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3208
3209 * term/x-win.el (x-gtk-stock-map, icon-map-list)
3210 (x-gtk-map-stock): Delete duplicated definitions from merge.
3211
3212 * progmodes/compile.el (compilation-skip-to-next-location)
3213 (compilation-skip-threshold, compilation-skip-visited):
3214 Move definitions earlier.
3215
3216 * play/decipher.el (decipher-keypress):
3217 * play/zone.el (zone-fall-through-ws):
3218 * play/landmark.el (lm-move-down, lm-move-up):
3219 * play/handwrite.el (handwrite):
3220 * mail/mspools.el (mspools-visit-spool):
3221 * wdired.el (wdired-next-line, wdired-previous-line):
3222 * tar-mode.el (tar-subfile-save-buffer):
3223 * scroll-lock.el (scroll-lock-next-line)
3224 (scroll-lock-previous-line):
3225 * image-dired.el (image-dired-next-line)
3226 (image-dired-previous-line):
3227 * ediff-help.el (ediff-help-message-line-length):
3228 Use forward-line.
3229
3230 * smerge-mode.el (smerge-auto-refine):
3231 * diff-mode.el (diff-auto-refine): Add :group.
3232
3233 * play/yow.el: Require doctor at compile time.
3234
3235 * vmsproc.el: Provide vmsproc.
3236 (command-send-input): Use forward-line.
3237
3238 * vms-patch.el: Require ps-print and vmsproc at compile time.
3239
3240 * vc-mtn.el (log-view-message-re, log-view-file-re)
3241 (log-view-font-lock-keywords): Pacify byte-compiler.
3242
3243 * vc-hg.el: Require log-view at compile time.
3244
3245 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3246
3247 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3248
3249 2007-10-20 Glenn Morris <rgm@gnu.org>
3250
3251 * progmodes/f90.el (f90-font-lock-keywords-2)
3252 (f90-looking-at-type-like): Fix regexp typos.
3253
3254 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3255
3256 * bs.el (bs--track-window-changes): Don't refresh the whole list.
3257 (bs-mode): Set mode-class property to special.
3258
3259 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * diff-mode.el (diff-auto-refine): New var.
3262 (diff-hunk): Use it.
3263 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3264 (diff-refine-change): Rename from diff-fine-change. Change it.
3265 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3266 (diff-refine-hunk): Rename from diff-fine-highlight.
3267
3268 2007-10-20 John Paul Wallington <jpw@pobox.com>
3269
3270 * help-fns.el (describe-variable-custom-version-info): New function
3271 to return variable's version or package version note.
3272 (describe-variable): Use it, display result.
3273
3274 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * smerge-mode.el (smerge-auto-refine): New var.
3277 (smerge-next, smerge-prev): Use it.
3278 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3279
3280 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3281 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3282
3283 * vc-bzr.el (vc-bzr-diff-tree):
3284 * vc-git.el (vc-git-diff-tree):
3285 * vc-hg.el (vc-hg-diff-tree):
3286 * vc-mcvs.el (vc-mcvs-diff-tree):
3287 * vc-mtn.el (vc-mtn-diff-tree):
3288 * vc-svn.el (vc-svn-diff-tree): Remove.
3289
3290 * vc-mtn.el (vc-mtn-revision-completion-table):
3291 * vc-cvs.el (vc-cvs-revision-completion-table):
3292 * vc-arch.el (vc-arch-revision-completion-table):
3293 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3294 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3295 Make it work when the arg is a list of files.
3296
3297 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3298
3299 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3300 Also `revision-completion-table' now takes a list of files.
3301 (vc-deduce-fileset): Remove unused var `regexp'.
3302 Only obey allow-directory-wildcard in dired buffers.
3303 (vc-default-diff-tree): Remove.
3304 (vc-diff-added-files): New var.
3305 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3306 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3307 Remove the `backend' arg.
3308 (vc-contains-version-controlled-file): Remove.
3309 (vc-diff): Bring it closer to the version in Emacs-22.
3310 (vc-revert): Fix typo in let-binding.
3311 (vc-default-unregister): Remove.
3312 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3313
3314 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3315
3316 * textmodes/two-column.el (2C-split, 2C-merge):
3317 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3318 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3319 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3320 * progmodes/ada-xref.el (ada-get-all-references):
3321 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3322 * emulation/vi.el (vi-previous-line-first-nonwhite)
3323 (vi-effective-range, vi-put-before):
3324 * emulation/edt.el (edt-next-line, edt-previous-line)
3325 (edt-paragraph-forward): Use forward-line.
3326
3327 * progmodes/etags.el (tags-apropos): Require apropos at compile
3328 time too.
3329
3330 * progmodes/prolog.el: Require comint when compiling.
3331 (inferior-prolog-flavor): Move defvar before use.
3332
3333 2007-10-19 Richard Stallman <rms@gnu.org>
3334
3335 * font-core.el (turn-on-font-lock-if-desired):
3336 Rename from `turn-on-font-lock-if-enabled'.
3337 Fully obey `font-lock-global-modes'.
3338
3339 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3342 which will not affect the behavior of things like forward-word.
3343 (diff-fine-highlight): Preserve point.
3344
3345 * doc-view.el (doc-view-mode-map): Use remapping.
3346 Don't rebind C-v, M-v to their default value.
3347 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3348
3349 * smerge-mode.el: Add word-granularity refinement.
3350 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3351 (smerge-refine-weight-hack): New vars.
3352 (smerge-refine-forward): New fun.
3353 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3354 (smerge-refine-subst): Use them as well. Preserve point.
3355
3356 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * follow.el (follow-unload-function): New function.
3359
3360 * loadhist.el (unload-function-features-list):
3361 Rename from `unload-hook-features-list'.
3362 (unload-hook-features-list): Add as obsolete alias.
3363 (unload-feature): Use `unload-function-features-list'
3364 and new FEATURE-unload-function.
3365
3366 2007-10-19 Glenn Morris <rgm@gnu.org>
3367
3368 * bindings.el (mouse-minor-mode-menu)
3369 (minor-mode-menu-from-indicator): Move to mouse.el.
3370 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3371 Move here from bindings.el.
3372
3373 2007-10-19 Richard Stallman <rms@gnu.org>
3374
3375 * help-fns.el (describe-function-1): Don't use the advice origname
3376 if it has no function definition.
3377
3378 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3379
3380 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3381 Use `save-restriction' rather than `widen'.
3382
3383 2007-10-18 Richard Stallman <rms@gnu.org>
3384
3385 * time.el (display-time-world-time-format): Display day # not month #.
3386
3387 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3388
3389 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3390
3391 * doc-view.el: Remove version keyword.
3392 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3393 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3394 (doc-view-ghostscript-options): Improve custom type.
3395 (doc-view-cache-directory, doc-view-conversion-buffer)
3396 (doc-view-conversion-refresh-interval): Simplify custom type.
3397
3398 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3399
3400 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3401 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3402 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3403 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3404 Remove superfluous messages.
3405 (doc-view-mode-map): Use the image-mode scrolling commands.
3406 Don't rebind C-x k.
3407
3408 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3409
3410 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3411 Add comment about "-dSAFER".
3412
3413 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * term/xterm.el: Don't require xt-mouse.
3416 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3417 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3418
3419 * xt-mouse.el: Don't change the global function-key-map anny more.
3420 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3421 Don't use after-make-frame-functions now that term/xterm.el calls
3422 us directly.
3423 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3424 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3425 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3426 Setup input-decode-map and remember that xterm-mouse-mode was
3427 enabled in this terminal.
3428 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3429 terminals where it has been enabled.
3430
3431 * faces.el (tty-create-frame-with-faces): Make sure not only
3432 tty-run-terminal-initialization but also set-locale-environment
3433 are run only once per terminal.
3434 (tty-run-terminal-initialization): Don't check if the terminal was
3435 already initted.
3436
3437 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3438 not to remove keymaps that just happen to inherit from one of ours.
3439 When setting up our keymap, make sure it won't be accidentally
3440 modified by someone else.
3441
3442 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3443
3444 * textmodes/artist.el (artist-previous-line, artist-next-line):
3445 * dired.el (dired-next-line, dired-previous-line):
3446 * progmodes/delphi.el (delphi-newline):
3447 * textmodes/org.el (org-columns-eval):
3448 Use forward-line.
3449
3450 * emerge.el (emerge-setup): Use insert-buffer-substring.
3451 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3452
3453 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
3454
3455 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3456 (adaptive-fill-function): Doc fix. Remove * from docstring.
3457
3458 2007-10-18 Tom Horsley <tom.horsley@att.net>
3459
3460 * simple.el (interprogram-paste-function): Doc fix.
3461 (current-kill): Accept list of strings as well
3462 as single string from `interprogram-paste-function'.
3463
3464 2007-10-18 Glenn Morris <rgm@gnu.org>
3465
3466 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3467
3468 2007-10-18 Drew Adams <drew.adams@oracle.com>
3469
3470 * bindings.el (mode-line-minor-mode-keymap):
3471 Add mouse-minor-mode-menu on mouse-1.
3472 (mode-line-modes): Add mouse-1 to help-echo text.
3473 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3474 New functions.
3475 (mode-line-minor-mode-help): Doc fix.
3476
3477 2007-10-17 Juri Linkov <juri@jurta.org>
3478
3479 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3480 at the request of RMS.
3481 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3482 arg `region'. Fix docstring. At the first `or' branch add call to
3483 `fill-region' if it the region is active in transient-mark-mode.
3484
3485 * bindings.el (esc-map): Bind M-q to fill-paragraph
3486 instead of fill-paragraph-or-region.
3487
3488 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3489 with fill-paragraph.
3490
3491 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3492 Fix docstring.
3493
3494 * indent.el (indent-for-tab-command): Change interactive spec from
3495 "P" to "p". Add check for interactive arg before indenting the
3496 active region.
3497
3498 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3499 Regroup.
3500
3501 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
3502
3503 * emacs-lisp/find-func.el: Don't require loadhist.
3504
3505 * loadhist.el (feature-symbols, file-provides, file-requires)
3506 (file-set-intersect, file-dependents): Simplify.
3507 (unload-feature-special-hooks): Update list of special hooks.
3508
3509 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
3510
3511 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3512 extensions since they can be viewed with doc-view.
3513
3514 * files.el (auto-mode-alist): Make doc-view-mode the default mode
3515 for pdf, ps and dvi files.
3516
3517 * doc-view.el: Make doc-view-mode the standard mode for viewing
3518 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3519 text and image display. Add binding C-c C-e to switch to an
3520 editing mode.
3521 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
3522 avoid security problems when rendering files from untrusted sources.
3523
3524 2007-10-17 Aaron Hawley <aaronh@garden.org>
3525
3526 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3527 position is not saved.
3528
3529 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
3530
3531 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
3532 (doc-view-ghostscript-options): Fix typo in doc string.
3533
3534 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3537 handling, so compilation-fake-loc works again.
3538
3539 * server.el (server-select-display): Nop if we do not support m-f-o-d.
3540 (server-process-filter): Revert last change.
3541
3542 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3543 behavior unrelated to filesets.
3544
3545 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
3546
3547 * longlines.el (longlines-wrap-follows-window-size): Integer value
3548 specifies wrapping margin.
3549 (longlines-mode, longlines-window-change-function):
3550 Set window-specific wrapping margin based on the above.
3551
3552 2007-10-17 John Wiegley <johnw@newartisans.com>
3553
3554 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3555
3556 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3557
3558 * server.el (server-process-filter): Only set display if X11 is
3559 supported.
3560
3561 2007-10-17 Glenn Morris <rgm@gnu.org>
3562
3563 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3564 Tweak regexp to avoid stack overflow.
3565
3566 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 * simple.el (reindent-then-newline-and-indent): Don't assume that
3569 indent-according-to-mode preserves point.
3570
3571 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
3572
3573 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3574 (bs--nth-wrapper): Simplify.
3575 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
3576 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
3577 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3578 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3579 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3580 (bs-configurations, bs-default-configuration)
3581 (bs-alternative-configuration, bs-cycle-configuration-name)
3582 (bs-string-show-always, bs-string-show-never, bs-string-current)
3583 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3584 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3585 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3586 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3587 (bs--window-config-coming-from): Revert 2006-11-09 change.
3588 (bs--restore-window-config): Keep the selected frame.
3589 (bs--track-window-changes, bs--remove-hooks): New functions.
3590 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3591 (bs--create-header): Remove.
3592 (bs--create-header-line): New function, based on `bs--create-header'.
3593 (bs--show-header): Use `bs--create-header-line'.
3594 (bs--show-with-configuration): Revert 2006-11-09 change.
3595 Don't reuse window unless it is visible on the selected frame.
3596 Restore window configuration (possibly in a different frame)
3597 before creating any window.
3598
3599 2007-10-16 Glenn Morris <rgm@gnu.org>
3600
3601 * simple.el (blink-matching-open): Don't report false errors with
3602 the `$' syntax class.
3603
3604 2007-10-16 Richard Stallman <rms@gnu.org>
3605
3606 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3607 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3608 (ad-is-advised, ad-get-advice-info-field)
3609 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3610
3611 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3612
3613 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3614 (vc-default-working-revision): Compatibility for backends.
3615
3616 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3617
3618 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3619 (filesets-ormap, filesets-sort-case-sensitive-flag)
3620 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3621 Fix typos in docstrings.
3622 (filesets-conditional-sort, filesets-find-or-display-file)
3623 (filesets-data-get-name, filesets-data-get-data)
3624 (filesets-data-set, filesets-cmd-query-replace-getargs)
3625 (filesets-ingroup-collect): Doc fixes.
3626
3627 2007-10-15 Sam Steingold <sds@gnu.org>
3628
3629 * mail/sendmail.el (sendmail-error-reporting-interactive)
3630 (sendmail-error-reporting-non-interactive): New variables for
3631 sendmail error reporting options to simplify support for imperfect
3632 sendmail emulators.
3633 (sendmail-send-it): Use them instead of list literals.
3634
3635 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3636
3637 * help-fns.el: Revert previous change; it creates a
3638 dependency loop between advice.el and help-fns.el.
3639
3640 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3641
3642 * help-fns.el: Require advice when compiling.
3643
3644 2007-10-14 Drew Adams <drew.adams@oracle.com>
3645
3646 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3647 (ring-insert+extend, ring-remove+insert+extend, ring-member)
3648 (ring-next, ring-previous): New functions.
3649
3650 2007-10-14 Richard Stallman <rms@gnu.org>
3651
3652 * emacs-lisp/advice.el (documentation): Advice deleted.
3653 Doc for advised functions is now handled at C level.
3654 (ad-stop-advice, ad-start-advice): Don't enable or disable
3655 advice for `documentation'.
3656 (ad-advised-definition-docstring-regexp): Var deleted.
3657 (ad-make-advised-definition-docstring): Store orig name
3658 as text property of string.
3659 (ad-advised-definition-p): Check for text property of docstring.
3660
3661 * help-fns.el (describe-function-1): Find source of advised functions.
3662
3663 2007-10-14 Juri Linkov <juri@jurta.org>
3664
3665 * faces.el (describe-face): Allow handling a string as the face name.
3666
3667 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3668 active region in transient-mark-mode.
3669 (ispell-region): Change messages displayed at the start and end of
3670 the spell-checking to be the same.
3671
3672 * startup.el (fancy-startup-tail): Say exactly what does the button
3673 dismiss ("Dismiss this startup screen"). Use text "Never show
3674 it again" for the checkbox after this button.
3675 (fancy-startup-screen, fancy-about-screen): Put point before the
3676 first link, so the user can quickly select links with the keyboard.
3677 (normal-mouse-startup-screen): Add more useful text describing how
3678 to follow a link.
3679
3680 2007-10-14 Glenn Morris <rgm@gnu.org>
3681
3682 * progmodes/etags.el (select-tags-table): Disable undo in the
3683 `*Tags Table List*' buffer.
3684
3685 2007-10-13 Eli Zaretskii <eliz@gnu.org>
3686
3687 * dired.el (dired-warn-writable): New face.
3688 (dired-warn-writable-face): New variable.
3689 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3690 of dired-warning-face, for group- and world-writable files.
3691
3692 2007-10-13 Richard Stallman <rms@gnu.org>
3693
3694 * files.el (directory-abbrev-alist): Doc fix.
3695
3696 2007-10-13 Jari Aalto <jari.aalto@cante.net>
3697
3698 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3699
3700 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3701
3702 * frame.el (set-frame-configuration): Assign name parameter only
3703 if it has been set explicitly before.
3704
3705 2007-10-11 Tom Tromey <tromey@redhat.com>
3706
3707 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3708 frame is visible.
3709
3710 2007-10-10 Richard Stallman <rms@gnu.org>
3711
3712 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3713 in *Backtrace*.
3714
3715 * faces.el (face-font-selection-order): Doc fix.
3716
3717 * loadhist.el (unload-feature): Doc fix.
3718
3719 2007-10-13 Glenn Morris <rgm@gnu.org>
3720
3721 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3722 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3723 Add doc string, and an explicit COUNT argument.
3724 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3725 `inc' to search functions.
3726
3727 * faces.el (face-spec-set): When FRAME is nil, set the default for
3728 new frames (restores pre-2007-09-17 behavior). Doc fix.
3729
3730 2007-10-13 John W. Eaton <jwe@octave.org>
3731
3732 * progmodes/octave-mod.el (octave-looking-at-kw)
3733 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3734 New functions.
3735 (octave-in-defun-p, calculate-octave-indent)
3736 (octave-blink-matching-block-open, octave-beginning-of-defun)
3737 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3738 to search for regexps that contain case-sensitive keywords.
3739 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3740 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3741
3742 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3743
3744 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3745 Do not use a single clause cond.
3746
3747 * cus-start.el (all): Use test that does not match the X11 version
3748 for mac.
3749
3750 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3751
3752 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3753 BROWSE buffer.
3754
3755 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3756
3757 * cus-start.el (all): Undo previous change.
3758
3759 2007-10-13 Glenn Morris <rgm@gnu.org>
3760
3761 * woman.el (woman0-rename): Fix paren typo.
3762
3763 * mail/feedmail.el (feedmail-run-the-queue)
3764 (feedmail-look-at-queue-directory):
3765 * mail/reporter.el (reporter-dump-state):
3766 * net/eudc-hotlist.el (eudc-edit-hotlist):
3767 * net/eudc.el (eudc-display-records)
3768 (eudc-filter-duplicate-attributes)
3769 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
3770 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3771 (eudc-bbdb-query-internal):
3772 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3773 * net/socks.el (socks-build-auth-list):
3774 * progmodes/cc-cmds.el (top level):
3775 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
3776 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3777 (cperl-write-tags, cperl-tags-treeify):
3778 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3779 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3780 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3781 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3782 (idlwave-toolbar-remove-everywhere):
3783 * progmodes/idlwave.el (idlwave-indent-line)
3784 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3785 (idlwave-write-paths, idlwave-all-method-classes)
3786 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
3787 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3788 (idlwave-complete-in-buffer):
3789 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
3790 (org-fast-tag-selection):
3791 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
3792 than mapcar.
3793
3794 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 * diff-mode.el (diff-fine-change): Add :group.
3797
3798 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3799
3800 * cus-start.el (all): Use the same test as the 22.2 branch.
3801
3802 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * diff-mode.el (diff-current-defun): Force recomputation of
3805 change-log-default-name.
3806
3807 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
3808
3809 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3810 and some leftover logic regarding dedicated frames. If showing
3811 concise startup screen, fit window to buffer.
3812 (command-line-1): If we will be using the splash screen, use
3813 find-file instead of find-file-other-window to find additional files.
3814 Comment out unused code for coping with the old sit-for behavior.
3815
3816 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3817
3818 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3819 `meta' modifier consistently, rather than using sometimes meta
3820 sometimes alt.
3821
3822 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3823
3824 * window.el (handle-select-window): Revert part of 2007-10-08
3825 change setting the input focus.
3826
3827 2007-10-12 Glenn Morris <rgm@gnu.org>
3828
3829 * startup.el (command-line): Do not read abbrev file in batch mode.
3830
3831 * emacs-lisp/byte-opt.el (top level):
3832 * mail/rmail.el (rmail-list-to-menu):
3833 * obsolete/hilit19.el (hilit-mode):
3834 * progmodes/cc-mode.el (c-postprocess-file-styles)
3835 (c-submit-bug-report):
3836 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3837 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3838 (reftex-access-parse-file):
3839 * textmodes/reftex-cite.el (reftex-do-citation)
3840 (reftex-insert-bib-matches):
3841 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3842 * textmodes/reftex-sel.el (reftex-select-unmark):
3843 * textmodes/reftex-toc.el (reftex-toc-do-promote):
3844 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3845
3846 * cus-edit.el (custom-variable-menu, custom-face-menu)
3847 (custom-group-menu): Check init-file-user rather than
3848 user-init-file, in case cus-edit is loaded by site-run-file.
3849
3850 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3851
3852 * vc.el (vc-deduce-fileset): Delete unused code.
3853 (vc-next-action): Fix typos.
3854
3855 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3856
3857 * bs.el (bs--mark-unmark): New function.
3858 (bs-mark-current, bs-unmark-current): Use it.
3859
3860 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3861
3862 * vc.el (vc-diff):
3863 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
3864 temporarily disable the check for his edge case of
3865 vc-diff (stopping it from grinding when called from $HOME), as
3866 it's calling some brittle code in vc-hooks.el.
3867 (with-vc-properties): Fix evaluation time of a macro argument.
3868 * ediff-vers.el (ediff-vc-internal):
3869 * vc-hooks.el:
3870 * loaddefs.el: Follow up on VC terminology change.
3871
3872 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3873
3874 * follow.el (follow-stop-intercept-process-output):
3875 Use `follow-call-process-filter' rather than `process-filter'.
3876 Simplify.
3877
3878 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3879
3880 * vc-hooks.el (vc-registered): Robustify this function a bit
3881 against filenames with no directory component.
3882
3883 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * international/characters.el: Undo unwanted and unexplained change.
3886
3887 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3888
3889 * ps-print.el: Fix the usage of :foreground and :background face
3890 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3891 (ps-print-version): New version 6.7.6.
3892 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3893 Fix code.
3894 (ps-face-foreground-color-p, ps-face-background-color-p)
3895 (ps-face-color-p): New inline funs.
3896
3897 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3898
3899 * textmodes/org.el (org-additional-option-like-keywords): New constant.
3900 (org-complete): Use `org-additional-option-like-keywords'.
3901 (org-parse-local-options): New function.
3902
3903 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3904
3905 * textmodes/org.el (org-in-clocktable-p): New function.
3906 (org-clock-report): Only update the table at point, or insert a new one.
3907 (org-clock-goto): New function.
3908 (org-open-file): Use `start-process-shell-command' instead of
3909 `shell-command' with an ampersand.
3910 (org-deadline, org-schedule): New argument REMOVE to remove the
3911 date from the entry.
3912 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3913 argument to `org-schedule' and `org-deadline'.
3914 (org-trim): Use the correct expressions for beginning and end of
3915 the string.
3916 (org-get-cleaned-entry): Trim the string before returning it.
3917 (org-clock-find-position): New function.
3918 (org-clock-into-drawer): New option.
3919 (org-agenda-tags-column): Rename from
3920 `org-agenda-align-tags-to-column'.
3921 (org-agenda-align-tags): Allow negative values for
3922 `org-agenda-tags-column'.
3923 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
3924 (org-agenda-to-appt): New optional argument FILTER.
3925 (org-completion-fallback-command): New variable.
3926 (org-complete): Use `org-completion-fallback-command'.
3927 (org-find-base-buffer-visiting): Catch the case that there is no
3928 buffer visiting the file.
3929 (org-property-or-variable-value): New function.
3930 (org-todo): Use `org-property-or-variable-value'
3931 (org-agenda-compact-blocks): New option.
3932 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
3933 (org-agenda-schedule, org-agenda-deadline):
3934 Call `org-agenda-show-new-time'.
3935 (org-agenda-show-new-time): New argument PREFIX.
3936 (org-colgroup-info-to-vline-list): Fix but that cause a
3937 shift in the vertical lines.
3938 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
3939 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
3940 (org-indent-item): No arg in call to `org-fix-bullet-type'.
3941 (org-fix-bullet-type): Remove argument.
3942 (org-read-date): Check for am/pm twice, to catch the end time.
3943 (org-goto-map): Use `suppress-keymap'.
3944 (org-remember-apply-template): Respect the dynamically scoped
3945 selection character.
3946
3947 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
3948
3949 * textmodes/org-export-latex.el (org-export-latex-protect-string):
3950 Renaming of `org-latex-protect'.
3951 (org-export-latex-emphasis-alist): By default, don't protect
3952 any emphasis formatter from further conversion.
3953 (org-export-latex-tables): Honor column grouping for tables.
3954 (org-export-latex-title-command): New option.
3955 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3956 export backslash character.
3957
3958 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * frame.el (frame-inherited-parameters): Remove unused `environment'
3961 parameter, and let server.el add `client' when needed.
3962
3963 * server.el (server-create-tty-frame)
3964 (server-create-window-system-frame): Set frame-inherited-parameters.
3965
3966 * frame.el (frame-inherited-parameters): New var.
3967 (make-frame): Use it.
3968
3969 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
3970
3971 * env.el (let-environment): Remove. Unused.
3972 (read-envvar-name): Simplify.
3973 (setenv): Remove unused arg `frame'.
3974
3975 * help-fns.el (describe-variable): Add missing " " for multiline
3976 obsolescence info and missing EOL after global value.
3977
3978 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3979
3980 * add-log.el:
3981 * ediff-vers.el:
3982 * log-view.el:
3983 * pcvs.el:
3984 * vc-arch.el:
3985 * vc-bzr.el:
3986 * vc-cvs.el:
3987 * vc.el:
3988 * vc-git.el:
3989 * vc-hg.el:
3990 * vc-hooks.el:
3991 * vc-mcvs.el:
3992 * vc-mtn.el:
3993 * vc-rcs.el:
3994 * vc-sccs.el:
3995 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
3996 {find,init,next,previous,annotate-*,log}-version ->
3997 {find,init,next,previous,annotate-*,log}-revision,
3998 annotate-focus-version -> annotate-working-revision, The term
3999 'focus' is gone. The term 'revision' is now used consistently
4000 everywhere that reference to a revision ID is intended, replacing
4001 older use of 'version'.
4002
4003 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
4004
4005 * follow.el: Change all instances of "Follow Mode" to "Follow
4006 mode" in docstrings and messages.
4007 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4008
4009 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4010
4011 * vc.el (vc-next-action): Rewrite completely; this principal
4012 entry point now operates on a current fileset selected either
4013 explicitly via VC-Dired or implicitly by visiting a file buffer,
4014 rather than always operating on the file of the current buffer as
4015 in older versions. Rewrite the rest of the mode to match.
4016 (with-vc-properties): Rewrite to operate on a file list.
4017 (with-vc-file): vc-checkin takes a file list argument now.
4018 (vc-post-command-functions): This hook now receives a file list.
4019 (vc-do-command): Take a either a file or a file list as argument.
4020 (vc-deduce-fileset): New function for deducing a file list to
4021 operate on.
4022 (vc-next-action-on-file, vc-next-action-dired): Remove.
4023 Merge into vc-next-action.
4024 (vc-register): Adapt to the fact that vc-start-entry now takes a
4025 file list.
4026 (vc-register-with): New function.
4027 (vc-start-entry): Take a file list argument rather than a
4028 file argument.
4029 (vc-checkout): Cope with vc-start-entry taking a file list.
4030 (vc-steal-lock): Cope with with-vc-properties taking a
4031 file list.
4032 (vc-checkin): Take a file list argument rather than a file argument.
4033 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4034 (vc-diff-internal): Rewrite for filesets.
4035 (vc-diff-sentinel): New function, tests whether changes were
4036 written into a diff buffer.
4037 (vc-diff): Rewrite for filesets.
4038 (vc-version-diff): Rewrite for filesets.
4039 (vc-print-log): Take a fileset argument.
4040 (vc-revert): Revert the entire selected fileset, not just the
4041 current buffer.
4042 (vc-rollback): Roll back the entire selected fileset, if
4043 possible. No longer accepts a prefix argument.
4044 (vc-update): Merge new changes for the entire selected
4045 fileset, not just the current buffer.
4046 (vc-revert-file): Cope with with-vc-properties taking a file list.
4047 (vc-default-dired-state-info): Add + status suffix if the file is
4048 modified.
4049 (vc-annotate-warp-version): Use the new diff machinery.
4050 (vc-log-edit): Take a file list argument rather than a file argument.
4051
4052 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
4053
4054 Sync with Tramp 2.1.11.
4055
4056 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4057 Pacify byte compiler.
4058
4059 * net/trampver.el: Update release number.
4060
4061 2007-10-09 Richard Stallman <rms@gnu.org>
4062
4063 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4064
4065 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * follow.el: Require easymenu.
4068 (follow-mode-hook, follow-mode): Doc fixes.
4069 (follow-mode-off-hook): Mark as obsolete.
4070
4071 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4072
4073 * window.el (mouse-autoselect-window-cancel): Don't cancel for
4074 select-window or select-frame events.
4075 (handle-select-window): When autoselecting window set input
4076 focus. Restructure.
4077
4078 * frame.el (focus-follows-mouse): Move to frame.c.
4079 * cus-start.el (all): Add focus-follows-mouse.
4080
4081 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4082
4083 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4084 activate font-locking in the *buffer-selection* buffer.
4085 (bs-show-sorted): Doc fix.
4086
4087 * bs.el (bs--get-marked-string, bs--get-modified-string)
4088 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4089 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4090 (bs--format-aux): Doc fix.
4091
4092 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4093
4094 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4095
4096 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4097
4098 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4099 (gud-gdb): New function for old M-x gdb (text command mode).
4100 (gud-gdb-command-name, gdb): Move to...
4101
4102 * progmodes/gdb-ui.el: ...here and adapt doc string.
4103 (gud-gdba-command-name, gdba): Delete.
4104
4105 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4106
4107 * bs.el: Don't defvar `font-lock-verbose'.
4108 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4109 (bs--get-file-name): Fix typos in docstrings.
4110 (bs--show-header): Use `dolist' instead of `mapcar'.
4111 (bs-mode): Set `show-trailing-whitespace' to nil.
4112 (bs-buffer-sort-function, bs-mouse-select-other-frame)
4113 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4114 Doc fixes.
4115
4116 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
4117
4118 * progmodes/gud.el (pdb): Specify file for gud-break.
4119
4120 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4121
4122 * progmodes/gud.el (gdb): Make graphical mode the default and
4123 switch to text command mode if appropriate, i.e., reverse previous
4124 arrangement.
4125 (gud-gdb-marker-filter): Adapt for above change.
4126
4127 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4128 gud-minor-mode and gud-marker-filter.
4129 (gdb-fullname-regexp): New variable.
4130 (gud-gdba-marker-filter): Use it to switch to text command
4131 mode if appropriate.
4132
4133 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4134
4135 * progmodes/gud.el (gud-display-line): Find source buffer even when
4136 GUD buffer has its own frame.
4137
4138 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4139
4140 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4141
4142 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4143
4144 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4145
4146 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4147
4148 * allout.el (allout-before-change-handler): Replace got-char by
4149 goto-char.
4150
4151 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4154 Used to try and automatically enabled smerge-mode in the presence of
4155 conflicts and to call `svn resolved' when the conflicts are gone.
4156 (vc-svn-parse-status): Remember the svn-specific status.
4157
4158 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4159
4160 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4161 menu-bar-apropos-menu. All users changed.
4162 (menu-bar-help-menu): Change menu symbols to better match the text
4163 displayed by the menu.
4164
4165 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4166
4167 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4168 #, @, : and ^.
4169
4170 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4171
4172 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4173
4174 * log-view.el (log-view-mode-map): Likewise.
4175
4176 * diff-mode.el (diff-mode-shared-map): Likewise.
4177
4178 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4179
4180 * files.el (file-name-sans-versions): Also allow `A-Z'.
4181
4182 * vc.el: Mention all supported VC backends.
4183
4184 2007-10-08 Richard Stallman <rms@gnu.org>
4185
4186 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4187 neighbouring buttons.
4188
4189 2007-10-08 Andreas Schwab <schwab@suse.de>
4190
4191 * files.el (file-name-sans-versions): Also allow `_'.
4192
4193 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4194
4195 * files.el (file-name-sans-versions): Allow - and a-z in version names.
4196
4197 * log-view.el (log-view-mode-map, log-view-mode-menu):
4198 Bind log-view-annotate-version.
4199 (log-view-beginning-of-defun, log-view-end-of-defun)
4200 (log-view-annotate-version): New functions.
4201 (log-view-mode): Use log-view-beginning-of-defun and
4202 log-view-end-of-defun.
4203
4204 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4207
4208 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4209
4210 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4211 neighbouring buttons.
4212
4213 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4214 Recognize gcc's use of "note" for informational messages.
4215
4216 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4219 (css-mode): Update correspondingly.
4220
4221 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4222
4223 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4224 Signed-off-by, Acked-by and Merge.
4225
4226 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * ediff-init.el (ediff-verbose-p): This var is not a constant.
4229
4230 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * vc-mtn.el: New file.
4233
4234 * vc-hooks.el (vc-handled-backends): Add Mtn.
4235
4236 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4237
4238 * files.el (find-file, find-file-other-window)
4239 (find-file-other-frame, find-file-existing, find-file-read-only)
4240 (find-file-read-only-other-window)
4241 (find-file-read-only-other-frame)
4242 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4243
4244 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4245
4246 * progmodes/gud.el (gdb-ready): New variable.
4247 (gdb): Set it to nil. Set gud-running to nil here...
4248 (gud-common-init): ...instead of here.
4249
4250 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4251 Use gdb-ready. Discard input until GDB is ready to accept it.
4252
4253 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4254
4255 * dired.el (dired-warning): Inherit from font-lock-warning-face to
4256 make it show up with eight colors.
4257
4258 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4259
4260 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4261 diffs are concatenated with no intervening line.
4262
4263 2007-10-08 Dave Love <fx@gnu.org>
4264
4265 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4266 (python-font-lock-keywords): Update to the 2.5 version of the language.
4267 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4268 (python-backspace): Only behave funny in code.
4269 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4270 (inferior-python-mode): Add PDB prompt regexp.
4271 (python-fill-paragraph): Refine the fenced-string regexp.
4272 (python-find-imports): Handle imports spanning several lines.
4273 (python-mode): Add `class' to hideshow support.
4274
4275 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4276
4277 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4278 Use add-log-buffer-file-name-function rather than binding
4279 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4280 when `fi' is the ChangeLog file itself.
4281
4282 * outline.el (outline-flag-region): Use front-advance.
4283
4284 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
4285
4286 * progmodes/cperl-mode.el: Merge upstream 5.23.
4287 (cperl-where-am-i): Remove function.
4288 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4289 (cperl-sniff-for-indent): De-invert [string] and [comment].
4290 When looking for label, skip s:m:y:tr.
4291 (cperl-indent-line): Likewise.
4292 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4293 (cperl-windowed-init): Wrong `ps-print' handling.
4294 Both thanks to Chong Yidong.
4295 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4296 (cperl-find-pods-heres): If the second part of s()[] is missing,
4297 don't try to highlight delimiters...
4298
4299 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * progmodes/compile.el (compilation-get-file-structure): Complete last
4302 change by also using spec-directory in the puthash.
4303
4304 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
4305
4306 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4307 (vc-bzr-status): Fix shadowing of variable 'status'.
4308 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4309 Use `expand-file-name' instead of `concat'.
4310 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4311 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4312
4313 2007-10-08 Jason Rumney <jasonr@gnu.org>
4314
4315 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4316
4317 2007-10-08 Richard Stallman <rms@gnu.org>
4318
4319 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4320 Add `safe-local-variable' property.
4321 (lisp-body-indent): Likewise.
4322
4323 2007-10-08 Richard Stallman <rms@gnu.org>
4324
4325 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4326 Add doc string.
4327
4328 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4329
4330 * files.el (backup-buffer-copy): Try to overwrite old backup first.
4331
4332 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4333
4334 * repeat.el (repeat): Use last-repeatable-command instead of
4335 real-last-command. Run pre- and post-command hooks for
4336 self-insertion. Update doc-string.
4337
4338 2007-10-08 Alexandre Julliard <julliard@winehq.org>
4339
4340 * vc-git.el (vc-git-state): Call git-add --refresh to update the
4341 state of the file.
4342 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4343 (vc-git-create-repo): Fix invalid command.
4344
4345 2007-10-08 Richard Stallman <rms@gnu.org>
4346
4347 * textmodes/flyspell.el (flyspell-mode):
4348 Catch errors in flyspell-mode-on.
4349
4350 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4351
4352 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4353
4354 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4355
4356 * international/encoded-kb.el (encoded-kbd-setup-display):
4357 Use input-decode-map rather than local-key-translation-map.
4358
4359 * term/rxvt.el (rxvt-alternatives-map): New map.
4360 (terminal-init-rxvt): Use it.
4361 Bind rxvt-function-map in input-decode-map.
4362
4363 * term/xterm.el (xterm-alternatives-map): New map.
4364 (terminal-init-xterm): Use it.
4365 Bind xterm-function-map in input-decode-map.
4366
4367 * term/x-win.el (x-alternatives-map): New var.
4368 (x-setup-function-keys): Use it.
4369
4370 * help-fns.el (describe-variable): Slightly change the layout of
4371 meta-info to separate it better from the docstring.
4372 Standardize insertion of extra empty lines in various circumstances.
4373
4374 * diff-mode.el (diff-hunk-style): New fun.
4375 (diff-end-of-hunk): Use it.
4376 (diff-context->unified): Use the new `apply' undo element,
4377 if applicable, so as to save undo-log space.
4378 (diff-fine-change): New face.
4379 (diff-fine-highlight-preproc): New function.
4380 (diff-fine-highlight): New command.
4381 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4382
4383 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4384 (smerge-refine-highlight-change): Add `props' argument.
4385 (smerge-refine-subst): New function holding most of smerge-refine.
4386 (smerge-refine): Use it.
4387
4388 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4389
4390 * vc.el (vc-default-wash-log): Remove unused code, the
4391 log washers all live in the backends now.
4392 (vc-default-comment-history): Correct for the fact
4393 that wash-log is argumentless in the new API.
4394
4395 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
4396
4397 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4398 (tramp-maybe-send-script): Apply `member' but `memq'.
4399 (tramp-advice-file-expand-wildcards): Simplify implementation.
4400
4401 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4402
4403 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4404
4405 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4406 (minibuf-depth-setup-minibuffer): Use it.
4407
4408 2007-10-07 Glenn Morris <rgm@gnu.org>
4409
4410 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4411 version numbers.
4412
4413 2007-10-06 Juri Linkov <juri@jurta.org>
4414
4415 * textmodes/fill.el (fill-paragraph-or-region): New function.
4416
4417 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4418 instead of fill-paragraph.
4419
4420 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4421 with fill-paragraph-or-region. Suspend command is now the same
4422 `suspend-frame' on window systems and on tty.
4423
4424 * image.el (image-type): Check if image-types is bound to not fail
4425 on tty.
4426
4427 * delsel.el (delete-selection-pre-hook):
4428 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4429 is fbound to not fail on mouseless tty.
4430
4431 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
4432
4433 * net/tramp.el (top): Move loading of tramp-util.el and
4434 tramp-vc.el to tramp-compat.el.
4435 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4436 temporary file if possible, in order to avoid a security hole.
4437 (tramp-do-copy-or-rename-file-out-of-band)
4438 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4439 with DONT-CREATE, because the connection is not setup yet.
4440 (tramp-handle-process-file): Rewrite temporary file handling.
4441 (tramp-completion-mode): New defvar.
4442 (tramp-completion-mode-p): Use it.
4443
4444 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4445
4446 * net/tramp-fish.el (tramp-fish-handle-process-file):
4447 Rewrite temporary file handling.
4448
4449 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4450
4451 * vc.el: Workfile version -> focus version change. Port various
4452 comments from new VC to reduce the noise in the diff.
4453 Patch in the new vc-create-repo function to go with the
4454 header comment about it already present.
4455 There are no changes to existing logic in this patch.
4456 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4457
4458 2007-10-06 Aaron Hawley <aaronh@garden.org>
4459
4460 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4461
4462 2007-10-05 Chris Moore <dooglus@gmail.com>
4463
4464 * server.el (server-kill-new-buffers): Doc fix.
4465
4466 2007-10-05 John W. Eaton <jwe@octave.org>
4467
4468 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4469 (octave-begin-keywords): Add "do".
4470 (octave-end-keywords): Remove "end".
4471 (octave-reserved-words): Add "end". Remove "all_va_args",
4472 "gplot", and 'gsplot".
4473 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4474 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4475 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4476 "default_return_value", "define_all_return_values",
4477 "do_fortran_indexing", "empty_list_elements_ok",
4478 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4479 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4480 "prefer_zero_one_indexing", "propagate_empty_matrices",
4481 "resize_on_range_error", "treat_neg_dim_as_zero",
4482 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4483 "warn_divide_by_zero", "warn_function_name_clash",
4484 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4485 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4486 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4487 "sigterm_dumps_octave_core".
4488 (octave-block-match-alist): Remove "end" from block-end keywords.
4489 (octave-mode): Update ftp site address.
4490
4491 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4492
4493 * vc.el: Reorder functions, no code changes.
4494
4495 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
4496
4497 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4498 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4499 the cond clauses where needed.
4500 (tramp-handle-write-region): Rearrange code for proper handling of
4501 tmpfile.
4502
4503 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4504
4505 * net/tramp.el:
4506 * net/tramp-fish.el:
4507 * net/tramp-ftp.el:
4508 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4509 `tramp-compat-make-temp-file'.
4510
4511 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4512
4513 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4514
4515 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4516
4517 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4518 already uses a more recent copyright version than the "current" one.
4519
4520 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4521
4522 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4523 (doc-view-insert-image): Minor aesthetical docstring changes.
4524
4525 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
4526
4527 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4528 completing filename.
4529 (doc-view-search-internal): Docstring change.
4530
4531 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
4532
4533 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
4534 (tramp-file-name-handler-alist):
4535 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
4536 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
4537 used before, creates the file already, which is not desired.
4538 (tramp-do-copy-or-rename-file-directly): Simplify handling of
4539 temporary file.
4540 (tramp-handle-insert-file-contents): Assign the result in the
4541 short track case.
4542 (tramp-handle-insert-file-contents-literally): New defun.
4543 (tramp-completion-mode-p): Revert change from 2007-09-24.
4544 Checking for `return' etc as last character is not sufficient, for
4545 example in dired-mode when entering <g> (revert-buffer) or
4546 <s> (dired-sort).
4547
4548 * net/tramp-compat.el (top): Add also compatibility code for loading
4549 appropriate timer package.
4550 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4551 order to avoid autoloading problems.
4552
4553 * net/tramp-fish.el:
4554 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
4555
4556 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4557 where the second parameter of `copy-file' or `rename-file' is a
4558 remote file but not via ftp.
4559
4560 2007-10-02 Richard Stallman <rms@gnu.org>
4561
4562 * frame.el (cursor-in-non-selected-windows): Doc fix.
4563
4564 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4565
4566 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4567 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4568
4569 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
4570
4571 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4572 when `expt' doesn't give range errors.
4573
4574 2007-10-01 Markus Triska <markus.triska@gmx.at>
4575
4576 * calc/calc-math.el (math-smallest-emacs-expt):
4577 Make the computation more robust.
4578
4579 2007-09-30 David Kastrup <dak@gnu.org>
4580
4581 * startup.el (argv): Alias for `command-line-args-left' to use as
4582 `(pop argv)' inside of --eval command sequences. Allows for
4583 passing shell commands into Emacs verbatim without need for Lisp
4584 quoting.
4585
4586 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4587 check only for changed size.
4588 (auto-revert-tail-handler): Get size from caller. If the file has
4589 shrunk, tail the whole file again (the file presumably has been
4590 rewritten).
4591
4592 * woman.el (woman-topic-all-completions, woman-mini-help):
4593 Fix fallout from 2007-09-07 introduction of `dolist' when the list
4594 actually was being manipulated in the loop.
4595 (woman-Cyg-to-Win, woman-pre-process-region)
4596 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4597 (woman-strings, woman-special-characters, woman1-hc)
4598 (woman-change-fonts, woman-find-next-control-line):
4599 Use `match-beginning' rather than `match-string' when the result is
4600 just used as a flag.
4601
4602 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
4603
4604 * net/tramp-compat.el: New file.
4605
4606 * net/tramp.el:
4607 * net/tramp-fish.el:
4608 * net/tramp-smb.el:
4609 * net/tramp-uu.el:
4610 * net/trampver.el: Move compatibility code to tramp-compat.el.
4611 Apply `mapc' instead of `mapcar' when the code needs side effects
4612 only. Move utf-8 coding cookie to the second line.
4613
4614 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4615
4616 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4617 Improve custom type.
4618 (icon-map-list): Make it customizable. Document how to disable
4619 stock icons.
4620
4621 2007-09-30 Richard Stallman <rms@gnu.org>
4622
4623 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4624
4625 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4626
4627 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4628
4629 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4630
4631 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4632 (t-mouse-mode): New compatibility alias.
4633
4634 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4635
4636 * server.el (server-delete-client): Only delete the terminal if it
4637 is non-nil.
4638
4639 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
4640
4641 * net/tramp.el (with-file-property, with-connection-property):
4642 Highlight as keyword.
4643 (tramp-rfn-eshadow-setup-minibuffer)
4644 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4645 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4646 (tramp-do-copy-or-rename-file-directly)
4647 (tramp-do-copy-or-rename-file-out-of-band)
4648 (tramp-handle-shell-command, tramp-get-debug-buffer)
4649 (tramp-send-command-and-read, tramp-equal-remote)
4650 (tramp-get-local-gid): Pacify byte-compiler.
4651 (tramp-handle-file-name-directory): Result shall not be expanded.
4652 (tramp-find-foreign-file-name-handler): Rewrite.
4653 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4654
4655 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4656
4657 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4658 Apply `tramp-completion-mode-p'.
4659 (tramp-fish-handle-set-file-times)
4660 (tramp-fish-handle-executable-find)
4661 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4662 (tramp-fish-retrieve-data): Pacify byte-compiler.
4663
4664 * net/tramp-gw.el (tramp-gw-basic-authentication):
4665 Call `tramp-read-passwd' with first parameter `nil'.
4666
4667 2007-09-28 Glenn Morris <rgm@gnu.org>
4668
4669 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4670 than mapcar.
4671
4672 * textmodes/tex-mode.el (tex-suscript-height-ratio)
4673 (tex-suscript-height-minimum): New customizable variables.
4674 (tex-suscript-height): New function.
4675 (superscript, subscript): Set height using tex-suscript-height
4676 rather than fixing at 0.8.
4677 (tex-fontify-script, tex-font-script-display): Add :version tag.
4678
4679 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
4680
4681 * progmodes/python.el (python-eldoc-function): Doc fix.
4682
4683 2007-09-27 Glenn Morris <rgm@gnu.org>
4684
4685 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
4686 image if it is not in image-type-auto-detectable, or is there with
4687 a nil value.
4688
4689 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
4690
4691 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4692 connection more robust.
4693
4694 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4695
4696 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4697 Deal with the case that special &keywords are at the beginning or
4698 end of the argument list. Also add some (incomplete) support for
4699 non-standard arglists.
4700
4701 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4702
4703 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4704 (eldoc-message-commands, eldoc-current-idle-delay)
4705 (eldoc-function-argstring-format): Fix typos in docstrings.
4706
4707 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4708
4709 * calc/calc-units.el (calc-convert-units)
4710 (calc-convert-temperature): Remove unnecessary colons.
4711
4712 2007-09-26 Bastien Guerry <bzg@altern.org>
4713
4714 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4715 New function.
4716 (org-export-latex-remove-from-headlines): Name changed because of typo.
4717 (org-export-latex-quotation-marks-convention): Option removed.
4718 (org-export-latex-make-preamble): Handle the DATE option.
4719 (org-export-latex-cleaned-string): Now the only cleaning function,
4720 synched up with org.el.
4721 (org-export-latex-lists, org-export-latex-parse-list)
4722 (org-export-list-to-latex): New functions.
4723
4724 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
4725
4726 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
4727 (org-outline-regexp): New constant.
4728 (org-remember-handler): Throw error when the target file is not in
4729 org-mode.
4730 (org-cleaned-string-for-export): No longer call
4731 `org-export-latex-cleaned-string' with an argument.
4732 (org-get-tags): Returns now a list, not a string.
4733 (org-get-tags-string): New function.
4734 (org-archive-subtree): No need to split return of `org-get-tags'.
4735 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4736 instead of `org-get-tags'.
4737 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4738 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
4739 (org-compatible-face): New argument INHERITS. Inherit from this
4740 face if possible.
4741 (org-level-1, org-level-2, org-level-3, org-level-4)
4742 (org-level-5, org-level-6, org-level-7, org-level-8)
4743 (org-special-keyword, org-drawer, org-column, org-warning)
4744 (org-archived, org-todo, org-done, org-headline-done, org-table)
4745 (org-formula, org-code, org-agenda-structure)
4746 (org-scheduled-today, org-scheduled-previously)
4747 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4748 in the new way.
4749 (org-get-heading): New argument NO-TAGS.
4750 (org-fast-tag-selection-include-todo): Made defvar instead of
4751 defcustom, feature is not deprecated.
4752 (org-remember-store-without-prompt): New default value t.
4753 (org-todo-log-states): New variable.
4754 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4755 Compute the log states.
4756 (org-goto-map): More commands copied from global map. Also bind
4757 `org-occur'.
4758 (org-goto): Made into a general lookup command.
4759 (org-get-location): Complete rewrite.
4760 (org-goto-exit-command): New variable.
4761 (org-goto-selected-point): New variable.
4762 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4763 Set the new variables.
4764 (org-paste-subtree): Whitespace insertion strategy revised.
4765 (org-remember-apply-template): Protect v-A from the possibility
4766 that v-a might be nil.
4767 (org-remember-handler): Insertion rules revised.
4768 (org-todo): Respect org-todo-log-states.
4769 (org-up-heading-safe): New function.
4770 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
4771
4772 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4773
4774 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4775 region if in transient-mark-mode.
4776
4777 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4778
4779 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4780 * calc/calc-help.el (calc-full-help):
4781 * calc/calc-misc.el (another-calc):
4782 * calc/calc-store.el (calc-var-name-map):
4783 * calc/calc-stuff.el (calc-flush-caches):
4784 * calc/calc-units.el (math-build-units-table):
4785 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4786 (calc-quit):
4787 * calendar/icalendar.el (icalendar--format-ical-event)
4788 (icalendar--convert-ical-to-diary):
4789 * emacs-lisp/authors.el (authors):
4790 * emacs-lisp/cust-print.el (custom-print-install)
4791 (custom-print-uninstall):
4792 * emacs-lisp/disass.el (disassemble-1):
4793 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4794 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4795 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4796 (elint-check-let-form, elint-check-condition-case-form)
4797 (elint-initialize):
4798 * emacs-lisp/elp.el (elp-results):
4799 * emacs-lisp/generic.el (generic-mode-internal):
4800 * emacs-lisp/re-builder.el (reb-delete-overlays):
4801 * emacs-lisp/regi.el (regi-interpret):
4802 * emacs-lisp/sregex.el (sregex--char-aux):
4803 * emulation/cua-rect.el (cua--deactivate-rectangle)
4804 (cua--highlight-rectangle, cua--rectangle-post-command):
4805 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4806 * emulation/viper-macs.el (viper-describe-kbd-macros)
4807 (viper-describe-one-macro):
4808 * emulation/viper-util.el (viper-setup-master-buffer):
4809 * emulation/viper.el (set-viper-state-in-major-mode):
4810 * international/mule-diag.el (describe-current-coding-system):
4811 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4812 * mail/emacsbug.el (report-emacs-bug):
4813 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4814 * obsolete/hilit19.el (hilit-unhighlight-region)
4815 (hilit-set-mode-patterns):
4816 * play/solitaire.el (solitaire-check, solitaire-solve):
4817 * play/zone.el (zone-pgm-rotate):
4818 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4819 * progmodes/ada-prj.el (ada-prj-display-page):
4820 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4821 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4822 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4823 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4824 * progmodes/sh-script.el (sh-make-vars-local)
4825 (sh-reset-indent-vars-to-global-values):
4826 * progmodes/sql.el (top):
4827 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4828 * progmodes/xscheme.el (top):
4829 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4830 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4831 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4832 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4833 (artist-submit-bug-report):
4834 * textmodes/flyspell.el (flyspell-delay-commands)
4835 (flyspell-deplacement-commands):
4836 * textmodes/table.el (table--generate-source-epilogue, table-insert)
4837 (table--generate-source-cells-in-a-row, table--make-cell-map)
4838 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4839
4840 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
4841
4842 * allout.el (produce-allout-mode-map, allout-process-exposed):
4843 * ansi-color.el (ansi-color-make-color-map):
4844 * autoinsert.el (auto-insert):
4845 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4846 * dired-aux.el (dired-create-files):
4847 * dired.el (dired-restore-desktop-buffer):
4848 * ediff-diff.el (ediff-setup-fine-diff-regions):
4849 * ediff-mult.el (ediff-intersect-directories)
4850 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4851 (ediff-redraw-registry-buffer):
4852 * ediff-ptch.el (ediff-fixup-patch-map):
4853 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4854 (ediff-really-quit, ediff-clear-diff-vector):
4855 * emerge.el (emerge-really-quit):
4856 * ffap.el (ffap-replace-file-component):
4857 * filecache.el (file-cache-add-directory)
4858 (file-cache-add-directory-recursively)
4859 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4860 (file-cache-delete-directory, file-cache-files-matching-internal)
4861 (file-cache-display):
4862 * files.el (cd):
4863 * find-lisp.el (find-lisp-insert-directory):
4864 * finder.el (finder-compile-keywords):
4865 * help.el (view-emacs-news):
4866 * hi-lock.el (hi-lock-write-interactive-patterns):
4867 * ido.el (ido-to-end, ido-set-matches-1):
4868 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4869 (image-dired-mark-tagged-files):
4870 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4871 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4872 * ps-print.el (ps-background, ps-begin-file)
4873 (ps-build-reference-face-lists):
4874 * simple.el (clone-buffer):
4875 * startup.el (command-line):
4876 * tempo.el (tempo-insert-template, tempo-is-user-element)
4877 (tempo-forward-mark, tempo-backward-mark):
4878 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4879
4880 2007-09-25 Glenn Morris <rgm@gnu.org>
4881
4882 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4883
4884 * view.el (view-search-no-match-lines): Add a doc string.
4885 Rewrite to simplify and work better.
4886
4887 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4888
4889 * progmodes/cc-mode.el (c-mode-base-map):
4890 Use c-indent-line-or-region instead of c-indent-line.
4891
4892 * indent.el (indent-for-tab-command): First check if the region is
4893 active.
4894
4895 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4896
4897 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4898 whitespace-rescan-timer-time is 0.
4899
4900 2007-09-24 Karl Berry <karl@gnu.org>
4901
4902 * international/mule.el (coding-system-base): Fix doc string grammar.
4903
4904 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
4905
4906 * net/tramp.el (tramp-completion-mode-p): Rename from
4907 `tramp-completion-mode'. Revert logic, check `return', `newline'
4908 and such alike. Packages like Icicles tend to use other completion
4909 characters but `tab' and `space' only.
4910
4911 2007-09-24 Adam Hupp <adam@hupp.org>
4912
4913 * progmodes/python.el (run-python): Import emacs module without
4914 waiting; prevents lockup on error.
4915
4916 2007-09-23 Richard Stallman <rms@gnu.org>
4917
4918 * mail/sendmail.el (mail-bury): Delete the frame
4919 if this frame looks like it was made for this message.
4920
4921 * completion.el (completion-separator-self-insert-command)
4922 (completion-separator-self-insert-autofilling):
4923 If `self-insert-command' has been remapped, use the substitute.
4924
4925 * simple.el (copy-region-as-kill): Doc fix.
4926
4927 * textmodes/org.el (org-confirm-shell-link-function)
4928 (org-confirm-elisp-link-function): Doc fixes.
4929
4930 2007-09-23 Glenn Morris <rgm@gnu.org>
4931
4932 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
4933
4934 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
4935
4936 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
4937
4938 * term/tvi970.el (terminal-init-tvi970): Likewise.
4939
4940 * term/sun-mouse.el (print-mouse-format): Likewise.
4941
4942 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
4943 Use forward-line instead of previous-line and next-line.
4944
4945 2007-09-22 Juri Linkov <juri@jurta.org>
4946
4947 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
4948
4949 * tutorial.el (tutorial--default-keys): Update standard bindings:
4950 rename `iconify-or-deiconify-frame' to `suspend-frame',
4951 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
4952
4953 2007-09-22 Juri Linkov <juri@jurta.org>
4954
4955 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
4956 Add help-echo to external links and to links without description.
4957 (fancy-splash-insert): Use help-echo from the 3rd element of the
4958 link specification list, or "Follow this link" if it's nil. Doc fix.
4959
4960 2007-09-22 Juri Linkov <juri@jurta.org>
4961
4962 * startup.el (command-line): Rename `inhibit-startup-message' to
4963 `inhibit-startup-screen'.
4964 (fancy-about-text): Use shorter label for "Ordering Manuals".
4965 (fancy-startup-tail): Add optional arg `concise'. When `concise'
4966 is nil, display a line with "To start..." and 3 links to useful
4967 tasks. Display the "Dismiss" button and "Don't show this message
4968 again" only when concise is non-nil.
4969 (fancy-startup-screen): Call `fancy-startup-tail' with optional
4970 arg `concise'. If CONCISE is non-nil, display a concise version
4971 of the splash screen in another window. Otherwise, switch to the
4972 startup buffer in the same window.
4973 (startup-echo-area-message): Change displayed binding from
4974 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
4975 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
4976 the GNU system".
4977 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
4978 to "*GNU Emacs*".
4979 (display-about-screen): Don't check the existence of the buffer
4980 "*About GNU Emacs*".
4981 (display-splash-screen): Make alias to `display-startup-screen'.
4982 (command-line-1): Rename `inhibit-startup-message' to
4983 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
4984 started with command line options "-f", "-funcall", "-e", "-eval",
4985 "-execute", "-insert", "-find-file", "-file", "-visit".
4986 Inhibit startup screen when Emacs is started with a file name only
4987 on tty (i.e. don't inhibit it when started with a file name like
4988 "emacs FILE..." on a window system).
4989 (command-line-1): Simplify logic of displaying the startup screen:
4990 if file-count > 0, then display the concise version in another
4991 window, otherwise display full version in the same window.
4992
4993 * help.el (help-map): Bind C-h C-a to about-emacs.
4994 (help-for-help-internal): Add C-a description to C-h help text.
4995
4996 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
4997
4998 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
4999 (checkdoc-permit-comma-termination-flag): Autoload the
5000 safe-local-variable setting.
5001
5002 * bookmark.el (bookmark-xemacsp): Remove.
5003 (bookmark-make): Don't use bookmark-xemacsp,
5004 use (featurep 'xemacs) instead.
5005
5006 * speedbar.el (speedbar-frame-mode)
5007 (speedbar-frame-reposition-smartly)
5008 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5009 (speedbar-check-vc): Remove use of non-existent variable
5010 dframe-xemacsp, use (featurep 'xemacs) instead.
5011
5012 * indent.el (indent-for-tab-command): Indent the region if
5013 transient-mark-mode and the region is active.
5014
5015 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5016
5017 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5018 add inferior-octave-directory-tracker to the buffer-local value
5019 of comint-input-filter-functions.
5020
5021 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5022
5023 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5024
5025 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
5026
5027 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5028 on w32 frames.
5029
5030 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * startup.el (normal-top-level): Remove DISPLAY from
5033 process-environment to let it be computed dynamically in callproc.c.
5034
5035 * frame.el (frame-initialize, make-frame):
5036 * faces.el (tty-set-up-initial-frame-faces):
5037 * env.el (setenv): Don't set display-environment-variable.
5038
5039 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5040 (server-create-tty-frame): Don't set unused `tty' property.
5041 Set `display' instead of display-environment-variable.
5042 (server-create-window-system-frame): No display-environment-variable.
5043
5044 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
5045
5046 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5047 (rfn-eshadow-update-overlay-hook): New defvars.
5048 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5049 Run the hooks.
5050
5051 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5052 (tramp-rfn-eshadow-setup-minibuffer)
5053 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
5054 rfn-eshadow.el.
5055
5056 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5057 timeout.
5058
5059 2007-09-21 Glenn Morris <rgm@gnu.org>
5060
5061 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5062 * term/sun-mouse.el (suspend-emacstool): Remove.
5063 * term/sun.el: Remove emacstool-related code.
5064
5065 * emacs-lisp/bytecomp.el (byte-compile-warnings)
5066 (byte-compile-warnings-safe-p): Add `mapcar'.
5067 (byte-compile-warning-types): Add mapcar and make-local.
5068 (byte-compile-normal-call): Add option to suppress mapcar warning.
5069 (top-level): Use mapc rather than mapcar in eval-when-compile.
5070
5071 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5072 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5073 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5074 Handle escaped parens.
5075 (latex-forward-sexp): Doc fix.
5076
5077 * eshell/esh-mode.el (eshell-output-filter-functions):
5078 Add eshell-postoutput-scroll-to-bottom.
5079
5080 * loadup.el: Remove termdev.
5081
5082 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5083 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5084
5085 2007-09-21 Markus Triska <markus.triska@gmx.at>
5086
5087 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5088 `mapcar' is called for effect.
5089
5090 2007-09-21 Kevin Ryde <user42@zip.com.au>
5091
5092 * international/mule.el (sgml-html-meta-auto-coding-function):
5093 Bind `case-fold-search' to t.
5094
5095 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * termdev.el: Remove.
5098
5099 * frame.el (get-device-terminal): New function. Moved from termdev.el.
5100 (frames-on-display-list): Use it.
5101
5102 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5103
5104 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5105
5106 2007-09-20 Richard Stallman <rms@gnu.org>
5107
5108 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5109
5110 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5111
5112 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5113
5114 2007-09-20 Glenn Morris <rgm@gnu.org>
5115
5116 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5117 motion functions, rather than hard-coding "\n\n".
5118 (tex-validate-region): Check for eobp, to speed up.
5119 (tex-next-unmatched-end): Doc fix.
5120
5121 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * files.el (auto-mode-alist): Use archive-mode for .rar files.
5124
5125 * international/mule.el (auto-coding-alist): Rar archives are binary.
5126
5127 * arc-mode.el: Add basic support for Rar.
5128 (archive-find-type): Recognize Rar's signature.
5129 (archive-desummarize): New fun.
5130 (archive-summarize): Use it to restore the buffer's data in case
5131 someone wants to switch to some other major mode.
5132 (archive-resummarize): Use it as well.
5133 (archive-rar-summarize, archive-rar-extract): New functions.
5134
5135 * filesets.el: Remove spurious * in docstrings.
5136 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
5137 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5138 (filesets-ingroup-collect): Remove unused arg `depth'.
5139 (filesets-update): Remove unused arg `version'.
5140
5141 * finder.el (finder-compile-keywords): Fix up comment style.
5142 (finder-mouse-face-on-line): previous-line -> forward-line.
5143
5144 * recentf.el: Remove spurious * in docstrings.
5145 (recentf-save-list): Fix up comment style.
5146
5147 * progmodes/octave-mod.el: Remove spurious * in docstrings.
5148 (octave-mode-map): Move init into declaration and remove \t binding.
5149 (octave-mode-startup-message): Remove unused var.
5150 (octave-scan-blocks): Remove unused arg `from'.
5151 (octave-forward-block, octave-down-block, octave-up-block):
5152 Update callers.
5153
5154 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5155 (meta-mode-map): Likewise and remove \t binding.
5156
5157 * net/snmp-mode.el: Remove spurious * in docstrings.
5158 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5159 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5160 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5161 that completion accepts lists of strings.
5162 (snmp-mode-syntax-table): Move initialization into declaration.
5163 (snmp-mode-map): Likewise and remove \t binding.
5164 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5165 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5166 (snmp-indent-command): Remove.
5167
5168 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5169 binding, so tab-always-indent works right.
5170
5171 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
5172
5173 * net/browse-url.el (browse-url-elinks-new-window): New function.
5174 (browse-url-elinks): Use browse-url-elinks-new-window.
5175 Accept optional second argument `new-window'. Fix typo in doc-string.
5176 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5177 Improve error message.
5178
5179 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5180
5181 * net/browse-url.el (browse-url-url-encode-chars): Use the right
5182 parameter name in the function body.
5183 Reported by Johannes Weiner.
5184
5185 2007-09-19 Glenn Morris <rgm@gnu.org>
5186
5187 * net/socks.el (socks-open-network-stream): Signal an explicit
5188 error if the port associated with a service string can't be found.
5189
5190 * textmodes/tex-mode.el (tex-terminate-paragraph):
5191 Use backward-paragraph.
5192
5193 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * server.el (server-running-p): New function.
5196
5197 2007-09-18 Jason Rumney <jasonr@gnu.org>
5198
5199 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5200 x-focus-frame.
5201
5202 * frame.el (select-frame-set-input-focus, select-frame-by-name):
5203 Use x-focus-frame for w32.
5204
5205 2007-09-17 David Kastrup <dak@gnu.org>
5206
5207 * textmodes/tex-mode.el (tex-verbatim-environments):
5208 Eliminate CL dependency.
5209
5210 2007-09-17 Richard Stallman <rms@gnu.org>
5211
5212 * newcomment.el (comment-add): New arg EXTRA.
5213 (comment-region-default): Pass EXTRA if not indenting lines.
5214
5215 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5216
5217 * net/browse-url.el (browse-url-url-encode-chars): New function.
5218 URL-encode some chars in a string.
5219 (browse-url-encode-url): Rewrite using the previous function.
5220 (browse-url-file-url): Use `browse-url-url-encode-chars'.
5221 (browse-url-elinks-sentinel): Fix typo.
5222 (browse-url-new-window-flag): Doc change.
5223
5224 2007-09-17 Glenn Morris <rgm@gnu.org>
5225
5226 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5227 filename from `--file-line-error', if it is available.
5228
5229 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5230
5231 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5232 TeX `--file-line-error' format.
5233
5234 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5235
5236 * xt-mouse.el: Delete add-hook calls that were moved to
5237 xterm-mouse-mode.
5238 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5239 does not work.
5240
5241 2007-09-17 Richard Stallman <rms@gnu.org>
5242
5243 * cus-face.el (custom-theme-set-faces): Undo previous change.
5244
5245 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5246
5247 2007-09-17 Glenn Morris <rgm@gnu.org>
5248
5249 * textmodes/tex-mode.el (tex-region): Simplify previous change,
5250 handling the case where the region is not in `tex-main-file'.
5251 (tex-region-1): Delete.
5252 (tex-region-header): New function, doing the header part of the
5253 old tex-region-1.
5254
5255 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * simple.el (newline): Simplify use of prefix-numeric-value.
5258 (line-move-partial): Remove unused var `ppos'.
5259 (line-move-1): Replace 9999 with most-positive-fixnum.
5260 (move-end-of-line): Use more efficient single-property search.
5261 (move-beginning-of-line): Remove unused var `start'.
5262 (blink-matching-open): Restructure in a more functional style.
5263
5264 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5265
5266 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5267
5268 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * server.el (server-clients): Only keep procs, no properties any more.
5271 (server-client): Remove.
5272 (server-client-get, server-client-set): Remove, replace all callers by
5273 process-get and process-put resp.
5274 (server-clients-with, server-add-client, server-delete-client)
5275 (server-create-tty-frame, server-create-window-system-frame)
5276 (server-process-filter, server-execute, server-visit-files)
5277 (server-buffer-done, server-kill-buffer-query-function)
5278 (server-kill-emacs-query-function, server-switch-buffer)
5279 (server-save-buffers-kill-terminal): Update accordingly.
5280
5281 * server.el (server-with-environment): Simplify.
5282 (server-select-display, server-unselect-display): Re-add functions that
5283 seem to have been lost in the multi-tty merge.
5284 (server-eval-and-print, server-create-tty-frame)
5285 (server-create-window-system-frame, server-goto-toplevel)
5286 (server-execute, server-return-error): New functions extracted from
5287 server-process-filter.
5288 (server-execute-continuation): New functions.
5289 (server-process-filter): Restructure so that all arguments are analysed
5290 first and then acted upon in a subsequent stage. This way
5291 server-goto-toplevel can be executed later, when we know if
5292 it's necessary.
5293 Remove the "-version" and "-version-good" support.
5294
5295 2007-09-16 Drew Adams <drew.adams@oracle.com>
5296
5297 * cus-edit.el (custom-face-edit-activate): Doc fix.
5298
5299 2007-09-16 Glenn Morris <rgm@gnu.org>
5300
5301 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5302 Following cal-bahai renaming, update all instances of
5303 list-bahai-diary-entries to diary-bahai-list-entries,
5304 mark-bahai-diary-entries to diary-bahai-mark-entries,
5305 calendar-goto-bahai-date to calendar-bahai-goto-date,
5306 insert-bahai-diary-entry to diary-bahai-insert-entry,
5307 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5308 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5309 calendar-print-bahai-date to calendar-bahai-print-date.
5310
5311 * textmodes/tex-mode.el (tex-region): Handle the case where the
5312 region is not in `tex-main-file'. Move the old code that applies
5313 to both cases...
5314 (tex-region-1): ...to this new function.
5315
5316 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5317
5318 * vc.el (vc-process-sentinel): New function.
5319 (vc-exec-after): Use it instead of using ugly hackish analysis and
5320 construction of Elisp code.
5321 (vc-sentinel-movepoint): New dynamically scoped var.
5322 (vc-print-log, vc-annotate): Set it to move the user's point.
5323
5324 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5325 inhibit-modification-hooks.
5326
5327 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5328 (calendar-bahai-print-date, calendar-bahai-goto-date)
5329 (diary-bahai-list-entries, diary-bahai-insert-entry):
5330 New names to clean up the namespace a bit more.
5331 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5332
5333 2007-09-15 Glenn Morris <rgm@gnu.org>
5334
5335 * calendar/holidays.el (holiday-list): Rename it back to
5336 `list-holidays', but leave `holiday-list' as an alias.
5337
5338 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5339 custom group.
5340
5341 * textmodes/css-mode.el (css): New custom group.
5342 (css-electrick-keys, css-selector, css-property)
5343 (css-indent-offset): Specify custom group.
5344
5345 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5348 (cvs-execute-single-file): Use process-file.
5349 (cvs-run-process): Use start-file-process.
5350
5351 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5352
5353 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5354 level. Remove the hooks when turning off the mode.
5355
5356 * term/xterm.el: Require xt-mouse at compile time.
5357 (terminal-init-xterm): Turn on xterm mouse tracking for this
5358 terminal if xterm-mouse-mode is enabled.
5359
5360 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5361
5362 * term/xterm.el (xterm-function-map): Replace bindings that were
5363 deleted by the merge.
5364
5365 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
5366
5367 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5368 (bubbles-mode-map): Move define-key statements here.
5369 (bubbles-game-theme-menu): Ditto.
5370 (bubbles-graphics-theme-menu): Ditto.
5371 (bubbles-menu): Ditto.
5372 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5373 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5374 (bubbles-plop): Set buffer-undo-list, redisplay.
5375 (bubbles-undo): Reset buffer-undo-list, redisplay.
5376 (bubbles--show-images): Take care of missing text properties.
5377
5378 2007-09-14 Glenn Morris <rgm@gnu.org>
5379
5380 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5381 quoting.
5382
5383 * calendar/cal-hebrew.el, calendar/cal-menu.el
5384 * calendar/calendar.el, calendar/diary-lib.el
5385 * calendar/holidays.el: Rename all instances of
5386 list-calendar-holidays callers to calendar-list-holidays,
5387 list-holidays to holiday-list, check-calendar-holidays to
5388 calendar-check-holidays, mark-calendar-holidays to
5389 calendar-mark-holidays, and filter-visible-calendar-holidays to
5390 holiday-filter-visible-calendar.
5391
5392 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5393
5394 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5395
5396 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5397
5398 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5399 Use transparent background for empty cells in graphics mode.
5400
5401 2007-09-13 Jari Aalto <jari.aalto@cante.net>
5402
5403 * man.el (Man-default-man-entry): At end of line, continue looking
5404 to the next line for possible end of hyphenated command.
5405
5406 2007-09-13 Chris Moore <dooglus@gmail.com>
5407
5408 * shell.el (shell-resync-dirs): Don't move the cursor relative to
5409 the command being edited.
5410
5411 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5412
5413 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5414
5415 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5416
5417 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5418 C-M-S- keys.
5419
5420 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5421
5422 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5423
5424 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5425 New argument `filename-p' to use one set of confusing chars or another.
5426 (browse-url-file-url): Use the argument.
5427 Suggested by Johannes Weiner.
5428
5429 2007-09-12 Romain Francoise <romain@orebokech.com>
5430
5431 * cus-start.el (all): Revert 2007-09-08 change.
5432
5433 2007-09-12 Aaron Hawley <aaronh@garden.org>
5434
5435 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5436 extract .Z files, since it is more common than uncompress.
5437
5438 2007-09-12 Glenn Morris <rgm@gnu.org>
5439
5440 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5441 duplicate function definition.
5442
5443 2007-09-10 Chris Moore <dooglus@gmail.com>
5444
5445 * diff-mode.el (diff-sanity-check-hunk):
5446 Also accept single-line hunks.
5447
5448 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
5449
5450 * startup.el (startup-screen-inhibit-startup-screen)
5451 (pure-space-overflow-message): New vars.
5452 (fancy-splash-insert): Allow functions for face and link specs.
5453 (fancy-splash-head): Remove unused arg. Move splash text...
5454 (fancy-startup-text, fancy-about-text): ...here.
5455 (fancy-startup-tail): Rename from fancy-splash-tail.
5456 (fancy-startup-screen, fancy-about-screen): Split off from
5457 fancy-splash-screens.
5458 (display-startup-screen): New function.
5459 (display-about-screen): Rename from display-splash-screen.
5460 (command-line-1): Use concise startup screen if necessary.
5461
5462 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5463
5464 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5465 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5466
5467 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5470 (python-font-lock-keywords): Update to the 2.5 version of the language.
5471 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5472 (python-backspace): Only behave funny in code.
5473 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5474 (inferior-python-mode): Add PDB prompt regexp.
5475 (python-fill-paragraph): Refine the fenced-string regexp.
5476 (python-find-imports): Handle imports spanning several lines.
5477 (python-mode): Add `class' to hideshow support.
5478
5479 2007-09-10 Dave Love <fx@gnu.org>
5480
5481 * outline.el (outline-4, outline-5, outline-7):
5482 Move font-lock-builtin-face down from 4 to 7 to better keep the
5483 progression of color brightness, and to better match Org-mode's faces.
5484
5485 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5486
5487 * progmodes/meta-mode.el (meta-font-lock-keywords)
5488 (font-lock-match-meta-declaration-item-and-skip-to-next)
5489 (meta-comment-indent, meta-indent-previous-line)
5490 (meta-indent-unfinished-line, meta-beginning-of-defun)
5491 (meta-end-of-defun, meta-common-initialization): Handle \f.
5492 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5493 a comment-start.
5494
5495 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5496 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5497 numeric notation of file modes.
5498 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5499 numeric value.
5500 (read-file-modes): New. Read either an octal value of a file mode or a
5501 symbolic value, and return its numeric value.
5502
5503 * dired-aux.el (dired-do-chmod): Change to use the built-in
5504 `set-file-modes' and the previous symbolic mode parsing functions.
5505
5506 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5507
5508 * textmodes/texinfo.el: Remove spurious * in docstrings.
5509 (texinfo-mode-syntax-table, texinfo-mode-map):
5510 Initialize in the declaration.
5511
5512 * tmm.el: Remove spurious * in docstrings.
5513 (tmm-prompt): Use with-current-buffer.
5514
5515 * vcursor.el: Remove spurious * in docstrings.
5516 (vcursor-map): Initialize in the declaration.
5517 (vcursor-use-vcursor-map): Use define-minor-mode.
5518 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5519
5520 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5521 Initialize in the declaration.
5522 (widget-minor-mode): Use define-minor-mode.
5523
5524 * woman.el (woman-mode-map, woman-syntax-table):
5525 Initialize in the declaration.
5526
5527 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
5528
5529 * doc-view.el: New file.
5530
5531 2007-09-09 Juri Linkov <juri@jurta.org>
5532
5533 * Makefile.in (update-authors): Add etc/ to AUTHORS.
5534
5535 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5536
5537 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5538 to "Startup screen". Fix docstring.
5539 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5540 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5541 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5542 (initial-scratch-message): Fix docstring.
5543 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5544 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5545 Add link to "Customize Startup" and set interval between links to
5546 5 spaces.
5547 (fancy-about-text): Add links "Authors" and "Contributing".
5548 (fancy-splash-head): Add text "Welcome to " on the startup screen,
5549 and "This is " on the about screen. Add link to
5550 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5551 For the about screen move emacs version to the header from
5552 `fancy-splash-tail' (as it's done already for normal about screen).
5553 (fancy-splash-tail): Insert emacs version only for startup screen.
5554 (normal-splash-screen): Remove duplicate empty lines.
5555 (normal-about-screen): Add links "Authors" and "Contributing".
5556
5557 * menu-bar.el (menu-bar-help-menu):
5558 Move "About Emacs" and "About GNU" to the end of the Help menu.
5559 Move "Emacs Psychotherapist" after "Send Bug Report...".
5560 Move "External Packages" after "Find Emacs Packages".
5561
5562 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
5563
5564 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5565 they are useless with the byte compiler.
5566 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5567 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5568 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5569 (tramp-file-name-real-host, tramp-file-name-port)
5570 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5571 defuns.
5572
5573 * net/tramp-cache.el (top): Improve error message when
5574 `tramp-persistency-file-name' is corrupted.
5575
5576 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
5577
5578 * textmodes/org.el (org-re): Also replace the :alpha: class.
5579 (org-todo-tag-alist): Variable removed.
5580 (org-todo-key-alist, org-todo-key-trigger): New variables.
5581 (org-use-fast-todo-selection): New option.
5582 (org-log-done): Docstring fixed.
5583 (org-deadline-warning-days): New default value 14.
5584 (org-edit-timestamp-down-means-later): New option.
5585 (org-tag-alist): Docstring fixed.
5586 (org-fast-tag-selection-include-todo): New option.
5587 (org-export-language-setup): New languages added.
5588 (org-set-regexps-and-options): Compute the new variables.
5589 (org-paste-subtree): Cleaning up.
5590 (org-remember-apply-template): New escape %A.
5591 (org-todo): Call fast TODO selection.
5592 (org-fast-todo-selection): New function.
5593 (org-add-log-note): Allow prefix for abort exit.
5594 (org-at-property-p, org-entry-properties)
5595 (org-columns-get-autowidth-alist): Use :alpha: class.
5596 (org-get-wdays): New function.
5597 (org-agenda-remove-date): New variable.
5598 (org-agenda-get-deadlines): Use `org-get-wdays'.
5599 (org-agenda-get-deadlines): Reverse ee before returning.
5600 (org-format-agenda-item): New argument REMOVE-RE.
5601 (org-agenda-convert-date): Baha'i calendar added.
5602 (org-infile-export-plist): Also find DATE line.
5603 (org-get-min-level): New function.
5604 (org-export-as-html, org-export-as-ascii): Use the date format.
5605 (org-shiftup, org-shiftdown): Use.
5606 `org-edit-timestamp-down-means-later'.
5607 (org-assign-fast-keys): New function.
5608
5609 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5610
5611 * cus-start.el (all): Add prefer-window-split-horizontally from
5612 window.c.
5613
5614 2007-09-08 Eli Zaretskii <eliz@gnu.org>
5615
5616 * net/browse-url.el (browse-url-galeon): Fix last change.
5617 (top-level): Require cl when compiling.
5618
5619 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
5620
5621 * textmodes/org-export-latex.el: arch-tag restored.
5622
5623 * textmodes/org-publish.el: arch-tag restored.
5624
5625 2007-09-08 Masatake YAMATO <jet@gyve.org>
5626
5627 * progmodes/which-func.el (which-func-modes): Add diff-mode.
5628
5629 * progmodes/cc-langs.el: Support new keywords added to
5630 objective-c frontend of gcc.
5631 (c-simple-stmt-kwds): Add @throw.
5632 (c-block-stmt-2-kwds): Add @synchronized.
5633 (c-block-stmt-1-kwds): Add @finally and @try.
5634
5635 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
5636
5637 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5638 (org-agenda-after-show-hook): New variable.
5639 (org-columns-compile-format)
5640 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5641 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5642 property names.
5643 (org-get-wdays): New function.
5644
5645 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5648
5649 * term/xterm.el (xterm-function-map): Initialize in the declaration.
5650
5651 * vc-arch.el (vc-arch-checkin): Fix typo.
5652
5653 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5654
5655 * cus-face.el (custom-theme-set-faces): Set face attributes
5656 locally for each frame.
5657
5658 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5661 via font-lock-defaults.
5662
5663 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5664 derived-mode-p.
5665
5666 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
5667
5668 * progmodes/autoconf.el (autoconf-definition-regexp):
5669 Handle optional square brackets around definition name.
5670
5671 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
5672
5673 * net/browse-url.el (browse-url-browser-function): Add elinks.
5674 (browse-url-elinks-wrapper): New option.
5675 (browse-url-encode-url, browse-url-elinks)
5676 (browse-url-elinks-sentinel): New functions.
5677 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5678 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5679 Use new function browse-url-encode-url.
5680
5681 2007-09-07 Glenn Morris <rgm@gnu.org>
5682
5683 * version.el (emacs-version): Revert 2007-08-29 change: no need to
5684 say if multi-tty is present.
5685
5686 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5687
5688 * cus-start.el (split-window-preferred-function): Add custom info.
5689
5690 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5691 (calendar-mark-holidays, calendar-list-holidays)
5692 (holiday-filter-visible-calendar): New names to clean up namespace.
5693 (filter-visible-calendar-holidays, list-calendar-holidays)
5694 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5695 Add compatibility aliases.
5696 (calendar-check-holidays, calendar-mark-holidays)
5697 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5698 (holiday-sexp): Replace append with list.
5699 (holiday-filter-visible-calendar): Replace append with push.
5700
5701 * woman.el: Remove spurious * in docstrings.
5702 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5703 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5704 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5705 (woman-write-directory-cache, woman-display-extended-fonts)
5706 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5707 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5708 (woman-mode): Use inhibit-read-only.
5709 (woman-negative-vertical-space): Use dotimes.
5710 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5711
5712 2007-09-06 Romain Francoise <romain@orebokech.com>
5713
5714 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5715 (vc-bzr-workfile-version): Use it.
5716
5717 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5718
5719 * complete.el (PC-do-completion): Don't try to treat
5720 empty string as an abbreviation.
5721
5722 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5723
5724 * help-fns.el (describe-variable): Keep doc's text properties.
5725
5726 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5727
5728 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5729 instead of a file.
5730
5731 2007-09-06 Glenn Morris <rgm@gnu.org>
5732
5733 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5734 (checkdoc-minor-mode): Allow user to specify lighter via
5735 checkdoc-minor-mode-string.
5736
5737 2007-09-05 Richard Stallman <rms@gnu.org>
5738
5739 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
5740 Several items removed, simplified, or put on one line.
5741 (fancy-about-text): Add substantial contents, part of startup text.
5742 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5743 (normal-splash-screen): Call normal-mouse-startup-screen,
5744 normal-no-mouse-startup-screen, or normal-about-screen.
5745 (normal-mouse-startup-screen): New fn, broken out, shortened.
5746 (normal-no-mouse-startup-screen): New fn, broken out.
5747 (normal-about-screen): New function, contents all new.
5748
5749 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5750
5751 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5752
5753 2007-09-05 Glenn Morris <rgm@gnu.org>
5754
5755 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5756 is bound.
5757
5758 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5759
5760 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
5761 in doc string.
5762
5763 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5764
5765 * server.el (server-start, server-unload-hook): Undo previous change.
5766
5767 * xt-mouse.el: Undo previous change.
5768
5769 2007-09-04 Juri Linkov <juri@jurta.org>
5770
5771 * startup.el (fancy-about-text): New variable.
5772 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5773 (fancy-current-text, fancy-splash-stop-time)
5774 (fancy-splash-outer-buffer): Remove variables.
5775 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5776 `startup' and use it to conditionally display different texts for
5777 Startup and About screens. Don't display Help commands on the About
5778 screen.
5779 (fancy-splash-screens-1): Remove function and move its content to
5780 `fancy-splash-screens' to the part that dislpays the About screen.
5781 (exit-splash-screen): Don't treat specially exiting from
5782 alternating screens.
5783 (fancy-splash-screens): Rename argument `static' to `startup'.
5784 Fix docstring. Remove code for displaying alternating screens.
5785 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5786 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5787 for `inhibit-read-only'.
5788 (normal-splash-screen): Rename argument `static' to `startup'.
5789 Fix docstring. Use argument `startup' to conditionally display
5790 different texts for Startup and About screens. Don't display Help
5791 commands on the About screen. Remove `unwind-protect' `sit-for'
5792 delay and `kill-buffer' after it.
5793 (display-startup-echo-area-message): Remove call to
5794 `use-fancy-splash-screens-p' because image.el is preloaded and
5795 doesn't display "Loading image... done".
5796 (display-splash-screen): Rename argument `static' to `startup'.
5797 Fix docstring.
5798
5799 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5800
5801 * server.el (server-start, server-unload-hook):
5802 suspend-tty-functions has been renamed to suspend-tty-hook.
5803
5804 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5805 resume-tty-hook.
5806
5807 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5808
5809 * loadup.el: Fix merge problem, only load "button" once.
5810
5811 2007-09-03 Glenn Morris <rgm@gnu.org>
5812
5813 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5814 "Working file:" as the prefix, for the sake of
5815 log-view-current-file.
5816
5817 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5818
5819 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
5820 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5821 if the selected frames is in
5822 xterm-modify-other-keys-terminal-list.
5823 (xterm-turn-off-modify-other-keys): Add an optional frame
5824 parameter. Only turn off modify-other-keys if FRAME is in
5825 xterm-modify-other-keys-terminal-list.
5826 (xterm-remove-modify-other-keys): New function.
5827 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5828 Add the selected frame to xterm-modify-other-keys-terminal-list.
5829
5830 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5831
5832 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5833 (icon-map-list): New variable.
5834 (x-gtk-map-stock): Use icon-map-list.
5835
5836 2007-09-02 Romain Francoise <romain@orebokech.com>
5837
5838 * log-view.el (log-view-current-file): Balance parens.
5839
5840 2007-09-02 Glenn Morris <rgm@gnu.org>
5841
5842 * comint.el (comint-mode): Don't set scroll-conservatively.
5843
5844 * eshell/em-unix.el (eshell/time): Stringify and flatten the
5845 non-command arguments.
5846
5847 * log-view.el (log-view-current-file): Give a more explicit error
5848 if log-view-file-re fails to find a match.
5849
5850 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5851
5852 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5853 Fix bug: Don't expand top-level file name more than once.
5854 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5855
5856 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 * server.el (server-process-filter): Don't display the splash screen.
5859 It's annoying enough on the initial screen and becomes positively
5860 obnoxious here.
5861
5862 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5865 Change naming to use "avl-tree--" for internal functions.
5866
5867 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
5868
5869 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5870 the merge.
5871 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5872 (provide): Move to the end of file.
5873
5874 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5875
5876 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5877
5878 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5879 New variable. List of exceptions for the duplicated word rule.
5880 (flyspell-mark-duplications-flag): Mention it.
5881 (flyspell-word): Treat it.
5882
5883 * files.el (create-file-buffer): If the filename sans directory starts
5884 with spaces, remove them.
5885
5886 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5887
5888 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5889 (x-gtk-map-stock): Use two directory elements when matching
5890 file name.
5891
5892 2007-08-31 James Wright <james@chumsley.org>
5893
5894 * eshell/em-unix.el (eshell/info): New function.
5895
5896 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * frame.el (frame-initialize, make-frame):
5899 * server.el (server-process-filter):
5900 * faces.el (tty-set-up-initial-frame-faces): Don't set
5901 term-environment-variable since it's not used any more.
5902
5903 * env.el (setenv): Don't treat $TERM specially.
5904
5905 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5906 stated otherwise, subprocesses do not send back escape sequences
5907 corresponding to the terminal from which Emacs was started.
5908
5909 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
5910
5911 * calculator.el: Require cl for compilation.
5912
5913 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
5914
5915 * outline.el (outline-font-lock-levels): Comment out unused var.
5916 (outline-font-lock-face): Wrap around face list to handle any
5917 nesting depth gracefully.
5918
5919 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
5920
5921 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
5922 `set-file-times'.
5923
5924 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5925
5926 * textmodes/org.el (org-export-visible): Fix drawers before export.
5927 (org-do-sort): Allow sorting by priority.
5928 (org-agenda-files): Ignore non-existing files.
5929 (org-agenda-skip-unavailable-files): New variable.
5930 (org-ellipsis): All a face as value.
5931 (org-mode): Interprete the face value of `org-ellipsis'.
5932 (org-archive-save-context-info): New option.
5933 (org-archive-subtree): Store context info in archived entry.
5934 (org-fast-tag-selection-can-set-todo-state): New variable.
5935 (org-fast-tag-selection): Allow setting TODO states through this
5936 interface.
5937 (org-cycle): Docstring updated.
5938 (org-todo-keyword-faces): New option.
5939 (org-get-todo-face): New function.
5940 (org-set-font-lock-defaults, org-agenda-highlight-todo):
5941 Use `org-get-todo-face'.
5942 (org-switch-to-buffer-other-window): New function.
5943 (org-table-edit-field, org-table-show-reference)
5944 (org-table-edit-formulas, org-add-log-note)
5945 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
5946 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
5947 `switch-to-buffer-other-window' to make sure that the temporary
5948 windows show up on the current frame.
5949 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
5950 (org-get-entries-from-diary, org-replace-region-by-html):
5951 Don't allow pop-up frames.
5952 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5953 Fix problems with time-of-day.
5954 (org-export-get-title-from-subtree): New function.
5955 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
5956 with listing items that are DONE.
5957 (org-change-tag-in-region): New command.
5958 (org-agenda-skip-scheduled-if-done)
5959 (org-agenda-skip-deadline-if-done): Docstring clarified.
5960 (org-mode): Hide drawers on startup.
5961 (org-get-todo-face): New function.
5962 (org-todo-keyword-faces): New option.
5963 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
5964 (org-remove-keyword-keys): New function.
5965
5966 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
5967
5968 * progmodes/grep.el (grep-find-ignored-directories):
5969 Add monotone _MTN bookkeeping directory in workspaces.
5970 Add RCS control directory. List items in alphabetical order.
5971
5972 * progmodes/grep.el (grep-files-aliases): Add cc alias.
5973 Sort items in alphabetical order. Fix parens.
5974
5975 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5976
5977 * vc-hg.el (vc-hg-extra-menu-map): New variable.
5978 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
5979 (vc-hg-pull): New functions.
5980 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
5981
5982 * term/mac-win.el: Don't require url, only autoloaded url
5983 functions are used in this file.
5984
5985 2007-08-29 Andreas Schwab <schwab@suse.de>
5986
5987 * shell.el (shell): Return correct value from interactive spec.
5988
5989 2007-08-29 Glenn Morris <rgm@gnu.org>
5990
5991 * version.el (emacs-version): Increase to 23.0.50.
5992
5993 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5994
5995 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
5996
5997 2007-08-29 Juri Linkov <juri@jurta.org>
5998
5999 * loadup.el: Add "button" loading after "faces" and move "startup"
6000 to load after "button".
6001
6002 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
6003
6004 * loadup.el: Load term/mac-win on a Mac using Carbon.
6005
6006 * term/mac-win.el: Provide mac-win.
6007 (mac-initialized): New variable.
6008 (mac-initialize-window-system): New function. Move global setup here.
6009 (handle-args-function-alist, frame-creation-function-alist):
6010 (window-system-initialization-alist): Add mac entries.
6011 (x-setup-function-keys): New function containing all the
6012 top level function key definitions.
6013
6014 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6015
6016 * env.el (read-envvar-name): Don't consider the environment frame param.
6017
6018 * env.el (setenv):
6019 * frame.el (frame-initialize, make-frame):
6020 * faces.el (tty-set-up-initial-frame-faces):
6021 * server.el (server-process-filter): Set
6022 display-environment-variable and term-environment-variable.
6023
6024 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6025
6026 2007-08-29 Jason Rumney <jasonr@gnu.org>
6027
6028 * loadup.el: Only load term/x-win when X is compiled in.
6029 Load term/w32-win and dependencies on windows-nt.
6030
6031 * term/w32-win.el: Reorder to match x-win.el more closely.
6032 Provide w32-win. Don't throw error when global window-system not w32.
6033 (internal-face-interactive): Remove obsolete function.
6034 (x-setup-function-keys): Use local-function-key-map.
6035 (w32-initialized): New variable.
6036 (w32-initialize-window-system): Set it.
6037 Move more global setup here.
6038 (x-setup-function-keys): New function.
6039 (w32-initialize-window-system): Move non function key global setup here.
6040 (x-cut-buffer-max): Remove.
6041 (w32-initialize-window-system): New function.
6042 (handle-args-function-alist, frame-creation-function-alist):
6043 (window-system-initialization-alist): Add w32 entries.
6044
6045 2007-08-29 David Kastrup <dak@gnu.org>
6046
6047 * env.el (getenv): Pass frame to getenv-internal.
6048
6049 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6050
6051 * version.el (emacs-version): Show if multi-tty is present.
6052
6053 * loadup.el: Delay loading env; mule-conf gets confused by cl
6054 during bootstrap. Also load termdev and term/x-win.
6055
6056 * bindings.el (mode-line-client): New variable.
6057 (help-echo): Add it to the default mode-line format.
6058
6059 * cus-start.el: Remove bogus window-system reference from GTK test.
6060
6061 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6062 (ebrowse-electric-position-mode-map):
6063 * ebuff-menu.el (electric-buffer-menu-mode-map):
6064 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6065 not `suspend-emacs'.
6066
6067 * ediff-wind.el (ediff-setup-windows-automatic): New function.
6068 (ediff-window-setup-function): Use it as default.
6069
6070 * files.el (save-buffers-kill-terminal): New function.
6071 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6072
6073 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6074 and `with-selected-frame'.
6075
6076 * help-fns.el (describe-variable): Describe frame-local variables
6077 correctly.
6078
6079 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6080 display support.
6081 (normal-erase-is-backspace-setup-frame): New function.
6082
6083 * subr.el (with-selected-frame): New function.
6084 (read-quoted-char): Use terminal-local binding of
6085 local-function-key-map instead of function-key-map.
6086
6087 * talk.el (talk): New function.
6088 (talk-handle-delete-frame): New function.
6089 (talk-add-display): Open a new frame only if FRAME was not a frame.
6090
6091 * termdev.el: New file.
6092
6093 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
6094 * term/x-win.el: Don't bind f10.
6095 * tmm.el: Remove autoload binding for f10.
6096
6097 * international/encoded-kb.el (encoded-kbd-setup-display): Use
6098 `set-input-meta-mode'. Fix broken condition before set-input-mode.
6099 Store the saved input method as a terminal parameter. Add keymap
6100 parameter. Use it instead of changing key-translation-map directly.
6101 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6102 Remove.
6103 (encoded-kbd-setup-display): New function.
6104
6105 * international/mule-cmds.el (set-locale-environment): Fix getenv
6106 call. Use save-buffers-kill-terminal. Ignore window-system; always
6107 set the keyboard coding system. Add DISPLAY parameter.
6108 (set-display-table-and-terminal-coding-system): Add DISPLAY
6109 parameter. Pass it to set-terminal-coding-system.
6110
6111 * international/mule.el (keyboard-coding-system): Test for
6112 encoded-kbd-setup-display, not encoded-kbd-mode.
6113 (set-terminal-coding-system, set-keyboard-coding-system): Add
6114 DISPLAY parameter.
6115 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6116
6117 * term/README: Update.
6118
6119 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6120
6121 * term/x-win.el (x-setup-function-keys): New function. Move
6122 function-key-map tweaks here. Protect against multiple calls on
6123 the same terminal. Use terminal-local binding of
6124 local-function-key-map instead of function-key-map.
6125 (x-initialize-window-system): Make a copy of pure list. Pass a
6126 frame getenv.
6127
6128 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6129 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6130 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6131 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6132 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6133 local-function-key-map instead of function-key-map.
6134
6135 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6136 `substitute-key-definition' and `define-key' calls against
6137 multiple execution. Use terminal-local binding of
6138 local-function-key-map instead of function-key-map. Pass a frame
6139 to getenv.
6140
6141 * edmacro.el (edmacro-format-keys):
6142 * emulation/cua-base.el (cua--pre-command-handler):
6143 * isearch.el (isearch-other-meta-char):
6144 * xt-mouse.el: Use terminal-local binding of
6145 local-function-key-map instead of function-key-map.
6146
6147 * fringe.el (set-fringe-mode): Simplify and fix using
6148 `modify-all-frames-parameters'.
6149 * scroll-bar.el (set-scroll-bar-mode): Ditto.
6150 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
6151 check before calling `tool-bar-setup'.
6152 (tool-bar-setup): New variable.
6153 (tool-bar-setup): Use it to guard against multiple calls. Add
6154 optional frame parameter, and select that frame before adding items.
6155 (toggle-tool-bar-mode-from-frame): New function.
6156
6157 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6158 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6159 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6160 "Tool-bar" toggles to reflect the state of the current frame.
6161 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6162
6163 * env.el: Require cl for byte compilation (for `block' and `return').
6164 (environment, setenv-internal): New functions.
6165 (let-environment): New macro.
6166 (setenv, getenv): Add optional terminal parameter. Update docs.
6167 (setenv): Use setenv-internal. Always set process-environment.
6168 Handle `local-environment-variables'.
6169 (read-envvar-name, setenv, getenv): Use frame parameters
6170 to store the local environment, not terminal parameters. Include
6171 `process-environment' as well.
6172
6173 * faces.el (tty-run-terminal-initialization): New function.
6174 (tty-create-frame-with-faces): Use it. Set up faces and
6175 background mode only after the terminal has been initialized.
6176 Call terminal-init-*. Don't load the initialization file more
6177 than once. Call set-locale-environment.
6178 (frame-set-background-mode): Handle the 'background-mode terminal
6179 parameter.
6180 (tty-find-type): New function.
6181 (x-create-frame-with-faces): Remove bogus check for
6182 first frame. Call `tool-bar-setup'. Don't make frame visible
6183 until we are done setting up all its parameters. Call
6184 x-setup-function-keys.
6185
6186 * frame.el (make-frame): Always inherit 'environment and 'client
6187 parameters. Set up the 'environment frame parameter, when needed.
6188 Also inherit 'client parameter. Don't override explicitly
6189 specified values with inherited ones. Add 'terminal frame
6190 parameter. Append window-system-default-frame-alist to parameters
6191 before calling frame-creation-function.
6192 (frame-initialize): Copy the environment from the initial frame.
6193 (window-system-default-frame-alist): Enhance doc string.
6194 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6195 `default-frame-alist' when initial frame is on a tty.
6196 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6197 Remove specified parameters from `window-system-default-frame-alist'.
6198 (make-frame-on-tty, framep-on-display, suspend-frame):
6199 Extend doc string, update parameter names.
6200 (frames-on-display-list): Use terminal-id to get the display id.
6201 (frame-notice-user-settings): Extend to apply
6202 settings in `window-system-default-frame-alist' as well.
6203 (terminal-id, terminal-parameters, terminal-parameter)
6204 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6205 (delete-frame-functions): Add to `delete-frame-functions' hook.
6206 (blink-cursor-mode): Adapt blink-cursor-mode default
6207 value from startup.el.
6208 (make-frame-on-display): Protect condition on x-initialized when
6209 x-win.el is not loaded. Update doc.
6210 (suspend-frame): Use display-controlling-tty-p to decide between
6211 suspend-emacs and suspend-tty.
6212 (frames-on-display-list): Update for display ids.
6213 (framep-on-display): Ditto.
6214 (suspend-frame): Use display-name, not frame-tty-name.
6215 (selected-terminal): New function.
6216
6217 * server.el: Use `device' instead of `display' or `display-id' in
6218 variable and client parameter names.
6219 (server-select-display): Remove (unused).
6220 (server-tty-live-p, server-handle-delete-tty): Remove.
6221 (server-unquote-arg, server-quote-arg, server-buffer-clients):
6222 Update docs.
6223 (server-getenv-from, server-with-environment, server-send-string)
6224 (server-save-buffers-kill-terminal): New functions.
6225 (server-delete-client): Handle quits in kill-buffer. Don't kill
6226 modified buffers. Add extra logging. Delete frames after
6227 deleting the tty. Clear 'client parameter before deleting a frame.
6228 Use delete-display, not delete-tty.
6229 (server-visit-files): Don't set `server-existing-buffer' if the
6230 buffer already has other clients. Return list of buffers
6231 created. Update doc. Don't set client-record when nowait.
6232 (server-handle-delete-frame): Delete the client if this was its
6233 last frame. Check that the frame is alive. Remove bogus comment.
6234 Add note on possible race condition. Delete tty clients, if needed.
6235 (server-handle-suspend-tty): Use server-send-string. Kill the
6236 client in case of errors from process-send-string. Use the display
6237 parameter.
6238 (server-unload-hook): Remove obsolete delete-tty hook.
6239 (server-start): Ask before restarting if the old server still has
6240 clients. Add feedback messages. Remove obsolete delete-tty hook.
6241 (server-process-filter): Use server-send-string. Accept `-dir'
6242 command. Switch to *scratch* immediately after creating the frame,
6243 before evaluating any -evals. Protect `display-splash-screen'
6244 call in a condition-case. Explain why. Call
6245 `display-startup-echo-area-message' before
6246 `display-splash-screen'. Don't display the splash screen when no
6247 frame was created. Show the Emacs splash screen and startup echo
6248 area message. Display the *scratch* buffer by default. Store the
6249 local environment in a frame (not terminal) parameter. Do not try
6250 to decode environment strings. Fix reference to the 'display
6251 frame parameter. Change syntax of environment variables. Put
6252 environment into terminal parameters, not client parameters. Use
6253 a dummy client with --no-wait's X frames. In `-position LINE'
6254 handler, don't ruin the request string until the line number is
6255 extracted. Log opened files. Handle -current-frame command.
6256 Don't create frames when it is given. Don't bind X frames to the
6257 client when we are in -no-wait mode. Set locale environment
6258 variables from client while creating tty frames. Disable call to
6259 configure-display-for-locale. When processing -position command,
6260 don't change the request string until the parameters are
6261 extracted. Don't try to create an X frame when Emacs does not
6262 support it. Improve logging. Temporarily set ncurses-related
6263 environment variables to those of the client while creating a new
6264 tty frame. Select buffers opened by nowait clients, don't leave
6265 them buried under others. Set the display parameter, and use it
6266 when appropriate.
6267
6268 * startup.el (display-startup-echo-area-message): Handle
6269 `inhibit-startup-echo-area-message' here.
6270 (command-line-1): Moved from here.
6271 (fancy-splash-screens): Use `overriding-local-map' instead of
6272 `overriding-terminal-local-map' for now; the latter doesn't work
6273 right, it looses keypresses to another terminal. Use
6274 `overriding-terminal-local-map' to set up keymap. Install a
6275 `delete-frame-functions' hook to catch `delete-frame' events.
6276 Ignore `select-window' events to cope better with
6277 `focus-follows-mouse'. Don't switch back to the original buffer
6278 if the splash frame has been killed. Restore previous buffer, even
6279 if it's *scratch*.
6280 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6281 changes the global binding - setq it instead. Use
6282 `save-buffers-kill-terminal'.
6283 (display-splash-screen): Don't do anything if the splash screen is
6284 already displayed elsewhere.
6285 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6286 (command-line): Replace duplicated code with a call to
6287 tty-run-terminal-initialization. Don't load the terminal
6288 initialization file more than once. Remove call to nonexistent
6289 function `set-locale-translation-file-name'.
6290
6291 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6292 parameters.
6293 (xterm-mouse-position-function, xterm-mouse-event): Update.
6294 (xterm-mouse-mode): Don't depend on current value of window-system.
6295 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6296 Update for multi-tty.
6297 (turn-on-xterm-mouse-tracking-on-terminal)
6298 (turn-off-xterm-mouse-tracking-on-terminal)
6299 (xterm-mouse-handle-delete-frame): New functions.
6300 (delete-frame-functions, after-make-frame-functions)
6301 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6302 for multi-tty.
6303
6304 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * simple.el (invisible-p): Remove: implemented in C now.
6307 (line-move-invisible-p): Remove obsolete alias.
6308
6309 2007-08-28 Juri Linkov <juri@jurta.org>
6310
6311 * image-mode.el (image-type): New variable.
6312 (image-mode): Set default major mode name to "Image[text]".
6313 (image-minor-mode): Change LIGHTER to display image-type in the
6314 mode line.
6315 (image-minor-mode): Set default image-type to "text".
6316 (image-toggle-display): After switching to text mode, set
6317 image-type to "text" and major mode name to "Image[text]".
6318 After switching to image mode, set image-type to actual image
6319 type, and add image type to major mode name. Let-bind the same
6320 variable names as arguments of `image-type' and `create-image'.
6321 Bind `type' to the result of `image-type' and use it as arg
6322 of `create-image' to not determine the image type twice.
6323
6324 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
6325
6326 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6327 (tramp-set-file-uid-gid, tramp-get-local-uid)
6328 (tramp-get-local-gid): New defuns.
6329 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6330 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6331 Improve fast track.
6332 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6333 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
6334 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6335 (tramp-handle-write-region): Improve fast track.
6336 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6337 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6338 be nil.
6339
6340 2007-08-28 Ivan Kanis <apple@kanis.eu>
6341
6342 * time.el: New feature to display several time zones in a buffer.
6343 (display-time-world-mode, display-time-world-display)
6344 (display-time-world, display-time-world-timer): New functions.
6345 (display-time-world-list, display-time-world-time-format)
6346 (display-time-world-buffer-name, display-time-world-timer-enable)
6347 (display-time-world-timer-second, display-time-world-mode-map):
6348 New variables.
6349
6350 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6351
6352 * term/x-win.el (x-gtk-stock-map): New variable.
6353 (x-gtk-map-stock): New function.
6354
6355 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6356 prev/next-node.
6357
6358 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6359
6360 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6361
6362 2007-08-28 Glenn Morris <rgm@gnu.org>
6363
6364 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6365
6366 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6367
6368 * progmodes/modula2.el (m2-definition, m2-module):
6369 Don't use previous-line. Reported by T. V. Raman.
6370
6371 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6372
6373 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6374 argument to tool-bar-mode call.
6375
6376 2007-08-27 Glenn Morris <rgm@gnu.org>
6377
6378 * diff-mode.el (diff-find-file-name): Only accept regular files,
6379 to rule out /dev/null, directories, etc.
6380
6381 * vc-svn.el (vc-svn-diff): If the repository version of all the
6382 files is the same as the specified OLDVERS, do a local diff.
6383
6384 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6387 of buffers in uniquify-managed.
6388
6389 * simple.el (invisible-p): Rename from text-invisible-p.
6390 Update callers.
6391
6392 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6393
6394 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6395 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6396 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6397 (cperl-etags-goto-tag-location): Use new style backquotes.
6398
6399 * net/browse-url.el: Remove spurious * in custom docstrings.
6400 (browse-url-filename-alist): Use new-style backquote.
6401
6402 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6403 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6404
6405 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6406 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6407
6408 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6409
6410 * net/socks.el (socks-username/password-auth-filter):
6411 Remove unused vars `state' and `desired-len'.
6412 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6413 (socks-wait-for-state-change): Use new-style backquotes.
6414
6415 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6416
6417 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6418 backquotes after each `read' rather than once per buffer.
6419
6420 * dframe.el: Remove spurious * in custom docstrings.
6421 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6422 (dframe-xemacs20p): Remove, inline at the sole use point.
6423 (defface): Don't defvar the face, don't use old-style backquote.
6424 (defcustom): Don't use old-style backquote.
6425 (dframe-frame-parameter, dframe-mouse-event-p):
6426 Make it obvious that it's always defined.
6427 (dframe-popup-kludge): New function to replace
6428 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6429 (dframe-frame-mode, dframe-set-timer-internal)
6430 (dframe-mouse-set-point): Remove use of with-no-warnings from
6431 XEmacs-specific code.
6432 (dframe-set-timer-internal): Fix very old bug with
6433 post-command-idle-hook.
6434
6435 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6436
6437 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6438
6439 * emacs-lisp/avl-tree.el: New file.
6440
6441 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6442
6443 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6444 was used.
6445
6446 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6447
6448 * complete.el (PC-do-completion): Make RET accept a non-unique but
6449 complete expansion again.
6450
6451 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6452
6453 * eshell/esh-opt.el (eshell-eval-using-options):
6454 Add debug declaration.
6455
6456 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6457
6458 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6459 (log-view-get-marked): Likewise.
6460
6461 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6462 (vc-delete-automatic-version-backups): Likewise.
6463
6464 * vc.el (vc-dired-buffers-for-dir): Likewise.
6465
6466 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6467
6468 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6469 safe-local-variable setting.
6470 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6471
6472 * log-view.el (log-view-marked-list): Delete variable.
6473 (log-view-mode): Don't use it.
6474 (log-view-toggle-mark-entry): Likewise, simplify.
6475 (log-view-current-tag): Don't return properties.
6476 (log-view-get-marked): New function.
6477
6478 2007-08-25 Alexandre Julliard <julliard@winehq.org>
6479
6480 * vc-git.el (vc-git-mode-line-string): New function.
6481
6482 2007-08-25 Alan Mackenzie <acm@muc.de>
6483
6484 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6485 new language variable.
6486
6487 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6488 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6489 "extern" etc., rather than BOI. Fix addition of spurious
6490 syntactic-symbol 'defun-block-intro, replacing it with
6491 'innamespace, etc.
6492
6493 2007-08-25 Juri Linkov <juri@jurta.org>
6494
6495 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6496
6497 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6498 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6499 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6500
6501 * image.el (image-type-header-regexps): Use more complex regexp for svg.
6502 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6503 (image-type-auto-detectable): Add (svg . maybe).
6504
6505 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6506 to treat it like .tgz.
6507
6508 * calendar/cal-bahai.el: Add file coding cookie.
6509
6510 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
6511
6512 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6513 Don't behave differently when executed via M-x. Add doc string.
6514
6515 * sort.el (sort-fold-case, sort-numeric-base): Mark as
6516 safe-local-variable.
6517
6518 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
6519
6520 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6521 the default value.
6522 (math-calendar-tzinfo): New variable.
6523 (math-get-calendar-tzinfo): New function.
6524 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6525 to get information when zone is nil.
6526
6527 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6528
6529 * log-view.el (log-view-toggle-mark-entry): New function.
6530 (log-view-mode-map): Bind it.
6531 (log-view-marked-list): New variable.
6532 (log-view-mode): Make it local.
6533
6534 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6535
6536 * play/zone.el (zone-pgm-rat-race): New func.
6537 (zone-programs): Add `zone-pgm-rat-race'.
6538
6539 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6542 a list.
6543
6544 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6545
6546 * progmodes/hideshow.el (hs-match-data): Delete alias.
6547 (hs-hide-block-at-point, hs-find-block-beginning)
6548 (hs-show-block): Use `match-data' directly.
6549
6550 2007-08-24 Martin Rudalics <rudalics@gmx.at>
6551
6552 * format.el (format-alist): Fix typo in doc-string.
6553
6554 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
6555
6556 * net/tramp.el (tramp-local-host-p): New defun.
6557 (tramp-handle-file-local-copy, tramp-handle-write-region):
6558 Implement fast track when being on the local host.
6559 (tramp-file-name-handler): Don't set "started" property. It shall
6560 be reserved for the "ftp" method.
6561 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6562
6563 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6564 (tramp-ftp-file-name-handler): Set "started" property.
6565
6566 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
6567
6568 * files.el (backup-buffer-copy): Don't wrap delete in
6569 condition-case, only try to delete if file exists.
6570
6571 2007-08-24 Glenn Morris <rgm@gnu.org>
6572
6573 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6574
6575 * startup.el (tutorial-directory): Set with eval-at-startup so it
6576 gets the right value in an installed Emacs.
6577
6578 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6579
6580 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6581 (eldoc-highlight-function-argument): Use it.
6582
6583 2007-08-23 Masatake YAMATO <jet@gyve.org>
6584
6585 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6586 name of parameters in document body.
6587
6588 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6591 (byte-compile-output-as-comment): Use with-current-buffer rather than
6592 a weird set-buffer&prog1 combination.
6593
6594 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6595 test so as to optimise cases where the `progn's result is constant.
6596
6597 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6598
6599 * locate.el (locate-get-file-positions):
6600 Use line-beginning-position and line-end-position.
6601
6602 2007-08-23 John Wiegley <johnw@newartisans.com>
6603
6604 * calendar/cal-bahai.el: Added in the diacriticals that were
6605 missing for many of the month names.
6606
6607 2007-08-22 Jason Rumney <jasonr@gnu.org>
6608
6609 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6610
6611 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6614
6615 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6616
6617 * dabbrev.el (dabbrev--progress-reporter): New variable.
6618 (dabbrev--scanning-message): Delete func.
6619 (dabbrev--find-expansion): Use a progress reporter
6620 instead of dabbrev--scanning-message.
6621
6622 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6623
6624 * comint.el (comint-exec-1): Raise an error if
6625 `start-file-process' does not return a process object.
6626
6627 * shell.el (shell): Prompt for `default-directory' if it is a
6628 remote file name, and if called with a prefix arg.
6629
6630 2007-08-22 Sam Steingold <sds@gnu.org>
6631
6632 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6633
6634 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6635
6636 * textmodes/org-export-latex.el: New file.
6637
6638 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6639
6640 * textmodes/org.el (org-agenda-skip): Allow a form for
6641 `org-agenda-skip-function'.
6642 (org-agenda-redo): Re-use local settings.
6643 (org-agenda): Store local settings.
6644 (org-agenda-deadline-faces): New option.
6645 (org-agenda-deadline-face): New function.
6646 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6647 entries on their due date.
6648 (org-agenda-get-timestamps): No longer handle the due dates of
6649 schedules and deadline items.
6650 (org-insert-link-global, org-open-at-point-global): New commands.
6651 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6652 :for-ascii parameter.
6653 (org-skip-comments): Function removed.
6654 (org-cleaned-string-for-export): Handle special table lines.
6655 (org-global-properties): New option.
6656 (org-entry-get-with-inheritance): Check global properties.
6657 (org-local-properties): New variable.
6658 (org-set-regexps-and-options): Find the #+PROPERTY line.
6659 (org-link-types): Change type into variable (was constant).
6660 (org-make-link-regexps): New function.
6661 (org-link-re-with-space, org-link-re-with-space2)
6662 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6663 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6664 these regular expressions happens now in the function
6665 `org-make-link-regexps'.
6666 (org-store-link): Call the functions in
6667 `org-store-link-functions'.
6668 (org-add-link-type): New function.
6669 (org-store-link-functions): New variable.
6670 (org-activate-tags): Force matches to be in headlines.
6671 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
6672 (org-columns-display-here): Make sure this works in a narrowed
6673 buffer by checking for point-min.
6674 (org-columns-display-here): Make the rest of the line intangible,
6675 so that point never can be there.
6676 (org-cleaned-string-for-export): Use `with-current-buffer'.
6677 (org-replace-region-by-html): Use `with-current-buffer'.
6678 (org-unfontify-region, org-do-occur, org-columns-display-here)
6679 (org-columns-remove-overlays, org-columns-quit)
6680 (org-columns-edit-value, org-columns-next-allowed-value)
6681 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6682 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6683 (org-agenda-todo, org-agenda-change-all-lines)
6684 (org-agenda-align-tags, org-agenda-priority)
6685 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6686 (org-agenda-show-new-time, org-cleaned-string-for-export)
6687 (org-export-grab-title-from-buffer)
6688 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6689 instead of `buffer-read-only'.
6690 (org-export-as-html): Set `coding-system-for-write'.
6691 (org-remember-store-without-prompt): New option.
6692 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6693 (org-beginning-of-line): Also treat C-a special in items.
6694 (org-table-convert-refs-to-rc): Fixed problem with column
6695 reference after "..".
6696 (org-columns-compute): Don't mark buffer modified because of text
6697 properties.
6698 (org-batch-store-agenda-views): Use the variable
6699 `default-directory', not the function.
6700 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6701 (org-clock-out-when-done): New option.
6702 (org-html-entities): Added HTML entities for smileys.
6703
6704 2007-08-22 Glenn Morris <rgm@gnu.org>
6705
6706 * image.el (create-image): Doc fix.
6707
6708 * startup.el (tutorial-directory): New constant.
6709 (fancy-splash-text): Tutorials now in tutorial-directory.
6710 * tutorial.el (help-with-tutorial): Tutorials now in
6711 tutorial-directory.
6712
6713 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6714
6715 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6716 otherwise.
6717 (tramp-get-remote-path): New defun. Replace occurrences of
6718 `tramp-default-remote-path' by this function.
6719 (tramp-set-remote-path): Move most of the code to
6720 `tramp-get-remote-path'.
6721 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6722 existing directories, this is done already in
6723 `tramp-get-remote-path'.
6724
6725 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6726
6727 * image-file.el (image-file-name-extensions): Add "svg".
6728 * image.el (image-type-header-regexps): Add svg entry.
6729
6730 2007-08-22 Glenn Morris <rgm@gnu.org>
6731
6732 * files.el (backup-buffer-copy): Check backup directory is
6733 writable, to avoid infloop deleting old backup.
6734
6735 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6736 movemail related variables.
6737 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6738 will now be set before this is called.
6739
6740 2007-08-21 Juri Linkov <juri@jurta.org>
6741
6742 * delsel.el (delete-selection-pre-hook):
6743 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6744 instead of checking last-command.
6745
6746 2007-08-21 Juri Linkov <juri@jurta.org>
6747
6748 * loadup.el: Preload "button".
6749
6750 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6753 Add previous-line and next-line.
6754
6755 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6756 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6757
6758 * vc-hooks.el (vc-menu-entry): New var.
6759 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6760 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6761 (vc-menu-map): Declare and initialize in one step.
6762 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
6763
6764 * menu-bar.el (vc-menu-map): Don't setup any more.
6765 Instead, just create the proper spot in the menu.
6766
6767 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * smerge-mode.el (smerge-resolve): New arg `safe'.
6770 (smerge-resolve-all, smerge-batch-resolve): New function.
6771 (smerge-refine): Make sure `diff' returns the expected result.
6772 (smerge-parsep-re): New const.
6773 (smerge-mode): Use it to adjust paragraph-separate.
6774
6775 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6776 Correctly match / regexp matchers as first char on a line when
6777 fontifying only that line.
6778
6779 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6780
6781 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6784 (vc-bzr-registered): Don't redundantly protect against
6785 file-error. Actually use the format-specific code.
6786 (vc-bzr-buffer-nonblank-p): Remove.
6787 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6788
6789 2007-08-20 Juri Linkov <juri@jurta.org>
6790
6791 * startup.el (fancy-splash-text): Change multiple tabs into one
6792 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6793 and "Recover Crashed Session").
6794 (fancy-splash-screens): Set tab-width to 22.
6795 (normal-splash-screen): Replace literal tabs with \t and
6796 fix whitespace. Remove "Useful File menu items" section (with
6797 "Exit Emacs" and "Recover Crashed Session").
6798
6799 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6800
6801 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6802 extracted from `eval-last-sexp-1'.
6803 (eval-last-sexp-1): Call `preceding-sexp'.
6804
6805 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6806
6807 * vc-rcs.el (vc-rcs-annotate-command):
6808 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6809 Add back :vc-annotate-prefix propertization.
6810
6811 2007-08-20 Andreas Schwab <schwab@suse.de>
6812
6813 * mail/rmail.el (rmail-autodetect): Doc fix.
6814
6815 2007-08-19 Juri Linkov <juri@jurta.org>
6816
6817 * startup.el (normal-splash-screen): Add more links.
6818
6819 2007-08-19 Juri Linkov <juri@jurta.org>
6820
6821 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6822 because it's common to both types of splash screen: fancy and normal.
6823 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6824 (exit-splash-screen): Rename from `fancy-splash-quit'.
6825 Use `quit-window' instead of `kill-buffer'.
6826 (fancy-splash-head): Use make-button to insert GNU image link.
6827 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6828 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6829 (normal-splash-screen): Put "Browse manuals" on the same line with
6830 "Emacs manual". Remove descriptions from "Useful tasks" and put
6831 all links in two columns on two lines.
6832
6833 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
6834
6835 * emulation/viper.el (viper-remove-hooks): Remove some additional
6836 viper hooks when the user calls viper-go-away.
6837 (viper-go-away): Restore the default of default-major-mode.
6838 Save the value of default-major-mode before vaperization.
6839
6840 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
6841
6842 * emulation/viper-ex.el: Replace error "" with "Viper bell".
6843
6844 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
6845 buffer for which file is created.
6846
6847 2007-08-19 Glenn Morris <rgm@gnu.org>
6848
6849 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6850 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6851 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6852 shadow files messing up the compilation.
6853
6854 2007-08-18 Glenn Morris <rgm@gnu.org>
6855
6856 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6857 string. Also apply eldoc-argument-case in the help-split-fundoc
6858 case. Adapt for changed behavior of eldoc-function-argstring,
6859 eldoc-function-argstring-format, and
6860 eldoc-highlight-function-argument.
6861 (eldoc-highlight-function-argument): Handle nil INDEX argument,
6862 just call eldoc-docstring-format-sym-doc in that case.
6863 (eldoc-function-argstring): Change the behavior. Now it converts
6864 an argument list to a string.
6865 (eldoc-function-argstring-format): Change the behavior. Now it
6866 applies `eldoc-argument-case' to a string.
6867
6868 * progmodes/scheme.el (scheme-mode-variables): Set
6869 font-lock-comment-start-skip.
6870
6871 2007-08-18 Martin Rudalics <rudalics@gmx.at>
6872
6873 * progmodes/ada-mode.el (ada-create-syntax-table): Move
6874 set-syntax-table from here to ...
6875 (ada-mode): ... here. Do not change global value of
6876 comment-multi-line. Call new function
6877 ada-initialize-syntax-table-properties and add new function
6878 ada-handle-syntax-table-properties to font-lock-mode-hook.
6879 (ada-deactivate-properties, ada-initialize-properties): Replace
6880 by new functions ...
6881 (ada-handle-syntax-table-properties)
6882 (ada-initialize-syntax-table-properties)
6883 (ada-set-syntax-table-properties): ... to set up syntax-table
6884 properties uniformly, independently from whether font-lock-mode
6885 is enabled or not. Handle read-only buffers and do not change
6886 undo-list when setting syntax-table properties.
6887 (ada-after-change-function): Use ada-set-syntax-table-properties.
6888
6889 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6890
6891 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6892 (meta-indent-current-nesting): Use a computation of the nesting
6893 instead.
6894 (meta-indent-current-indentation): Indentation is given according
6895 to nesting and if the previous line was finished or not.
6896 (meta-indent-unfinished-line): Tell if the current line ends with
6897 a finished expression.
6898 (meta-indent-looking-at-code): Like `looking-at', but checks if
6899 the point is in a string before.
6900 (meta-indent-level-count): Use it. Don't count parenthesis as it's
6901 done in the nesting function.
6902 (meta-indent-in-string-p): Tell if the current point is in a
6903 string.
6904 (meta-indent-calculate): Treat b-o-b as a special case. Use the
6905 previous functions.
6906
6907 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
6908
6909 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6910 (copyright-update-year, copyright-update)
6911 (copyright-fix-years): Use it.
6912
6913 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
6914
6915 * emacs-lisp/copyright.el (copyright-update-year):
6916 Fix bug: Handle nil copyright-limit.
6917
6918 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6919
6920 * calc/calc-units.el (math-standard-units): Give exact
6921 conversion for tsp.
6922
6923 * calc/calc.el (math-bignum-digit-length): Compute the
6924 appropriate value.
6925
6926 * calc/calc-bin.el (math-bignum-logb-digit-size)
6927 (math-bignum-digit-power-of-two):
6928 * calc/calc-comb.el (math-small-factorial-table):
6929 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6930 (math-approx-gamma-const):
6931 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
6932 (math-besY1, math-bernoulli-b-cache):
6933 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6934 Remove `eval-when-compile's.
6935
6936 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6937
6938 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
6939 (cperl-find-pods-heres): Fix an error when typing expressions like
6940 `s{a}{b}'.
6941
6942 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6943
6944 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
6945 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
6946 a special case (there's no build number).
6947
6948 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
6949
6950 * completion.el (symbol-under-point, symbol-before-point)
6951 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
6952
6953 2007-08-17 Glenn Morris <rgm@gnu.org>
6954
6955 * progmodes/compile.el (compilation-get-file-structure): Make use
6956 of the directory part when checking for an existing entry, to
6957 handle files with same basename in different directories.
6958
6959 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6960
6961 * calc/calc.el (calc-language-alist): Add texinfo-mode.
6962
6963 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6964
6965 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
6966 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
6967 (ps-paragraph-spacing): Docstring fix.
6968
6969 2007-08-16 Glenn Morris <rgm@gnu.org>
6970
6971 * ps-print.el (ps-font-size): Doc fix.
6972
6973 2007-08-16 Richard Stallman <rms@gnu.org>
6974
6975 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
6976
6977 2007-08-15 Juri Linkov <juri@jurta.org>
6978
6979 * startup.el (initialization): Change parent group from `internal'
6980 to `environment'.
6981 (initial-buffer-choice): New variable.
6982 (command-line): Revert 2007-07-02 change that sets
6983 buffer-offer-save in *scratch* and enables auto-save in it.
6984 (fancy-splash-text): Add links to existing items. Add new items
6985 with links for useful tasks. Move information about Control-g to
6986 fancy-splash-head. Move "Emacs Guided Tour" to the end.
6987 (fancy-splash-keymap): New variable.
6988 (fancy-splash-last-input-event): Remove variable.
6989 (fancy-splash-insert): Add processing of `:link' element.
6990 (fancy-splash-head): Replace "Type Control-l to begin editing"
6991 with "Type `q' to exit".
6992 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
6993 (fancy-splash-default-action, fancy-splash-special-event-action):
6994 Remove functions.
6995 (fancy-splash-quit): New function.
6996 (fancy-splash-screens): Rename input arg from `hide-on-input' to
6997 `static' and reverse the condition of its usage. Don't preserve
6998 original values of `minor-mode-map-alist',
6999 `emulation-mode-map-alists', `special-event-map'.
7000 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7001 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7002 Remove processing of special events. Use local key map
7003 `fancy-splash-keymap'. Set buffer to read-only.
7004 (normal-splash-screen): Rename input arg from `hide-on-input' to
7005 `static' and reverse the condition of its usage.
7006 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7007 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7008 Add links to existing items. Add new items with links for useful
7009 tasks. Use local key map `fancy-splash-keymap'.
7010 (display-splash-screen): Rename input arg from `hide-on-input' to
7011 `static'.
7012 (about-emacs): Add alias to display-splash-screen.
7013 (command-line-1): Use `initial-buffer-choice'.
7014
7015 * menu-bar.el (menu-bar-help-menu):
7016 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7017 item to about-emacs instead of display-splash-screen.
7018
7019 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7020
7021 * calc/calc-units.el (math-standard-units): Update values.
7022 Put in exact, rational values when possible.
7023 (math-unit-prefixes): Replace floats with powers of ten.
7024 (math-standard-units-systems): Replace floats with integers.
7025 (math-make-unit-string): Remove extra spaces in output.
7026
7027 2007-08-15 Glenn Morris <rgm@gnu.org>
7028
7029 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7030 sloppier, for the sake of GNU Mailman.
7031 (rmail-digest-rfc1153): Initialize `result' correctly.
7032
7033 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7034
7035 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7036 in the mail title. Suggested by Reiner Steib.
7037
7038 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
7039
7040 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7041 representation of integers to the list of outputs.
7042
7043 2007-08-14 Glenn Morris <rgm@gnu.org>
7044
7045 * simple.el (bad-packages-alist): New constant.
7046 (bad-package-check): New function. Together, these two add elements
7047 to `after-load-alist' to check for problematic external packages.
7048 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7049
7050 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7051
7052 * calc/calc-units.el (math-get-standard-units)
7053 (math-get-units, math-make-unit-string)
7054 (math-get-default-units, math-put-default-units): New functions.
7055 (math-default-units-table): New variable.
7056 (calc-convert-units, calc-convert-temperature): Add machinery
7057 to supply default values.
7058
7059 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7060
7061 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7062 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7063 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7064 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7065
7066 * emulation/tpu-extras.el: Remove spurious * in docstrings.
7067 Put its autoloads into tpu-edt.el rather than loaddefs.el.
7068 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7069 Make into a proper minor-mode.
7070 (tpu-backward-char, tpu-next-line, tpu-previous-line)
7071 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7072 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7073 (tpu-set-cursor-free, tpu-set-cursor-bound):
7074 Delegate to tpu-cursor-free-mode.
7075 (tpu-next-line, tpu-previous-line, tpu-forward-line)
7076 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7077 Use line-move or forward-line instead of next-line-internal.
7078
7079 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
7080
7081 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7082
7083 2007-08-12 Richard Stallman <rms@gnu.org>
7084
7085 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7086 (cvs-execute-single-file): Use new name split-string-and-unquote.
7087 (cvs-header-msg): Use new name combine-and-quote-strings.
7088
7089 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7090
7091 * progmodes/gud.el (gud-common-init): Use new name
7092 split-string-and-unquote.
7093
7094 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7095 in javac regexp.
7096
7097 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7098 combine-and-quote-strings and split-string-and-unquote.
7099
7100 * subr.el (combine-and-quote-strings): Rename from strings->string.
7101 (split-string-and-unquote): Rename from string->strings.
7102
7103 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7104
7105 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7106 to buffer-local settings.
7107
7108 * emacs-lisp/backquote.el (backquote-delay-process): New function.
7109 (backquote-process): Add internal arg `level'. Use the two to
7110 correctly handle nested backquotes.
7111
7112 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
7113
7114 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7115 (vc-bzr-state-words): Add "kind changed" state word.
7116 (vc-bzr-status): New function. Return Bzr idea of file status,
7117 which is different from VC's.
7118 (vc-bzr-state): Use vc-bzr-status.
7119 (vc-workfile-unchanged-p): Use vc-bzr-status.
7120 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7121 (vc-dired-state): Process "kind changed" state word.
7122
7123 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7124
7125 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7126
7127 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7128 Move from vc-default-find-file-not-found-hook.
7129
7130 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * man.el: Remove spurious * in docstrings.
7133 Merge defvars and toplevel setq-defaults.
7134 (Man-highlight-references0): Limit=nil rather than point-max.
7135 (Man-mode-map): Move initialization into the declaration.
7136 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7137 (Man-view-header-file): Use expand-file-name rather than concat.
7138 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7139
7140 * man.el (Man-next-section): Make sure we do not move backward.
7141
7142 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * files.el (auto-mode-alist): Use the purecopied text (duh!).
7145
7146 2007-08-08 Glenn Morris <rgm@gnu.org>
7147
7148 * Replace `iff' in doc-strings and comments.
7149
7150 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7151
7152 * dired.el (dired-pop-to-buffer):
7153 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7154 * calendar/calendar.el (generate-calendar-window):
7155 * progmodes/compile.el (compilation-set-window-height):
7156 * textmodes/two-column.el (2C-two-columns, 2C-merge):
7157 Use window-full-width-p instead of comparing frame-width and
7158 window-width.
7159
7160 * progmodes/compile.el (compilation-find-buffer): Remove extra
7161 argument in call to compilation-buffer-internal-p.
7162
7163 2007-08-07 Tom Tromey <tromey@redhat.com>
7164
7165 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7166 Add safe-local-variable property.
7167
7168 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7169
7170 * image-mode.el (image-toggle-display): Use image-refresh.
7171
7172 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
7173
7174 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7175 unofficial version.
7176 (vc-bzr-command): Remove redundant setting of process-connection-type.
7177 (vc-bzr-admin-checkout-format-file): Add autoload.
7178 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7179 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7180 (vc-bzr-registered): Compare dirstate format tag with known good
7181 value, abort parsing if match fails. Warn user in docstring.
7182 (vc-bzr-workfile-version): Case for different Bzr branch formats.
7183 See bzrlib/branch.py in Bzr sources.
7184 (vc-bzr-diff): First argument FILES may be a string rather than a list.
7185 (vc-bzr-shell-command): Remove in favor of
7186 vc-bzr-command-discarding-stderr.
7187 (vc-bzr-command-discarding-stderr): New function.
7188
7189 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
7190
7191 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7192 program, and return nil.
7193 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7194 (vc-bzr-state): Look for path names relative to the repository
7195 root after status keyword.
7196 (vc-bzr-file-name-relative): New function.
7197 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7198 depend on it.
7199 (vc-bzr-admin-dirname, ...-checkout-format-file)
7200 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7201 files that we now parse directly for speed.
7202 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7203 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7204 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7205 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
7206 Bzr warnings, so we must discard it.
7207 (vc-bzr-workfile-version): Speedup counting lines from
7208 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7209 if that file doesn't exist.
7210 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7211 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
7212 to `vc-directory-exclusion-list'.
7213 (vc-bzr-shell-command): New function.
7214
7215 2007-08-06 Tom Tromey <tromey@redhat.com>
7216
7217 * diff-mode.el (diff-unified->context, diff-reverse-direction)
7218 (diff-fixup-modifs): Typo in docstring.
7219
7220 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7221
7222 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7223 count-screen-lines.
7224 (tpu-edt-off): Disable relevant pieces of advice.
7225
7226 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7227 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
7228 (newline, newline-and-indent, do-auto-fill): Use advice instead of
7229 redefining the function.
7230 (tpu-set-scroll-margins): Activate the pieces of advice.
7231
7232 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7233
7234 * help.el (resize-temp-buffer-window): Use window-full-width-p
7235 instead of comparing frame-width and window-width.
7236
7237 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
7238
7239 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7240 optional quotes around files in NEED-UPDATE . REMOVED case.
7241
7242 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7243 (ada-treat-cmd-string): Improve error message.
7244 (ada-do-file-completion): Call `ada-require-project-file', so
7245 project variables are set properly.
7246 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7247 (ada-gnatfind-buffer-name): New constant.
7248 (ada-find-any-references): Use new constant. Set buffer name
7249 properly in compilation-start. Toggle read-only properly.
7250 (ada-find-in-src-path): Fix spelling error in docstring.
7251
7252 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7253 by zero error.
7254
7255 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7258
7259 2007-08-12 Richard Stallman <rms@gnu.org>
7260
7261 * progmodes/sh-script.el (sh): Delete group `unix'.
7262
7263 * progmodes/gud.el (gud): Change to group `processes'.
7264
7265 2007-08-11 Glenn Morris <rgm@gnu.org>
7266
7267 * progmodes/compile.el (compilation-buffer-name): Don't check
7268 compilation-arguments. It is superfluous, and the variable isn't
7269 even set when this function is called.
7270
7271 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7272
7273 * term/mac-win.el (mac-ae-reopen-application): New function.
7274 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7275
7276 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7277
7278 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7279 take tex-font-script-display into account.
7280 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7281 cell to a list of 2 elements to simplify the unfontify code.
7282
7283 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7284
7285 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7286 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7287 ps-print-color-p is neither nil nor black-white. Reported by Christian
7288 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7289
7290 2007-08-08 Andreas Schwab <schwab@suse.de>
7291
7292 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7293 self-insert-command, not self-insert.
7294
7295 2007-08-08 Glenn Morris <rgm@gnu.org>
7296
7297 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7298 argument optional, for backwards compatibility, and only highlight
7299 args when present. Fix symbol name typo (doc/args).
7300
7301 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7302 rather than just `-'.
7303
7304 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7305
7306 * calc/calc-units.el (calc-convert-temperature):
7307 Use `/' to create fractions.
7308
7309 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
7310
7311 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7312 global matching.
7313 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7314 ERROR-BUFFER more robust. Display output.
7315 (tramp-file-name-handler): Add a connection property when we found
7316 a foreign file name handler. This allows backends like ftp to
7317 profit also from usr/host name completion based on connection
7318 cache.
7319 (tramp-send-command-and-read): Search for trash after the regexp
7320 until eol only. In XEmacs, there is a problem with \n.
7321
7322 * net/tramp-cache.el (top): Read persistent connection history
7323 when cache is empty.
7324
7325 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7326
7327 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7328 resulting output.
7329
7330 2007-08-07 Sam Steingold <sds@gnu.org>
7331
7332 * progmodes/compile.el (compilation-start): Pass nil as startfile
7333 to comint-exec.
7334
7335 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7336
7337 * longlines.el (longlines-decoded): New variable.
7338 (longlines-mode): Avoid encoding or decoding the buffer twice.
7339
7340 2007-08-07 Martin Rudalics <rudalics@gmx.at>
7341
7342 * format.el (format-insert-file): Make sure that at most one undo
7343 entry is recorded for the insertion. Inhibit point-motion and
7344 modification hooks around call to insert-file-contents.
7345
7346 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7347
7348 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7349 Select the buffer's window before moving point.
7350
7351 2007-08-07 Richard Stallman <rms@gnu.org>
7352
7353 * term.el (term): Remove parent group `unix'.
7354
7355 * simple.el (default-indent-new-line): New function.
7356 It calls comment-line-break-function if there are comments.
7357 (do-auto-fill): Use that.
7358
7359 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7360
7361 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7362 (PC-do-completion): Add "acronym completion" for symbols and
7363 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7364
7365 2007-08-06 Sam Steingold <sds@gnu.org>
7366
7367 * mouse.el (mouse-buffer-menu): Pass mode-name through
7368 format-mode-line because it may be a list,
7369 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7370
7371 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
7372
7373 * printing.el (pr-update-menus): Docstring fix.
7374
7375 2007-08-06 Jason Rumney <jasonr@gnu.org>
7376
7377 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7378
7379 * vc-hooks.el (vc-call): Add doc string.
7380
7381 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
7382
7383 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7384 process-filter.
7385
7386 2007-08-06 Kenichi Handa <handa@m17n.org>
7387
7388 * international/quail.el: Wrap (require 'help-mode) by
7389 eval-when-compile.
7390 (quail-help-init): New function.
7391 (quail-help): Call quail-help-init.
7392 (quail-store-decode-map-key): Change it to a function.
7393
7394 2007-08-05 Jason Rumney <jasonr@gnu.org>
7395
7396 * vc.el (vc-rollback): Add norevert argument back.
7397 (vc-revert-buffer): Add back as obsolete alias.
7398
7399 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
7400
7401 * term.el: Honor term-default-fg-color and term-default-bg-color
7402 settings when modifying term-current-face.
7403 (term-default-fg-color, term-default-bg-color): Initialize from
7404 default term-current-face.
7405 (term-mode, term-reset-terminal): Set term-current-face with
7406 term-default-fg-color and term-default-bg-color.
7407 (term-handle-colors-array): term-current-face has term-default-fg-color
7408 and term-default-bg-color after reset escape sequence.
7409 (term-handle-colors-array): Set term-current-color with
7410 term-default-fg/bg-color instead of ansi-term-color-vector when the
7411 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7412
7413 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7414
7415 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7416 (math-nlfit-givens): Let bind free variables.
7417
7418 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
7419
7420 * printing.el: Require lpr and ps-print when loading printing package.
7421 Reported by Glenn Morris <rgm@gnu.org>.
7422
7423 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
7424
7425 * files.el (set-auto-mode): Handle also remote files wrt
7426 `auto-mode-alist'.
7427
7428 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
7429
7430 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7431 curves and plotting.
7432
7433 * calc/calc-nlfit.el: New file.
7434
7435 2007-08-04 Glenn Morris <rgm@gnu.org>
7436
7437 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7438 zero, not nil, when the library is first loaded. Check for a file
7439 that has been modified on disk.
7440
7441 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7442 Remove duplicate defvar preventing initialization.
7443 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7444
7445 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7448 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7449 may match up to 4 lines.
7450 (diff-beginning-of-file-and-junk): Rewrite.
7451
7452 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7453
7454 * printing.el: Evaluate require only during compilation.
7455 (pr-version): New version 6.9.1.
7456 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7457 (pr-global-menubar): Fix code.
7458
7459 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7460
7461 * term.el (term-erase-in-display): Fix case when point is not at
7462 the beginning of the line.
7463
7464 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7465
7466 * calc/calc-ext.el (math-get-value, math-get-sdev)
7467 (math-contains-sdev): New functions.
7468
7469 * calc/calc-graph.el (calc-graph-format-data)
7470 (calc-graph-add-curve): Check for error forms.
7471 (calc-graph-set-styles): Add option for error forms.
7472
7473 2007-08-03 Miles Bader <miles@gnu.org>
7474
7475 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7476 backend names for new backends to `Git', `Hg', and `Bzr'.
7477 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7478 not `HG'.
7479 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7480 name, not `GIT'.
7481 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7482 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7483
7484 2007-08-03 Richard Stallman <rms@gnu.org>
7485
7486 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7487 to update deleted flag.
7488
7489 * cus-edit.el (customize-apropos, customize-apropos-options)
7490 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7491
7492 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7493
7494 * startup.el (fancy-splash-head, startup-echo-area-message):
7495 Change message text.
7496
7497 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7498 All callers use line-move.
7499
7500 * progmodes/compile.el (compilation-find-buffer): Return current
7501 buffer immediately if suitable.
7502 (compile, compilation-buffer-name, compilation-start): Doc fixes.
7503
7504 2007-08-03 Daiki Ueno <ueno@unixuser.org>
7505
7506 * faces.el (face-normalize-spec): New function.
7507 (frame-set-background-mode): Normalize face-spec before calling
7508 face-spec-match-p.
7509
7510 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7511
7512 * server.el (server-window): Add switch-to-buffer-other-frame option.
7513
7514 2007-08-03 Glenn Morris <rgm@gnu.org>
7515
7516 * cus-edit.el (customize-apropos): Make the error message indicate
7517 what kind of thing the user was trying to customize.
7518
7519 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7520
7521 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7522 Fix off-by-one error in previous change.
7523
7524 2007-08-03 Drew Adams <drew.adams@oracle.com>
7525
7526 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7527 Make buffer writable.
7528
7529 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7530
7531 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7532 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
7533 Use native Emacs functions, when appropriate.
7534
7535 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7536 Stefan Monnier <monnier@iro.umontreal.ca>
7537
7538 * vc.el: Document new VC operation `extra-menu'.
7539
7540 * vc-hooks.el (vc-default-extra-menu): New function.
7541
7542 * menu-bar.el (menu-bar-vc-filter): New function.
7543 (menu-bar-tools-menu): Use it as a filter.
7544
7545 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
7546
7547 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7548
7549 2007-08-01 Glenn Morris <rgm@gnu.org>
7550
7551 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7552 strings.
7553 (fortran-tab-mode-default): Remove needless autoload.
7554 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7555 mark as risky.
7556 (fortran-line-length): New buffer-local variable, safe if integer.
7557 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7558 Change from variables to constants.
7559 (fortran-font-lock-syntactic-keywords): Delete as a variable,
7560 replace with a new function definition.
7561 (fortran-mode): Use fortran-line-length, and
7562 fortran-font-lock-syntactic-keywords as a function. Add a
7563 hack-local-variables-hook function.
7564 (fortran-line-length, fortran-hack-local-variables): New functions.
7565 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7566 Use fortran-line-length rather than 72.
7567 (fortran-window-create-momentarily): Doc fix.
7568
7569 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
7570
7571 * cus-edit.el (custom-group-value-create, custom-goto-parent):
7572 Fix parent groups link.
7573
7574 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
7575
7576 * progmodes/python.el (python-current-defun): Adjust to never fall
7577 into infinite loop.
7578
7579 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7582
7583 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
7584
7585 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7586 (copyright-fix-years, copyright): Correctly handle the case where
7587 copyright-limit is nil.
7588
7589 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
7590
7591 * progmodes/python.el (run-python): Fix path separator under w32.
7592
7593 2007-07-30 Richard Stallman <rms@gnu.org>
7594
7595 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7596 Treat non-break space as whitespace in Lisp.
7597
7598 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * vc.el (vc-dired-hook): Use inhibit-read-only.
7601
7602 * progmodes/compile.el (compilation-forget-errors):
7603 Reset compilation-auto-jump-to-next.
7604
7605 2007-07-30 Michael Olson <mwolson@gnu.org>
7606
7607 * cus-edit.el (custom-group-save): Fix void function definition
7608 error. Thanks to Zhang Wei for the report.
7609
7610 * ps-print.el: Check in trivial changes to the autoloads section
7611 caused by the build process. These autoloads really ought to be
7612 placed in a separate file, methinks.
7613
7614 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * calendar/calendar.el (calendar-mode): Make sure
7617 displayed-(month|year) are set.
7618 (calendar-basic-setup): Display buffer before adjusting window sizes.
7619 (generate-calendar-window): Use inhibit-read-only. Simplify.
7620 Generate buffer and set displayed-month and displayed-year before
7621 calling update-calendar-mode-line.
7622
7623 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7624
7625 * net/tramp.el:
7626 * net/tramp-uu.el:
7627 * net/trampver.el: Use utf-8 encoding with coding cookie.
7628
7629 * net/tramp-cache.el:
7630 * net/tramp-fish.el:
7631 * net/tramp-ftp.el:
7632 * net/tramp-gw.el:
7633 * net/tramp-smb.el: Remove coding cookie.
7634
7635 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7636 Flush buffer file-name's file property.
7637 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7638
7639 * net/trampver.el: Update release number.
7640
7641 2007-07-29 Juri Linkov <juri@jurta.org>
7642
7643 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7644 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7645 when major-mode is not dired-mode.
7646 (dired-toggle-read-only): New function.
7647 (dired-recursive-deletes): Remove obsolete comments about old
7648 default value.
7649 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7650
7651 * wdired.el (wdired-exit): New function.
7652 (wdired-mode-map): Bind C-x C-q to wdired-exit.
7653
7654 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * cus-edit.el (customize-read-group): New fun.
7657 (customize-group-other-window, customize-face-other-window):
7658 Prompt before delegating to customize-(group|face).
7659 Bind pop-up-windows rather than use the other-window argument.
7660 (customize-group, customize-face): Prompt from the interactive spec.
7661 Remove args `prompt-for-group' and `other-window'.
7662
7663 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7664 (ad-body-forms, ad-advised-interactive-form): Revert this part of
7665 last change.
7666
7667 2007-07-28 Masatake YAMATO <jet@gyve.org>
7668
7669 * vc.el (vc-dired-mode): Add a menu for VC related operation.
7670 Use backend name as the menu label. Suggested by David Kastrup.
7671
7672 2007-07-28 Alan Mackenzie <acm@muc.de>
7673
7674 Fix problem with modes derived from CC Mode:
7675 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
7676 macro to cc-langs.
7677 (c-init-language-vars-for): Remove call to above macro.
7678 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
7679 been moved to here.
7680 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
7681
7682 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7683
7684 * net/trampver.el: Fix the `coding' cookie.
7685
7686 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7687
7688 * vc-git.el (vc-git-print-log): Support both the old single file
7689 interface and the new one.
7690
7691 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
7692
7693 * bindings.el (mode-line-remote): Use updated %@ construct.
7694
7695 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7698 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7699 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7700 (diary-list-bahai-entries, diary-bahai-mark-entries)
7701 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7702 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7703 New names to clean up namespace.
7704 (list-bahai-diary-entries, mark-bahai-diary-entries)
7705 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7706 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7707 Add compatibility aliases.
7708
7709 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7710
7711 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7712 (calendar-scroll-left-three-months)
7713 (calendar-scroll-right-three-months): Clean up namespace.
7714 (scroll-calendar-left, scroll-calendar-right)
7715 (scroll-calendar-left-three-months)
7716 (scroll-calendar-right-three-months): Add compatibility aliases.
7717
7718 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7719 Behave like mouse-scroll-calendar-* when used from the mouse.
7720
7721 * calendar/cal-menu.el (cal-menu-scroll-menu)
7722 (cal-menu-global-mouse-menu):
7723 * calendar/calendar.el (calendar-mode-map):
7724 Use new calendar-scroll-* names.
7725 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7726 Remove. Use calendar-scroll-* directly instead.
7727
7728 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7731 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7732 (ad-make-advised-definition, ad-cache-id-verification-code):
7733 Use commandp and interactive-form instead.
7734
7735 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7736
7737 * vc-git.el: Relicense to GPLv3 or later.
7738 (vc-directory-exclusion-list, vc-handled-backends): Remove.
7739
7740 * vc-hooks.el (vc-handled-backends): Add GIT.
7741
7742 * vc.el (vc-directory-exclusion-list): Add .git.
7743
7744 2007-07-26 Alexandre Julliard <julliard@winehq.org>
7745
7746 * vc-git.el (vc-git-revision-table)
7747 (vc-git-revision-completion-table): New functions.
7748
7749 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7750
7751 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7752 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7753 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7754 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7755 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7756 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7757 New command actions for EPS header and EPS footer.
7758
7759 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7760 footer. Fix some problems with one-or-more, zero-or-more and
7761 alternative constructions generation. Some log messages
7762 implementation. Doc fix.
7763 (ebnf-version): New version 4.4.
7764 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7765 (ebnf-eps-footer, ebnf-log): New options.
7766 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7767 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7768 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7769 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7770 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7771 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7772 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7773 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7774 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7775 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7776 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7777 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7778 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7779 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7780 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7781 (ebnf-except-dimension, ebnf-alternative-dimension)
7782 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7783 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7784 message fun.
7785 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7786 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7787 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7788 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7789 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7790 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7791 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7792 compatibility with Emacs 20 & 21.
7793 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7794 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7795 (ebnf-basic-empty-height): New vars.
7796 (ebnf-prologue): Fix PostScript code.
7797 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7798 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7799 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7800 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7801
7802 2007-07-25 Glenn Morris <rgm@gnu.org>
7803
7804 * Relicense all FSF files to GPLv3 or later.
7805
7806 * COPYING: Switch to GPLv3.
7807
7808 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7809
7810 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7811 Replace it with another one which disables undo before calling
7812 erase-buffer and then turns it back on if needed.
7813
7814 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7815
7816 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
7817
7818 2007-07-24 Glenn Morris <rgm@gnu.org>
7819
7820 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7821 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7822 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7823 (cal-tex-cursor-week, cal-tex-cursor-week2)
7824 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7825 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7826 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7827 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7828
7829 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7830
7831 * calendar/calendar.el (calendar-mode-map): Move initialization
7832 into declaration. Add menu bindings (used to be done in cal-menu).
7833 (calendar-mode): Don't add an activate-menubar-hook.
7834
7835 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7836 modify calendar-mode-map), use easy-menu, and make sure that C-h k
7837 can be used on the menu entries.
7838 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7839 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7840 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7841 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7842 (calendar-flatten, cal-menu-update): Remove.
7843 (calendar-mouse-insert-hebrew-diary-entry)
7844 (calendar-mouse-insert-islamic-diary-entry)
7845 (calendar-mouse-insert-bahai-diary-entry):
7846 Remove (fold into cal-menu-diary-menu).
7847 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7848 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7849 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7850 (calendar-mouse-view-diary-entries): Minor simplifications.
7851 (calendar-event-to-date): Use with-current-buffer.
7852
7853 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
7854
7855 * add-log.el (change-log-redate): Remove (not needed anymore and
7856 doesn't appear to work).
7857
7858 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * frame.el: Use mapc and dolist instead of mapcar where possible.
7861 (close-display-connection): New command.
7862
7863 2007-07-25 Alexandre Julliard <julliard@winehq.org>
7864
7865 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7866 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7867
7868 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7869
7870 * ps-print.el (ps-multibyte-buffer): Docstring fix.
7871
7872 * ps-mule.el: Doc fix.
7873 (ps-multibyte-buffer, ps-mule-font-info-database-default)
7874 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
7875
7876 2007-07-25 Glenn Morris <rgm@gnu.org>
7877
7878 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7879 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7880 (cal-tex-daily-end, cal-tex-hook)
7881 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7882 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7883 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7884 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7885 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7886 (cal-tex-day-prefix, cal-tex-day-name-format)
7887 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7888 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7889 (cal-tex-LaTeX-subst-list): Change from variables to constants.
7890 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7891 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7892 etc, rather than \bf.
7893 (cal-tex-mini-calendar): Fix typos in previous change.
7894 (cal-tex-latexify-list): Remove inner let binding.
7895 (cal-tex-end-document, cal-tex-banner): Use multi-line
7896 cal-tex-comment.
7897 (cal-tex-comment): Handle embedded newlines.
7898 (cal-tex-LaTeXify-string): Use substring-no-properties.
7899
7900 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
7901
7902 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7903 Add support for the Maden build tool.
7904
7905 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
7906
7907 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
7908
7909 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7910
7911 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
7912
7913 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7914
7915 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7916 C-x C-q.
7917
7918 * vc-git.el (vc-git-print-log): Fix previous change.
7919
7920 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 * window.el (save-selected-window): Minor optimization.
7923 (bw-adjust-window): If operation failed, try with a smaller delta.
7924 (window-fixed-size-p): New function.
7925 (window-area-factor): New var.
7926 (balance-windows-area): New command.
7927
7928 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
7929 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
7930 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
7931 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7932 (ps-mule-begin-job): Use dolist.
7933
7934 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7935
7936 * subr.el (start-file-process-shell-command)
7937 (process-file-shell-command): New defuns.
7938
7939 * progmodes/compile.el (compilation-start):
7940 Apply `start-file-process-shell-command'.
7941
7942 2007-07-24 Alexandre Julliard <julliard@winehq.org>
7943
7944 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7945
7946 2007-07-24 Alan Mackenzie <acm@muc.de>
7947
7948 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7949 Initialise byte-compile-unresolved-functions before rather than
7950 after a compilation.
7951 (byte-compile-unresolved-functions): Amplify doc string.
7952
7953 2007-07-24 Glenn Morris <rgm@gnu.org>
7954
7955 * startup.el (normal-splash-screen): Use `emacs-copyright'.
7956
7957 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7958 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7959 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7960 (cal-tex-cursor-week, cal-tex-cursor-week2)
7961 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7962 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7963 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7964 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7965
7966 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
7967 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
7968 (cal-tex-day-name-format, cal-tex-cal-one-month)
7969 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
7970 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
7971 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
7972 (cal-tex-list-holidays, cal-tex-cursor-year)
7973 (cal-tex-cursor-year-landscape, cal-tex-year)
7974 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
7975 (cal-tex-cursor-month, cal-tex-insert-days)
7976 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7977 (cal-tex-first-blank-p, cal-tex-cursor-week)
7978 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7979 (cal-tex-week-hours, cal-tex-cursor-week-monday)
7980 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
7981 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7982 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
7983 (cal-tex-latexify-list, cal-tex-previous-month)
7984 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
7985 modernization, including using dotimes rather than
7986 calendar-for-loop.
7987 (cal-tex-LaTeX-subst-list): Remove `@'.
7988 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
7989 Use \textit and \textbf rather than \em and \it.
7990
7991 * calendar/cal-bahai.el (list-bahai-diary-entries)
7992 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
7993 * calendar/cal-islam.el (list-islamic-diary-entries)
7994 * calendar/calendar.el (generate-calendar, generate-calendar-month)
7995 * calendar/diary-lib.el (diary-list-entries)
7996 (mark-calendar-date-pattern): Use `dotimes' rather than
7997 `calendar-for-loop'.
7998
7999 * calendar/calendar.el (calendar-for-loop): Doc fix.
8000
8001 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8004 underlying file is uptodate.
8005
8006 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
8007
8008 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8009
8010 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * vc-hooks.el (vc-mode-line-map): New const.
8013 (vc-mode-line): Use it.
8014
8015 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8016
8017 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8018 (vc-git-unregister): New functions.
8019 (vc-git-find-version): Use the result of ls-files as a parameter
8020 for cat-file.
8021
8022 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
8023
8024 * net/tramp.el (tramp-perl-file-attributes)
8025 (tramp-perl-directory-files-and-attributes)
8026 (tramp-handle-file-attributes-with-stat)
8027 (tramp-handle-directory-files-and-attributes-with-stat)
8028 (tramp-convert-file-attributes): Handle huge file sizes.
8029
8030 2007-07-23 Juri Linkov <juri@jurta.org>
8031
8032 * isearch.el (isearch-message-function): New variable.
8033 (isearch-update, isearch-search): Use it.
8034
8035 * simple.el (goto-history-element): New function created from
8036 next-history-element.
8037 (next-history-element): Most code moved to goto-history-element.
8038 Call goto-history-element with (- minibuffer-history-position n).
8039 (previous-history-element): Call goto-history-element with (+
8040 minibuffer-history-position n).
8041 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8042 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8043 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8044 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8045 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8046 (minibuffer-history-isearch-pop-state): New functions.
8047
8048 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8049
8050 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8051 Also, if FILE is a list, return non-nil if any of its elements
8052 should stay local. Update docstring.
8053
8054 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8055
8056 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8057 change by reverting a small part.
8058
8059 2007-07-23 Richard Stallman <rms@gnu.org>
8060
8061 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8062
8063 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8064
8065 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8066 handling it. Use vc-git-command.
8067 (vc-git-find-version, vc-git-diff-tree): New functions.
8068 (vc-git-revert): Use vc-git-command.
8069 (vc-git--run-command): Delete.
8070
8071 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8072
8073 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8074
8075 2007-07-20 Kenichi Handa <handa@m17n.org>
8076
8077 * international/utf-8.el (utf-8-post-read-conversion):
8078 Temporarily bind utf-8-compose-scripts to nil while running
8079 *-compose-region functions.
8080
8081 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8082
8083 * vc-git.el: Update status.
8084 (vc-directory-exclusion-list): Use eval-after-load.
8085
8086 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
8087
8088 * bindings.el (mode-line-remote): New variable.
8089 (help-echo): Add to default values of mode-line-format.
8090
8091 * files.el: Mark mode-line-remote as risky.
8092
8093 2007-07-22 Juri Linkov <juri@jurta.org>
8094
8095 * isearch.el (isearch-edit-string): Save old point and
8096 isearch-other-end to old-point and old-other-end before reading
8097 the search string from minibuffer. After exiting minibuffer set
8098 point to old-other-end if point and the search direction is the
8099 same as before reading the search string.
8100 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
8101 to isearch-other-end. Instead of isearch-search-and-update call
8102 three functions isearch-search, isearch-push-state and isearch-update.
8103
8104 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8105
8106 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8107 deal with multiple file arguments.
8108 (vc-git-print-log): Deal with multiple file arguments.
8109
8110 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8113 diff-refine-hunk. Adjust users.
8114 (diff-unified-hunk-p, diff-splittable-p): New functions.
8115 (diff-mode-menu): Use it to disable Split when it doesn't work.
8116
8117 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8118
8119 * diff-mode.el (diff-mode-menu): New entries.
8120
8121 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8124 if applicable, so as to save undo-log space.
8125
8126 * diff-mode.el (diff-find-file-name): Add arg `batch'.
8127
8128 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8129 (diff-file-kill): Use it.
8130 (diff-beginning-of-hunk): Add arg `try-harder' using it.
8131 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8132 Use it so they find the hunk even when we're in the file header.
8133
8134 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8135
8136 * vc-git.el (vc-git-revision-granularity, vc-git-root)
8137 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8138 (vc-git-create-repo): New functions.
8139 (vc-git-registered): New autoloaded function definition.
8140 (vc-git-registered): Use vc-git-root.
8141 (vc-git-responsible-p): New defalias.
8142 (vc-git-annotate-extract-revision-at-line): Uncomment.
8143 (vc-git-print-log): Add the file name to the log.
8144 (vc-git-log-view-mode): New derived mode.
8145 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8146
8147 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8148
8149 * progmodes/grep.el (grep-compute-defaults): Keep default values.
8150
8151 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
8152
8153 * textmodes/reftex.el (reftex-access-parse-file): Create parse
8154 file in a way that does not interfere with recentf mode.
8155 (reftex-access-parse-file): Do not risk destroying an existing
8156 buffer.
8157
8158 2007-07-22 Alexandre Julliard <julliard@winehq.org>
8159
8160 * vc-git.el: New file.
8161
8162 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8163
8164 * textmodes/tex-mode.el (tex-font-script-display): Change default.
8165
8166 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8167
8168 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8169 for branches and new files.
8170
8171 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8172 local-map handling ...
8173 (vc-mode-line): ... here. Improve handling of help-echo.
8174
8175 * vc.el (mode-line-string): Document help-echo usage.
8176
8177 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8178
8179 Sync with Tramp 2.1.10.
8180
8181 * net/tramp.el (tramp-get-ls-command): Fix typo.
8182
8183 * net/trampver.el: Update release number.
8184
8185 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8186
8187 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8188
8189 * term/x-win.el (x-handle-no-bitmap-icon): New function.
8190
8191 2007-07-22 Martin Rudalics <rudalics@gmx.at>
8192
8193 * add-log.el (change-log-fill-parenthesized-list): New function.
8194 (change-log-indent): Call change-log-fill-parenthesized-list.
8195 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8196 Have lines with leading asterisk start a paragraph.
8197
8198 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8199
8200 * calc/calc-math.el (math-emacs-precision)
8201 (math-largest-emacs-expt, math-smallest-emacs-expt):
8202 New variables.
8203 (math-use-emacs-fn): New function.
8204 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8205 appropriate.
8206
8207 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8208
8209 * image-dired.el (image-dired-sane-db-file): New func.
8210 (image-dired-write-tags, image-dired-remove-tag)
8211 (image-dired-list-tags, image-dired-write-comments)
8212 (image-dired-get-comment, image-dired-mark-tagged-files)
8213 (image-dired-create-gallery-lists): Call new func.
8214 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8215
8216 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8217
8218 * vc-hg.el (vc-hg-dir-state): Fix loop.
8219 (vc-hg-print-log): Fix expected return value for vc-hg-command.
8220 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8221 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8222 (vc-hg-revert): Likewise.
8223 (vc-hg-revision-table, vc-hg-revision-completion-table): New
8224 functions.
8225
8226 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * add-log.el (change-log-resolve-conflict): Don't lose data if the
8229 merge fails.
8230
8231 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8232
8233 * progmodes/compile.el (compilation-auto-jump-to-first-error):
8234 Add group and version.
8235
8236 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * add-log.el (add-log-file-name): Use file-relative-name.
8239 (add-change-log-entry): Delay reading
8240 add-log-(full-name|mailing-address) to after we've switched to the
8241 ChangeLog buffer so we get the right value.
8242 (add-change-log-entry, add-log-current-defun, change-log-merge):
8243 Use derived-mode-p rather than checking major-mode directly.
8244
8245 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8246 name for buffer-file-name if it refers to a directory.
8247
8248 * vc-arch.el (vc-arch-diff): Fix last change.
8249
8250 * progmodes/compile.el (compilation-start): Remember the original
8251 directory in a buffer-local compilation-directory.
8252 (compile): Set the global value of compilation-directory.
8253 (recompile): Use compilation-directory even in the compilation buffer.
8254
8255 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8256
8257 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8258
8259 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8260
8261 * ps-print.el: Problem with foreground and background color when
8262 printing a buffer with and without faces. Reported by Christian
8263 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8264 (ps-print-version): New version 6.7.5.
8265 (ps-default-fg): Change default value to nil, so black color is used
8266 when a face does not specify a foreground color.
8267 (ps-default-bg): Change default value to nil, so white color is used
8268 for background color.
8269 (ps-begin-job): Fix code.
8270
8271 2007-07-20 Eli Zaretskii <eliz@gnu.org>
8272
8273 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8274 in $(INSTALL_DIR)/lisp/ if they already exist.
8275
8276 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8277
8278 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8279 in $(INSTALL_DIR)/lisp/ if they already exist.
8280
8281 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8282
8283 * progmodes/vera-mode.el (vera-re-search-forward)
8284 (vera-re-search-backward): Remove use of store-match-data.
8285 (vera-mode-map): Move initialization into declaration.
8286
8287 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8288 (flymake-find-buildfile): Use locate-dominating-file.
8289
8290 * vc.el (vc-delistify): Use mapconcat.
8291 (vc-do-command): Minor simplification.
8292 (vc-expand-dirs): Use push.
8293
8294 * vc-mcvs.el (vc-mcvs-create-repo):
8295 * vc-cvs.el (vc-cvs-create-repo): Remove.
8296
8297 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8298 directory and the root as well.
8299
8300 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8301
8302 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8303 instead of a file.
8304
8305 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8306 (vc-hg-registered): Replace if with when.
8307 (vc-hg-state): Deal with nonexistent files and handle removed files.
8308 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8309 (vc-hg-checkout): Re-enable.
8310 (vc-hg-create-repo): Fix typos.
8311 (vc-hg-print-log): Fix for multiple files.
8312 (vc-hg-workfile-unchanged-p): New function.
8313
8314 * vc.el: Fix typo.
8315 (vc-print-log): Fix call to print-log.
8316 (vc-default-comment-history): Likewise.
8317 (vc-directory-exclusion-list): Add .hg and .bzr.
8318 (vc-diff-internal): Pass a list instead of a file.
8319
8320 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8321
8322 * vc-bzr.el (vc-bzr-create-repo): New function.
8323
8324 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8327 `file' from which to start the search.
8328
8329 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8330
8331 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8332 having a single file argument to having a list of files as the
8333 first argument.
8334
8335 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * files.el (locate-dominating-file): New function.
8338
8339 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
8340
8341 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8342 (grep-compute-defaults): Use it.
8343
8344 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8345
8346 * uniquify.el: Docstring fixes.
8347
8348 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8349
8350 * vc.el (revision-granularity, create-repo): Document new vc
8351 backend properties.
8352 (vc-rollback): Renamed from vc-cancel-version. Update
8353 references. Pass a list instead of a file.
8354 (vc-revert): Renamed from vc-revert-buffer. Update references.
8355 (vc-delistify, vc-expand-dirs): New functions.
8356 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8357 of files instead of a single file.
8358 (vc-position-context, vc-resync-window, vc-diff-internal)
8359 (vc-print-log): Pass a list instead of a file.
8360
8361 * vc-hooks.el (vc-stay-local-p, vc-backend)
8362 (vc-backend-subdirectory-name): Work on a file list, not a single
8363 file.
8364 (vc-workfile-version): Update docstring.
8365 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8366 vc-revert instead of vc-revert-buffer.
8367 (vc-prefix-map): Likewise. Bind vc-update.
8368
8369 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8370 (vc-svn-wash-log): New functions.
8371 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8372 (vc-svn-command): Deal with a list of files, not a single file.
8373
8374 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8375 (vc-rcs-wash-log): New functions.
8376 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8377 Deal with a list of files, not a single file.
8378 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8379
8380 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8381 functions.
8382 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8383 list of files, not a single file.
8384
8385 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8386 New functions.
8387 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8388 (vc-mcvs-diff): Deal with a list of files, not a single file.
8389
8390 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8391 functions.
8392 (vc-hg-print-log): Deal with a list of files, not a single file.
8393 (vc-hg-diff-tree): New function, replace defalias with the same
8394 name.
8395 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8396 FILES to denote that it is a file list, not a single file.
8397
8398 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8399 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8400 a single file.
8401 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8402 that it is a file list, not a single file.
8403 (vc-cvs-diff): Likewise. Simplify.
8404
8405 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8406 Deal with a list of files, not a single file.
8407
8408 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8409 (vc-bzr-print-log): Update FILE parameter name to denote that it
8410 is a file list, not a single file.
8411 (vc-bzr-diff): Likewise. Use the car of files.
8412
8413 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
8414
8415 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8416 (follow-delete-other-windows-and-split, follow-recenter)
8417 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8418 (follow-redisplay, follow-estimate-first-window-start)
8419 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8420 Fix typos in docstrings.
8421
8422 2007-07-18 Martin Rudalics <rudalics@gmx.at>
8423
8424 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8425 avoid that filling introduces lines with a single asterisk.
8426
8427 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8428 avoid incorrect kmacro-ring-empty-p messages.
8429 Reported by Michael Schierl <schierlm@gmx.de>.
8430
8431 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8432
8433 * vc.el: Add more info about the vc-registered function.
8434
8435 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8436
8437 * files.el (file-remote-p): Introduce optional parameter
8438 IDENTIFICATION.
8439
8440 * recentf.el (recentf-keep-default-predicate): Adapt call of
8441 `file-remote-p'.
8442
8443 * progmodes/grep.el (grep-probe): Use `process-file'.
8444 (grep-compute-defaults): Handle variables host specific.
8445
8446 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8447 parameter IDENTIFICATION.
8448
8449 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8450 parameter IDENTIFICATION.
8451 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8452 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8453 Add entry for `set-file-times'.
8454 (tramp-do-copy-or-rename-file-via-buffer)
8455 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8456 (tramp-handle-unhandled-file-name-directory): Rewrite.
8457 (tramp-convert-file-attributes): Add error handling when inode is
8458 extraordinary big.
8459 (tramp-get-inode): Change parameter from FILE to VEC.
8460 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8461 is nil. This is according to the specification. Goto (point-max)
8462 when ready.
8463 (tramp-handle-shell-command): Rewrite completely, using
8464 `process-file' and `start-file-process'.
8465 (tramp-methods, tramp-find-shell)
8466 (tramp-open-connection-setup-interactive-shell)
8467 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8468 var. Reported by Steve Youngs <steve@sxemacs.org>.
8469
8470 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8471 entry for `set-file-times'. Rename `start-process' into
8472 `start-file-process'. Remove `call-process' entry.
8473 (tramp-fish-handle-set-file-times): New defun.
8474 (tramp-fish-handle-executable-find): Use `process-file'.
8475 (tramp-fish-handle-process-file): New defun. Replaces
8476 `tramp-fish-handle-call-process'.
8477 (tramp-fish-do-copy-or-rename-file-directly): Use
8478 `set-file-times'.
8479 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8480
8481 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8482 `tramp-get-inode' parameter.
8483
8484 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8487 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8488 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8489 it has ever existed.
8490
8491 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8492
8493 * vc.el: Undo previous change.
8494
8495 2007-07-16 Eli Zaretskii <eliz@gnu.org>
8496
8497 * makefile.w32-in (clean): Don't delete *~.
8498
8499 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8500
8501 * textmodes/tex-mode.el (tex-verbatim-environments):
8502 Add safe-local-variable property.
8503 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8504 when starting font-lock rather than when loading tex-mode.el.
8505
8506 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8507 whole $( rather than just the $. Rename from sh-quoted-subshell.
8508 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8509
8510 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8511
8512 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8513 bookmark-alist. Instead, if not sorting, simply return it.
8514 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8515 for its return value, not for its side effect.
8516
8517 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8518 case of alignment under a constant symbol, find and consider
8519 the sexp actually at indentation to be the "last sexp".
8520
8521 2007-07-16 Drew Adams <drew.adams@oracle.com>
8522
8523 * mouse.el (mouse-yank-secondary): Better error message if no
8524 secondary selection.
8525
8526 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8527
8528 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8529
8530 * term/xterm.el (xterm-turn-on-modify-other-keys)
8531 (xterm-turn-off-modify-other-keys): New functions.
8532 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8533 terminal supports it.
8534
8535 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8536
8537 * bookmark.el (bookmark-show-all-annotations):
8538 Make sure each inserted annotation ends with newline.
8539
8540 2007-07-15 Richard Stallman <rms@gnu.org>
8541
8542 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
8543
8544 * tutorial.el (tutorial--find-changed-keys):
8545 Handle C-x specially like ESC.
8546
8547 2007-07-15 Aaron Hawley <aaronh@garden.org>
8548
8549 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
8550
8551 2007-07-15 Juri Linkov <juri@jurta.org>
8552
8553 * delsel.el (delete-selection-pre-hook):
8554 * emulation/cua-base.el (cua-paste): Before a yank command,
8555 check also whether last-command is one of mouse-save-then-kill,
8556 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8557
8558 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
8559
8560 * recentf.el (recentf-keep-default-predicate): New defun.
8561 (recentf-keep): Use it as initial value.
8562
8563 2007-07-15 Karl Fogel <kfogel@red-bean.com>
8564
8565 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8566 thus restoring bookmark bindings to three slots under C-x r. See
8567 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8568
8569 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8570
8571 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
8572
8573 2007-07-15 Jason Rumney <jasonr@gnu.org>
8574
8575 * w32-fns.el (set-default-process-coding-system): Use dos line ends
8576 for input to cmdproxy on all versions of Windows.
8577 Use dos line ends for input to plink.
8578
8579 * comint.el (comint-simple-send): Concat newline before sending.
8580 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8581
8582 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8585 safe-local-variable setting.
8586
8587 2007-07-14 David Kastrup <dak@gnu.org>
8588
8589 * emacs-lisp/advice.el (defadvice): Doc fix.
8590
8591 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
8592
8593 * subr.el (when, unless): Doc fix.
8594
8595 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8596
8597 * replace.el (match): Use yellow1 instead of yellow.
8598
8599 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8600 red.
8601
8602 * pcvs-info.el (cvs-unknown): Likewise.
8603
8604 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8605
8606 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8607 (install): Use them to copy all *.el files before *.elc.
8608
8609 2007-07-13 Drew Adams <drew.adams@oracle.com>
8610
8611 * bookmark.el (bookmark-jump-other-window): New function.
8612 (bookmark-map): Bind it to "o".
8613
8614 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8615 and its thread contains discussion about this change.
8616 The original patch was slightly tweaked by Karl Fogel
8617 <kfogel@red-bean.com> before committing.
8618
8619 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8620
8621 * bookmark.el: Shorten some comments to fit within 80 lines.
8622
8623 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8624
8625 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8626 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
8627 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
8628 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8629
8630 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
8631
8632 * textmodes/org.el: Bug fixes.
8633 (org-end-of-line): Move to end of line if in headline without tags.
8634
8635 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8636
8637 * vc-hooks.el: Remove spurious * in docstrings.
8638 (vc-handled-backends): Add BZR.
8639
8640 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8641
8642 2007-07-12 Davis Herring <herring@lanl.gov>
8643
8644 * desktop.el (desktop-buffer-info, desktop-save):
8645 Use `desktop-dirname' instead of `dirname'.
8646
8647 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8648
8649 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8650
8651 * progmodes/python.el (python-which-func-length-limit): New var.
8652 (python-which-func): New function.
8653 (python-current-defun): Add optional `length-limit' and try to fit
8654 computed function name to that length.
8655 (python-mode): Hook `python-which-func' up.
8656
8657 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8658
8659 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8660
8661 * comint.el (comint-dynamic-complete-as-filename):
8662 Use read-file-name-completion-ignore-case.
8663
8664 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * comint.el (comint-dynamic-list-filename-completions):
8667 Use read-file-name-completion-ignore-case.
8668
8669 * vc-cvs.el: Require CL.
8670 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8671 New functions to provide completion of revision names.
8672
8673 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8674 (vc-cvs-annotate-first-line-re): New const.
8675 (vc-cvs-annotate-process-filter): New fun.
8676 (vc-cvs-annotate-command): Use them and run the command asynchronously.
8677
8678 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8679
8680 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8681 (eldoc-print-current-symbol-info): Adjust for changed helper
8682 function signatures.
8683 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
8684 `eldoc-highlight-function-argument'.
8685 (eldoc-highlight-function-argument): New function.
8686 (eldoc-get-var-docstring): Format documentation with
8687 `font-lock-variable-name-face'.
8688 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8689 where suited.
8690 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8691 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8692
8693 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
8694
8695 * progmodes/compile.el (compilation-start): `start-process' must
8696 still be redefined when calling `start-process-shell-command'.
8697
8698 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8699 remote file name, prepend its remote part to the filename.
8700 (gud-common-init): When `default-directory' is a remote file name,
8701 make the filename relative to it.
8702 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8703
8704 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8705
8706 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8707 mouse binding and a tooltip.
8708
8709 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * menu-bar.el (vc-menu-map): New defalias.
8712
8713 2007-07-10 Richard Stallman <rms@gnu.org>
8714
8715 * emacs-lisp/lisp-mode.el (eval-defun):
8716 Explain special handling of `defface'.
8717
8718 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8719
8720 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8721
8722 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8723
8724 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8727
8728 * vc-arch.el (vc-arch-complete): Remove.
8729 (vc-arch-revision-completion-table): Use complete-with-action.
8730
8731 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8732 (complete-with-action): New function.
8733 (dynamic-completion-table): Use it.
8734
8735 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
8736
8737 * comint.el (make-comint, make-comint-in-buffer)
8738 (comint-exec-1): Replace `start-process' by `start-file-process'.
8739
8740 * progmodes/compile.el (compilation-start): Revert redefining
8741 `start-process'.
8742
8743 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8746 with EOLs when generating MD5 checksums.
8747
8748 * follow.el: Don't change the global map from the follow-mode-map
8749 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8750 XEmacs code.
8751 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8752 since `follow-mode' should be used instead for that.
8753
8754 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8755 (easy-menu-do-define): Use it.
8756 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8757
8758 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8759 (compilation-auto-jump-to-next): New vars.
8760 (compilation-auto-jump): New function.
8761 (compilation-error-properties): Use them to jump to first error.
8762 (compilation-start): Set the var if requested.
8763
8764 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8765 duplicates without also removing entries from other directories.
8766
8767 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8768
8769 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8770 Remember span as default.
8771 (org-columns-edit-value): Rename from `org-column-edit'.
8772 (org-columns-display-here-title): Rename from
8773 `org-overlay-columns-title'.
8774 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8775 (org-columns-get-autowidth-alist): Rename from
8776 `org-get-columns-autowidth-alist'.
8777 (org-columns-display-here): Rename from `org-overlay-columns'.
8778 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8779 (org-columns-quit): Rename from `org-column-quit'.
8780 (org-columns-show-value): Rename from `org-column-show-value'.
8781 (org-columns-content, org-columns-widen)
8782 (org-columns-next-allowed-value)
8783 (org-columns-edit-allowed, org-columns-store-format)
8784 (org-columns-uncompile-format, org-columns-redo)
8785 (org-columns-edit-attributes, org-delete-property)
8786 (org-set-property, org-columns-update)
8787 (org-columns-compute, org-columns-eval)
8788 (org-columns-not-in-agenda, org-columns-compute-all)
8789 (org-property-next-allowed-value)
8790 (org-columns-compile-format)
8791 (org-fill-paragraph-experimental)
8792 (org-string-to-number, org-property-action)
8793 (org-columns-move-left, org-columns-new)
8794 (org-column-number-to-string)
8795 (org-property-previous-allowed-value)
8796 (org-at-property-p, org-columns-delete)
8797 (org-columns-previous-allowed-value)
8798 (org-columns-move-right, org-columns-narrow)
8799 (org-property-get-allowed-values)
8800 (org-verify-version, org-column-string-to-number)
8801 (org-delete-property-globally): New functions.
8802 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8803 (org-columns-overlays): Rename from `org-column-overlays'.
8804 (org-columns-map): Rename from `org-column-map'.
8805 (org-columns-current-maxwidths): Rename from
8806 `org-current-columns-maxwidths'.
8807 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8808 (org-previous-header-line-format)
8809 (org-columns-inhibit-recalculation)
8810 (org-columns-top-level-marker): New variables.
8811 (org-columns-default-format): Rename from `org-default-columns-format'.
8812 (org-property-re): New constant.
8813
8814 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
8815
8816 * subr.el (looking-at-p, string-match-p): New functions.
8817
8818 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8819
8820 * textmodes/tex-mode.el (tex-fontify-script)
8821 (tex-font-script-display): New variables to make display of
8822 superscripts and subscripts customizable.
8823 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8824
8825 2007-07-09 Richard Stallman <rms@gnu.org>
8826
8827 * isearch.el (isearch-edit-string): Call to isearch-push-state
8828 after the search.
8829
8830 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8831
8832 * window.el (fit-window-to-buffer): Remove setting of window-min-height
8833 to 1 as enlarge-window uses the value to resize/shrink windows other
8834 than WINDOW if needed.
8835
8836 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8837
8838 * cus-start.el (file-coding-system-alist): Fix custom type.
8839
8840 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
8841
8842 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8843 modified.
8844 (longlines-auto-wrap, longlines-window-change-function):
8845 Remove unnecessary calls to set-buffer-modified-p.
8846
8847 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8848
8849 * cus-start.el (file-coding-system-alist): Fix custom type.
8850
8851 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8854 (vc-cvs-checkout): Remove last arg now unused; simplify.
8855
8856 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8857
8858 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8859
8860 * net/tramp.el:
8861 * net/tramp-ftp.el:
8862 * net/tramp-smb.el:
8863 * net/tramp-uu.el:
8864 * net/trampver.el: Migrate to Tramp 2.1.
8865
8866 * net/tramp-cache.el:
8867 * net/tramp-fish.el:
8868 * net/tramp-gw.el: New Tramp packages.
8869
8870 * net/tramp-util.el:
8871 * net/tramp-vc.el: Removed.
8872
8873 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
8874 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8875
8876 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8877
8878 * progmodes/compile.el (compilation-start): Redefine
8879 `start-process' temporarily when `default-directory' is remote.
8880 Remove case of synchronous compilation, this won't happen ever.
8881 (compilation-setup): Make local variable `comint-file-name-prefix'
8882 for remote compilation.
8883
8884 2007-07-08 Martin Rudalics <rudalics@gmx.at>
8885
8886 * novice.el (disabled-command-function): Fit window to buffer to
8887 make last line visible.
8888 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8889
8890 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8891 when handling the terminating event.
8892
8893 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8894
8895 * calc/calc.el (math-read-number-simple): Remove leading 0s.
8896 (math-bignum-digit-length): Change to optimal value.
8897
8898 * calc/calc-bin.el (math-bignum-logb-digit-size)
8899 (math-bignum-digit-power-of-two): Evaluate when compiled.
8900
8901 * calc/calc-comb.el (math-small-factorial-table)
8902 (math-init-random-base, math-prime-test): Remove unnecessary calls
8903 to `math-read-number-simple'.
8904
8905 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8906 (math-approx-gamma-const): Add docstrings.
8907
8908 * calc/calc-forms.el (math-julian-date-beginning)
8909 (math-julian-date-beginning-int): New constants.
8910 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
8911 Use the new constants.
8912
8913 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8914
8915 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8916 Add docstrings.
8917
8918 2007-07-07 Tom Tromey <tromey@redhat.com>
8919
8920 * vc.el (vc-annotate): Jump to line and output message only after the
8921 process is really all done.
8922
8923 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * vc.el (vc-exec-after): Don't move point from the sentinel.
8926 Forcefully read all the remaining text in the pipe upon process exit.
8927 (vc-annotate-display-autoscale, vc-annotate-lines):
8928 Don't stop at the first unrecognized line.
8929 (vc-annotate-display-select): Run autoscale after the process is done
8930 since it depends on the whole result.
8931
8932 2007-07-07 Eli Zaretskii <eliz@gnu.org>
8933
8934 * term/w32-win.el (menu-bar-open): New function.
8935 Bind <f10> to it.
8936
8937 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
8938
8939 * simple.el (start-file-process): New defun.
8940
8941 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * files.el (find-file-confirm-nonexistent-file): Rename from
8944 find-file-confirm-inexistent-file. Update users.
8945
8946 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
8947 format of autoload block where the file's time-stamp is replaced by its
8948 MD5 checksum.
8949 (autoload-generate-file-autoloads): Use MD5 checksum instead of
8950 time-stamp for secondary autoloads files.
8951 (update-directory-autoloads): Remove duplicate entries.
8952 Use time-less-p for time-stamps, as done in autoload-find-destination.
8953
8954 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8955
8956 * calc/calc.el (math-read-number): Replace number by variable.
8957 (math-read-number-simple): Properly parse small integers.
8958
8959 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8960
8961 * vc.el: Fix doc for the checkout function.
8962
8963 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
8964
8965 * vc-hg.el (vc-hg-root): New function.
8966 (vc-hg-registered): Use it.
8967 (vc-hg-diff-tree): New defalias.
8968 (vc-hg-responsible-p): Likewise.
8969 (vc-hg-checkout): Comment out, not needed.
8970 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
8971 (vc-hg-find-version, vc-hg-next-version): New functions.
8972
8973 2007-07-06 Andreas Schwab <schwab@suse.de>
8974
8975 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
8976 dynamic bindings around the evaluation of the expression.
8977 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
8978
8979 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8980
8981 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
8982 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
8983 Use run-hooks rather than run-mode-hooks.
8984
8985 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
8986
8987 * calc/calc-comb.el (math-random-digit): Rename to
8988 `math-random-three-digit-number'.
8989 (math-random-digits): Don't depend on representation of integer.
8990
8991 * calc/calc-bin.el (math-bignum-logb-digit-size)
8992 (math-bignum-digit-power-of-two): New constants.
8993 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
8994 (math-not-bignum, math-clip-bignum): Use the constants
8995 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
8996 instead of their values.
8997 (math-clip): Use math-small-integer-size instead of its value.
8998
8999 * calc/calc.el (math-add-bignum): Replace number by constant.
9000
9001 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9002
9003 * wid-edit.el (widget-documentation-string-value-create):
9004 Insert indentation spaces.
9005
9006 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9007
9008 * emacs-lisp/byte-opt.el: Revert last change.
9009
9010 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9011
9012 * vc-hooks.el (vc-handled-backends): Add HG.
9013
9014 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9015
9016 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9017
9018 * complete.el (PC-do-complete-and-exit): Add support for the new
9019 `confirm-only' confirmation mode.
9020
9021 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9022
9023 * cus-edit.el (custom-commands): New variable.
9024 (custom-tool-bar-map): New variable. Initialize using
9025 `custom-commands'.
9026 (custom-mode): Use `custom-tool-bar-map'.
9027 (custom-buffer-create-internal): Insert action buttons only if
9028 tool bar is not used. Use `custom-commands'.
9029 (Custom-help, custom-command-apply): New function.
9030 (custom-command-apply, Custom-set, Custom-save)
9031 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9032 Use `custom-command-apply' instead of duplicating code.
9033 (customize-group-other-window): Call `customize-group' instead of
9034 duplicating code.
9035 (customize-face-other-window): Call `customize-face' instead of
9036 duplicating code.
9037 (customize-group, customize-face): Add optional args for opening
9038 in another window.
9039 (custom-variable-tag): Don't inherit `variable-pitch' face.
9040 (custom-group-tag): Inherit `variable-pitch' face.
9041 (custom-variable-value-create): Set documentation indentation.
9042 (custom-group-value-create): Make group name a link, instead of
9043 using an extra "go to group" button.
9044 (custom-prompt-variable, custom-group-set, custom-group-save)
9045 (custom-group-reset-current, custom-group-reset-saved)
9046 (custom-group-reset-standard): Minor cleanup.
9047
9048 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9049
9050 * Makefile.in (bootstrap-prepare): When copying from
9051 ldefs-boot.el, make sure loaddefs.el is writeable.
9052
9053 (bootstrap-prepare): Make $(lisp)/ps-print.el
9054 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9055
9056 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9057
9058 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9059 only caller, and delete.
9060 (vc-hg-state): Deal with exceptions and only parse the output on
9061 successful return.
9062 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9063 caller, and delete.
9064 (vc-hg-workfile-version): Deal with exceptions and only parse the
9065 output on successful return.
9066 (vc-hg-revert): New function.
9067
9068 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
9069
9070 * calculator.el (calculator-expt): Use more cases to determine
9071 the value.
9072
9073 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
9074
9075 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9076 file names.
9077
9078 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9079
9080 * calculator.el (calculator-expt, calculator-integer-p):
9081 New functions.
9082 (calculator-fact): Check to see if the factorial will be too
9083 large before computing it.
9084 (calculator-initial-operators): Use `calculator-expt' to
9085 compute "^".
9086 (calculator-mode): Mention that results which are too large
9087 will return inf.
9088 * calc/calc-comb.el (math-small-factorial-table): Replace list
9089 by vector.
9090
9091 2007-07-03 David Kastrup <dak@gnu.org>
9092
9093 * shell.el: On request of the authors, remove their addresses for
9094 the sake of bug reports, and add the developer list address as
9095 maintainer information.
9096
9097 2007-07-03 Richard Stallman <rms@gnu.org>
9098
9099 * files.el (make-directory): Doc fix.
9100 (find-file-confirm-inexistent-file): Make it a defcustom.
9101 Make nil the default.
9102
9103 2007-07-02 Richard Stallman <rms@gnu.org>
9104
9105 * startup.el (command-line): Set buffer-offer-save in *scratch*
9106 and enable auto-save in it.
9107
9108 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
9109
9110 * textmodes/org.el (orgstruct-mode-map): New variable.
9111 (orgstruct-mode): New minor mode.
9112 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9113 (orgstruct-make-binding, org-context-p, org-get-local-variables)
9114 (org-run-like-in-org-mode): New functions.
9115 (org-cycle-list-bullet): New command.
9116 (org-special-properties, org-property-start-re)
9117 (org-property-end-re): New constants.
9118 (org-with-point-at): New macro.
9119 (org-get-property-block, org-entry-properties, org-entry-get)
9120 (org-entry-delete, org-entry-get-with-inheritance)
9121 (org-entry-put, org-buffer-property-keys): New functions.
9122 (org-insert-property-drawer): New command.
9123 (org-entry-property-inherited-from): New variable.
9124 (org-column): New face.
9125 (org-column-overlays, org-current-columns-fmt)
9126 (org-current-columns-maxwidths, org-column-map): New variables.
9127 (org-column-menu): New menu.
9128 (org-new-column-overlay, org-overlay-columns)
9129 (org-overlay-columns-title, org-remove-column-overlays)
9130 (org-column-show-value, org-column-quit, org-column-edit):
9131 New functions.
9132 (org-columns, org-agenda-columns): New commands.
9133 (org-get-columns-autowidth-alist): New functions.
9134 (org-properties): New customize group.
9135 (org-default-columns-format): New option.
9136 (org-priority): Realign tags after changing priority.
9137 (org-preserve-lc): New macro.
9138 (org-update-checkbox-count): Catch case when there is no headline.
9139 (org-agenda-quit): Remove any column overlays.
9140 (org-beginning-of-item-list): Fixed bug when non-item line is
9141 indented too deep.
9142 (org-cached-props): New variable.
9143 (org-cached-entry-get): New function.
9144 (org-make-tags-matcher): Handle property matches.
9145 (org-table-recalculate): Swap evaluation order: Field formula
9146 first, then column formulas, but don't allow them to overwrite the
9147 field formulas.
9148 (org-table-eval-formula): New argument untouchable.
9149 (org-table-put-field-property): New function.
9150
9151 2007-07-02 Martin Rudalics <rudalics@gmx.at>
9152
9153 * help-mode.el (help-make-xrefs): Skip spaces too when
9154 skipping tabs.
9155
9156 * ffap.el (dired-at-point-prompter): Improve prompt in
9157 list-directory case.
9158
9159 2007-07-01 Richard Stallman <rms@gnu.org>
9160
9161 * files.el (find-file-visit-truename): Fix safe-local-variable value.
9162
9163 2007-07-01 Richard Stallman <rms@gnu.org>
9164
9165 * cus-start.el (max-mini-window-height): Added.
9166
9167 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9168
9169 * complete.el (partial-completion-mode): Remove advice of
9170 read-file-name-internal.
9171 (PC-do-completion): Rebind minibuffer-completion-table.
9172 (PC-read-file-name-internal): New function doing what
9173 read-file-name-internal advice did.
9174
9175 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
9176
9177 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9178 property on a few symbols.
9179 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9180 (byte-optimize-lapcode): Remove bindings that are not referenced
9181 and certainly will not effect through dynamic scoping.
9182
9183 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * files.el (find-file-confirm-inexistent-file): New var.
9186 (find-file, find-file-other-window, find-file-other-frame)
9187 (find-file-read-only, find-file-read-only-other-window)
9188 (find-file-read-only-other-frame): Use it.
9189
9190 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9191
9192 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9193
9194 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
9195
9196 * generic-x.el (generic-define-mswindows-modes)
9197 (generic-define-unix-modes, apache-log-generic-mode)
9198 (bat-generic-mode-keymap, java-manifest-generic-mode)
9199 (show-tabs-generic-mode): Fix typos in docstrings.
9200
9201 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
9202
9203 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9204 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9205 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9206 (rcirc-print): Never ignore messages from ourself.
9207
9208 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9209
9210 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9211 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
9212
9213 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9214
9215 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9216 replace-regexp-in-string.
9217
9218 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9219
9220 * emacs-lisp/cl.el: Set edebug and indentation before loading
9221 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9222
9223 2007-06-28 Andreas Schwab <schwab@suse.de>
9224
9225 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9226 $(lisp)/subdirs.el.
9227
9228 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
9229
9230 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9231 the speedbar frame if nil; that deletes the current frame or
9232 causes an error if it is the only frame.
9233 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9234
9235 2007-06-28 Kevin Ryde <user42@zip.com.au>
9236
9237 * textmodes/nroff-mode.el: Groff \# comments.
9238 (nroff-mode-syntax-table): \# comment intro,
9239 plain # as punct per global table.
9240 (nroff-font-lock-keywords): Add # as a single char escape.
9241 (nroff-mode): In comment-start-skip, match \#.
9242
9243 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9246 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9247 point-min == 1.
9248
9249 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
9250
9251 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9252 Rename and move to...
9253
9254 * subr.el (strings->string, string->strings): ...here.
9255
9256 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9257 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9258
9259 * progmodes/gud.el (gud-common-init): Call string->strings instead
9260 of split-string.
9261
9262 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
9263
9264 * dired-aux.el: Remove `dired-call-process'.
9265 (dired-check-process): Call `process-file'.
9266
9267 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9268
9269 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9270 `ange-ftp-process-file'.
9271
9272 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9273
9274 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9275
9276 * emacs-lisp/cl-extra.el:
9277 * emacs-lisp/cl-seq.el:
9278 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9279 Add autoload cookies on all defs autoloaded manually in cl.el.
9280
9281 * emacs-lisp/cl-loaddefs.el: New file.
9282
9283 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9284 (texinfo-lowersections-alist): Merge definition and declaration.
9285 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9286 (texinfo-format-syntax-table): Merge init into declaration.
9287 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9288 (texinfo-format-parse-defun-args, texinfo-format-node)
9289 (texinfo-push-stack, texinfo-multitable-widths)
9290 (texinfo-define-info-enclosure, texinfo-alias)
9291 (texinfo-format-defindex, batch-texinfo-format): Use push.
9292 (texinfo-footnote-number): Remove duplicate declaration.
9293
9294 * ps-print.el: Update with auto-generated autoloads.
9295
9296 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9297
9298 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9301 relative to current dir for file-local settings.
9302 (autoload-generate-file-autoloads): Add `outfile' arg.
9303 (update-directory-autoloads): Use it to directly call
9304 autoload-generate-file-autoloads instead of going through
9305 update-file-autoloads so we avoid redundant searches and so we can know
9306 the set of buffers changed so we can save them all.
9307
9308 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9309 rather than throwing `up-to-date'.
9310 (autoload-generate-file-autoloads): Adjust correspondingly.
9311 (update-file-autoloads): Be careful to let-bind
9312 autoload-modified-buffers and adjust to new calling conventions.
9313 (autoload-modified-buffers): Make it a dynamically scoped var.
9314 (update-directory-autoloads): Use file-relative-name instead of
9315 autoload-trim-file-name.
9316 (autoload-insert-section-header): Don't use autoload-trim-file-name
9317 since the file is already relative now.
9318 (autoload-trim-file-name): Remove.
9319
9320 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9321 (vc-arch-complete, vc-arch--version-completion-table)
9322 (vc-arch-revision-completion-table): New functions to provide
9323 completion of revision names.
9324 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9325 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9326 to let the user trim the revlib.
9327
9328 * vc.el: Add new VC operation `revision-completion-table'.
9329 (vc-default-revision-completion-table): New function.
9330 (vc-version-diff, vc-version-other-window): Use it to provide
9331 completion of revision names if the backend provides it.
9332
9333 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9334
9335 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9336 of newer .svn/entries.
9337
9338 2007-06-25 David Kastrup <dak@gnu.org>
9339
9340 * calc/calc-poly.el (math-padded-polynomial)
9341 (math-partial-fractions): Add some function comments.
9342
9343 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9344
9345 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9346 Make `outbuf' optional.
9347 (update-file-autoloads): Use it.
9348
9349 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9350
9351 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9352 (autoload-find-destination): Keep it uptodate.
9353 (autoload-save-buffers): New fun.
9354 (update-file-autoloads): Use it. Re-add the "up to date" message.
9355
9356 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9357 (autoload-find-destination): New function extracted from
9358 update-file-autoloads.
9359 (update-file-autoloads): Use it.
9360 (autoload-generate-file-autoloads): New function extracted from
9361 generate-file-autoloads. Use file-relative-name. Delay computation of
9362 output-start to the first cookie. Remove done-any, replaced by
9363 output-start.
9364 (generate-file-autoloads): Use it.
9365
9366 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9367
9368 * calc/calc-comb.el (math-init-random-base, math-prime-test):
9369 Use math-read-number-simple to insert constants.
9370 (math-prime-test): Redo calculation of sum.
9371
9372 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9373
9374 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9375 math-scale-bignum-3.
9376 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9377 math-bignum-digit-size.
9378 (math-isqrt-small): Add another possible initial guess.
9379
9380 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9381
9382 * textmodes/bibtex.el (bibtex-entry-format): New options
9383 `whitespace', `braces', and `string'.
9384 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9385 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9386 (bibtex-cite-matcher-alist): New variables.
9387 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9388 (bibtex-flash-head): Use blink-matching-delay.
9389 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9390 (bibtex-format-entry, bibtex-reformat): Handle new options of
9391 bibtex-entry-format.
9392 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9393 New functions.
9394 (bibtex-complete-internal): Do not display messages while
9395 minibuffer is used. Do not leave around a completions buffer
9396 that is out of date.
9397 (bibtex-copy-summary-as-kill): New optional arg.
9398 (bibtex-font-lock-url): New optional arg no-button.
9399 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9400 (bibtex-url): Allow multiple URLs per entry.
9401
9402 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9405 (update-file-autoloads, update-directory-autoloads): Use it.
9406 (autoload-file-load-name): New function.
9407 (generate-file-autoloads, update-file-autoloads): Use it.
9408 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9409 (generate-file-autoloads): If the autoloaded form is malformed,
9410 indicate the problem with a warning instead of aborting.
9411
9412 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9413
9414 * simple.el (next-error-recenter): Accept `(4)' as well;
9415 also, specify `integer' instead of `number'.
9416
9417 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9418
9419 * ls-lisp.el (insert-directory): If an invalid regexp error is
9420 thrown, try using FILE as a literal file name, not a wildcard.
9421
9422 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
9423
9424 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9425 `header-line-format' when reentering ruler mode.
9426
9427 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9428
9429 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9430 FILE exists as a file.
9431
9432 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9433
9434 * calc/calc.el (math-bignum-digit-length)
9435 (math-bignum-digit-size, math-small-integer-size):
9436 New constants.
9437 (math-normalize, math-bignum-big, math-make-float)
9438 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9439 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9440 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9441 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9442 (math-quotient, math-div-bignum, math-div-bignum-digit)
9443 (math-div-bignum-part, math-format-bignum-decimal)
9444 (math-read-bignum): Use math-bignum-digit-length,
9445 math-bignum-digit-size and math-small-integer-size.
9446
9447 * calc/calc-ext.el (math-fixnum-big): Use the variable
9448 math-bignum-digit-size.
9449
9450 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9451
9452 * log-view.el (log-view-mode-menu): New menu.
9453
9454 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9455
9456 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9457 differently.
9458
9459 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9460 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9461
9462 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9463
9464 * vc-hg.el (vc-hg-print-log): Insert the file name.
9465 (vc-hg-log-view-mode): Fontify the file name.
9466
9467 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9468
9469 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9470 (calcFunc-julian): Fix incorrect number used in calculations.
9471
9472 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9473
9474 * simple.el (next-error-recenter): New defcustom.
9475 (next-error, next-error-internal): Recenter if specified,
9476 immediately prior to running `next-error-hook'.
9477
9478 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9479 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9480
9481 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9482
9483 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9484
9485 * calc/calc-comb.el (math-small-factorial-table): New variable.
9486 (calcFunc-fact): Use `math-small-factorial-table'.
9487
9488 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9489 initial values.
9490 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9491 New variables to use in caches.
9492
9493 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9494 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9495
9496 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9497 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9498 bignums.
9499
9500 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9501 New variables to use in caches.
9502
9503 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9504
9505 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9506
9507 * vc-hg.el (vc-hg-log-view-mode): New mode.
9508
9509 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
9510
9511 * calc/calc.el (math-read-number-simple): New function.
9512
9513 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9516 (vera-font-lock-match-item): Fix doc string.
9517 (vera-in-comment-p): Remove unused function.
9518 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9519 use `syntax-ppss'.
9520 (vera-forward-syntactic-ws): Fix argument order.
9521 (vera-prepare-search): Use `with-syntax-table'.
9522 (vera-indent-line): Fix doc string.
9523 (vera-electric-tab): Fix doc string.
9524 (vera-expand-abbrev): Define alias instead of using `fset'.
9525 (vera-comment-uncomment-region): Use `comment-start-skip'.
9526
9527 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
9528
9529 * textmodes/org.el (org-export-with-footnotes): New option.
9530 (org-export-as-html): Fix replacement bug for XEmacs.
9531 (org-agenda-default-appointment-duration): New option.
9532
9533 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9534
9535 * vc-hg.el: Add to do items.
9536 (vc-hg-diff): Add support for comparing different revisions.
9537 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9538 (vc-hg-annotate-extract-revision-at-line)
9539 (vc-hg-previous-version, vc-hg-checkin): New functions.
9540 (vc-hg-annotate-re): New constant.
9541
9542 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
9543
9544 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
9545
9546 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9549 buffer-local value of log-view-*-re if applicable.
9550
9551 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9552 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9553 (vc-bzr-command*): Remove both (incompatible) versions.
9554 (vc-bzr-do-command*): Remove.
9555 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9556 Remove by folding into its only caller vc-bzr-command.
9557 (vc-bzr-command): Always set the environment, even when ineffective.
9558 (vc-bzr-version): Minor fix up.
9559 (vc-bzr-admin-dirname): New var.
9560 (vc-bzr-bzr-dir): Remove.
9561 (vc-bzr-root-dir): New fun.
9562 (vc-bzr-registered): Use it. Add an autoloaded version.
9563 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9564 (vc-bzr-view-log-function): Remove.
9565 (vc-bzr-log-view-mode): New major mode to replace it.
9566 (vc-bzr-print-log): Only activate the old hack if needed.
9567
9568 * vc.el (vc-default-log-view-mode): New function.
9569 (vc-print-log): Add new `log-view-mode' VC operation.
9570
9571 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
9572
9573 * ido.el (ido-find-file-in-dir): Don't signal an error for
9574 empty directories.
9575
9576 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9577
9578 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9579 directory where the desktop file was found, as the docstring says.
9580 (desktop-kill): Use `read-directory-name'.
9581
9582 2007-06-20 Alan Mackenzie <acm@muc.de>
9583
9584 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9585 When removing lines, also remove the \n. Correction of patch of
9586 2007-04-21.
9587
9588 2007-06-20 Martin Rudalics <rudalics@gmx.at>
9589
9590 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9591 event is not a cons cell. Do not unread drag-mouse-1 events.
9592 Select right window in check whether space was stolen from
9593 window above.
9594
9595 * help-mode.el (help-make-xrefs): Adjust position of new forward
9596 button.
9597
9598 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9599
9600 * vc-bzr.el (vc-bzr-with-process-environment)
9601 (vc-bzr-std-process-invocation): New macros.
9602 (vc-bzr-command, vc-bzr-command*): Use them.
9603 (vc-bzr-with-c-locale): Remove.
9604 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9605 (vc-bzr-buffer-nonblank-p): New function.
9606 (vc-bzr-state-words): New const.
9607 (vc-bzr-state): Look for `bzr status' keywords in output.
9608 Display everything else as a warning message to the user.
9609 Fix status report with bzr >= 0.15.
9610
9611 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9612
9613 * vc-hg.el (vc-hg-global-switches): Simplify.
9614 (vc-hg-state): Handle more states.
9615 (vc-hg-diff): Fix doc-string.
9616 (vc-hg-register): New function.
9617 (vc-hg-checkout): Likewise.
9618
9619 2007-06-20 Reto Zimmermann <reto@gnu.org>
9620
9621 * progmodes/vera-mode.el: New file.
9622
9623 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9624
9625 * calc/calc.el (calc-multiplication-has-precendence):
9626 New variable.
9627 (math-standard-ops, math-standard-ops-p, math-expr-ops):
9628 New functions.
9629 (math-expr-opers): Define using math-standard-ops rather than
9630 math-standard-opers.
9631 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9632 equal the function math-standard-ops rather than the variable
9633 math-standard-opers.
9634 (calc-algebraic-entry): Let math-expr-opers equal
9635 math-standard-ops or math-expr-ops, as appropriate.
9636 (math-expr-read-level, math-read-factor): Let math-expr-opers
9637 equal math-expr-ops.
9638 * calc/calc-embed.el (calc-embedded-finish-edit):
9639 Let math-expr-opers equal the function math-standard-ops
9640 rather than the variable math-standard-opers.
9641 * calc/calc-ext.el (math-read-plain-expr)
9642 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9643 function math-standard-ops rather than the variable
9644 math-standard-opers.
9645 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9646 Let math-expr-opers equal the function math-standard-ops rather
9647 than the variable math-standard-opers.
9648 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9649 equal the function math-standard-ops rather than the variable
9650 math-standard-opers.
9651 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9652 equal the function math-standard-ops rather than the variable
9653 math-standard-opers.
9654 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9655 math-expr-ops.
9656
9657 2007-06-19 Ivan Kanis <apple@kanis.eu>
9658
9659 * vc-hg.el: New file.
9660
9661 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9664 with font-lock-multiline.
9665
9666 2007-06-17 Glenn Morris <rgm@gnu.org>
9667
9668 * lpr.el (lpr-page-header-switches): Move %s to separate element
9669 for correct quoting. Doc fix.
9670
9671 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9674 than setting sgml-xml-mode.
9675 (sgml-mode, html-mode): Set sgml-xml-mode.
9676 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9677 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9678 (sgml-electric-tag-pair-before-change-function)
9679 (sgml-electric-tag-pair-flush-overlays): New functions.
9680 (sgml-electric-tag-pair-mode): New minor mode.
9681 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9682 (sgml-calculate-indent): Use assoc-string.
9683
9684 2007-06-16 Karl Fogel <kfogel@red-bean.com>
9685
9686 * thingatpt.el (thing-at-point-email-regexp): Don't require two
9687 chars before the "@" in an email address. Andreas Roehler noticed
9688 this problem.
9689
9690 2007-06-15 Karl Fogel <kfogel@red-bean.com>
9691
9692 * thingatpt.el: Add support for email addresses (`email').
9693 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9694 (thing-at-point-email-regexp): New variable.
9695 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9696 properties on this symbol, with lambda forms for values.
9697
9698 2007-06-15 Masatake YAMATO <jet@gyve.org>
9699
9700 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9701
9702 * vc.el (vc-dired-hook): Check the backend returned from
9703 `vc-responsible-backend' can really handle `subdir'.
9704
9705 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
9706
9707 * wid-edit.el (widget-add-documentation-string-button):
9708 Fix handling of documentation indent.
9709
9710 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
9711
9712 * mb-depth.el: New file.
9713
9714 2007-06-15 Masatake YAMATO <jet@gyve.org>
9715
9716 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9717
9718 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
9719
9720 * wid-edit.el (widget-default-create): Move ?h handling here...
9721 (widget-default-format-handler): ...from here.
9722 (widget-docstring, widget-add-documentation-string-button): New funs.
9723 (documentation-string): Add :visibility-widget property.
9724 (widget-documentation-string-value-create): Use it.
9725
9726 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9727 (custom-buffer-create-internal): Simplify message.
9728 (custom-variable-tag): Reduce height to normal.
9729 (custom-variable-value-create, custom-face-value-create)
9730 (custom-visibility): New widget.
9731 (custom-visibility): New face.
9732 (custom-group-value-create):
9733 Call widget-add-documentation-string-button, using `custom-visibility'.
9734
9735 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9738 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9739 change. Apparently the "warning even if the group is implicit" is
9740 a feature rather than a bug.
9741
9742 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
9743
9744 * emulation/viper.el (viper-describe-key-ad)
9745 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9746 Compile them conditionally.
9747 (viper-version): Belated version change.
9748
9749 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
9750
9751 * follow.el (follow-all-followers, follow-generic-filter):
9752 * pcomplete.el (pcomplete-restore-windows):
9753 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9754 (x-dnd-drop-data):
9755 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9756 * progmodes/python.el (python-complete-symbol):
9757 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9758
9759 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
9760
9761 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9762 around bright and dim regexps. Make sure bright and dim matches
9763 use word anchors. Send text through rcirc-markup functions.
9764 (rcirc-url-regexp): Add single quote character.
9765 (rcirc-connect): Write logs to disk on auto-save-hook.
9766 Make server a non-optional argument.
9767 (rcirc-log-alist): New variable.
9768 (rcirc-log-directory): Make customizable.
9769 (rcirc-log-flag): New customizable variable.
9770 (rcirc-log): New function.
9771 (rcirc-print): Use above function.
9772 (rcirc-log-write): New function.
9773 (rcirc-generate-new-buffer-name): Strip text properties.
9774 (rcirc-switch-to-buffer-function): Remove variable.
9775 (rcirc-last-non-irc-buffer): Remove variable.
9776 (rcirc-non-irc-buffer): Add function.
9777 (rcirc-next-active-buffer): Use above function.
9778 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9779 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9780 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9781 (rcirc-omit-mode): Add minor-mode.
9782 (rcirc-mode-map): Change C-c C-o binding.
9783 (rcirc-mode): Clear mode-line-process. Use a custom
9784 fill-paragraph-function. Set up buffer-invisibility-spec.
9785 (rcirc-response-formats): Remove timestamp code.
9786 (rcirc-omit-responses): Add variable.
9787 (rcirc-print): Don't put the overlay arrow on potentially omitted
9788 lines. Log line to disk. Record activity for private messages
9789 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9790 (rcirc-jump-to-first-unread-line): Print message if there is no
9791 unread text.
9792 (rcirc-clear-unread): New function.
9793 (rcirc-markup-text-functions): Add variable.
9794 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9795 (rcirc-debug): Don't mess with window configuration.
9796 (rcirc-send-message): Send message before printing locally.
9797 Add SILENT argument, do not print message if non-nil.
9798 (rcirc-visible-buffers): New function and variable.
9799 (rcirc-window-configuration-change-1): Add function.
9800 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9801 server buffer.
9802 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9803 (rcirc-fill-paragraph): Add function.
9804 (rcirc-record-activity, rcirc-window-configuration-change-1):
9805 Only update the activity string if it has actually changed.
9806 (rcirc-update-activity-string): Remove padding characters from the
9807 mode-line string.
9808 (rcirc-disconnect-buffer): New function to be called when a
9809 channel is parted or the user quits.
9810 (rcirc-server-name): Warn when the server-name hasn't been set.
9811 (rcirc-window-configuration-change): Postpone work until
9812 post-command-hook.
9813 (rcirc-window-configuration-change-1): Update mode-line and
9814 overlay arrows here.
9815 (rcirc-authenticate): Fixc hanserv identification.
9816 (rcirc-default-server): Remove variable.
9817 (rcirc): Connect according to rcirc-connections.
9818 (rcirc-connections): Add variable.
9819 (rcirc-startup-channels-alist): Remove variable.
9820 (rcirc-startup-channels): Remove function.
9821
9822 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9825
9826 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9827
9828 * term/xterm.el (terminal-init-xterm): Escape parens in character
9829 constants.
9830
9831 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9834 Use [:alpha:] and [:alnum:] where applicable.
9835 (sh-quoted-subshell): Rewrite to correctly
9836 handle nested mixes of `...' and $(...).
9837 (sh-apply-quoted-subshell): Remove.
9838 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9839
9840 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
9841
9842 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
9843
9844 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9845 previous change.
9846
9847 2007-06-12 Tom Tromey <tromey@redhat.com>
9848
9849 * subr.el (user-emacs-directory): New defconst.
9850 * cmuscheme.el (scheme-start-file):
9851 * shell.el (shell):
9852 * completion.el (save-completions-file-name):
9853 * custom.el (custom-theme-directory):
9854 * term/x-win.el (emacs-session-filename):
9855 * filesets.el (filesets-menu-cache-file):
9856 * thumbs.el (thumbs-thumbsdir):
9857 * server.el (server-auth-dir):
9858 * image-dired.el (image-dired-dir):
9859 (image-dired-db-file):
9860 (image-dired-temp-image-file):
9861 (image-dired-gallery-dir):
9862 (image-dired-temp-rotate-image-file):
9863 * play/gamegrid.el (gamegrid-user-score-file-directory):
9864 * savehist.el (savehist-file):
9865 * tutorial.el (tutorial--saved-dir):
9866 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
9867
9868 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
9869
9870 * scroll-lock.el (scroll-lock-mode): Doc fix.
9871
9872 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9873
9874 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9875
9876 * ediff-init.el: Doc strings.
9877
9878 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9879
9880 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9881 (byte-compile-file): Bind it.
9882 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9883 group argument is provided implicitly.
9884 (byte-compile-format-warn, byte-compile-from-buffer)
9885 (byte-compile-insert-header): Don't hardcode point-min==1.
9886 (byte-compile-file-form-require): Remove unused var old-load-list.
9887 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9888
9889 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9890
9891 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
9892 Display error messages.
9893 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9894 Get rid of cl.el dependencies.
9895
9896 * emulation/viper-init.el (viper-suppress-input-method-change-message):
9897 New variable.
9898 (viper-activate-input-method-action)
9899 (viper-inactivate-input-method-action):
9900 Use viper-suppress-input-method-change-message.
9901
9902 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9903 for C-s, C-r.
9904
9905 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9906 Use viper-replace-overlay-cursor-color instead of
9907 viper-replace-overlay-cursor-color.
9908 (viper-sit-for-short): Use sit-for with 3 arguments.
9909
9910 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9911 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9912 to gud-mode.
9913
9914 * ediff-mult.el (ediff-meta-buffer-brief-message)
9915 (ediff-meta-buffer-verbose-message): New variables.
9916 (ediff-meta-buffer-message): Variable deleted.
9917 (ediff-verbose-help-enabled): New variable.
9918 (ediff-toggle-verbose-help-meta-buffer): New function.
9919 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
9920 message options.
9921
9922 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
9923 (ediff-fixup-patch-map): Improve heuristic.
9924
9925 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
9928 (log-view-font-lock-keywords): Simplify.
9929 (log-view-current-file, log-view-current-tag): Simplify.
9930
9931 2007-06-12 Sam Steingold <sds@gnu.org>
9932
9933 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
9934
9935 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
9936
9937 * desktop.el (desktop-load-locked-desktop): New option.
9938 (desktop-read): Use it.
9939 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
9940 Use `when'.
9941
9942 2007-06-12 Davis Herring <herring@lanl.gov>
9943
9944 * desktop.el (desktop-save-mode-off): New function.
9945 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
9946 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
9947 (desktop-claim-lock, desktop-release-lock): New functions.
9948 (desktop-kill): Tell `desktop-save' that this is the last save.
9949 Release the lock afterwards.
9950 (desktop-buffer-info): New function.
9951 (desktop-save): Use it. Run `desktop-save-hook' where the doc
9952 says to. Detect conflicts, and manage the lock.
9953 (desktop-read): Detect conflicts. Manage the lock.
9954
9955 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
9958
9959 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
9960 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
9961 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
9962 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
9963 keysyms rather than byte sequences.
9964 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
9965
9966 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * font-lock.el (font-lock-add-keywords): In case font-lock was only
9969 half-activated, forcefully activate it completely.
9970
9971 2007-06-11 Richard Stallman <rms@gnu.org>
9972
9973 * cus-edit.el (custom-variable-type): Doc fix.
9974
9975 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
9978 (sh-font-lock-flush-syntax-ppss-cache): New functions.
9979 (sh-font-lock-syntactic-keywords): Use them to distinguish the
9980 different possible cases for \'.
9981
9982 * complete.el (PC-bindings): Don't bind things already bound in the
9983 parent keymap.
9984
9985 * textmodes/bibtex-style.el: New file.
9986
9987 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
9988
9989 * vc-bzr.el: New file.
9990
9991 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * vc-svn.el (vc-svn-program): New var.
9994 (vc-svn-command): Use it.
9995
9996 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
9997
9998 * server.el (server-switch-buffer): Remove redundant check.
9999
10000 2007-06-10 Martin Rudalics <rudalics@gmx.at>
10001
10002 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
10003 Match against file-name-nondirectory.
10004 Fix text on user customization variables.
10005 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10006
10007 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10008
10009 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10010
10011 2007-06-09 Davis Herring <herring@lanl.gov>
10012
10013 * desktop.el (desktop-minor-mode-table): Doc fix.
10014
10015 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * textmodes/css-mode.el (css-navigation-syntax-table):
10018 Use set-char-table-range so it also works in the unicode branch.
10019
10020 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
10021
10022 * help-mode.el (help-xref-forward-stack)
10023 (help-xref-stack-forward-item, help-forward-label): New variables.
10024 (help-forward): New button type.
10025 (help-setup-xref): Initialise help-xref-forward-stack.
10026 (help-make-xrefs): Add forward button, if appropriate.
10027 (help-xref-go-back): Push item on forward stack.
10028 (help-xref-go-forward, help-go-forward): New functions.
10029
10030 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
10031
10032 * dired.el (dired-mode-map): Remove spurious separator.
10033
10034 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10035
10036 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10037
10038 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10039 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10040
10041 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
10042
10043 * textmodes/org.el: Version number fixed.
10044
10045 2007-06-07 Glenn Morris <rgm@gnu.org>
10046
10047 * version.el (emacs-copyright): New constant.
10048 * startup.el (fancy-splash-tail): Use emacs-copyright.
10049 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10050
10051 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10052 `make-local'.
10053 (byte-compile-warnings-safe-p): Add `make-local'.
10054 (byte-compile-make-variable-buffer-local):
10055 Allow byte-compile-warnings to suppress this warning.
10056
10057 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10058 format of "menu" description.
10059 (tutorial--find-changed-keys): Describe the specific menu a
10060 command is in.
10061
10062 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10063 Rewrite compatibility functions to silence byte-compiler.
10064
10065 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10066
10067 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10068 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10069
10070 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
10071
10072 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10073
10074 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10075
10076 * progmodes/ebrowse.el (ebrowse-member-table):
10077 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10078 (org-batch-agenda-csv): Fix typos in docstrings.
10079
10080 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10081
10082 * international/mule-cmds.el (toggle-enable-multibyte-characters)
10083 (sort-coding-systems, search-unencodable-char): Doc fixes.
10084 (coding-system-change-eol-conversion, set-default-coding-systems)
10085 (prefer-coding-system, find-multibyte-characters, princ-list)
10086 (leim-list-entry-regexp, set-input-method, locale-language-names)
10087 (input-method-exit-on-first-char, exit-language-environment-hook)
10088 (locale-charset-language-names): Fix typos in docstrings.
10089
10090 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10091
10092 * pgg.el (pgg-sign-region, pgg-sign):
10093 * ses.el (ses-call-printer):
10094 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10095 * textmodes/org.el (org-cycle): Fix typos in docstrings.
10096
10097 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
10098
10099 * textmodes/org.el (org-export-region-as-html)
10100 (org-replace-region-by-html, org-number-to-letters)
10101 (org-table-fedit-finish, org-normalize-color)
10102 (org-table-fedit-ref-right, org-date-to-gregorian)
10103 (org-table-fedit-move, org-table-convert-refs-to-rc)
10104 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10105 (org-write-agenda, org-colgroup-info-to-vline-list)
10106 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10107 (org-indent-line-function, org-export-as-html-to-buffer)
10108 (org-store-agenda-views, org-update-mode-line)
10109 (org-find-if, org-delete-all)
10110 (org-table-fedit-convert-buffer, org-emphasize)
10111 (org-uniquify, org-table-fedit-lisp-indent)
10112 (org-table-fedit-scroll, org-get-todo-sequence-head)
10113 (org-table-fedit-scroll-down, org-table-fedit-line-down)
10114 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10115 (org-table-fedit-toggle-coordinates, org-dvipng-color)
10116 (org-table-fedit-line-up, org-table-fedit-ref-down)
10117 (org-table-formula-from-user, org-mode-flyspell-verify)
10118 (org-cycle-show-empty-lines, org-ctrl-c-ret)
10119 (org-table-formula-to-user, org-diary-to-ical-string)
10120 (orgtbl-export, org-table-fedit-post-command)
10121 (org-closed-in-range, org-shiftcontrolright)
10122 (org-table-convert-refs-to-an, org-table-hline-and-move)
10123 (org-table-formula-less-p, org-format-table-ascii)
10124 (org-agenda-get-sexps, org-shift-refpart)
10125 (org-diary-sexp-entry, org-time-string-to-absolute)
10126 (org-table-show-reference, org-letters-to-number)
10127 (org-fix-agenda-info, org-table-fedit-ref-up)
10128 (org-table-fedit-shift-reference, org-table-fedit-abort)
10129 (org-closest-date, org-shiftcontrolleft)
10130 (org-at-heading-or-item-p, org-rematch-and-replace)
10131 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10132 New functions.
10133 (org-table-edit-scroll-down, org-finish-edit-formulas)
10134 (org-table-edit-next-field, org-abort-edit-formulas)
10135 (org-font-lock-level, org-export-find-first-heading-line)
10136 (org-table-edit-line-down, org-table-edit-backward-field)
10137 (org-edit-formula-lisp-indent, org-table-edit-move)
10138 (org-check-log-option, org-this-word)
10139 (org-table-edit-line-up, org-table-edit-formulas-post-command)
10140 (org-agenda-file-to-end, org-expand-file-name)
10141 (org-fake-empty-table-line, org-table-edit-scroll)
10142 (org-toggle-log-option, org-show-reference): Function removed.
10143 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10144 New defsubsts.
10145 (org-unmodified, org-batch-store-agenda-views)
10146 (org-batch-agenda-csv): New macro.
10147 (org-agenda-export): New customization group.
10148 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10149 (org-highest-priority, org-agenda-exporter-settings)
10150 (org-log-done-with-time, org-replace-disputed-keys)
10151 (org-format-latex-header, org-export-table-header-tags)
10152 (org-cycle-separator-lines, org-export-table-data-tags)
10153 (org-icalendar-include-sexps)
10154 (org-empty-line-terminates-plain-lists)
10155 (org-log-repeat, org-special-ctrl-a)
10156 (org-table-use-standard-references, org-disputed-keys)
10157 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10158 (org-agenda-export-html-style): New option.
10159 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10160 (org-CUA-compatible): Option removed.
10161 (org-agenda-structure, org-sexp-date): New face.
10162 (org-todo-keywords-for-agenda, org-not-done-keywords)
10163 (org-planning-or-clock-line-re, org-agenda-name)
10164 (org-table-colgroup-info, org-todo-sets)
10165 (constants-unit-system, org-clock-mode-line-entry)
10166 (org-mode-line-timer, org-table-current-begin-pos)
10167 (org-todo-keywords-1, org-mode-line-string)
10168 (org-table-clean-did-remove-column, org-table-fedit-map)
10169 (org-clock-heading, org-table-buffer-is-an)
10170 (org-agenda-info, org-done-keywords)
10171 (org-done-keywords-for-agenda, org-todo-heads)
10172 (org-todo-kwd-alist, org-clock-start-time): New variable.
10173 (org-todo-kwd-priority-p, org-edit-formulas-map)
10174 (org-repeat-re, org-todo-kwd-max-priority)
10175 (org-version, org-done-string)
10176 (org-table-clean-did-remove-column-1, org-disputed-keys):
10177 Remove variables.
10178 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10179 (org-ts-lengths): Constant removed.
10180 (org-follow-gnus-link): Don't ask how many articles to read.
10181 (org-export-find-first-export-line): Rename from
10182 `org-export-find-first-heading'.
10183 Use `org-export-skip-text-before-1st-heading'.
10184 (org-table-fedit-post-command): Rename from
10185 `org-table-edit-formulas-post-command'.
10186 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10187 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10188 (org-table-fedit-lisp-indent): Rename from
10189 `org-edit-formula-lisp-indent'.
10190 (org-table-show-reference): Rename from `org-show-reference'.
10191 (org-table-store-formulas): Use `org-table-formula-less-p'.
10192 (org-table-edit-formulas): Position cursor to current field equation.
10193 (org-update-checkbox-count, org-hide-archived-subtrees)
10194 (org-timestamp-up-day, org-timestamp-down-day)
10195 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10196 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10197 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10198 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10199 Let `org-on-heading-p' also check for invisible heading.
10200 (org-read-date): Match am/pm times.
10201 (org-eval-in-calendar): Fix default date in prompt.
10202
10203 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
10204
10205 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10206 "ChangeLog.a" entries, giving the latter lower priority.
10207
10208 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
10209
10210 * faces.el (face-id): If the argument is a face alias,
10211 return the ID of the target face.
10212
10213 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
10214
10215 * net/socks.el (top): Remove unnecessary copyright line.
10216
10217 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
10218
10219 * longlines.el (longlines-auto-wrap): Handle argument correctly.
10220
10221 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
10222
10223 * net/socks.el: New file, taken from w3 repository.
10224 (top): Update Copyright. Don't load cl.el.
10225 (all): Replace `case' by `cond', `string-to-int' by
10226 `string-to-number', and `process-kill-without-query' by
10227 `set-process-query-on-exit-flag'.
10228 (socks-char-int): Remove defalias and all occurrences.
10229
10230 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
10231
10232 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10233 Fix typos in docstrings.
10234 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10235 (compilation-finish-function): Fix typo in obsolescence declaration.
10236
10237 2007-06-03 Sam Steingold <sds@gnu.org>
10238
10239 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10240 handle unending automatic recompilation of changed files (`omake -P').
10241 (compilation-loop): VISITED is now 5th CDR.
10242 (compilation-next-error-function): Set TIMESTAMP.
10243
10244 2007-06-03 Sam Steingold <sds@gnu.org>
10245
10246 * files.el (kill-buffer-ask): New function.
10247 (kill-some-buffers): Use it.
10248 (kill-matching-buffers): New user command.
10249
10250 2007-06-01 David Kastrup <dak@gnu.org>
10251
10252 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10253 Change default to `top'.
10254
10255 2007-05-31 Richard Stallman <rms@gnu.org>
10256
10257 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10258
10259 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * textmodes/css-mode.el: New file.
10262
10263 2007-05-30 Michael Olson <mwolson@gnu.org>
10264
10265 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10266 died and we are trying to send a signal to it. The program using
10267 tq.el should periodically check to see whether the process has
10268 died and react appropriately -- this is not the responsibility of
10269 tq.el, and is consistent with the rest of the tq.el source code.
10270
10271 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10272
10273 * textmodes/table.el (table--point-entered-cell-function)
10274 (table--point-left-cell-function):
10275 Bind `inhibit-point-motion-hooks' to t.
10276
10277 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10278
10279 * emacs-lisp/rx.el (rx): Doc fix.
10280
10281 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
10282
10283 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10284
10285 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
10286
10287 Sync with Tramp 2.0.56.
10288
10289 * net/tramp.el:
10290 * net/tramp-ftp.el:
10291 * net/tramp-smb.el:
10292 * net/tramp-util.el:
10293 * net/tramp-vc.el:
10294 Don't load cl.el, because that pollutes the namespace. Replace cl
10295 macros by their implementations where necessary. Requested by
10296 Richard Stallman <rms@gnu.org>.
10297
10298 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10299 doesn't exist.
10300 (with-parsed-tramp-file-name): Protect debug spec during compilation.
10301 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10302 (tramp-file-name-p, tramp-file-name-multi-method)
10303 (tramp-file-name-method, tramp-file-name-user)
10304 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10305 replacing defstruct `tramp-file-name'.
10306 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10307 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10308 Apply `vector' instead of `make-tramp-file-name'.
10309 (tramp-handle-make-auto-save-file-name):
10310 Apply `tramp-temporary-file-directory' for compatibility reasons.
10311 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10312 because of XEmacs.
10313 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10314 started.
10315
10316 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
10317
10318 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10319
10320 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10321
10322 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10323 as the end of the ChangeLog paragraph when it ends without a line
10324 termination.
10325
10326 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
10327
10328 * net/webjump.el (webjump-sample-sites):
10329 Add simple Wikipedia query.
10330
10331 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10332
10333 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10334 compatibility code.
10335
10336 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10337 (copyright-update-year): Use it.
10338
10339 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10340
10341 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10342 Add indentation and debugging info. Fix up comment convention.
10343
10344 * cus-dep.el (custom-make-dependencies): Simplify.
10345
10346 * composite.el (compose-region, decompose-region):
10347 Use inhibit-read-only and restore-buffer-modified-p.
10348
10349 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10350 (xterm-mouse-event): Use it.
10351
10352 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
10353
10354 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10355 `switch-to-buffer' has returned succesfully.
10356 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10357 window is dedicated (it could iconify the frame).
10358
10359 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
10360
10361 * vc-hooks.el (vc-find-root): Fix file attribute test.
10362
10363 2007-05-24 Richard Stallman <rms@gnu.org>
10364
10365 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10366 Don't let opoint be nil.
10367 (flyspell-emacs-popup): Explicit error if no dialogs.
10368
10369 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
10370
10371 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10372 (image-next-line, image-previous-line, image-scroll-up)
10373 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10374 New functions.
10375 (image-mode-map): Remap motion commands.
10376 (image-mode-text-map): New keymap for viewing images as text.
10377 (image-mode): Use image-mode-map.
10378 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10379
10380 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * textmodes/fill.el (canonically-space-region): Make the second arg
10383 a marker if it's not already the case.
10384
10385 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10386
10387 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10388 (tar-get-descriptor): Handle type 55, an extended pax header.
10389
10390 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10393 to confuse outline-minor-mode.
10394
10395 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10396
10397 * tar-mode.el (tar-file-name-handler): New function.
10398 (tar-extract): Bind file-name-handler-alist to it to force
10399 find-buffer-file-type-coding-system behave as if the file being
10400 extracted existed. Use last-coding-system-used to force
10401 buffer-file-coding-system to what decode-coding-region actually
10402 used to decode the file.
10403
10404 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10405
10406 * progmodes/compile.el (compilation-handle-exit):
10407 `compilation-finish-function' may change the current buffer.
10408
10409 2007-05-22 Richard Stallman <rms@gnu.org>
10410
10411 * files.el (set-auto-mode): Doc fix.
10412
10413 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10414
10415 * help-fns.el (find-source-lisp-file): New function.
10416 (describe-function-1): Use find-source-lisp-file to find source
10417 file in compile tree.
10418
10419 2007-05-22 Eli Zaretskii <eliz@gnu.org>
10420
10421 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10422
10423 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
10424
10425 * emacs-lisp/easy-mmode.el (define-minor-mode)
10426 (easy-mmode-define-navigation): Fix typos in docstrings.
10427
10428 2007-05-22 Glenn Morris <rgm@gnu.org>
10429
10430 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10431
10432 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
10433
10434 * mail/mail-extr.el (mail-extract-address-components):
10435 Recognize non-ASCII characters except for NBSP as words.
10436
10437 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10438
10439 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10440 (rcirc-print): Handle `window-width'.
10441 (rcirc-buffer-maximum-lines): Doc fix.
10442
10443 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
10444
10445 * image-mode.el (image-toggle-display): Don't clear image cache.
10446 Only use filename in image spec if the file is readable.
10447 Call image-refresh.
10448
10449 * image.el (image-type-from-file-name, image-type): Simplify.
10450 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10451
10452 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10453 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10454
10455 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10456
10457 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10458 is an error.
10459
10460 * term/linux.el (terminal-init-linux): Don't signal an error
10461 if gpm isn't running.
10462
10463 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10464
10465 * t-mouse.el: Reduce to a minor-mode macro call.
10466 (t-mouse-mode): Remove the lighter.
10467
10468 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10469
10470 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10471
10472 * files.el (auto-mode-alist): Change the regexp so that
10473 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10474
10475 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * Version 22.1 released.
10478
10479 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
10480
10481 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10482 changes.
10483
10484 2007-05-19 Kevin Ryde <user42@zip.com.au>
10485
10486 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10487
10488 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10489
10490 * textmodes/sgml-mode.el: Revert last change.
10491
10492 2007-05-18 Richard Stallman <rms@gnu.org>
10493
10494 * simple.el (push-mark): Doc fix.
10495
10496 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
10497
10498 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10499 tpu-global-map.
10500 (tpu-original-global-map): Variable deleted.
10501 (tpu-control-keys-map): New keymap variable.
10502 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10503 setting keymapping directly.
10504 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10505 tpu-global-map.
10506 (tpu-edt-on): Activate the tpu-global-map.
10507 (tpu-edt-off): Deactivate the tpu-global-map.
10508
10509 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
10510
10511 * textmodes/ispell.el (ispell-get-word): Return markers
10512 for start and end positions.
10513 (ispell-word): Assume END is a marker.
10514
10515 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10516
10517 * printing.el: Group together all XEmacs/Emacs definitions.
10518 (pr-version): New version 6.9.
10519 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10520 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10521 (pr-menu-bind): Fix code.
10522 (pr-e-frame-char-height, pr-e-frame-char-width)
10523 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10524 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10525 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10526 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10527 (pr-x-event-y-pixel): Aliases eliminated.
10528 (pr-xemacs-global-menubar): Macro moved.
10529 (current-menubar, current-mouse-event, zmacs-region-stays)
10530 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10531 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10532 Vars moved.
10533 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10534 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10535 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10536 (pr-menu-set-utility-title, pr-even-or-odd-pages)
10537 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10538 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10539 moved.
10540
10541 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
10542
10543 * textmodes/sgml-mode.el (sgml-tag):
10544 Fix bug: Call sgml-transformation-function.
10545
10546 2007-05-17 Martin Rudalics <rudalics@gmx.at>
10547
10548 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10549 modified flag of buffer. Use `inhibit-modification-hooks'.
10550
10551 2007-05-16 Richard Stallman <rms@gnu.org>
10552
10553 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10554
10555 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * files.el (magic-mode-alist, magic-fallback-mode-alist):
10558 Move the *ml, Postscript, and XmCD entries to the fallback part.
10559
10560 * files.el (magic-fallback-mode-alist):
10561 Rename from file-start-mode-alist.
10562
10563 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10564
10565 * progmodes/compile.el (compilation-handle-exit): Quote first
10566 argument of `run-hook-with-args'.
10567
10568 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
10569
10570 * buff-menu.el (Buffer-menu-sort-column):
10571 * dabbrev.el (dabbrev-upcase-means-case-search):
10572 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10573 * info.el (Info-current-subfile):
10574 * ls-lisp.el (ls-lisp-verbosity):
10575 * msb.el (msb-menu-cond):
10576 * pcvs.el (cvs-dired-use-hook):
10577 * simple.el (set-mark-command-repeat-pop):
10578 * time.el (display-time-24hr-format, display-time-mail-file):
10579 Doc fixes.
10580
10581 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10582 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10583
10584 * view.el (view-inhibit-help-message): Fix typo in docstring.
10585 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10586
10587 2007-05-16 Martin Rudalics <rudalics@gmx.at>
10588
10589 * textmodes/ispell.el (ispell-start-process): Defend against bad
10590 default-directory.
10591
10592 2007-05-14 Eli Zaretskii <eliz@gnu.org>
10593
10594 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10595 content-transfer-encoding _last_, because it's its position that
10596 we need as value of base64-header-field-end.
10597
10598 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
10599
10600 * files.el (mode-require-final-newline, require-final-newline)
10601 (enable-local-variables, enable-local-eval): Doc fixes.
10602
10603 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10604
10605 * ps-print.el: Use default color when foreground or background color
10606 are unspecified. Reported by Leo <sdl.web@gmail.com>.
10607 (ps-print-version): New version 6.7.4.
10608 (ps-rgb-color): New argument. Use default color when color is
10609 unspecified.
10610 (ps-begin-job): Fix code.
10611
10612 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
10613
10614 * longlines.el (longlines-mode): Make longlines-auto-wrap
10615 buffer-local. Add hooks unconditionally.
10616 (longlines-auto-wrap): Toggle wrapping.
10617 (longlines-after-change-function)
10618 (longlines-post-command-function): Check longlines-auto-wrap.
10619
10620 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
10621
10622 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10623 (xterm-mouse-translate): Use it.
10624
10625 2007-05-10 Richard Stallman <rms@gnu.org>
10626
10627 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10628 (iso-cvt-write-only): Likewise.
10629
10630 * emacs-lisp/easy-mmode.el (define-minor-mode):
10631 Fix generated doc string.
10632
10633 * startup.el (fancy-splash-text): Add URL of guided tour.
10634 Adjust horizontal and vertical whitespace.
10635
10636 * progmodes/compile.el (compilation-handle-exit):
10637 Use run-hook-with-args to run compilation-finish-functions.
10638
10639 * files.el (file-start-mode-alist): New variable.
10640 (magic-mode-regexp-match-limit): Doc fix.
10641 (set-auto-mode): Handle file-start-mode-alist.
10642 A little cleanup of structure.
10643
10644 * dabbrev.el (dabbrev-eliminate-newlines):
10645 Renamed from dabbrev--eliminate-newlines. All uses changed.
10646
10647 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10648
10649 * man.el (Man-next-section): Don't consider the last line of the page
10650 as being part of any section.
10651
10652 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10655 can take any number of values.
10656
10657 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10660 to the list of citation commands.
10661
10662 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10663
10664 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10665
10666 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
10667
10668 * progmodes/python.el (python-font-lock-keywords)
10669 (python-open-block-statement-p, python-mode): Add support for the new
10670 "with" keyword.
10671
10672 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10675 the exact opposite of diff-goto-source.
10676
10677 * emacs-lisp/advice.el (ad-special-forms): Remove.
10678 (ad-special-form-p): Use subr-arity.
10679
10680 * newcomment.el (comment-search-forward): Make sure we search forward.
10681 (comment-enter-backward): Try and distinguish the non-matching case at
10682 EOB from the non-matching case with a missing comment-end-skip for
10683 a 2-char comment ender.
10684 (comment-choose-indent): New function extracted from comment-indent.
10685 Improve the alignment algorithm.
10686 (comment-indent): Use it.
10687
10688 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10689 XML style Processing Instructions.
10690 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10691 (sgml-calculate-indent): Handle `pi' context.
10692
10693 * vc.el: Ensure that update-changelog issues an error when used with
10694 a backend that does not implement it.
10695 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10696 Remove `backend' argument. Use expand-file-name.
10697 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10698
10699 * progmodes/python.el (python-end-of-block): Revert last change.
10700 (python-end-of-statement): Make sure we move *forward*.
10701
10702 2007-05-08 Richard Stallman <rms@gnu.org>
10703
10704 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10705 Don't include non-self-insert commands in the exception for `-'.
10706
10707 2007-05-08 David Reitter <david.reitter@gmail.com>
10708
10709 * progmodes/python.el (python-guess-indent): Check non-nullness
10710 before comparing indent against the 2..8 interval.
10711
10712 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10713
10714 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10715 available.
10716
10717 2007-05-06 Richard Stallman <rms@gnu.org>
10718
10719 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10720
10721 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10724 rather than storing their value in the revert-buffer function.
10725
10726 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
10727
10728 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10729 when disabling t-mouse-mode.
10730
10731 2007-05-01 Davis Herring <herring@lanl.gov>
10732
10733 * calendar/timeclock.el: Update version number.
10734 (timeclock-modeline-display): Mention timeclock-use-display-time
10735 in explanatory message.
10736 (timeclock-in): Fix non-interactive workday specifications.
10737 (timeclock-log): Don't kill the log buffer if it already existed.
10738 Suppress warnings when finding the log. Don't check for a nil
10739 project twice. Run hooks after killing the buffer (if applicable).
10740 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10741 was geometric). All uses changed.
10742 (timeclock-generate-report): Support prefix argument.
10743
10744 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
10745
10746 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10747 disconnections.
10748
10749 2007-05-01 Romain Francoise <romain@orebokech.com>
10750
10751 * dired-x.el: Revert 2007-04-06 change.
10752
10753 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10754
10755 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10756
10757 2007-04-29 Richard Stallman <rms@gnu.org>
10758
10759 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10760
10761 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10762
10763 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10764 than 1.
10765
10766 2007-04-28 Richard Stallman <rms@gnu.org>
10767
10768 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10769
10770 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
10771
10772 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10773 don't put stop on toolbar.
10774
10775 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10778
10779 2007-04-28 Eli Zaretskii <eliz@gnu.org>
10780
10781 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10782 instead of $(lisp)/mh-e.
10783
10784 2007-04-28 Glenn Morris <rgm@gnu.org>
10785
10786 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10787 (image-dired-cmd-create-temp-image-options): Replace option
10788 +profile "*" with -strip.
10789
10790 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
10791
10792 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10793 Use window-start and window-end.
10794
10795 2007-04-27 Andreas Schwab <schwab@suse.de>
10796
10797 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10798
10799 2007-04-27 Eli Zaretskii <eliz@gnu.org>
10800
10801 * textmodes/fill.el (fill-paragraph): Doc fix.
10802
10803 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10804
10805 * locate.el (locate-in-alternate-database): Doc fix.
10806
10807 2007-04-26 Glenn Morris <rgm@gnu.org>
10808
10809 * button.el (button): Use underline if supported, else fall back
10810 to color.
10811
10812 * version.el (emacs-version): Increase to 22.1.50.
10813
10814 2007-04-25 Richard Stallman <rms@gnu.org>
10815
10816 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10817
10818 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10819
10820 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10821 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
10822 pushing mark.
10823 (idlwave-current-routine): Don't push mark.
10824
10825 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10826
10827 * image-dired.el (image-dired-display-image): Derive image-type from
10828 filename rather than assuming jpeg, in case no resizing was needed.
10829
10830 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10831
10832 * custom.el (defface): Doc fix.
10833
10834 See ChangeLog.12 for earlier changes.
10835
10836 ;; Local Variables:
10837 ;; coding: iso-2022-7bit
10838 ;; add-log-time-zone-rule: t
10839 ;; End:
10840
10841 Copyright (C) 2007 Free Software Foundation, Inc.
10842
10843 This file is part of GNU Emacs.
10844
10845 GNU Emacs is free software; you can redistribute it and/or modify
10846 it under the terms of the GNU General Public License as published by
10847 the Free Software Foundation; either version 3, or (at your option)
10848 any later version.
10849
10850 GNU Emacs is distributed in the hope that it will be useful,
10851 but WITHOUT ANY WARRANTY; without even the implied warranty of
10852 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10853 GNU General Public License for more details.
10854
10855 You should have received a copy of the GNU General Public License
10856 along with GNU Emacs; see the file COPYING. If not, write to the
10857 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10858 Boston, MA 02110-1301, USA.
10859
10860 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af