]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(binhex): New custom group.
[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 2007-12-02 Agustin Martin <agustin.martin@hispalinux.es>
14
15 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
16 encoding for aspell process and for communication with it.
17 Only add "-d" option if not already present.
18 Use ispell-current-dictionary and ispell-current-personal-dictionary.
19 General reorganization.
20
21 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
22 encoding here.
23 (ispell-start-process): Explicitly set encoding here if using aspell.
24
25 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
26
27 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
28 function to log-edit.
29
30 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
31
32 * net/dbus.el: New file.
33
34 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
35
36 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
37 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
38 (calc-lang-parens-are-subscripts): New variables.
39 (math-expr-special-function-mapping): Remove variable.
40 (math-eqn-ignore-words, math-tex-ignore-words)
41 (math-latex-ignore-words): Move to calc-lang.el.
42
43 * calc/calc-lang.el (math-compose-vector, math-compose-var)
44 (math-tex-expr-is-flat): Declare as functions.
45 (calc-lang-slash-idiv, calc-lang-allow-underscores)
46 (math-comp-left-bracket, math-comp-right-bracket)
47 (math-comp-comma, math-comp-vector-prec): Declare as variables.
48 (math-var-formatter, math-matrix-formatter)
49 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
50 (math-punc-table, math-compose-subscr,math-dots)
51 (math-func-formatter): New property names to store language
52 specific information.
53 (math-compose-tex-var, math-compose-tex-intv)
54 (math-compose-maple-intv, math-compose-eqn-intv)
55 (math-compose-tex-sum, math-compose-tex-func)
56 (math-compose-tex-intv): New functions.
57 (math-eqn-ignore-words,math-tex-ignore-words)
58 (math-latex-ignore-words): Move from calc.el.
59 (math-special-function-table): Add entries for tex.
60 (calc-lang-slash-idiv, calc-lang-allows-underscores):
61 New variables.
62 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
63 (math-compose-tex-matrix, math-compose-eqn-matrix)
64 (math-eqn-special-functions): Move from calccomp.el.
65
66 * calc/calccomp.el (math-compose-var): New function.
67 (math-compose-expr): Allow more special functions to be used.
68 Change test for formatting fractions. Use variables and property
69 names to help with language specific formatting.
70 (math-compose-tex-matrix, math-compose-eqn-matrix)
71 (math-eqn-special-functions): Move to calc-lang.el.
72 (math-compose-rows): Use property names to help with language
73 specific formatting.
74
75 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
76 into nested subscripts.
77 (math-read-token): Use variables and property names to help with
78 language specific parsing.
79 (math-read-expression-level): Use variables to help with language
80 specific parsing.
81
82 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
83
84 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
85 (archive-rar-summarize): Allow the file name to be passed as argument.
86 Remove unused vars `header' and `footer'.
87 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
88
89 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
90
91 * log-edit.el (log-edit-show-diff): New function.
92 (log-edit-mode-map, log-edit-menu): Bind it.
93 (log-edit-diff-function): New variable.
94 (log-edit): Change the 3rd param to be an alist and accept a
95 function that computes a diff for the files involved.
96
97 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
98
99 2007-12-01 Martin Rudalics <rudalics@gmx.at>
100
101 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
102 wrap next-/previous-line in with-no-warnings.
103
104 2007-12-01 Glenn Morris <rgm@gnu.org>
105
106 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
107
108 * net/dig.el: Move here from gnus/.
109 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
110
111 * net/dns.el: Move here from gnus/.
112 (top-level): Don't require mm-util, or cl when compiling.
113 (dns-write-name, dns-read, dns-read-type, query-dns):
114 Replace mm-with-unibyte-buffer with its expansion.
115 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
116
117 * progmodes/gdb-ui.el (gud-remove, gud-break):
118 * progmodes/gud.el (gdb-create-define-alist)
119 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
120 (hl-line-highlight, gdb-display-source-buffer)
121 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
122 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
123
124 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
125
126 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
127 Move args on defun line.
128
129 * textmodes/org.el (org-calendar-holiday):
130 Use calendar-check-holidays instead of the obsolete
131 check-calendar-holidays.
132 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
133 (bbdb-company, bbdb-current-record, bbdb-name)
134 (bbdb-record-getprop, bbdb-record-name)
135 (bibtex-beginning-of-entry, bibtex-generate-autokey)
136 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
137 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
138 (mh-find-path, mh-get-header-field, mh-get-msg-num)
139 (mh-header-display, mh-index-previous-folder)
140 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
141 (mh-show-buffer-message-number, mh-show-header-display)
142 (mh-show-msg, mh-show-show, mh-visit-folder)
143 (org-export-latex-cleaned-string, remember)
144 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
145 (rmail-what-message, elmo-folder-exists-p)
146 (elmo-message-entity-field, elmo-message-field)
147 (vm-beginning-of-message, vm-follow-summary-cursor)
148 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
149 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
150 (vm-summarize, wl-folder-get-elmo-folder)
151 (wl-summary-goto-folder-subr)
152 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
153 (wl-summary-line-subject, wl-summary-message-number)
154 (wl-summary-redisplay): Declare as functions.
155
156 2007-11-30 Martin Rudalics <rudalics@gmx.at>
157
158 * longlines.el (longlines-show-hard-newlines): Remove handling of
159 buffer-undo-list and buffer-modified status.
160 (longlines-show-region, longlines-unshow-hard-newlines):
161 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
162 inhibit-modification-hooks here to avoid that a buffer appears
163 modified when toggling visibility of hard newlines.
164
165 2007-11-30 Glenn Morris <rgm@gnu.org>
166
167 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
168
169 * progmodes/idlw-complete-structtag.el
170 (idlwave-sintern-structtag):
171 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
172 (idlwave-sintern-sysvartag):
173 * progmodes/idlwave.el (idlwave-sintern-class-tag)
174 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
175 functions.
176
177 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
178
179 * textmodes/reftex-index.el (texmathp):
180 * textmodes/reftex-auc.el (TeX-argument-insert)
181 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
182 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
183 (LaTeX-label-list):
184 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
185 (rng-clear-conditional-region, rng-do-some-validation): Declare as
186 functions.
187 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
188
189 2007-11-30 Glenn Morris <rgm@gnu.org>
190
191 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
192 argument and document it.
193
194 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
195 Third argument to declare-function must be a list to specify arglist.
196
197 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
198 Handle declare-function third argument `t' and fourth argument.
199 (check-declare-verify): Doc fix. Handle `fileonly' case.
200 Use progn rather than prog1.
201
202 * desktop.el (uniquify-item-base):
203 * term/mac-win.el (url-type): Declare as functions.
204
205 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
206 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
207 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
208 fourth arg to declare-function.
209
210 * play/dunnet.el: Don't require cl when compiling.
211 (byte-compile-warnings): Set via file local variables.
212 (dun-parse): Let-bind `beg' and `line'.
213
214 2007-11-29 Alexandre Julliard <julliard@winehq.org>
215
216 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
217
218 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
219
220 * calendar/time-date.el (encode-time-value): Doc fix.
221
222 2007-11-29 Glenn Morris <rgm@gnu.org>
223
224 * calendar/time-date.el (with-decoded-time-value): Doc fix.
225
226 * textmodes/css-mode.el (prog-mode): Remove.
227 (css-mode): Derive from fundamental-mode rather than prog-mode.
228
229 * emacs-lisp/byte-run.el (declare-function): Doc fix.
230
231 * emacs-lisp/check-declare.el (check-declare-locate)
232 (check-declare-verify): Handle `external' files.
233 (check-declare-errmsg): New function.
234 (check-declare-verify, check-declare-file, check-declare-directory):
235 Use check-declare-errmsg to report the number of problems.
236
237 * ffap.el (w3-view-this-url)
238 * mail/mspools.el (vm-visit-folder)
239 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
240 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
241 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
242 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
243 (bbdb-records)
244 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
245 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
246 (sasl-make-client, sasl-next-step, sasl-step-data)
247 (sasl-step-set-data)
248 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
249 (htmlr-step): Declare as functions.
250
251 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
252 Use bbdb-address-zip rather than bbdb-address-zip-string.
253
254 2007-11-28 Richard Stallman <rms@gnu.org>
255
256 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
257 Move here from gnus/.
258
259 2007-11-28 Martin Rudalics <rudalics@gmx.at>
260
261 * newcomment.el (comment-region-internal): Fix newline insertion
262 in `block' case.
263
264 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
265
266 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
267
268 2007-11-28 Glenn Morris <rgm@gnu.org>
269
270 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
271 delete .elc files.
272
273 * nxml/char-name/unicode: Move to etc/nxml/.
274 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
275
276 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
277 Declare as a function.
278
279 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
280 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
281 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
282
283 * nxml/nxml-outln.el (nxml-token-start-tag-p)
284 (nxml-token-end-tag-p): Move definitions before use.
285
286 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
287
288 * nxml/nxml-uchnm.el (top-level)
289 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
290 (nxml-enabled-unicode-blocks): Add custom group.
291
292 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
293 Use string-to-number rather than string-to-int.
294
295 * dired-x.el (dired-omit-old-add-entry): Declare as function.
296 Move definition before use.
297 (dired-old-find-buffer-nocreate): Declare as function.
298
299 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
300 (check-declare-verify): Handle fset.
301
302 * emulation/edt.el (edt-user-emulation-setup):
303 Test edt-setup-user-bindings is bound before calling.
304
305 * emulation/tpu-edt.el: Don't require cl when compiling.
306 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
307 (tpu-edt-off): Use condition-case rather than ignore-errors.
308 Use with-no-warnings.
309
310 * eshell/esh-util.el (top-level): Use require rather than load for
311 ange-ftp.
312
313 * mail/supercite.el (sc-version): Redefine as an alias for
314 emacs-version.
315 (sc-help-address): Remove.
316 (sc-version): Use emacs-version rather than sc-version.
317 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
318
319 * net/socks.el (socks-original-open-network-stream): Declare as
320 function. Move definition before use.
321
322 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
323
324 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
325 (math-make-frac): Declare as functions.
326
327 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
328
329 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
330 Pacify byte compiler.
331 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
332
333 * progmodes/idlwave.el (idlwave-shell-get-path-info)
334 (idlwave-shell-temp-file, idlwave-shell-is-running)
335 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
336 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
337 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
338 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
339 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
340 (idlwave-completing-read, idlwave-current-routine)
341 (idlwave-downcase-safe, idlwave-entry-find-keyword)
342 (idlwave-expand-keyword, idlwave-find-class-definition)
343 (idlwave-find-inherited-class, idlwave-find-struct-tag)
344 (idlwave-get-buffer-visiting, idlwave-in-quote)
345 (idlwave-make-full-name, idlwave-members-only)
346 (idlwave-popup-select, idlwave-routine-source-file)
347 (idlwave-routines, idlwave-sintern-class)
348 (idlwave-sintern-keyword, idlwave-sintern-method)
349 (idlwave-sintern-routine-or-method)
350 (idlwave-substitute-link-target, idlwave-sys-dir)
351 (idlwave-this-word, idlwave-what-module-find-class)
352 (idlwave-where):
353 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
354 * mail/uce.el (rmail-msg-is-pruned)
355 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
356 (rmail-toggle-header):
357 * mail/sendmail.el (dired-view-file, dired-get-filename):
358 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
359 (rmail-display-labels, rmail-msgbeg)
360 (rmail-set-message-deleted-p, rmail-message-labels-p)
361 (rmail-show-message, mail-comma-list-regexp)
362 (mail-parse-comma-list):
363 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
364 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
365 (rfc822-addresses, mail-abbrev-make-syntax-table)
366 (mail-sendmail-delimit-header, mail-header-end):
367 * mail/hashcash.el (message-narrow-to-headers-or-head)
368 (message-fetch-field, message-goto-eoh)
369 (message-narrow-to-headers):
370 * vc.el (view-mode-exit): Declare as functions.
371
372 * mail/vms-pmail.el:
373 * vmsproc.el:
374 * vms-patch.el: Don't byte compile these files, they don't work.
375
376 2007-11-27 Glenn Morris <rgm@gnu.org>
377
378 * calc/calc-ext.el (math-read-big-rec):
379 * calc/calc-nlfit.el (math-map-binop):
380 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
381
382 * eshell/eshell.el (eshell-report-bug): Add version number of
383 obsolescence.
384
385 * emulation/viper.el, emulation/viper-util.el,
386 emulation/viper-macs.el, emulation/viper-keym.el,
387 emulation/viper-ex.el, emulation/viper-cmd.el:
388 Load viper-*.el files silently.
389
390 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
391 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
392 Load ediff-*.el files silently.
393
394 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
395 compiling.
396 (Info-goto-node): Declare as a function.
397
398 * ediff-init.el: Don't load ange-ftp when compiling.
399 * ediff-util.el: Don't load reporter when compiling.
400
401 * ediff-wind.el (ediff-display-pixel-width)
402 (ediff-display-pixel-height):
403 * generic-x.el (ini-generic-mode):
404 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
405 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
406 (ps-mule-initialize, ps-mule-begin-job):
407 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
408 (mark-calendar-days-named):
409 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
410 (add-to-diary-list, diary-name-pattern)
411 (mark-calendar-days-named):
412 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
413 (mark-calendar-days-named):
414 * calendar/cal-x.el (make-fancy-diary-buffer):
415 * calendar/holidays.el (calendar-absolute-from-julian):
416 * calendar/todo-mode.el (calendar-current-date):
417 * calendar/cal-menu.el (calendar-increment-month)
418 (calendar-month-name, extract-calendar-year)
419 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
420 (calendar-current-date, calendar-cursor-holidays)
421 (calendar-date-string, insert-diary-entry, calendar-set-mark)
422 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
423 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
424 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
425 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
426 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
427 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
428 (calendar-day-of-year-string, calendar-iso-date-string)
429 (calendar-julian-date-string, calendar-astro-date-string)
430 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
431 (calendar-persian-date-string, calendar-bahai-date-string)
432 (calendar-islamic-date-string, calendar-chinese-date-string)
433 (calendar-coptic-date-string, calendar-ethiopic-date-string)
434 (calendar-french-date-string, calendar-mayan-date-string)
435 (calendar-print-chinese-date, calendar-goto-date):
436 Declare as functions.
437
438 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
439 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
440
441 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
442 aliases for report-emacs-bug.
443 (gnus-summary-select-article, gnus-configure-windows): Declare as
444 functions.
445
446 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
447 compiler.
448
449 * pgg.el (pgg-clear-string): Declare as a function.
450 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
451 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
452
453 * emacs-lisp/check-declare.el (check-declare-locate):
454 Handle compressed files.
455 (check-declare-verify): Handle define-generic-mode,
456 define-global(ized)-minor-mode, define-obsolete-function-alias.
457
458 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
459
460 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
461 algebraic modes.
462
463 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
464 (math-is-true, calc-explain-why, calc-alg-edit)
465 (math-composite-inequalities, math-flatten-lands)
466 (math-multi-subst, calcFunc-vmatches, math-simplify)
467 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
468 (math-read-string, math-read-brackets, math-read-angle-brackets):
469 Declare as functions.
470
471 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
472 (calc-fit-bell-shaped-logistic-curve)
473 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
474 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
475 (math-max-list): Declare as functions.
476 (math-map-binop): New function.
477 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
478
479 * calc/calc.el (calc-set-language, calc-edit-finish)
480 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
481 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
482 (math-lessp, calc-embedded-finish-command)
483 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
484 (calc-push-list-in-macro, calc-replace-selections)
485 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
486 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
487 (calc-embedded-stack-change, calc-refresh-evaltos)
488 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
489 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
490 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
491 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
492 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
493 (math-dimension-error, calc-incomplete-error, math-float-fancy)
494 (math-neg-fancy, math-zerop, calc-add-fractions)
495 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
496 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
497 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
498 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
499 (math-compose-expr, math-comp-width, math-composition-to-string)
500 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
501 (math-adjust-fraction, math-format-binary, math-format-radix)
502 (math-group-float, math-mod, math-format-number-fancy)
503 (math-format-bignum-fancy, math-read-number-fancy)
504 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
505 (calc-do-embedded-activate, math-do-defmath)
506 (calc-load-everything): Declare as functions.
507
508 * calc/calc-ext.el (math-clip, math-round, math-simplify)
509 (math-simplify-extended, math-simplify-units, calc-set-language)
510 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
511 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
512 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
513 (math-normalize-hms, math-normalize-mod, math-make-sdev)
514 (math-make-intv, math-normalize-logical-op, math-possible-signs)
515 (math-infinite-dir, math-calcFunc-to-var)
516 (calc-embedded-evaluate-expr, math-known-nonzerop)
517 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
518 (math-format-date, math-vector-is-string, math-vector-to-string)
519 (math-format-radix-float, math-compose-expr, math-abs)
520 (math-format-bignum-binary, math-format-bignum-octal)
521 (math-format-bignum-hex, math-format-bignum-radix)
522 (math-compute-max-digits): Declare as functions.
523 (math-provably-realp): Fix typo.
524
525 * calc/calc-forms.el (calendar-current-time-zone)
526 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
527 functions.
528
529 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
530
531 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
532 Declare as functions.
533
534 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
535 (math-posp, math-compare, math-bignum, math-compare-bignum):
536 Declare as functions.
537
538 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
539 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
540 (calc-explain-why, calc-clear-command-flag)
541 (calc-roll-down-with-selections, calc-roll-up-with-selections)
542 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
543 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
544 (math-trunc-special, math-trunc-fancy, math-floor-special)
545 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
546 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
547 (math-pow-zero, math-pow-fancy): Declare as functions.
548
549 * calc/calc-mode.el (calc-embedded-save-original-modes):
550 Declare as a function.
551
552 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
553 Declare as functions.
554 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
555 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
556 Replace `mapcar*' by `math-map-binop'.
557 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
558
559 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
560 (math-read-expr-level): Declare as functions.
561
562 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
563
564 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
567 end-of-defun-function is called consistently, even for negative
568 arguments.
569 (end-of-defun-function): Default to forward-sexp.
570
571 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
572
573 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
574
575 2007-11-26 Glenn Morris <rgm@gnu.org>
576
577 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
578 than :suffix.
579
580 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
581
582 2007-11-26 Simon Josefsson <simon@josefsson.org>
583
584 * net/imap.el: Move from ../gnus.
585
586 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
587
588 * doc-view.el (doc-view-mode-p): New function.
589
590 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
591
592 * mail/mspools.el (rmail-get-new-mail):
593 * mail/reporter.el (mail-position-on-field, mail-text):
594 * mail/rmail.el (mail-position-on-field, mail-text-start)
595 (rmail-update-summary):
596 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
597 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
598 * mail/rmailout.el (rmail-update-summary):
599 * mail/rmailsort.el (rmail-update-summary):
600 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
601 (dired-view-file):
602 * mail/uce.el (mail-strip-quoted-names):
603 * mail/undigest.el (rmail-update-summary):
604 * mail/unrmail.el (mail-strip-quoted-names):
605 * ediff.el (diff-latest-backup-file): Declare as functions.
606
607 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
608 (kill-to-end-of-line):
609 * obsolete/rnews.el (news-set-minor-modes):
610 Remove non working functions.
611
612 2007-11-25 Glenn Morris <rgm@gnu.org>
613
614 * eshell/esh-maint.el (top-level): Use require with NOERROR for
615 pcomplete. Don't mess with load-path.
616
617 * eshell/eshell.el (eshell-report-bug-address): Remove.
618 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
619
620 2007-11-24 Glenn Morris <rgm@gnu.org>
621
622 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
623 (appt-disp-window): Don't require electric.
624 Simplify minibuffer-avoidance code.
625 (appt-select-lowest-window): Avoid minibuffer.
626
627 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
628 (esh-mode): Require it.
629 (esh-util): Use require rather than featurep and load.
630 (eshell): No need to test if eshell-mode is bound; remove obsolete
631 reference to eshell-auto.
632 (eshell-command, eshell-command-result): Don't require esh-mode
633 now that the file does.
634 (top-level): Move provide statement to the end of the file.
635 Re-order and update commentary.
636
637 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
638
639 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
640 (vc-annotate-toggle-annotation-visibility): New command.
641 (vc-annotate-mode-map): Bind "V" to it.
642 (vc-annotate-mode-menu): Add entry for it.
643 (vc-annotate-get-time-set-line-props): New func.
644 (vc-annotate-display-autoscale)
645 (vc-annotate-display-difference): Use it.
646
647 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
648 Also, match one space at end of annotation text, after last paren.
649
650 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
651
652 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
653 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
654 `tramp-completion-mode'.
655
656 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
657
658 * vc-git.el (vc-git-show-log-entry): New func.
659
660 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
661 (vc-git-state): Use vc-git--call.
662 (vc-git-registered, vc-git-working-revision)
663 (vc-git-previous-revision, vc-git-next-revision)
664 (vc-git--run-command-string, vc-git-symbolic-commit):
665 Use vc-git--out-ok.
666
667 2007-11-24 Glenn Morris <rgm@gnu.org>
668
669 * emacs-lisp/byte-run.el (declare-function): Doc fix.
670
671 2007-11-24 Kenichi Handa <handa@m17n.org>
672
673 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
674
675 2007-11-23 David Kastrup <dak@gnu.org>
676
677 * server.el (server-process-filter): Use `command-line-args-left'.
678
679 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
682
683 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
684
685 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
686 buffer if the parent buffer is in vc-dired-mode.
687
688 2007-11-23 Mark A. Hershberger <mah@everybody.org>
689
690 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
691
692 2007-11-23 Juri Linkov <juri@jurta.org>
693
694 * dired.el (dired-read-dir-and-switches): For C-x d, set the
695 value for M-n to the visited file name of the current buffer.
696 Use minibuffer-with-setup-hook to set minibuffer-default to
697 buffer-file-name inside read-file-name.
698
699 * man.el (Man-getpage-in-background): Don't disregard user option
700 `Man-width' on non-window systems. Remove test for `window-system'
701 around setting envvar "COLUMNS" depending on the value of `Man-width'.
702
703 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
704 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
705 of "--color=always".
706
707 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
710 beginning-of-defun-function.
711
712 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
713
714 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
715
716 2007-11-22 Glenn Morris <rgm@gnu.org>
717
718 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
719
720 * emacs-lisp/check-declare.el (check-declare-locate): New function.
721 (check-declare-scan): Use check-declare-locate.
722 (check-declare-verify): No longer adjust fnfile, now
723 check-declare-locate does it.
724
725 * emacs-lisp/byte-run.el (declare-function): Doc fix.
726
727 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * subr.el (posn-col-row): Make the `default-value' use explicit.
730
731 * window.el (balance-windows): Remove unused var `counter'.
732 (bw-balance-sub): Remove unused var `lastchild'.
733 (split-window-vertically): Remove unused var `switch'.
734 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
735
736 * emacs-lisp/bytecomp.el
737 (byte-compile-file-form-custom-declare-variable): Simplify.
738
739 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
740
741 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
742 Set `show-trailing-whitespace' to nil.
743
744 * dired.el (make-symbolic-link):
745 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
746 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
747 * dired-x.el (make-symbolic-link):
748 * frame.el (x-initialize-window-system):
749 * menu-bar.el (x-menu-bar-open):
750 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
751 (x-store-cut-buffer-internal):
752 * wdired.el (make-symbolic-link):
753 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
754 (x-send-client-message):
755 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
756
757 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
758
759 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
760
761 2007-11-22 Glenn Morris <rgm@gnu.org>
762
763 * dos-fns.el (int86):
764 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
765
766 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
767
768 * calendar/holidays.el (holiday-list): Add autoload cookie.
769
770 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
771 files relative to src/ directory.
772 (check-declare-verify): Handle .c files. Warn if could not find
773 an arglist to check.
774
775 * emacs-lisp/byte-run.el (declare-function): Doc fix.
776
777 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
778
779 * replace.el (occur-mode-map): Add a major mode menu with entries
780 for all occur operations.
781
782 * international/titdic-cnv.el (dos-8+3-filename):
783 * obsolete/fast-lock.el (msdos-long-file-names):
784 * frame.el (msdos-mouse-p):
785 * files.el (msdos-long-file-names, w32-long-file-name):
786 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
787 (mac-resume-apple-event, mac-font-panel-mode)
788 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
789 (mac-clear-font-name-table):
790 * term/pc-win.el (msdos-remember-default-colors)
791 (w16-set-clipboard-data, w16-get-clipboard-data):
792 * term/w32-win.el (w32-send-sys-command, w32-select-font)
793 (set-message-beep):
794 * net/browse-url.el (w32-shell-execute):
795 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
796 (w32-get-locale-info, w32-get-valid-locale-ids)
797 (w32-set-clipboard-data):
798 * dos-fns.el (int86, msdos-long-file-names):
799 * dos-w32.el (default-printer-name): Declare as functions.
800
801 2007-11-21 Jason Rumney <jasonr@gnu.org>
802
803 * emacs-lisp/byte-run.el (declare-function): Return nil.
804
805 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
806
807 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
808
809 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
810
811 * ps-print.el (ps-lpr-switches): Docstring fix.
812 (ps-string-list): New fun.
813 (ps-do-despool): Code fix.
814
815 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
816
817 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
818
819 2007-11-21 Glenn Morris <rgm@gnu.org>
820
821 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
822 for now. Handle define-minor-mode, and defalias (with no argument
823 checking).
824
825 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
826
827 * frame.el (msdos-mouse-p):
828 * files.el (msdos-long-file-names, w32-long-file-name):
829 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
830 (mac-resume-apple-event, mac-font-panel-mode)
831 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
832 (mac-clear-font-name-table):
833 * term/pc-win.el (msdos-remember-default-colors)
834 (w16-set-clipboard-data, w16-get-clipboard-data):
835 * term/w32-win.el (w32-send-sys-command, w32-select-font)
836 (set-message-beep):
837 * net/browse-url.el (w32-shell-execute):
838 * dos-fns.el (int86, msdos-long-file-names):
839 * dos-w32.el (default-printer-name): Undo previous change.
840
841 2007-11-21 Eli Zaretskii <eliz@gnu.org>
842
843 * international/mule-cmds.el (set-locale-environment):
844 Set default-file-name-coding-system _after_ keyboard and terminal
845 coding systems. This fixes last change.
846
847 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
848 one space after "Subject:".
849
850 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
853 in order to determine if there's a conflict.
854
855 2007-11-21 Richard Stallman <rms@gnu.org>
856
857 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
858
859 * reposition.el (reposition-window):
860 Binding C-M-l moved to bindings.el.
861
862 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
863
864 * add-log.el (add-change-log-entry-other-window):
865 Key binding C-x 4 a moved to bindings.el.
866
867 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
868 from filecache.el.
869
870 * filecache.el: Minibuffer map bindings moved to bindings.el.
871
872 2007-11-21 Jason Rumney <jasonr@gnu.org>
873
874 * international/mule-cmds.el (set-locale-environment):
875 Set default-file-name-coding-system from system defaults on Windows.
876
877 2007-11-21 Jason Rumney <jasonr@gnu.org>
878
879 * term/w32console.el: New term init file for w32 console.
880
881 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
882 (x-setup-function-keys): Likewise, replacing top-level key definitions.
883 (w32-tty-standard-colors): Move to term/w32console.el.
884
885 * term/w32-win.el (x-setup-function-keys): Remove.
886
887 * term/tty-colors.el (tty-register-default-colors): Remove special
888 case for w32.
889
890 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
891
892 * frame.el (msdos-mouse-p):
893 * generic-x.el (w32-shell-name):
894 * files.el (msdos-long-file-names, w32-long-file-name)
895 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
896 (dos-8+3-filename, vms-read-directory, view-mode-disable):
897 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
898 (mac-resume-apple-event, mac-font-panel-mode)
899 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
900 (mac-clear-font-name-table):
901 * term/pc-win.el (msdos-remember-default-colors)
902 (w16-set-clipboard-data, w16-get-clipboard-data):
903 * term/w32-win.el (w32-send-sys-command, w32-select-font)
904 (set-message-beep):
905 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
906 (w32-get-locale-info, w32-get-valid-locale-ids)
907 (w32-set-clipboard-data):
908 * help-fns.el (ad-get-advice-info):
909 * font-lock.el (fast-lock-after-fontify-buffer)
910 (fast-lock-after-unfontify-buffer, fast-lock-mode)
911 (lazy-lock-after-fontify-buffer)
912 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
913 * net/browse-url.el (w32-shell-execute):
914 * dos-fns.el (int86, msdos-long-file-names):
915 * dos-w32.el (default-printer-name): Declare as functions.
916
917 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
918
919 * textmodes/paragraphs.el (forward-sentence): Doc fix.
920 Reported by Drew Adams <drew.adams@oracle.com>.
921
922 2007-11-20 Jason Rumney <jasonr@gnu.org>
923
924 * term/w32-win.el (x-setup-function-keys): Protect against
925 multiple calls on the same terminal.
926
927 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
928
929 * term/mac-win.el (x-setup-function-keys): Only setup
930 local-function-key-map if it has not been setup already for the
931 current frame. Move the suspend-emacs processing here.
932
933 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
934
935 * progmodes/grep.el (xargs-program): New variable.
936 (grep-compute-defaults): Use it.
937 (grep-default-command): Doc fix.
938 (grep, lgrep, rgrep): Reflow docstrings.
939
940 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
941
942 * vc.el (vc-find-revision): Set the parent buffer.
943 Use when instead of if.
944
945 * progmodes/python.el (info-lookup-maybe-add-help):
946 * progmodes/ps-mode.el (doc-view-minor-mode):
947 * mail/emacsbug.el (Info-menu, Info-goto-node):
948 * emulation/viper-keym.el (viper-ex)
949 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
950 * emulation/viper-cmd.el (widget-type, widget-button-press)
951 (viper-set-hooks):
952 * emacs-lisp/tcover-unsafep.el (unsafep-function):
953 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
954 (ses-load, ses-vector-delete, ses-create-header-string)
955 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
956 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
957
958 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
959
960 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
961
962 2007-11-20 Glenn Morris <rgm@gnu.org>
963
964 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
965 for end of function-name. Handle define-derived-mode.
966
967 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
968
969 * progmodes/idlw-help.el: Require browse-url unconditionally, it
970 is available by default.
971 (idlwave-help-browse-url-available): Change default to t.
972
973 * emulation/edt.el (defgroup, defcustom): Remove definition.
974 (eval-when-compile): Remove.
975 (c-mark-function):
976 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
977 * textmodes/fill.el (comment-search-forward)
978 (comment-string-strip):
979 * progmodes/prolog.el (comint-mode, comint-send-string)
980 (comint-send-region, comint-send-eof):
981 * progmodes/dcl-mode.el (imenu-default-create-index-function):
982 * emulation/viper-util.el (viper-forward-Word):
983 * emulation/vi.el (c-mark-function):
984 * emulation/edt-vt100.el (vt100-wide-mode):
985 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
986
987 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
988
989 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
990 Still some tuning in case of an echoing shell.
991 (tramp-send-command): Connection property "remote-echo" is not
992 persistent; cache key is the process therefore.
993
994 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
995
996 * replace.el (map-query-replace-regexp): Doc fix (revert part of
997 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
998
999 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1000
1001 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
1002 * play/yow.el (doctor-ret-or-read):
1003 * vc-hooks.el (vc-dired-resynch-file):
1004 * vc-hg.el (log-view-get-marked):
1005 * smerge-mode.el (ediff-cleanup-mess):
1006 * pcvs.el (vc-editable-p, vc-checkout):
1007 * pcomplete.el (comint-bol):
1008 * informat.el (texinfo-format-refill):
1009 * ido.el (tramp-tramp-file-p):
1010 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
1011 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
1012 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
1013 functions.
1014
1015 * textmodes/ispell.el (ispell-int-char): Make it a defalias
1016 instead of fset.
1017 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
1018
1019 * ido.el (ido-file-internal): Move with-no-warnings to include the
1020 ffap-string-at-point call.
1021
1022 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
1023
1024 * vc-hg.el (vc-hg-revision-table): Fix last change.
1025
1026 2007-11-19 Martin Rudalics <rudalics@gmx.at>
1027
1028 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
1029 clipboard-yank when the buffer is read-only.
1030
1031 * cus-edit.el (custom-field-keymap): Move to other Custom mode
1032 keymaps such that it's before the definition of Custom-mode-menu.
1033 (Custom-mode-menu): Show it for custom-field-keymap too.
1034
1035 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
1036
1037 * progmodes/gdb-ui.el: Update commentary.
1038
1039 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
1040
1041 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
1042
1043 2007-11-19 Glenn Morris <rgm@gnu.org>
1044
1045 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
1046 does not exist, try adding `.el' extension. Also search for defsubsts.
1047
1048 * cus-edit.el (recentf-expand-file-name):
1049 * dired.el (dired-relist-entry):
1050 * subr.el (w32-shell-dos-semantics):
1051 * emacs-lisp/bytecomp.el (compilation-forget-errors):
1052 Declare as functions.
1053
1054 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
1057 (prepare-abbrev-list-buffer): Use dolist.
1058 (clear-abbrev-table): Preserve properties.
1059
1060 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
1061
1062 * textmodes/texinfmt.el (texinfo-format-printindex):
1063 Collect combined indexes using texinfo-short-index-format-cmds-alist.
1064 Reported on <bug-texinfo@gnu.org>.
1065
1066 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
1067
1068 * net/tramp.el (tramp-completion-reread-directory-timeout):
1069 New defcustom.
1070 (tramp-handle-file-name-all-completions): Flush directory contents
1071 from cache regularly.
1072 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
1073 (tramp-open-connection-setup-interactive-shell):
1074 Call `tramp-cleanup-connection' via funcall.
1075
1076 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
1077 created when copying.
1078
1079 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
1080
1081 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
1082 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
1083 * eshell/esh-ext.el (eshell-external-command):
1084 * eshell/esh-cmd.el (require):
1085 * eshell/em-unix.el (eshell-plain-locate-behavior):
1086 * eshell/em-cmpl.el (eshell-cmpl-initialize):
1087 Replace eshell-under-xemacs-p with (featurep 'xemacs).
1088 * eshell/esh-mode.el (characterp, char-int): Remove unused
1089 conditional defaliases.
1090
1091 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
1092 Rename from event-matches-key-specifier-p, define unconditionally.
1093 (event-basic-type): Remove unused defalias.
1094 (pcomplete-show-completions):
1095 Use pcomplete-event-matches-key-specifier-p.
1096
1097 2007-11-17 Eli Zaretskii <eliz@gnu.org>
1098
1099 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
1100 when saving esh-groups.el.
1101
1102 2007-11-17 Martin Rudalics <rudalics@gmx.at>
1103
1104 * wid-edit.el (widget-default-complete):
1105 * progmodes/flymake.el (flymake-goto-file-and-line):
1106 Fix typo in (doc-)string.
1107
1108 2007-11-17 Glenn Morris <rgm@gnu.org>
1109
1110 * emacs-lisp/byte-run.el (declare-function): New macro.
1111 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1112 New function, byte-hunk-handler for declare-function.
1113 (byte-compile-callargs-warn): Handle declared functions.
1114
1115 * emacs-lisp/check-declare.el: New file.
1116 * Makefile.in (check-declare): New target.
1117
1118 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
1119
1120 * subr.el (process-lines): Move here from ../admin/admin.el.
1121 * emacs-lisp/authors.el (authors-process-lines): Remove.
1122 (authors): Use process-lines rather than authors-process-lines.
1123
1124 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
1125 Remove these files.
1126
1127 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
1128
1129 * emacs-lisp/backquote.el (backquote):
1130 Improve argument/docstring consistency.
1131
1132 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
1133 (ring-length, ring-empty-p): Use c[ad]dr.
1134 (ring-plus1): Use `1+'.
1135 (ring-minus1): Use `zerop'.
1136 (ring-remove): Use c[ad]dr. Use `when'.
1137 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
1138 (ring-ref): Use `let', not `let*'.
1139 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
1140 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
1141 (ring-member): Simplify. Doc fix.
1142 (ring-convert-sequence-to-ring): Simplify.
1143
1144 2007-11-17 Juri Linkov <juri@jurta.org>
1145
1146 * dired-aux.el (dired-create-directory): Allow creating
1147 a directory of an arbitrary depth. Add a loop to find the topmost
1148 nonexistent parent dir `new', and call `dired-add-file' on it.
1149 Set the `PARENTS' arg of `make-directory' to t.
1150
1151 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1152
1153 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
1154 (math-build-parse-table): Get parse information from math-parse-table.
1155
1156 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * window.el (recenter-last-op): New var.
1159 (recenter-top-bottom): New command.
1160 (global-map): Bind it to C-l.
1161
1162 * abbrev.el (abbrev--write): Fix error in transcription from C.
1163
1164 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
1165 (pc-select-ensure-mark): Set mark-active to a special value instead.
1166 Rename from ensure-mark. Update call callers.
1167 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
1168 Rewrite. Update all callers.
1169 (pc-selection-mode): Remove redundant var declaration.
1170
1171 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
1172
1173 * doc-view.el (doc-view-search-backward, doc-view-search):
1174 Fix assignment to free variable bug.
1175
1176 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
1177
1178 * emulation/pc-select.el (pc-select-shifted-mark): New var.
1179 (ensure-mark): Set it.
1180 (maybe-deactivate-mark): New fun.
1181 Use it everywhere instead of (setq mark-active nil).
1182
1183 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1184
1185 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
1186 Add check for XEmacs.
1187
1188 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
1189
1190 * doc-view.el (doc-view-resolution): Add missing :group.
1191
1192 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * subr.el (make-variable-frame-local):
1195 Fix typo in obsolescence declaration.
1196
1197 2007-11-16 Werner Lemberg <wl@gnu.org>
1198
1199 * files.el (set-auto-mode-1): Check second line for -*- if file
1200 starts with '\" (which is used by man pages to identify needed
1201 troff preprocessors).
1202
1203 2007-11-16 Glenn Morris <rgm@gnu.org>
1204
1205 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1206
1207 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1208
1209 * calc/calc-lang.el (math-oper-table): Fix typo.
1210 Reduce precedence of "/" for TeX.
1211
1212 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1213
1214 2007-11-16 Juri Linkov <juri@jurta.org>
1215
1216 * dired-aux.el (dired-read-shell-command-default): New function.
1217 (dired-read-shell-command): Use its return value for DEFAULT arg.
1218
1219 * replace.el (keep-lines-read-args, occur-read-primary-args):
1220 Use a list of default values for DEFAULT arg of read-from-minibuffer.
1221
1222 * man.el (Man-heading-regexp): Add 0-9.
1223 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1224
1225 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1226
1227 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1228 (doc-view-resolution): New custom var.
1229 (doc-view-pdf/ps->png): Use it.
1230 (doc-view-shrink-factor): New var.
1231 (doc-view-enlarge, doc-view-shrink): New commands.
1232 (doc-view-mode-map): Use them.
1233
1234 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1235
1236 * ediff-wind.el (ediff-window-setup-function):
1237 * simple.el (normal-erase-is-backspace):
1238 * eshell/em-unix.el (eshell/info):
1239 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1240 Fix typos in docstrings.
1241
1242 * emulation/cua-base.el (cua--keymaps-initialized):
1243 Rename from `cua--keymaps-initalized'. Callers changed.
1244 (cua-highlight-region-shift-only): Doc fix.
1245 (cua-paste-pop): Fix typo in docstring.
1246
1247 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1248
1249 * emulation/cua-base.el (cua--pre-command-handler-1):
1250 Use input-decode-map instead of function-key-map.
1251 Use event-modifiers now that it works reliably.
1252
1253 * vc.el (vc-diff-internal): Pop-to-buffer later.
1254
1255 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1256
1257 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1258 did not touch them.
1259
1260 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1261
1262 * calc/calc-menu.el: New file.
1263 * calc/calc.el (calc-mode): Require calc-menu.
1264
1265 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
1266
1267 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1268
1269 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1270
1271 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1272 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1273 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1274 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1275 locations.
1276 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1277 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1278 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1279
1280 2007-11-13 Noah Friedman <friedman@splode.com>
1281
1282 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1283 bindings to remap when `calc-scan-for-dels' is non-nil.
1284
1285 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1286
1287 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1288 constant forms.
1289 (byte-compile-nilconstp): New function.
1290 (byte-optimize-cond): Kill subsequent branches when a branch is
1291 know to be taken or not taken.
1292 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1293
1294 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1295
1296 * vc.el (vc-register): Allow registering a file passed as a
1297 parameter instead of just the current buffer.
1298
1299 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
1300
1301 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1302 Check whether the output of "uname -sr" has been changed.
1303
1304 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1305
1306 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1307 patterns from compilation-perl.el and compilation-weblint.el files.
1308
1309 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1310
1311 * progmodes/compilation-perl.el:
1312 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1313 a bootstrap failure.
1314
1315 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1316 instead of doing "cvs diff" in order to avoid accessing the repository.
1317
1318 2007-11-12 Kevin Ryde <user42@zip.com.au>
1319
1320 * progmodes/compilation-perl.el:
1321 * progmodes/compilation-weblint.el: New files.
1322
1323 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1324
1325 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1326 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1327 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1328 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1329 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1330 Rewrite in active voice.
1331
1332 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1333
1334 * doc-view.el: Add comments about isearch support.
1335
1336 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1337
1338 * vc.el (vc-start-entry): Fix setting the in the case the function
1339 is called from vc-dired. Use when instead of if where appropriate.
1340
1341 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1342
1343 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1344 to be a list.
1345 (ps-begin-job): Error if ps-lpr-switches is not a list.
1346
1347 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1348
1349 * faces.el (face-normalize-spec): Remove function.
1350 (frame-set-background-mode): Undo last change.
1351
1352 2007-11-10 Jason Rumney <jasonr@gnu.org>
1353
1354 * w32-fns.el: Sync charset names with setup-default-fontset.
1355 Append "-1" where second part missing.
1356
1357 2007-11-10 Juri Linkov <juri@jurta.org>
1358
1359 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1360 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1361
1362 * custom.el (custom-note-var-changed): Remove the `interactive'
1363 spec from this new non-interactive function.
1364
1365 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1366
1367 * doc-view.el (doc-view-mode-map, doc-view-menu)
1368 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1369 (doc-view-search-backward): New function.
1370 (doc-view-search): Query new regexp if prefix arg is given, else
1371 jump to next/previous match.
1372 (doc-view-mode): Handle compressed files.
1373 (jka-compr): Required for compressed files.
1374
1375 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1376
1377 * replace.el (query-replace-show-replacement): New defcustom.
1378 (perform-replace): Use `match-substitute-replacement' if
1379 `query-replace-show-replacement' is non-nil.
1380
1381 2007-11-10 David Kastrup <dak@gnu.org>
1382
1383 * subr.el (match-substitute-replacement): New function.
1384
1385 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
1386
1387 * files.el (auto-mode-alist): Select org-mode for files with the
1388 extension ".org".
1389
1390 2007-11-10 Martin Rudalics <rudalics@gmx.at>
1391
1392 * help.el (help-window, help-window-point-marker): New variables.
1393 (help-window-select): New option.
1394 (with-help-window): New macro for displaying help windows.
1395 (help-window-display-message, help-window-setup-finish)
1396 (help-window-setup): New functions used for setting up help windows.
1397 (print-help-return-message): Reset help-window to nil.
1398 (view-lossage): Use with-help-window instead of
1399 with-output-to-temp-buffer and move help-window-point-marker after
1400 inserted text.
1401 (describe-bindings, describe-key, describe-mode): Use
1402 with-help-window instead of with-output-to-temp-buffer.
1403
1404 * help-mode.el (help-mode): Set view-exit-action to bury the
1405 buffer instead of fiddling with windows. Simplify code.
1406 (help-mode-finish): When help-window eqs t set it to the selected
1407 window and have with-help-window set up view-return-to-alist.
1408 (help-buffer): Add autoload cookie.
1409
1410 * view.el (view-remove-frame-by-deleting): Change default value to t.
1411 Add autoload cookie.
1412 (view-exit-action, view-file, view-file-other-window)
1413 (view-file-other-frame, view-buffer, view-buffer-other-window)
1414 (view-buffer-other-frame): Rewrite doc strings.
1415 (view-return-to-alist-update): New function to remove stale entries
1416 from view-return-to-alist.
1417 (view-mode-enter): Rewrite doc string and simplify code.
1418 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1419 view-exit-action to nil. Simplify code and rewrite doc string.
1420
1421 * apropos.el (apropos-describe-plist):
1422 * descr-text.el (describe-char):
1423 * disp-table.el (describe-display-table):
1424 * faces.el (list-faces-display, describe-face):
1425 * facemenu.el (list-colors-display):
1426 * help-fns.el (describe-function, describe-variable)
1427 (describe-syntax, describe-categories):
1428 Use with-help-window instead of with-output-to-temp-buffer.
1429
1430 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1431
1432 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1433 Optimize (featurep 'emacs) to t.
1434
1435 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1436 New function.
1437 (byte-compile-maybe-guarded): Use it to also look for bound
1438 symbols inside `and' forms. Comment out non-working code that was
1439 trying to avoid warnings for XEmacs code.
1440
1441 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1442
1443 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1444 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1445 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1446 (vc-cvs-annotate-command):
1447 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1448 is bound, it always is.
1449
1450 2007-11-10 Jason Rumney <jasonr@gnu.org>
1451
1452 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1453 setup here from global scope.
1454
1455 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1456
1457 * ido.el (ido-save-history): Save the history file in UTF-8, not
1458 the current filename coding system.
1459
1460 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * simple.el (interprogram-cut-function, interprogram-paste-function):
1463 Don't make them frame-local any more.
1464
1465 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1466 Don't set interprogram-(cut|paste)-function on each frame.
1467
1468 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1469 Make them work in tty frames.
1470 (interprogram-cut-function, interprogram-paste-function):
1471 Set them globally.
1472
1473 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1474
1475 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1476 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1477 (iso-iso2duden-trans-tab): Add docstring.
1478
1479 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * abbrev.el (define-abbrev-table): Record the variable definition.
1482
1483 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1484 New function.
1485
1486 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1487
1488 * ps-print.el: Clean the code for checking suitable Emacs version.
1489 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1490 (ps-print-version): New version 6.8.1.
1491
1492 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1493
1494 * files.el (enable-local-variables): Doc fix.
1495
1496 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1497
1498 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1499
1500 2007-11-09 Sven Joachim <svenjoac@gmx.de>
1501
1502 * dired-aux.el (dired-copy-file-recursive):
1503 Preserve directory permissions.
1504
1505 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1508 (whitespace-unload-function): New-style unload function. When run,
1509 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1510 to stop the old hook from messing with the unloading.
1511
1512 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1515 (elp-unset-master, elp-results): Fix typos.
1516 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1517 Doc fixes.
1518
1519 * msb.el (msb--many-menus): Remove variable.
1520 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1521 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1522 (msb--toggle-menu-type): Fix typos in docstrings.
1523
1524 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1525 (shadow-insert-var): Doc fixes.
1526 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1527 Reflow docstrings.
1528 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1529
1530 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1531
1532 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1533 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1534 Fix typos in autoload docstrings.
1535
1536 2007-11-09 Richard Stallman <rms@gnu.org>
1537
1538 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1539
1540 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1541
1542 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1543 (gdb-var-update-handler-1): Use it.
1544
1545 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1546
1547 * loadhist.el (unload-feature): Remove erroneous check for the
1548 FEATURE-unload-function variable; check the existence of the
1549 function (that's what the docstring says, and it makes more sense).
1550
1551 * follow.el (follow-unload-function): Add docstring.
1552 (follow-unload-function): Remove variable.
1553
1554 * server.el (server-unload-function): Remove variable.
1555 (server-unload-function): Unbind `server-edit' from `C-x #'.
1556
1557 * ses.el (ses-unload-function): New function.
1558
1559 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1562 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1563
1564 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1565 before use to avoid a warning in packages that require uniquify.
1566 (uniquify-unload-function): New function and var.
1567
1568 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
1569
1570 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1571 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1572 (ediff-current-diff-A, ediff-current-diff-B)
1573 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1574 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1575 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1576 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1577 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1578 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1579 (ediff-setup-windows-plain-merge)
1580 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1581 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1582 * ediff-util.el (ediff-setup-keymap, )
1583 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1584 (ediff-toggle-use-toolbar, ediff-really-quit)
1585 (ediff-good-frame-under-mouse)
1586 (ediff-highlight-diff-in-one-buffer)
1587 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1588 (ediff-make-bullet-proof-overlay):
1589 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1590 (ediff-set-meta-overlay):
1591 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1592 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1593 ediff-emacs-p with their former definitions.
1594
1595 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1596 (viper-has-face-support-p, viper-inactivate-input-method)
1597 (viper-activate-input-method)
1598 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1599 * emulation/viper-mous.el (viper-multiclick-timeout)
1600 (viper-surrounding-word, viper-mouse-click-insert-word)
1601 (viper-mouse-click-search-word, viper-parse-mouse-key):
1602 * emulation/viper-macs.el (viper-char-array-to-macro):
1603 * emulation/viper.el (viper-go-away, viper-set-hooks)
1604 (viper-non-hook-settings):
1605 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1606 (viper-get-saved-cursor-color-in-insert-mode)
1607 (viper-get-saved-cursor-color-in-emacs-mode)
1608 (viper-check-version, viper-get-visible-buffer-window)
1609 (viper-file-checked-in-p, viper-set-replace-overlay)
1610 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1611 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1612 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1613 with their former definitions.
1614 (viper-eventify-list-xemacs): Only do work for XEmacs.
1615 (viper-set-unread-command-events): Only do work for Emacs.
1616 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1617 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1618 (viper-overlay-get, viper-overlay-put, viper-read-event)
1619 (viper-characterp, viper-int-to-char, viper-get-face)
1620 (viper-color-defined-p, viper-iconify): New defaliases replacing
1621 the old fsets.
1622
1623 * progmodes/fortran.el (comment-region-function)
1624 (uncomment-region-function): Pacify byte compiler.
1625
1626 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1627
1628 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
1629
1630 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1631 `process-environment'.
1632
1633 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1634
1635 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1636 match dir like "a...b".
1637
1638 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1639
1640 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1641
1642 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
1643
1644 * net/tramp.el (tramp-handle-substitute-in-file-name):
1645 Don't expand the remote connection identification.
1646 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1647 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
1648 before calling stty.
1649
1650 * net/tramp-cache.el (tramp-cache-print)
1651 (tramp-dump-connection-properties): Fix docstring.
1652 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
1653
1654 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1655
1656 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1657 remote connection identification when setting connection property.
1658
1659 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1660 "//" substitutes only in the local filename part.
1661
1662 2007-11-07 David Hansen <david.hansen@gmx.net>
1663
1664 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1665
1666 2007-11-07 Glenn Morris <rgm@gnu.org>
1667
1668 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1669 Remove superfluous concats. Move final set-buffer to
1670 non-emacs-specific code.
1671
1672 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
1673
1674 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1675
1676 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1677
1678 * eshell/esh-mode.el (eshell-output-filter):
1679 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1680 Use `with-current-buffer'.
1681
1682 2007-11-07 Andreas Schwab <schwab@suse.de>
1683
1684 * server.el (server-start): Only register cleanup after server was
1685 started.
1686
1687 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
1688
1689 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1690
1691 * net/tramp-cache (tramp-cache-print): Move down.
1692 (tramp-cache-list-connections): New defun.
1693
1694 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1695
1696 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
1697
1698 * ido.el (ido-save-history): Write the history file in the current
1699 filename coding system, and add `coding' file-local variable.
1700
1701 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
1702
1703 * textmodes/org.el (org-table-formula-substitute-names):
1704 Remove forgotten temporary debugging code.
1705
1706 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
1707
1708 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1709 the prompt.
1710
1711 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1712
1713 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1714
1715 2007-11-05 Simon Josefsson <simon@josefsson.org>
1716
1717 * net/tls.el (tls-end-of-info): Doc fix.
1718
1719 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1720
1721 * international/utf-7.el (utf-7-imap): New coding system.
1722 (utf-7-imap-post-read-conversion): New function.
1723 (utf-7-imap-pre-write-conversion): New function.
1724
1725 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * abbrev.el (abbrev--write): Fix up typo.
1728
1729 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
1730
1731 * abbrev.el (define-abbrev-table): Doc fix.
1732
1733 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1734
1735 * info.el (Info-revert-buffer-function): New func.
1736 (Info-mode): Arrange to use it for reverting.
1737 (Info-copy-current-node-name): Add space between filename and nodename.
1738
1739 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1740
1741 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1742
1743 2007-11-04 Glenn Morris <rgm@gnu.org>
1744
1745 * net/tls.el: Don't require rx when compiling.
1746 (tls-end-of-info): Rewrite without using rx.
1747 (open-tls-stream): Use with-current-buffer.
1748
1749 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1750
1751 * net/tls.el: Require rx when compiling.
1752 (tls-end-of-info): New variable.
1753 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1754 matched.
1755
1756 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1757
1758 * register.el (append-to-register, prepend-to-register):
1759 Don't signal error on empty register; use the text, instead.
1760
1761 2007-11-03 Michael Olson <mwolson@gnu.org>
1762
1763 * textmodes/remember.el (remember-buffer):
1764 Use define-obsolete-function-alias rather than defalias.
1765
1766 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1767
1768 * simple.el (bad-packages-alist): Anchor semantic regexp.
1769
1770 2007-11-03 Glenn Morris <rgm@gnu.org>
1771
1772 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1773 if defined, for blank lines. Doc fix.
1774
1775 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1776 (fortran-mode): Set values for comment-region-function,
1777 uncomment-region-function and comment-insert-comment-function.
1778 (fortran-uncomment-region): New function.
1779
1780 * textmodes/nroff-mode.el (nroff-mode):
1781 Set comment-insert-comment-function rather than indent-line-function.
1782 (nroff-indent-line-function): Remove.
1783 (nroff-insert-comment-function): New function.
1784
1785 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1786
1787 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1788
1789 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1790
1791 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1792
1793 * emulation/viper-cmd.el (viper-prev-destructive-command)
1794 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1795 copy-sequence.
1796
1797 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1798 Got rid of ediff-copy-list.
1799
1800 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1801 use face-name.
1802 (ediff-test-utility, ediff-diff-mandatory-option)
1803 (ediff-reset-diff-options): Remove to simplify the mandatory option
1804 handling on Windows.
1805 (ediff-set-diff-options): Add.
1806 (ediff-diff-options): Set "--binary" option as default in some cases.
1807
1808 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
1809 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1810 ediff-vc-working-revision. Require vc-hooks.
1811
1812 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1813
1814 * files.el (hack-local-variables): Fix membership tests to avoid
1815 treating all variables as safe if `enable-local-variables' is
1816 set to :safe (CVE-2007-5795).
1817
1818 2007-11-02 Glenn Morris <rgm@gnu.org>
1819
1820 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1821 if defined, do all the work of inserting a new comment.
1822
1823 * progmodes/etags.el (tags-table-mode): Disable undo.
1824
1825 * simple.el (bad-packages-alist): Revert previous change.
1826
1827 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1828
1829 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1830
1831 * obsolete/lselect.el: Do not warn about unknown functions.
1832
1833 2007-11-02 Michael Olson <mwolson@gnu.org>
1834
1835 * textmodes/remember.el (remember-buffer): Make this an alias of
1836 remember-finalize, because Org uses it.
1837
1838 2007-11-01 Michael Olson <mwolson@gnu.org>
1839
1840 * textmodes/remember.el: Improve documentation in heading.
1841 (remember-before-remember-hook): Turn into a customizable option.
1842 (remember): Document INITIAL argument.
1843 (remember-region): Remove autoload cookie. Improve docstring to
1844 mention that it is called from the *Remember* buffer, and does not
1845 have any functional overlap with the `remember' function.
1846 (remember-finalize): Remove autoload cookie. Rename from
1847 remember-buffer to emphasize that this does not have any
1848 functional overlap with the `remember' function.
1849 (remember-destroy): Remove autoload cookie.
1850 (remember-mode-map): Define and initialize in one step.
1851 (remember-mode): Improve docstring.
1852 (remember-annotation-functions): Default to just '(buffer-file-name),
1853 and don't try to take the default value from Planner.
1854
1855 2007-11-01 Glenn Morris <rgm@gnu.org>
1856
1857 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1858
1859 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1860
1861 * emacs-lisp/authors.el (authors-scan-change-log)
1862 (authors-scan-el): Don't enable local eval; enable only safe local
1863 variables, without querying.
1864
1865 * mail/footnote.el (footnote-numeric-regexp)
1866 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1867 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1868 Match multi-character footnotes.
1869
1870 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1871 (nroff-indent-line-function): New function.
1872 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1873 obsolete alias.
1874
1875 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
1876
1877 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1878 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
1879 (rcirc-print): Only update the line count when not marking the
1880 line as omittable.
1881 (rcirc-log-write): Specify coding system when writing logfile.
1882 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1883
1884 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1885
1886 * printing.el (printing): Fix :version, printing.el was included
1887 for in emacs-22.1.
1888 (pr-path-style, pr-path-alist, pr-txt-name)
1889 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1890 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1891 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1892 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1893 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1894 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1895 (pr-setting-database, pr-visible-entry-list)
1896 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1897 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
1898
1899 * ediff-util.el (ediff-nuke-selective-display): Move definition to
1900 top level, make it dependent on the emacs flavor.
1901
1902 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1903 Test for XEmacs not for itimer.
1904
1905 * term/sun-mouse.el:
1906 * obsolete/sun-fns.el:
1907 * obsolete/sun-curs.el: Remove files.
1908
1909 * term/sun.el (select-previous-complex-command): Remove obsolete code.
1910
1911 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
1912
1913 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
1914 was given to concat.
1915
1916 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
1919 used normally for goto-line. Change `g' to revert the buffer.
1920 Add redundant `r' binding for buffer-revert.
1921
1922 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
1923 (mail-abbrevs-setup): Use abbrev-expand-functions.
1924 (build-mail-abbrevs): Use with-temp-buffer.
1925 (define-mail-abbrev): Simplify.
1926 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
1927 Change it for use on abbrev-expand-functions.
1928 (mail-abbrev-complete-alias): Use with-syntax-table.
1929
1930 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1931
1932 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
1933 directly. Fix bug in deleting temp file.
1934
1935 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
1938 Merge defvar and define-abbrev-table.
1939 (def-python-skeleton): Use :case-fixed and :enable-function.
1940 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1941 Remove.
1942 (python-mode): Don't modify pre-abbrev-expand-hook.
1943
1944 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1945
1946 * ediff-util.el (ediff-file-checked-out-p)
1947 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
1948
1949 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1950
1951 * abbrev.el (abbrev-symbol): Correct let->let*.
1952 (abbrev--before-point): Only use abbrev-start-location if before point.
1953
1954 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1955
1956 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
1957 (strokes-unload-hook): Remove function and variable.
1958 (strokes-unload-function): New-style unload function, adapted
1959 from `strokes-unload-hook'.
1960
1961 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
1962 (cl-unload-hook): Remove variable.
1963 (cl-unload-function): New-style unload function, adapted
1964 from `cl-cannot-unload'.
1965
1966 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
1967 (elp-unload-function): New-style unload function, adapted
1968 from `elp-unload-hook'.
1969
1970 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1971
1972 * emacs-lisp/find-func.el (find-library): Use library at
1973 point as default interactive argument.
1974
1975 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * shadowfile.el (shadow-join): Remove.
1978 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
1979 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
1980 (shadowfile-unload-hook): Remove function and variable.
1981 (shadowfile-unload-function): New-style unload function, adapted
1982 from `shadowfile-unload-hook'.
1983
1984 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1985
1986 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
1987 only if it is bound.
1988
1989 * textmodes/reftex.el: Move autoloads for before all uses.
1990 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
1991 (reftex-delete-overlay): Move to the top level with the condition
1992 in the body.
1993
1994 * progmodes/simula.el: Use when instead of if.
1995
1996 * iimage.el (iimage-locate-file): Define unconditionally.
1997
1998 * mail/mailabbrev.el (mail-abbrev-next-line):
1999 * emulation/vip.el (vip-enlarge-region, vip-line)
2000 (vip-next-line-at-bol, vip-previous-line)
2001 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
2002 Wrap with-no-warnings around uses of next-line and previous-line.
2003
2004 * ediff.el (run-ediff-from-cvs-buffer):
2005 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
2006 Remove function not used by pcl-cvs anymore.
2007 (noninteractive, generic-sc-get-latest-rev)
2008 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
2009 Delete support for long obsolete generic-sc.el.
2010
2011 2007-10-31 Glenn Morris <rgm@gnu.org>
2012
2013 * cvs-status.el: No longer require pcvs when compiling.
2014
2015 * doc-view.el (doc-view-conversion-refresh-interval)
2016 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
2017 (doc-view-reset-slice): Doc fixes.
2018 (doc-view-menu): Remove deleted function doc-view-edit-doc.
2019
2020 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
2021
2022 * help-at-pt.el (help-at-pt-unload-hook): Remove.
2023 Timers are automatically canceled by `unload-feature'.
2024
2025 * delsel.el (delsel-unload-hook): Remove function and variable.
2026 (delsel-unload-function): New-style unload function, adapted
2027 from `delsel-unload-hook'.
2028
2029 * msb.el (msb-unload-hook): Remove function and variable.
2030 (msb-unload-function): New-style unload function, adapted from
2031 `msb-unload-hook'.
2032
2033 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2034
2035 * desktop.el (uniquify-managed): Pacify byte compiler.
2036 (desktop-buffer-info): If the buffer name is managed by uniquify,
2037 save the base name, not the uniquified one.
2038 (desktop-create-buffer): Allow `rename-buffer' to generate a new
2039 name in case of conflict.
2040
2041 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 * doc-view.el: Use expand-file-name rather than concat.
2044 (doc-view-cache-directory): Add the UID so multiple users won't clash.
2045 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
2046 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
2047 (doc-view-toggle-display): Use an overlay over the whole buffer so as
2048 not to have to touch the buffer's content.
2049 (doc-view-initiate-display): New function, extracted from doc-view-mode.
2050 (doc-view-mode): Use it. Don't mark as a special mode.
2051 Put the page numbers in the modeline.
2052 Set up the overlay. Hide the cursor. Run the mode hook.
2053 Use after-revert-hook rather than revert-buffer-function.
2054 (doc-view-search-internal): Fix typo.
2055 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
2056 image-cache flush.
2057 (doc-view-reconvert-doc): Don't reset the whole mode.
2058 (doc-view-make-safe-dir): New function.
2059 (doc-view-current-cache-dir): Use it.
2060
2061 2007-10-30 Jason Rumney <jasonr@gnu.org>
2062
2063 * time.el (display-time-world-list): Test for zoneinfo support.
2064
2065 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
2066
2067 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
2068
2069 * net/tramp-cache.el (tramp-flush-file-function): Check also
2070 `default-directory' if `buffer-file-name' does not return a
2071 string. Added to `eshell-pre-command-hook'.
2072
2073 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2074
2075 * doc-view.el (doc-view-current-doc): Remove.
2076 Replace all uses by buffer-file-name.
2077 (doc-view-menu): New menu.
2078 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
2079 unused var `doc'.
2080 (doc-view-sort): Simplify.
2081 (doc-view-buffer-message): Don't change buffer-modified-p.
2082 (doc-view-mode): Change it here instead.
2083 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
2084 Don't modify the global value of revert-buffer-function.
2085
2086 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
2087 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
2088 (image-toggle-display): Take overlays into account and don't assume
2089 point-min==1.
2090
2091 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
2092
2093 * vc.el (vc-annotate): Fix omission bug:
2094 Specify value for vc-sentinel-movepoint.
2095
2096 2007-10-30 Michael Olson <mwolson@gnu.org>
2097
2098 * textmodes/remember.el (remember-mode-hook)
2099 (remember-handler-functions, remember-annotation-functions):
2100 Add additional items as options, including some Org functions.
2101
2102 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
2103
2104 * doc-view.el: Remove cl-dependency.
2105 (doc-view-buffer-message): Mention new binding K.
2106 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
2107 instead of variable.
2108 (doc-view-current-cache-dir): Better cache dir naming.
2109 (doc-view-current-display): Remove variable.
2110 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
2111 (doc-view-kill-proc): Set converter process to nil.
2112 (doc-view-minor-mode): New minor mode.
2113 (doc-view-minor-mode-map): New keymap.
2114 (doc-view-mode): Remove text/image switching code. Use plain defun.
2115 (doc-view-mode-map): New binding K kills converter process.
2116 Remove C-c C-e binding.
2117 (doc-view-mode-text-map): Remove keymap.
2118 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
2119 d-v-display-maybe.
2120 (doc-view-previous-major-mode): New variable.
2121 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
2122 (doc-view-remove-if): New function.
2123 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
2124 (doc-view-toggle-display): Toggle modes instead of display styles.
2125 (doc-view-reconvert-doc): Adapt to new way of doing things.
2126
2127 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
2128
2129 2007-10-30 Glenn Morris <rgm@gnu.org>
2130
2131 * dirtrack.el (dirtrack-mode): Doc fix.
2132
2133 * shell.el (shell-dirtrack-verbose, shell-mode)
2134 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
2135
2136 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
2137 (byte-compile-enable-warning): Doc fix.
2138
2139 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
2140 suppress byte-opt warning.
2141
2142 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
2143
2144 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
2145 (edt-gnu-emacs19-p): Remove.
2146 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
2147 (edt-xserver, edt-page-backward, edt-beginning-of-line)
2148 (edt-end-of-line-forward, edt-end-of-line-backward)
2149 (edt-one-word-forward, edt-one-word-backward, edt-character)
2150 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
2151 (edt-find-forward, edt-find-backward, edt-find-next-forward)
2152 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
2153 (edt-define-key, edt-bottom-check, edt-sentence-forward)
2154 (edt-sentence-backward, edt-paragraph-forward)
2155 (edt-paragraph-backward, edt-restore-key, edt-window-top)
2156 (edt-window-bottom, edt-scroll-window-forward-line)
2157 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2158 (edt-line-to-top-of-window, edt-paragraph-backward)
2159 (edt-restore-key, edt-window-top, edt-window-bottom)
2160 (edt-scroll-window-forward-line)
2161 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
2162 (edt-line-to-middle-of-window, edt-goto-percentage)
2163 (edt-display-the-time, edt-remember, edt-split-window)
2164 (edt-emulation-on, edt-emulation-off)
2165 (edt-default-emulation-setup, edt-user-emulation-setup)
2166 (edt-select-default-global-map, edt-select-user-global-map):
2167 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
2168 tests.
2169
2170 * textmodes/reftex-index.el (reftex-index-selection-or-word):
2171 Use feature test instead of boundp test so it can be resolved at
2172 compile time.
2173
2174 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
2175
2176 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
2179 Update all users.
2180 (abbrev-get, abbrev-put): Simplify.
2181 (define-abbrev): Don't store the `force' value in the :system property.
2182 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
2183
2184 2007-10-30 Michael Olson <mwolson@gnu.org>
2185
2186 * desktop.el (desktop-minor-mode-table): Add line for ERC.
2187
2188 * textmodes/remember.el: New file that implements a mode for
2189 quickly jotting down things to remember.
2190
2191 * textmodes/remember-diary.el: A backend for remember.el that
2192 implements saving notes to a Diary file.
2193
2194 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2195
2196 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2197 Relocate in file.
2198 (allout-doublecheck-at-and-shallower): Increase to include
2199 slightly greater depths, since yank interaction is now ok.
2200 Also, elaborate the docstring to explain the situation.
2201 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2202 instead of concat, so we accommodate key sequences expressed as
2203 vectors as well as strings and lists.
2204 (allout-flag-region, allout-hide-by-annotation): Make the
2205 hidden-text overlays 'front-advance.
2206 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2207 (allout-aberrant-container-p, allout-on-current-heading-p)
2208 (allout-e-o-prefix-p, allout-next-heading)
2209 (allout-previous-heading, allout-goto-prefix)
2210 (allout-end-of-prefix, allout-next-sibling-leap)
2211 (allout-next-visible-heading, allout-auto-fill)
2212 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2213 (allout-yank-processing, allout-resolve-xref)
2214 (allout-current-topic-collapsed-p, allout-hide-region-body)
2215 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2216 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2217 (count-trailing-whitespace-region): Preserve match data, so allout
2218 outline navigation doesn't disrupt other Emacs operations.
2219 (allout-beginning-of-line): Retreat to the beginning of the hidden
2220 text, so fields are respected (for submodes that care).
2221 (allout-end-of-line): Preserve mark activation status when jumping.
2222 (allout-open-topic): Account for opening after a child that
2223 contains a hidden trailing newline. Preserve match data.
2224 Run allout-structure-added-hook
2225 (allout-encrypt-decrypted): Preserve match data.
2226 (allout-toggle-current-subtree-exposure): Add new interactive
2227 function for toggle subtree exposure - suggested by tassilo.
2228 (move-beginning-of-line, move-end-of-line): Don't use
2229 line-move-invisible-p, it's obsolete - substitute the code, instead.
2230
2231 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2232
2233 * textmodes/flyspell.el (message-signature-separator):
2234 * longlines.el (message-indent-citation-function): Pacify byte
2235 compiler.
2236
2237 * emacs-lisp/cl-loaddefs.el:
2238 * ldefs-boot.el: Regenerate.
2239
2240 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2241 (.el.elc, compile, compile-always, compile-calc)
2242 ($(lisp)/progmodes/cc-mode.elc): Use it.
2243
2244 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2245 Only do work for XEmacs.
2246 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2247 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2248 on XEmacs.
2249 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2250 (ps-x-color-name, ps-x-color-specifier-p)
2251 (ps-x-copy-coding-system, ps-x-device-class)
2252 (ps-x-extent-end-position, ps-x-extent-face)
2253 (ps-x-extent-priority, ps-x-extent-start-position)
2254 (ps-x-face-font-instance, ps-x-find-coding-system)
2255 (ps-x-font-instance-properties, ps-x-make-color-instance)
2256 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2257 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2258 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2259 (ps-generate-postscript-with-faces): Delete defaliases.
2260 (ps-face-foreground-name, ps-face-background-name)
2261 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2262 Move definitions to top level, make the body conditional on the Emacs
2263 flavor. Replace uses of deleted aliases and renamed functions.
2264 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2265 of deleted aliases and renamed functions.
2266
2267 * calc/calc.el (calc-emacs-type-lucid): Remove.
2268 (calc-digit-map, calcDigit-start, calc-read-key)
2269 (calc-clear-unread-commands):
2270 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2271 calc-emacs-type-lucid with (featurep 'xemacs)
2272
2273 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2274 (featurep 'xemacs).
2275 (tpu-lucid-emacs19-p): Remove.
2276 (tpu-map-key): Make it a function instead of using fset. Inline
2277 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2278 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2279
2280 * ielm.el: Use featurep 'xemacs.
2281
2282 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2283 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2284 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2285 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2286 cperl-xemacs-p with (featurep 'xemacs).
2287 (font-lock-cache-position): Pacify byte compiler.
2288
2289 2007-10-29 Drew Adams <drew.adams@oracle.com>
2290
2291 * faces.el (read-color): New function.
2292 (face-at-point, foreground-color-at-point)
2293 (background-color-at-point): New functions.
2294
2295 2007-10-28 Richard Stallman <rms@gnu.org>
2296
2297 * net/browse-url.el (browse-url-text-xterm): Rename from
2298 browse-url-lynx-xterm and made generic.
2299 (browse-url-text-emacs): Likewise.
2300 (browse-url-text-browser): New variable.
2301 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2302 (browse-url-text-input-field, browse-url-text-input-attempts)
2303 (browse-url-kde-program): Likewise.
2304
2305 2007-10-29 Glenn Morris <rgm@gnu.org>
2306
2307 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2308 Use mapc rather than mapcar (reinstall change deleted without log
2309 entry 2007-10-22).
2310
2311 2007-10-29 Martin Rudalics <rudalics@gmx.at>
2312
2313 * wdired.el (wdired-next-line, wdired-previous-line):
2314 Use next-line and previous-line wrapped in with-no-warnings.
2315
2316 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
2317
2318 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2319 (rcirc-recent-quit-alist): New function.
2320 (rcirc): Print a better message when there is only one connected server.
2321 (rcirc-complete-nick): Do not update the nick table here.
2322 (rcirc-mode-map): Add M-o.
2323 (rcirc-current-line): Add variable.
2324 (rcirc-mode): Setup variables for line based omit.
2325 (rcirc-edit-multiline): Strip text properties.
2326 (rcirc-omit-responses): Add NICK.
2327 (rcirc-omit-threshold): Add variable.
2328 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2329 Add functions.
2330 (rcirc-print): Keep track of current line. Do not fill text if
2331 `rcirc-fill-flag' is null. Only omit text if the last activity
2332 from the sender is more than `rcirc-omit-threshold' lines ago.
2333 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2334 numbers instead of time.
2335 (rcirc-channel-nicks): Sort by line numbers instead of time.
2336 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2337 (rcirc-handler-JOIN): Restore the joiners linestamp.
2338 (rcirc-maybe-remember-nick-quit): Add function.
2339 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2340
2341 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2342
2343 * loadhist.el (unload-feature-special-hooks):
2344 Add `delete-frame-functions' and `suspend-tty-functions'.
2345
2346 * server.el (server-unload-function): Rename from `server-unload-hook'
2347 and adapt to new `unload-feature' functionality. Remove hook from
2348 `kill-buffer-hook' buffer-locally.
2349 (server-unload-hook): Remove.
2350 (server-unload-function): New var; replaces `server-unload-hook'.
2351
2352 2007-10-29 Glenn Morris <rgm@gnu.org>
2353
2354 * dirtrack.el (dirtrack-debug): Doc fix.
2355 (dirtrack-mode, dirtrack-debug-mode): New names for
2356 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2357 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2358 Make obsolete.
2359 (dirtrack-debug-message): Only print message if
2360 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2361 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2362 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2363
2364 2007-10-28 Glenn Morris <rgm@gnu.org>
2365
2366 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2367 (byte-compile-warnings-safe-p): Handle `not'.
2368 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2369 (byte-compile-enable-warning): New functions.
2370 (byte-compile-eval-before-compile)
2371 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2372 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2373 but do not modify it.
2374 (byte-compile-eval, byte-compile-obsolete)
2375 (byte-compile-warn-about-unresolved-functions)
2376 (byte-compile-file-form-defvar)
2377 (byte-compile-file-form-custom-declare-variable)
2378 (byte-compile-file-form-require)
2379 (byte-compile-file-form-defmumble, byte-compile-lambda)
2380 (byte-compile-form, byte-compile-normal-call)
2381 (byte-compile-variable-ref, byte-compile-defvar)
2382 (byte-compile-make-variable-buffer-local):
2383 Use byte-compile-warning-enabled-p.
2384 * emacs-lisp/advice.el (ad-compile-function):
2385 Use byte-compile-disable-warning.
2386 * emacs-lisp/cl.el: Move local variables to end of file, and set
2387 byte-compile-warnings to `(not cl-functions)'.
2388 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2389 byte-compile-warnings to `(not cl-functions)'.
2390 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2391 byte-compile-warnings to `(not cl-functions)'.
2392 (cl-do-proclaim): Use byte-compile-disable-warning and
2393 byte-compile-enable-warning.
2394 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2395 byte-compile-warnings to `(not cl-functions)'.
2396 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2397 Use byte-compile-disable-warning.
2398
2399 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2400
2401 * cus-edit.el (custom-browse-insert-prefix):
2402 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2403
2404 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
2405
2406 * server.el (server-process-filter): Fix typo in docstring.
2407 (server-log): Reflow docstrings.
2408 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2409 (server-goto-line-column): Use `when'.
2410
2411 2007-10-28 Juri Linkov <juri@jurta.org>
2412
2413 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2414 when mouse is clicked on the isearch message.
2415 (isearch-resume): Call `isearch-update' at the end.
2416 Rename argument `search' to `string' to conform to the
2417 isearch terminology.
2418
2419 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 Rewrite abbrev.c in Elisp.
2422 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2423 (abbrev-table-get, abbrev-table-put, abbrev-get)
2424 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2425 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2426 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2427 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2428 (unexpand-abbrev, abbrev--write, abbrev--describe)
2429 (insert-abbrev-table-description, define-abbrev-table):
2430 New funs, largely transcribed from abbrev.c.
2431 (abbrev-with-wrapper-hook): New macro.
2432 (abbrev-table-name-list, global-abbrev-table)
2433 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2434 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2435 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2436 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2437 New vars, largely transcribed from abbrev.c.
2438 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2439 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2440 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2441
2442 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2443
2444 * ps-print.el: Now detect if text foreground and background colors are
2445 equal and replace the foreground color by another color, so the text
2446 becomes visible. Doc fix.
2447 (ps-print-version): New version 6.8.
2448 (ps-default-fg, ps-default-bg): Docstring fix.
2449 (ps-postscript-code-directory): Fix default value code.
2450 (ps-fg-list, ps-fg-validate-p): New options.
2451 (ps-foreground-list): New var.
2452 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2453
2454 2007-10-27 Glenn Morris <rgm@gnu.org>
2455
2456 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2457 (shell-dirtrack-toggle): Mark as obsolete.
2458 (dirtrack-toggle, dirtrack-mode): No longer alias to
2459 shell-dirtrack-mode.
2460
2461 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2462
2463 * calc/calc.el (math-standard-opers): Lower the precedence
2464 of negation.
2465 * calc/calc-lang.el (math-oper-table): Lower precedence of
2466 negation for C, TeX, and eqn.
2467
2468 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2469
2470 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2471
2472 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2473
2474 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2475 (desktop-not-loaded-hook): Fix :version tags.
2476
2477 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
2478
2479 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2480 (tramp-get-remote-tmpdir): New defun.
2481 (tramp-make-tramp-temp-file): Use it.
2482 (tramp-local-call-process): New defun. Replace all calls of
2483 `call-process' by this when appropriate.
2484 (tramp-handle-write-region): Replace calls of `file-attributes' by
2485 `tramp-compat-file-attributes'.
2486 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2487 Make the first command a `tramp-send-command' call, with let-bind
2488 of `tramp-end-of-output'.
2489 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2490 (tramp-load-report-modules, tramp-append-tramp-buffers):
2491 Move to tramp-cmds.el.
2492
2493 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2494 (tramp-fish-do-copy-or-rename-file)
2495 (tramp-fish-do-copy-or-rename-file-directly):
2496 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2497 Add parameter PRESERVE-UID-GID.
2498
2499 2007-10-27 Eli Zaretskii <eliz@gnu.org>
2500
2501 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2502 New defcustoms.
2503 (display-time-world-list): Use them as appropriate for the current
2504 value of `system-type'.
2505
2506 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2507
2508 * printing.el: Pacify byte compiler, that is, no compiler warnings.
2509 Move (again) some variable definitions before use, define some fun
2510 aliases, no code change.
2511 (pr-version): New version 6.9.2.
2512 (pr-path-style, pr-auto-region, pr-menu-char-height)
2513 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2514 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2515 via (defvar VAR).
2516 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2517 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2518 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2519 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2520 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
2521 (pr-menu-print-item, pr-ps-printer-menu-modified)
2522 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2523 (pr-even-or-odd-alist): Vars definition moved.
2524
2525 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2526
2527 * emulation/pc-select.el (next-line-mark, next-line-nomark)
2528 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2529 around uses of previous-line and next-line.
2530
2531 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2532 New defvars.
2533
2534 * textmodes/css-mode.el (comment-continue):
2535 * net/browse-url.el (url-handler-regexp):
2536 * progmodes/idlw-help.el (idlwave-system-routines):
2537 Pacify byte-compiler.
2538
2539 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
2540 line-move-invisible-p with its former definition: invisible-p.
2541 line-move-invisible-p was removed on 2007-08-29.
2542
2543 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2544
2545 * files.el (kill-emacs-query-functions): Doc fix;
2546 `save-buffers-kill-emacs' is no longer bound to a key.
2547
2548 2007-10-26 Richard Stallman <rms@gnu.org>
2549
2550 * isearch-multi.el (isearch-buffers-multi): New option.
2551 (isearch-buffers-search-fun): Test it.
2552
2553 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2554 Put ps-run-clear on C-c C-l.
2555
2556 * newcomment.el (comment-styles): New style indent-or-triple.
2557 (comment-style): Make that the default.
2558 (comment-add defvar): Doc fix.
2559 (comment-add): Delete arg EXTRA.
2560 (comment-region-default): Open code call to comment-add.
2561 Handle indent-or-triple style which uses `multi-char' for INDENT.
2562
2563 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2564
2565 * eshell/em-unix.el (nil-blank-string): Doc fix.
2566
2567 2007-10-26 John Wiegley <johnw@newartisans.com>
2568
2569 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
2570 function, ensure that the third argument is turned into a nil if
2571 the string is otherwise completely empty (either no characters, or
2572 all tabs/spaces). This fixes a bug from a user who found himself
2573 unable to customize `diff-switches' and still use Eshell's diff
2574 command.
2575
2576 2007-10-26 Glenn Morris <rgm@gnu.org>
2577
2578 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2579 safe-local-variable property.
2580
2581 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2582
2583 * net/browse-url.el (browse-url-browser-function): Delete grail.
2584 (browse-url-grail): Function and variable deleted.
2585 (browse-url-browser-function): Delete IXI Mosaic.
2586 (browse-url-default-browser): Don't try IXI Mosaic.
2587 (browse-url-iximosaic): Function deleted.
2588 (browse-url-browser-function): Delete MMM.
2589 (browse-url-default-browser): Don't try MMM.
2590 (browse-url-mmm): Function deleted.
2591
2592 2007-10-26 Drew Adams <drew.adams@oracle.com>
2593
2594 * custom.el (custom-note-var-changed): New function.
2595
2596 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2597
2598 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2599 use with the definition. Remove.
2600
2601 * add-log.el (change-log-start-entry-re): New defconst.
2602 (change-log-sortable-date-at): Use it.
2603 (change-log-beginning-of-defun, change-log-end-of-defun):
2604 New functions.
2605 (change-log-mode): Use them for beginning-of-defun-function and
2606 end-of-defun-function.
2607
2608 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2609
2610 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2611 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2612 (ses-recalculate-cell): Deal with point being just beyond end of
2613 data area (why does this happen?)
2614 (ses-set-curcell): Ditto.
2615 (ses-column-letter): Handle columns beyond 702. Code written by
2616 Gareth Rees.
2617
2618 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
2619
2620 * textmodes/org.el (org-agenda-get-restriction-and-command):
2621 Use `mapc' instead of `mapcar'.
2622 (org-agenda-list): Numeric prefix argument can specify the number
2623 of days.
2624 (remember-register, remember-buffer): Prevent byte compiler from
2625 complaining.
2626 (org-todo): Save and restore match data.
2627 (org-no-warnings): New macro.
2628 (org-columns-eval): Use `org-no-warnings'.
2629
2630 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2631
2632 * comint.el (comint-password-prompt-regexp):
2633 Handle `[sudo] password'-style prompt.
2634
2635 2007-10-25 Glenn Morris <rgm@gnu.org>
2636
2637 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2638 (defcustom): Doc fix.
2639
2640 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2641 Add `non_intrinsic'.
2642 (f90-constants-re): Add ieee modules.
2643 (f90-typedef-matcher, f90-typedec-matcher)
2644 (f90-imenu-type-matcher): New functions.
2645 (f90-font-lock-keywords-1): Give module procedures function-name face.
2646 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
2647 Add `use, intrinsic'.
2648 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2649 Move start of `enum' blocks to separate entry.
2650 (f90-start-block-re): Fix `type', `abstract interface'.
2651 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2652 derived types.
2653 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2654 `elemental', change `enumerator'.
2655 (f90-no-block-limit): Fix `abstract interface'.
2656
2657 * progmodes/f90.el (f90-indented-comment-re)
2658 (f90-directive-comment-re, f90-break-delimiters):
2659 * progmodes/fortran.el (fortran-comment-line-start-skip)
2660 (fortran-directive-re):
2661 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2662 as safe if they are strings.
2663
2664 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * startup.el (window-system): Remove. Don't make it frame-local.
2667
2668 2007-10-24 Richard Stallman <rms@gnu.org>
2669
2670 * savehist.el (savehist-save): Omit unreadable elements.
2671
2672 * loadhist.el (unload-function-defs-list): Rename from
2673 unload-function-features-list.
2674 (unload-feature-special-hooks, unload-feature): Doc fixes.
2675
2676 * indent.el (indent-to-left-margin): If point's in the indentation,
2677 move to the end of the indentation.
2678
2679 * cus-edit.el (customize-changed-options): Make arg optional.
2680
2681 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2682
2683 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2684
2685 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2686
2687 * textmodes/org-publish.el (org-publish-attachment): Re-install
2688 accidentally deleted change.
2689
2690 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2693
2694 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2695
2696 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2697 (Buffer-menu-mode-map): Initialize in the declaration.
2698 (Buffer-menu-mode): Define with `define-derived-mode'.
2699
2700 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
2701
2702 * textmodes/org.el (org-version): Change to 5.13e.
2703 (org-agenda-file-regexp): Fix typo in docstring.
2704 (org-add-planning-info): Fix bug in parenthesis settings.
2705 (org-scan-tags): Catch the case of indirect buffers with no filename.
2706 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2707 Re-install switch to mapc, had been removed by accident.
2708 (org-columns-map): New binding `C-c C-o'.
2709 (org-columns-menu): Change menu text and added new entry.
2710 (org-columns-eval): Document the use of `next-line'.
2711 (org-columns-open-link): New function.
2712 (org-columns-follow-link): Remove function.
2713 (org-open-link-from-string): New function.
2714 (org-read-date-get-relative): Fix typo in docstring.
2715 (org-read-date-get-relative): Leading +/- is not optional.
2716 (org-agenda-get-restriction-and-command): Always resize window on
2717 first loop cycle.
2718 (org-agenda-open-link): Make sure the link abbreviations are
2719 present in the agenda buffer.
2720 (org-agenda-copy-local-variable): New function.
2721
2722 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2723
2724 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2725
2726 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * simple.el (reindent-then-newline-and-indent): Use a `move after
2729 insert' kind of marker in the save-excursion.
2730
2731 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * textmodes/css-mode.el: Require CL.
2734 (comment-continue): Declare.
2735
2736 * subr.el (make-variable-frame-localizable): Remove.
2737 (make-variable-frame-local): Mark obsolete.
2738
2739 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2740
2741 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2742 of the subdirs is unreadable.
2743
2744 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
2745
2746 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2747 when we are local.
2748
2749 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * progmodes/python.el (python-current-defun): Remove left-over
2752 assignment to `start'.
2753
2754 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2755
2756 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2757 than `mapcar'; return value is not used.
2758
2759 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2760
2761 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2762 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2763
2764 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2765
2766 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2767 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2768
2769 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2770
2771 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
2772
2773 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2774
2775 * emacs-lisp/advice.el (ad-make-advised-docstring):
2776 Add ad-advice-info text property to doc string.
2777
2778 2007-10-23 Glenn Morris <rgm@gnu.org>
2779
2780 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2781 (f90-type-indent, f90-program-indent, f90-associate-indent)
2782 (f90-continuation-indent, f90-comment-region)
2783 (f90-beginning-ampersand, f90-smart-end)
2784 (f90-break-before-delimiters, f90-auto-keyword-case)
2785 (f90-leave-line-no, f90-mode-hook):
2786 Give an appropriate safe-local-variable property.
2787
2788 * progmodes/fortran.el (fortran-tab-mode-default)
2789 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2790 (fortran-structure-indent, fortran-continuation-indent)
2791 (fortran-comment-indent, fortran-comment-line-extra-indent)
2792 (fortran-comment-line-start)
2793 (fortran-minimum-statement-indent-fixed)
2794 (fortran-minimum-statement-indent-tab)
2795 (fortran-comment-indent-char, fortran-line-number-indent)
2796 (fortran-check-all-num-for-matching-do)
2797 (fortran-blink-matching-if, fortran-continuation-string)
2798 (fortran-comment-region, fortran-electric-line-number)
2799 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2800 (fortran-analyze-depth, fortran-break-before-delimiters):
2801 Give an appropriate safe-local-variable property.
2802
2803 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2804
2805 * printing.el: Move variable definitions before use.
2806 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2807
2808 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2811 (tpu-edt-off): Use it.
2812 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2813 the global-map before adding it to global-map.
2814
2815 * menu-bar.el (global-buffers-menu-map): New var.
2816 (global-map, menu-bar-update-buffers): Use it.
2817 * msb.el (msb-menu-bar-update-buffers): Use it.
2818 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2819 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2820 Use with-current-buffer.
2821
2822 2007-10-22 Juri Linkov <juri@jurta.org>
2823
2824 * isearch-multi.el: New file.
2825
2826 * isearch.el (isearch-search-string): After finding the next
2827 occurrence switch to buffer isearch-buffers-current-buffer when
2828 isearch-buffers-next-buffer-function is non-nil and
2829 isearch-buffers-current-buffer is live.
2830
2831 * add-log.el (change-log-mode): Make and set buffer-local variable
2832 isearch-buffers-next-buffer-function to change-log-next-buffer.
2833 Call isearch-buffers-minor-mode.
2834 (change-log-next-buffer): New function.
2835
2836 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
2837
2838 * org-export-latex.el (org-export-latex-protect-string):
2839 Renaming of `org-latex-protect'.
2840 (org-export-latex-emphasis-alist): By default, don't protect
2841 any emphasis formatter from further conversion.
2842 (org-export-latex-tables): Honor column grouping for tables.
2843 (org-export-latex-title-command): New option.
2844 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2845 export backslash character.
2846
2847 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2848
2849 * textmodes/org.el (org-read-date-get-relative): New function.
2850 (org-agenda-file-regexp): New variable.
2851 (org-agenda-files): Allow directories in the variable.
2852 (org-agenda-get-restriction-and-command): New function.
2853 (org-agenda): Use `org-agenda-get-restriction-and-command'.
2854 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
2855 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2856 New functions.
2857 (org-entry-add-to-multivalued-property)
2858 (org-entry-remove-from-multivalued-property)
2859 (org-entry-member-in-multivalued-property): New functions.
2860 (org-remember-apply-template): Catch C-g and make sure window
2861 configuration is restored.
2862 (org-agenda-open-link): Make it work with several links in the line.
2863 (org-drawers, org-set-regexps-and-options)
2864 (org-get-current-options): Add support for a DRAWERS in-buffer option.
2865 (org-agenda-window-frame-fractions): New option.
2866 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2867 (org-columns-cleanup-item, org-find-entry-with-id)
2868 (org-insert-columns-dblock, org-listtable-to-string)
2869 (org-dblock-write:columnview, org-columns-capture-view)
2870 (org-edit-headline): New functions.
2871 (org-agenda-to-appt): Require calendar.
2872 (org-entry-get-with-inheritance): Widen for search.
2873 (org-columns-display-here): Don't mark buffer as modified when
2874 adding space characters to accomodate column overlays.
2875 (org-export-as-html): Better formatting of tags in the toc.
2876 (org-columns-display-here): Make the ITEM column as compact as possible.
2877 (org-remember-templates): Customization interface improved.
2878 (org-export-with-property-drawer): Variable removed.
2879 (org-export-with-drawers): New option.
2880 (org-complex-heading-regexp): New variable.
2881 (org-sort-entries): Rewrite using `sort-subr'.
2882 (org-set-property): More appropriate completion during interactive use.
2883 (org-sort-entries): Allow sorting by property.
2884 (org-additional-option-like-keywords): Add more values.
2885 (org-sort-entries-or-items): Rename from `org-sort-entries'.
2886
2887 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2888
2889 * textmodes/org.el (org-get-date-from-calendar): New function.
2890 (org-at-timestamp-p, org-timestamp-change)
2891 (org-remember-templates): First element of each entry is now a
2892 name for the template.
2893 (org-store-log-note): Check for `org-note-abort'.
2894 (org-kill-note-or-show-branches): New command.
2895 (org-fontify-priorities): New option.
2896 (org-fontify-priorities): New function.
2897 (org-cut-subtree, org-copy-subtree): New argument N to
2898 act on N sequential subtrees.
2899 (org-paste-subtree): Fix the level at which a tree is pasted.
2900 (org-fit-agenda-window): Limitations on window size removed.
2901 (org-agenda-find-same-or-today-or-agenda): Rename from
2902 `org-agenda-find-today-or-agenda'.
2903 (org-scheduled-past-days): New option.
2904 (org-agenda-scheduled-leaders)
2905 (org-agenda-deadline-leaders): New options.
2906 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2907 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2908 (org-export-with-tags, org-export-plist-vars)
2909 (org-infile-export-plist): New "tags" option.
2910 (org-use-property-inheritance): New option.
2911 (org-cached-entry-get): Use `org-use-property-inheritance'.
2912 (org-remember-apply-template): Fix typo.
2913
2914 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
2915
2916 * net/tramp.el (tramp-find-shell)
2917 (tramp-open-connection-setup-interactive-shell): Improve sending
2918 initial commands.
2919 (tramp-action-terminal): Send debug message.
2920 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
2921 (tramp-barf-if-no-shell-prompt): Insert code of
2922 `tramp-wait-for-shell-prompt'.
2923
2924 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2925
2926 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
2927
2928 * term/vt200.el (terminal-init-vt200):
2929 * term/vt201.el (terminal-init-vt201):
2930 * term/vt220.el (terminal-init-vt220):
2931 * term/vt240.el (terminal-init-vt240):
2932 * term/vt300.el (terminal-init-vt300):
2933 * term/vt320.el (terminal-init-vt320):
2934 * term/vt400.el (terminal-init-vt400):
2935 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
2936
2937 * term/wyse50.el (wyse50-terminal-map): New var.
2938 (terminal-init-wyse50): Use it and input-decode-map.
2939 (enable-arrow-keys): Emasculate.
2940
2941 * term/tvi970.el (tvi970-terminal-map): New var.
2942 (terminal-init-tvi970): Use it and input-decode-map.
2943 (tvi970-keypad-numeric): Remove.
2944 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
2945
2946 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
2947 (terminal-init-sun): Use it and input-decode-map.
2948
2949 * term/news.el (terminal-init-news):
2950 * term/lk201.el (terminal-init-lk201):
2951 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
2952
2953 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
2954
2955 * complete.el (PC-expand-many-files): Remove.
2956 (PC-do-completion): Call file-expand-wildcards instead of
2957 PC-expand-many-files.
2958
2959 * net/tramp.el (tramp-handle-expand-many-files): Remove.
2960 (PC-expand-many-files): Remove advice.
2961
2962 2007-10-22 Glenn Morris <rgm@gnu.org>
2963
2964 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
2965 Add some support for Fortran 2003 syntax:
2966 (f90-type-indent): Now also applies to `enum'.
2967 (f90-associate-indent): New user option.
2968 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
2969 Add some F2003 keywords.
2970 (f90-constants-re): New constant.
2971 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
2972 Interface'.
2973 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
2974 `class'. Arguments for `type'/`class' may have spaces. Add a new
2975 element for functions with specified types. Add `end enum' and
2976 `select type'. Add `implicit enumerator' and `procedure'.
2977 Add `class default' and `type is', `class is'. Fix `go to' regexp.
2978 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
2979 (f90-font-lock-keywords-4): Add `f90-constants-re'.
2980 (f90-blocks-re): Add `enum' and `associate'.
2981 (f90-else-like-re): Add `class is', `type is', and `class default'.
2982 (f90-end-type-re): Add `enum'.
2983 (f90-end-associate-re, f90-typeis-re): New constants.
2984 (f90-end-block-re): Add `enum' and `associate'. Change from
2985 optional whitespace to end-of-word, to avoid `enumerator'.
2986 (f90-start-block-re): Add `select type', `abstract interface', and
2987 `enum'. Avoid `type is', and `type (sometype)'.
2988 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
2989 (f90-mode): Doc fix.
2990 (f90-looking-at-select-case): Doc fix. Add `select type'.
2991 (f90-looking-at-associate): New function.
2992 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
2993 Add `enum' and `abstract interface'.
2994 (f90-no-block-limit): Add `select type' and `abstract interface'.
2995 (f90-get-correct-indent, f90-calculate-indent)
2996 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
2997 (f90-indent-region, f90-match-end): Handle `associate' blocks.
2998
2999 2007-10-22 Martin Rudalics <rudalics@gmx.at>
3000
3001 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
3002 Use window-full-width-p.
3003
3004 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
3005
3006 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
3007
3008 * tooltip.el: Use featurep 'xemacs.
3009
3010 * printing.el: Move variable definitions before use, no code change.
3011
3012 2007-10-22 Juri Linkov <juri@jurta.org>
3013
3014 * simple.el (goto-history-element): Allow minibuffer-default to be
3015 a list of default values accessible by typing M-n in the minibuffer.
3016
3017 * dired-x.el (dired-guess-shell-command): Put all guesses to the
3018 minibuffer default value list instead of pushing them temporarily
3019 to the history list.
3020
3021 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3022
3023 * hexl.el (hexl-menu): New major mode menu.
3024
3025 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3026
3027 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
3028
3029 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3030
3031 * w32-fns.el (w32-quote-process-args):
3032 * dos-w32.el (print-region-function, lpr-headers-switches)
3033 (ps-print-region-function): Pacify byte-compiler.
3034
3035 * emulation/edt-mapper.el (function-key-map):
3036 (edt-map-key): Make it a function instead of using fset.
3037 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
3038 (edt-gnu-map-key, edt-lucid-map-key): Remove.
3039 (edt-x-emacs-p): Remove.
3040 (edt-emacs-variant, edt-window-system, edt-xserver):
3041 Use featurep 'xemacs.
3042
3043 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
3044 Replace eudc-xemacs-p with its definition.
3045 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
3046 (eudc-emacs-mule-p): Remove.
3047 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
3048 eudc-xemacs-p with feature tests.
3049
3050 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
3051 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
3052 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
3053 (eudc-bob-toggle-inline-display):
3054 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
3055 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
3056
3057 * net/eudcb-ph.el (eudc-ph-open-session):
3058 Replace eudc-xemacs-mule-p with its former definition.
3059
3060 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
3061 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
3062
3063 * progmodes/vera-mode.el (vera-xemacs): Remove.
3064 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
3065
3066 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
3067 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
3068 (vhdl-speedbar-initialize, vhdl-ps-print-init)
3069 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
3070 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
3071 with (featurep 'xemacs).
3072
3073 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
3074 (save-buffer-state-x):
3075 * obsolete/fast-lock.el (fast-lock-verbose):
3076 * emulation/viper-init.el (viper-xemacs-p)
3077 (viper-cond-compile-for-xemacs-or-emacs):
3078 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
3079 * ps-print.el (case-fold-search):
3080 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
3081 * calculator.el (calculator-help): Use featurep 'xemacs.
3082
3083 * progmodes/prolog.el: Undo previous change.
3084 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
3085
3086 * progmodes/dcl-mode.el:
3087 * play/yow.el:
3088 * calendar/todo-mode.el:
3089 * calendar/cal-hebrew.el:
3090 * vc-hg.el: Undo previous change.
3091
3092 * vms-patch.el: Likewise.
3093 (print-region-function): Pacify byte-compiler.
3094
3095 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
3096
3097 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
3098 preserve-uid-gid.
3099
3100 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
3101 compatibility. It is not used, though.
3102
3103 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
3104 Require tramp-cmds.el.
3105 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
3106 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
3107 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
3108 (tramp-do-copy-or-rename-file-out-of-band)
3109 (tramp-maybe-open-connection): Use `make-temp-name'. This is
3110 possible, because we don't need to create the temporary file, but
3111 we need a prefix for ssh, which has its own temporary file handling.
3112 (tramp-handle-delete-directory): Add "-f" to rmdir.
3113 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
3114 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
3115 a signal, in order to give the callee a chance to suppress.
3116 (tramp-handle-write-region): Set owner also in case of short
3117 track. Don't use compatibility calls for `write-region' anymore.
3118 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
3119 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
3120
3121 * net/tramp-cmds.el: New file.
3122
3123 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
3124 `tramp-clear-passwd'.
3125
3126 * net/trampver.el: Update release number.
3127
3128 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3129
3130 * progmodes/gud.el (gud-target-name): Move definition before use.
3131
3132 * progmodes/dcl-mode.el: Require imenu at compile time.
3133
3134 * progmodes/cc-engine.el (c-maybe-stale-found-type):
3135 Pacify byte-compiler.
3136
3137 * obsolete/fast-lock.el: Use featurep test instead of string-match.
3138
3139 * eshell/esh-mode.el (eshell-handle-ansi-color):
3140 Require ansi-color at compile time too.
3141
3142 * eshell/em-unix.el (eshell/info): Require info at compile time too.
3143
3144 * w32-fns.el: Require w32-vars.
3145
3146 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
3147 time too.
3148
3149 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * double.el ([ignore]): Use `ignore'.
3152 (double-setup): Inline into double-mode.
3153 (double-mode): Use define-minor-mode.
3154
3155 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
3156
3157 * textmodes/reftex.el: Move require easymenu before first use.
3158 (reftex-info): Require info at compile too.
3159
3160 * textmodes/org-publish.el (org-publish-org-to-html)
3161 (org-publish-org-to): Require org at compile time too.
3162 (org-publish-attachment): Require at compile time too.
3163
3164 * term/tty-colors.el (w32-tty-standard-colors):
3165 Pacify byte-compiler.
3166
3167 * term/pc-win.el (frame-creation-function-alist): Add to this
3168 instead of setting frame-creation-function.
3169
3170 * play/blackbox.el (bb-up, bb-down): Use forward-line.
3171
3172 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
3173
3174 * calendar/todo-mode.el: Require calendar at compile time.
3175
3176 * calendar/cal-hebrew.el: Require holidays at compile time.
3177
3178 * w32-vars.el: Provide w32-vars.
3179
3180 * term/w32-win.el: Require w32-vars.
3181 (w32-color-map): Pacify byte-compiler.
3182
3183 * loadup.el: Load w32-vars before term/w32-win.
3184
3185 2007-10-20 Juri Linkov <juri@jurta.org>
3186
3187 * textmodes/fill.el (fill-paragraph): When the region is active,
3188 don't try other `or' branches regardless of the value returned by
3189 fill-region; just return t.
3190
3191 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3192
3193 * vc.el (vc-do-command): Condition out a misleading message when
3194 running asynchronously.
3195 (vc-deduce-fileset): New argument enables using an unregistered
3196 visited file as a singleton fileset if nothing else is available.
3197 (vc-next-action): Restore file-registering behavior.
3198
3199 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3200
3201 * calc/README: Add recent news.
3202
3203 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3204
3205 * term/x-win.el (x-gtk-stock-map, icon-map-list)
3206 (x-gtk-map-stock): Delete duplicated definitions from merge.
3207
3208 * progmodes/compile.el (compilation-skip-to-next-location)
3209 (compilation-skip-threshold, compilation-skip-visited):
3210 Move definitions earlier.
3211
3212 * play/decipher.el (decipher-keypress):
3213 * play/zone.el (zone-fall-through-ws):
3214 * play/landmark.el (lm-move-down, lm-move-up):
3215 * play/handwrite.el (handwrite):
3216 * mail/mspools.el (mspools-visit-spool):
3217 * wdired.el (wdired-next-line, wdired-previous-line):
3218 * tar-mode.el (tar-subfile-save-buffer):
3219 * scroll-lock.el (scroll-lock-next-line)
3220 (scroll-lock-previous-line):
3221 * image-dired.el (image-dired-next-line)
3222 (image-dired-previous-line):
3223 * ediff-help.el (ediff-help-message-line-length):
3224 Use forward-line.
3225
3226 * smerge-mode.el (smerge-auto-refine):
3227 * diff-mode.el (diff-auto-refine): Add :group.
3228
3229 * play/yow.el: Require doctor at compile time.
3230
3231 * vmsproc.el: Provide vmsproc.
3232 (command-send-input): Use forward-line.
3233
3234 * vms-patch.el: Require ps-print and vmsproc at compile time.
3235
3236 * vc-mtn.el (log-view-message-re, log-view-file-re)
3237 (log-view-font-lock-keywords): Pacify byte-compiler.
3238
3239 * vc-hg.el: Require log-view at compile time.
3240
3241 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3242
3243 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3244
3245 2007-10-20 Glenn Morris <rgm@gnu.org>
3246
3247 * progmodes/f90.el (f90-font-lock-keywords-2)
3248 (f90-looking-at-type-like): Fix regexp typos.
3249
3250 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3251
3252 * bs.el (bs--track-window-changes): Don't refresh the whole list.
3253 (bs-mode): Set mode-class property to special.
3254
3255 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3256
3257 * diff-mode.el (diff-auto-refine): New var.
3258 (diff-hunk): Use it.
3259 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3260 (diff-refine-change): Rename from diff-fine-change. Change it.
3261 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3262 (diff-refine-hunk): Rename from diff-fine-highlight.
3263
3264 2007-10-20 John Paul Wallington <jpw@pobox.com>
3265
3266 * help-fns.el (describe-variable-custom-version-info): New function
3267 to return variable's version or package version note.
3268 (describe-variable): Use it, display result.
3269
3270 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * smerge-mode.el (smerge-auto-refine): New var.
3273 (smerge-next, smerge-prev): Use it.
3274 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3275
3276 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3277 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3278
3279 * vc-bzr.el (vc-bzr-diff-tree):
3280 * vc-git.el (vc-git-diff-tree):
3281 * vc-hg.el (vc-hg-diff-tree):
3282 * vc-mcvs.el (vc-mcvs-diff-tree):
3283 * vc-mtn.el (vc-mtn-diff-tree):
3284 * vc-svn.el (vc-svn-diff-tree): Remove.
3285
3286 * vc-mtn.el (vc-mtn-revision-completion-table):
3287 * vc-cvs.el (vc-cvs-revision-completion-table):
3288 * vc-arch.el (vc-arch-revision-completion-table):
3289 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3290 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3291 Make it work when the arg is a list of files.
3292
3293 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3294
3295 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3296 Also `revision-completion-table' now takes a list of files.
3297 (vc-deduce-fileset): Remove unused var `regexp'.
3298 Only obey allow-directory-wildcard in dired buffers.
3299 (vc-default-diff-tree): Remove.
3300 (vc-diff-added-files): New var.
3301 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3302 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3303 Remove the `backend' arg.
3304 (vc-contains-version-controlled-file): Remove.
3305 (vc-diff): Bring it closer to the version in Emacs-22.
3306 (vc-revert): Fix typo in let-binding.
3307 (vc-default-unregister): Remove.
3308 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3309
3310 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3311
3312 * textmodes/two-column.el (2C-split, 2C-merge):
3313 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3314 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3315 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3316 * progmodes/ada-xref.el (ada-get-all-references):
3317 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3318 * emulation/vi.el (vi-previous-line-first-nonwhite)
3319 (vi-effective-range, vi-put-before):
3320 * emulation/edt.el (edt-next-line, edt-previous-line)
3321 (edt-paragraph-forward): Use forward-line.
3322
3323 * progmodes/etags.el (tags-apropos): Require apropos at compile
3324 time too.
3325
3326 * progmodes/prolog.el: Require comint when compiling.
3327 (inferior-prolog-flavor): Move defvar before use.
3328
3329 2007-10-19 Richard Stallman <rms@gnu.org>
3330
3331 * font-core.el (turn-on-font-lock-if-desired):
3332 Rename from `turn-on-font-lock-if-enabled'.
3333 Fully obey `font-lock-global-modes'.
3334
3335 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3336
3337 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3338 which will not affect the behavior of things like forward-word.
3339 (diff-fine-highlight): Preserve point.
3340
3341 * doc-view.el (doc-view-mode-map): Use remapping.
3342 Don't rebind C-v, M-v to their default value.
3343 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3344
3345 * smerge-mode.el: Add word-granularity refinement.
3346 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3347 (smerge-refine-weight-hack): New vars.
3348 (smerge-refine-forward): New fun.
3349 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3350 (smerge-refine-subst): Use them as well. Preserve point.
3351
3352 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3353
3354 * follow.el (follow-unload-function): New function.
3355
3356 * loadhist.el (unload-function-features-list):
3357 Rename from `unload-hook-features-list'.
3358 (unload-hook-features-list): Add as obsolete alias.
3359 (unload-feature): Use `unload-function-features-list'
3360 and new FEATURE-unload-function.
3361
3362 2007-10-19 Glenn Morris <rgm@gnu.org>
3363
3364 * bindings.el (mouse-minor-mode-menu)
3365 (minor-mode-menu-from-indicator): Move to mouse.el.
3366 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3367 Move here from bindings.el.
3368
3369 2007-10-19 Richard Stallman <rms@gnu.org>
3370
3371 * help-fns.el (describe-function-1): Don't use the advice origname
3372 if it has no function definition.
3373
3374 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3375
3376 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3377 Use `save-restriction' rather than `widen'.
3378
3379 2007-10-18 Richard Stallman <rms@gnu.org>
3380
3381 * time.el (display-time-world-time-format): Display day # not month #.
3382
3383 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3384
3385 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3386
3387 * doc-view.el: Remove version keyword.
3388 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3389 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3390 (doc-view-ghostscript-options): Improve custom type.
3391 (doc-view-cache-directory, doc-view-conversion-buffer)
3392 (doc-view-conversion-refresh-interval): Simplify custom type.
3393
3394 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3395
3396 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3397 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3398 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3399 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3400 Remove superfluous messages.
3401 (doc-view-mode-map): Use the image-mode scrolling commands.
3402 Don't rebind C-x k.
3403
3404 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3405
3406 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3407 Add comment about "-dSAFER".
3408
3409 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * term/xterm.el: Don't require xt-mouse.
3412 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3413 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3414
3415 * xt-mouse.el: Don't change the global function-key-map anny more.
3416 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3417 Don't use after-make-frame-functions now that term/xterm.el calls
3418 us directly.
3419 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3420 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3421 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3422 Setup input-decode-map and remember that xterm-mouse-mode was
3423 enabled in this terminal.
3424 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3425 terminals where it has been enabled.
3426
3427 * faces.el (tty-create-frame-with-faces): Make sure not only
3428 tty-run-terminal-initialization but also set-locale-environment
3429 are run only once per terminal.
3430 (tty-run-terminal-initialization): Don't check if the terminal was
3431 already initted.
3432
3433 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3434 not to remove keymaps that just happen to inherit from one of ours.
3435 When setting up our keymap, make sure it won't be accidentally
3436 modified by someone else.
3437
3438 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3439
3440 * textmodes/artist.el (artist-previous-line, artist-next-line):
3441 * dired.el (dired-next-line, dired-previous-line):
3442 * progmodes/delphi.el (delphi-newline):
3443 * textmodes/org.el (org-columns-eval):
3444 Use forward-line.
3445
3446 * emerge.el (emerge-setup): Use insert-buffer-substring.
3447 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3448
3449 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
3450
3451 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3452 (adaptive-fill-function): Doc fix. Remove * from docstring.
3453
3454 2007-10-18 Tom Horsley <tom.horsley@att.net>
3455
3456 * simple.el (interprogram-paste-function): Doc fix.
3457 (current-kill): Accept list of strings as well
3458 as single string from `interprogram-paste-function'.
3459
3460 2007-10-18 Glenn Morris <rgm@gnu.org>
3461
3462 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3463
3464 2007-10-18 Drew Adams <drew.adams@oracle.com>
3465
3466 * bindings.el (mode-line-minor-mode-keymap):
3467 Add mouse-minor-mode-menu on mouse-1.
3468 (mode-line-modes): Add mouse-1 to help-echo text.
3469 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3470 New functions.
3471 (mode-line-minor-mode-help): Doc fix.
3472
3473 2007-10-17 Juri Linkov <juri@jurta.org>
3474
3475 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3476 at the request of RMS.
3477 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3478 arg `region'. Fix docstring. At the first `or' branch add call to
3479 `fill-region' if it the region is active in transient-mark-mode.
3480
3481 * bindings.el (esc-map): Bind M-q to fill-paragraph
3482 instead of fill-paragraph-or-region.
3483
3484 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3485 with fill-paragraph.
3486
3487 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3488 Fix docstring.
3489
3490 * indent.el (indent-for-tab-command): Change interactive spec from
3491 "P" to "p". Add check for interactive arg before indenting the
3492 active region.
3493
3494 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3495 Regroup.
3496
3497 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
3498
3499 * emacs-lisp/find-func.el: Don't require loadhist.
3500
3501 * loadhist.el (feature-symbols, file-provides, file-requires)
3502 (file-set-intersect, file-dependents): Simplify.
3503 (unload-feature-special-hooks): Update list of special hooks.
3504
3505 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
3506
3507 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3508 extensions since they can be viewed with doc-view.
3509
3510 * files.el (auto-mode-alist): Make doc-view-mode the default mode
3511 for pdf, ps and dvi files.
3512
3513 * doc-view.el: Make doc-view-mode the standard mode for viewing
3514 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3515 text and image display. Add binding C-c C-e to switch to an
3516 editing mode.
3517 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
3518 avoid security problems when rendering files from untrusted sources.
3519
3520 2007-10-17 Aaron Hawley <aaronh@garden.org>
3521
3522 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3523 position is not saved.
3524
3525 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
3526
3527 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
3528 (doc-view-ghostscript-options): Fix typo in doc string.
3529
3530 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3531
3532 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3533 handling, so compilation-fake-loc works again.
3534
3535 * server.el (server-select-display): Nop if we do not support m-f-o-d.
3536 (server-process-filter): Revert last change.
3537
3538 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3539 behavior unrelated to filesets.
3540
3541 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * longlines.el (longlines-wrap-follows-window-size): Integer value
3544 specifies wrapping margin.
3545 (longlines-mode, longlines-window-change-function):
3546 Set window-specific wrapping margin based on the above.
3547
3548 2007-10-17 John Wiegley <johnw@newartisans.com>
3549
3550 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3551
3552 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3553
3554 * server.el (server-process-filter): Only set display if X11 is
3555 supported.
3556
3557 2007-10-17 Glenn Morris <rgm@gnu.org>
3558
3559 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3560 Tweak regexp to avoid stack overflow.
3561
3562 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3563
3564 * simple.el (reindent-then-newline-and-indent): Don't assume that
3565 indent-according-to-mode preserves point.
3566
3567 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3570 (bs--nth-wrapper): Simplify.
3571 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
3572 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
3573 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3574 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3575 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3576 (bs-configurations, bs-default-configuration)
3577 (bs-alternative-configuration, bs-cycle-configuration-name)
3578 (bs-string-show-always, bs-string-show-never, bs-string-current)
3579 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3580 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3581 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3582 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3583 (bs--window-config-coming-from): Revert 2006-11-09 change.
3584 (bs--restore-window-config): Keep the selected frame.
3585 (bs--track-window-changes, bs--remove-hooks): New functions.
3586 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3587 (bs--create-header): Remove.
3588 (bs--create-header-line): New function, based on `bs--create-header'.
3589 (bs--show-header): Use `bs--create-header-line'.
3590 (bs--show-with-configuration): Revert 2006-11-09 change.
3591 Don't reuse window unless it is visible on the selected frame.
3592 Restore window configuration (possibly in a different frame)
3593 before creating any window.
3594
3595 2007-10-16 Glenn Morris <rgm@gnu.org>
3596
3597 * simple.el (blink-matching-open): Don't report false errors with
3598 the `$' syntax class.
3599
3600 2007-10-16 Richard Stallman <rms@gnu.org>
3601
3602 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3603 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3604 (ad-is-advised, ad-get-advice-info-field)
3605 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3606
3607 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3610 (vc-default-working-revision): Compatibility for backends.
3611
3612 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3613
3614 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3615 (filesets-ormap, filesets-sort-case-sensitive-flag)
3616 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3617 Fix typos in docstrings.
3618 (filesets-conditional-sort, filesets-find-or-display-file)
3619 (filesets-data-get-name, filesets-data-get-data)
3620 (filesets-data-set, filesets-cmd-query-replace-getargs)
3621 (filesets-ingroup-collect): Doc fixes.
3622
3623 2007-10-15 Sam Steingold <sds@gnu.org>
3624
3625 * mail/sendmail.el (sendmail-error-reporting-interactive)
3626 (sendmail-error-reporting-non-interactive): New variables for
3627 sendmail error reporting options to simplify support for imperfect
3628 sendmail emulators.
3629 (sendmail-send-it): Use them instead of list literals.
3630
3631 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3632
3633 * help-fns.el: Revert previous change; it creates a
3634 dependency loop between advice.el and help-fns.el.
3635
3636 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3637
3638 * help-fns.el: Require advice when compiling.
3639
3640 2007-10-14 Drew Adams <drew.adams@oracle.com>
3641
3642 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3643 (ring-insert+extend, ring-remove+insert+extend, ring-member)
3644 (ring-next, ring-previous): New functions.
3645
3646 2007-10-14 Richard Stallman <rms@gnu.org>
3647
3648 * emacs-lisp/advice.el (documentation): Advice deleted.
3649 Doc for advised functions is now handled at C level.
3650 (ad-stop-advice, ad-start-advice): Don't enable or disable
3651 advice for `documentation'.
3652 (ad-advised-definition-docstring-regexp): Var deleted.
3653 (ad-make-advised-definition-docstring): Store orig name
3654 as text property of string.
3655 (ad-advised-definition-p): Check for text property of docstring.
3656
3657 * help-fns.el (describe-function-1): Find source of advised functions.
3658
3659 2007-10-14 Juri Linkov <juri@jurta.org>
3660
3661 * faces.el (describe-face): Allow handling a string as the face name.
3662
3663 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3664 active region in transient-mark-mode.
3665 (ispell-region): Change messages displayed at the start and end of
3666 the spell-checking to be the same.
3667
3668 * startup.el (fancy-startup-tail): Say exactly what does the button
3669 dismiss ("Dismiss this startup screen"). Use text "Never show
3670 it again" for the checkbox after this button.
3671 (fancy-startup-screen, fancy-about-screen): Put point before the
3672 first link, so the user can quickly select links with the keyboard.
3673 (normal-mouse-startup-screen): Add more useful text describing how
3674 to follow a link.
3675
3676 2007-10-14 Glenn Morris <rgm@gnu.org>
3677
3678 * progmodes/etags.el (select-tags-table): Disable undo in the
3679 `*Tags Table List*' buffer.
3680
3681 2007-10-13 Eli Zaretskii <eliz@gnu.org>
3682
3683 * dired.el (dired-warn-writable): New face.
3684 (dired-warn-writable-face): New variable.
3685 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3686 of dired-warning-face, for group- and world-writable files.
3687
3688 2007-10-13 Richard Stallman <rms@gnu.org>
3689
3690 * files.el (directory-abbrev-alist): Doc fix.
3691
3692 2007-10-13 Jari Aalto <jari.aalto@cante.net>
3693
3694 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3695
3696 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3697
3698 * frame.el (set-frame-configuration): Assign name parameter only
3699 if it has been set explicitly before.
3700
3701 2007-10-11 Tom Tromey <tromey@redhat.com>
3702
3703 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3704 frame is visible.
3705
3706 2007-10-10 Richard Stallman <rms@gnu.org>
3707
3708 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3709 in *Backtrace*.
3710
3711 * faces.el (face-font-selection-order): Doc fix.
3712
3713 * loadhist.el (unload-feature): Doc fix.
3714
3715 2007-10-13 Glenn Morris <rgm@gnu.org>
3716
3717 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3718 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3719 Add doc string, and an explicit COUNT argument.
3720 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3721 `inc' to search functions.
3722
3723 * faces.el (face-spec-set): When FRAME is nil, set the default for
3724 new frames (restores pre-2007-09-17 behavior). Doc fix.
3725
3726 2007-10-13 John W. Eaton <jwe@octave.org>
3727
3728 * progmodes/octave-mod.el (octave-looking-at-kw)
3729 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3730 New functions.
3731 (octave-in-defun-p, calculate-octave-indent)
3732 (octave-blink-matching-block-open, octave-beginning-of-defun)
3733 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3734 to search for regexps that contain case-sensitive keywords.
3735 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3736 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3737
3738 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3739
3740 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3741 Do not use a single clause cond.
3742
3743 * cus-start.el (all): Use test that does not match the X11 version
3744 for mac.
3745
3746 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3747
3748 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3749 BROWSE buffer.
3750
3751 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3752
3753 * cus-start.el (all): Undo previous change.
3754
3755 2007-10-13 Glenn Morris <rgm@gnu.org>
3756
3757 * woman.el (woman0-rename): Fix paren typo.
3758
3759 * mail/feedmail.el (feedmail-run-the-queue)
3760 (feedmail-look-at-queue-directory):
3761 * mail/reporter.el (reporter-dump-state):
3762 * net/eudc-hotlist.el (eudc-edit-hotlist):
3763 * net/eudc.el (eudc-display-records)
3764 (eudc-filter-duplicate-attributes)
3765 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
3766 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3767 (eudc-bbdb-query-internal):
3768 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3769 * net/socks.el (socks-build-auth-list):
3770 * progmodes/cc-cmds.el (top level):
3771 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
3772 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3773 (cperl-write-tags, cperl-tags-treeify):
3774 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3775 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3776 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3777 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3778 (idlwave-toolbar-remove-everywhere):
3779 * progmodes/idlwave.el (idlwave-indent-line)
3780 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3781 (idlwave-write-paths, idlwave-all-method-classes)
3782 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
3783 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3784 (idlwave-complete-in-buffer):
3785 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
3786 (org-fast-tag-selection):
3787 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
3788 than mapcar.
3789
3790 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3791
3792 * diff-mode.el (diff-fine-change): Add :group.
3793
3794 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3795
3796 * cus-start.el (all): Use the same test as the 22.2 branch.
3797
3798 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3799
3800 * diff-mode.el (diff-current-defun): Force recomputation of
3801 change-log-default-name.
3802
3803 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
3804
3805 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3806 and some leftover logic regarding dedicated frames. If showing
3807 concise startup screen, fit window to buffer.
3808 (command-line-1): If we will be using the splash screen, use
3809 find-file instead of find-file-other-window to find additional files.
3810 Comment out unused code for coping with the old sit-for behavior.
3811
3812 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3813
3814 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3815 `meta' modifier consistently, rather than using sometimes meta
3816 sometimes alt.
3817
3818 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3819
3820 * window.el (handle-select-window): Revert part of 2007-10-08
3821 change setting the input focus.
3822
3823 2007-10-12 Glenn Morris <rgm@gnu.org>
3824
3825 * startup.el (command-line): Do not read abbrev file in batch mode.
3826
3827 * emacs-lisp/byte-opt.el (top level):
3828 * mail/rmail.el (rmail-list-to-menu):
3829 * obsolete/hilit19.el (hilit-mode):
3830 * progmodes/cc-mode.el (c-postprocess-file-styles)
3831 (c-submit-bug-report):
3832 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3833 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3834 (reftex-access-parse-file):
3835 * textmodes/reftex-cite.el (reftex-do-citation)
3836 (reftex-insert-bib-matches):
3837 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3838 * textmodes/reftex-sel.el (reftex-select-unmark):
3839 * textmodes/reftex-toc.el (reftex-toc-do-promote):
3840 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3841
3842 * cus-edit.el (custom-variable-menu, custom-face-menu)
3843 (custom-group-menu): Check init-file-user rather than
3844 user-init-file, in case cus-edit is loaded by site-run-file.
3845
3846 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3847
3848 * vc.el (vc-deduce-fileset): Delete unused code.
3849 (vc-next-action): Fix typos.
3850
3851 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * bs.el (bs--mark-unmark): New function.
3854 (bs-mark-current, bs-unmark-current): Use it.
3855
3856 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3857
3858 * vc.el (vc-diff):
3859 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
3860 temporarily disable the check for his edge case of
3861 vc-diff (stopping it from grinding when called from $HOME), as
3862 it's calling some brittle code in vc-hooks.el.
3863 (with-vc-properties): Fix evaluation time of a macro argument.
3864 * ediff-vers.el (ediff-vc-internal):
3865 * vc-hooks.el:
3866 * loaddefs.el: Follow up on VC terminology change.
3867
3868 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * follow.el (follow-stop-intercept-process-output):
3871 Use `follow-call-process-filter' rather than `process-filter'.
3872 Simplify.
3873
3874 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3875
3876 * vc-hooks.el (vc-registered): Robustify this function a bit
3877 against filenames with no directory component.
3878
3879 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3880
3881 * international/characters.el: Undo unwanted and unexplained change.
3882
3883 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3884
3885 * ps-print.el: Fix the usage of :foreground and :background face
3886 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3887 (ps-print-version): New version 6.7.6.
3888 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3889 Fix code.
3890 (ps-face-foreground-color-p, ps-face-background-color-p)
3891 (ps-face-color-p): New inline funs.
3892
3893 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3894
3895 * textmodes/org.el (org-additional-option-like-keywords): New constant.
3896 (org-complete): Use `org-additional-option-like-keywords'.
3897 (org-parse-local-options): New function.
3898
3899 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3900
3901 * textmodes/org.el (org-in-clocktable-p): New function.
3902 (org-clock-report): Only update the table at point, or insert a new one.
3903 (org-clock-goto): New function.
3904 (org-open-file): Use `start-process-shell-command' instead of
3905 `shell-command' with an ampersand.
3906 (org-deadline, org-schedule): New argument REMOVE to remove the
3907 date from the entry.
3908 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3909 argument to `org-schedule' and `org-deadline'.
3910 (org-trim): Use the correct expressions for beginning and end of
3911 the string.
3912 (org-get-cleaned-entry): Trim the string before returning it.
3913 (org-clock-find-position): New function.
3914 (org-clock-into-drawer): New option.
3915 (org-agenda-tags-column): Rename from
3916 `org-agenda-align-tags-to-column'.
3917 (org-agenda-align-tags): Allow negative values for
3918 `org-agenda-tags-column'.
3919 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
3920 (org-agenda-to-appt): New optional argument FILTER.
3921 (org-completion-fallback-command): New variable.
3922 (org-complete): Use `org-completion-fallback-command'.
3923 (org-find-base-buffer-visiting): Catch the case that there is no
3924 buffer visiting the file.
3925 (org-property-or-variable-value): New function.
3926 (org-todo): Use `org-property-or-variable-value'
3927 (org-agenda-compact-blocks): New option.
3928 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
3929 (org-agenda-schedule, org-agenda-deadline):
3930 Call `org-agenda-show-new-time'.
3931 (org-agenda-show-new-time): New argument PREFIX.
3932 (org-colgroup-info-to-vline-list): Fix but that cause a
3933 shift in the vertical lines.
3934 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
3935 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
3936 (org-indent-item): No arg in call to `org-fix-bullet-type'.
3937 (org-fix-bullet-type): Remove argument.
3938 (org-read-date): Check for am/pm twice, to catch the end time.
3939 (org-goto-map): Use `suppress-keymap'.
3940 (org-remember-apply-template): Respect the dynamically scoped
3941 selection character.
3942
3943 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
3944
3945 * textmodes/org-export-latex.el (org-export-latex-protect-string):
3946 Renaming of `org-latex-protect'.
3947 (org-export-latex-emphasis-alist): By default, don't protect
3948 any emphasis formatter from further conversion.
3949 (org-export-latex-tables): Honor column grouping for tables.
3950 (org-export-latex-title-command): New option.
3951 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3952 export backslash character.
3953
3954 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3955
3956 * frame.el (frame-inherited-parameters): Remove unused `environment'
3957 parameter, and let server.el add `client' when needed.
3958
3959 * server.el (server-create-tty-frame)
3960 (server-create-window-system-frame): Set frame-inherited-parameters.
3961
3962 * frame.el (frame-inherited-parameters): New var.
3963 (make-frame): Use it.
3964
3965 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
3966
3967 * env.el (let-environment): Remove. Unused.
3968 (read-envvar-name): Simplify.
3969 (setenv): Remove unused arg `frame'.
3970
3971 * help-fns.el (describe-variable): Add missing " " for multiline
3972 obsolescence info and missing EOL after global value.
3973
3974 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3975
3976 * add-log.el:
3977 * ediff-vers.el:
3978 * log-view.el:
3979 * pcvs.el:
3980 * vc-arch.el:
3981 * vc-bzr.el:
3982 * vc-cvs.el:
3983 * vc.el:
3984 * vc-git.el:
3985 * vc-hg.el:
3986 * vc-hooks.el:
3987 * vc-mcvs.el:
3988 * vc-mtn.el:
3989 * vc-rcs.el:
3990 * vc-sccs.el:
3991 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
3992 {find,init,next,previous,annotate-*,log}-version ->
3993 {find,init,next,previous,annotate-*,log}-revision,
3994 annotate-focus-version -> annotate-working-revision, The term
3995 'focus' is gone. The term 'revision' is now used consistently
3996 everywhere that reference to a revision ID is intended, replacing
3997 older use of 'version'.
3998
3999 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
4000
4001 * follow.el: Change all instances of "Follow Mode" to "Follow
4002 mode" in docstrings and messages.
4003 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
4004
4005 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
4006
4007 * vc.el (vc-next-action): Rewrite completely; this principal
4008 entry point now operates on a current fileset selected either
4009 explicitly via VC-Dired or implicitly by visiting a file buffer,
4010 rather than always operating on the file of the current buffer as
4011 in older versions. Rewrite the rest of the mode to match.
4012 (with-vc-properties): Rewrite to operate on a file list.
4013 (with-vc-file): vc-checkin takes a file list argument now.
4014 (vc-post-command-functions): This hook now receives a file list.
4015 (vc-do-command): Take a either a file or a file list as argument.
4016 (vc-deduce-fileset): New function for deducing a file list to
4017 operate on.
4018 (vc-next-action-on-file, vc-next-action-dired): Remove.
4019 Merge into vc-next-action.
4020 (vc-register): Adapt to the fact that vc-start-entry now takes a
4021 file list.
4022 (vc-register-with): New function.
4023 (vc-start-entry): Take a file list argument rather than a
4024 file argument.
4025 (vc-checkout): Cope with vc-start-entry taking a file list.
4026 (vc-steal-lock): Cope with with-vc-properties taking a
4027 file list.
4028 (vc-checkin): Take a file list argument rather than a file argument.
4029 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
4030 (vc-diff-internal): Rewrite for filesets.
4031 (vc-diff-sentinel): New function, tests whether changes were
4032 written into a diff buffer.
4033 (vc-diff): Rewrite for filesets.
4034 (vc-version-diff): Rewrite for filesets.
4035 (vc-print-log): Take a fileset argument.
4036 (vc-revert): Revert the entire selected fileset, not just the
4037 current buffer.
4038 (vc-rollback): Roll back the entire selected fileset, if
4039 possible. No longer accepts a prefix argument.
4040 (vc-update): Merge new changes for the entire selected
4041 fileset, not just the current buffer.
4042 (vc-revert-file): Cope with with-vc-properties taking a file list.
4043 (vc-default-dired-state-info): Add + status suffix if the file is
4044 modified.
4045 (vc-annotate-warp-version): Use the new diff machinery.
4046 (vc-log-edit): Take a file list argument rather than a file argument.
4047
4048 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
4049
4050 Sync with Tramp 2.1.11.
4051
4052 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
4053 Pacify byte compiler.
4054
4055 * net/trampver.el: Update release number.
4056
4057 2007-10-09 Richard Stallman <rms@gnu.org>
4058
4059 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
4060
4061 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4062
4063 * follow.el: Require easymenu.
4064 (follow-mode-hook, follow-mode): Doc fixes.
4065 (follow-mode-off-hook): Mark as obsolete.
4066
4067 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4068
4069 * window.el (mouse-autoselect-window-cancel): Don't cancel for
4070 select-window or select-frame events.
4071 (handle-select-window): When autoselecting window set input
4072 focus. Restructure.
4073
4074 * frame.el (focus-follows-mouse): Move to frame.c.
4075 * cus-start.el (all): Add focus-follows-mouse.
4076
4077 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4078
4079 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
4080 activate font-locking in the *buffer-selection* buffer.
4081 (bs-show-sorted): Doc fix.
4082
4083 * bs.el (bs--get-marked-string, bs--get-modified-string)
4084 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
4085 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
4086 (bs--format-aux): Doc fix.
4087
4088 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4089
4090 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
4091
4092 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4093
4094 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
4095 (gud-gdb): New function for old M-x gdb (text command mode).
4096 (gud-gdb-command-name, gdb): Move to...
4097
4098 * progmodes/gdb-ui.el: ...here and adapt doc string.
4099 (gud-gdba-command-name, gdba): Delete.
4100
4101 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4102
4103 * bs.el: Don't defvar `font-lock-verbose'.
4104 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
4105 (bs--get-file-name): Fix typos in docstrings.
4106 (bs--show-header): Use `dolist' instead of `mapcar'.
4107 (bs-mode): Set `show-trailing-whitespace' to nil.
4108 (bs-buffer-sort-function, bs-mouse-select-other-frame)
4109 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
4110 Doc fixes.
4111
4112 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
4113
4114 * progmodes/gud.el (pdb): Specify file for gud-break.
4115
4116 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4117
4118 * progmodes/gud.el (gdb): Make graphical mode the default and
4119 switch to text command mode if appropriate, i.e., reverse previous
4120 arrangement.
4121 (gud-gdb-marker-filter): Adapt for above change.
4122
4123 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
4124 gud-minor-mode and gud-marker-filter.
4125 (gdb-fullname-regexp): New variable.
4126 (gud-gdba-marker-filter): Use it to switch to text command
4127 mode if appropriate.
4128
4129 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4130
4131 * progmodes/gud.el (gud-display-line): Find source buffer even when
4132 GUD buffer has its own frame.
4133
4134 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4135
4136 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
4137
4138 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4139
4140 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4141
4142 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4143
4144 * allout.el (allout-before-change-handler): Replace got-char by
4145 goto-char.
4146
4147 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
4150 Used to try and automatically enabled smerge-mode in the presence of
4151 conflicts and to call `svn resolved' when the conflicts are gone.
4152 (vc-svn-parse-status): Remember the svn-specific status.
4153
4154 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4155
4156 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
4157 menu-bar-apropos-menu. All users changed.
4158 (menu-bar-help-menu): Change menu symbols to better match the text
4159 displayed by the menu.
4160
4161 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4162
4163 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
4164 #, @, : and ^.
4165
4166 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4167
4168 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
4169
4170 * log-view.el (log-view-mode-map): Likewise.
4171
4172 * diff-mode.el (diff-mode-shared-map): Likewise.
4173
4174 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4175
4176 * files.el (file-name-sans-versions): Also allow `A-Z'.
4177
4178 * vc.el: Mention all supported VC backends.
4179
4180 2007-10-08 Richard Stallman <rms@gnu.org>
4181
4182 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
4183 neighbouring buttons.
4184
4185 2007-10-08 Andreas Schwab <schwab@suse.de>
4186
4187 * files.el (file-name-sans-versions): Also allow `_'.
4188
4189 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4190
4191 * files.el (file-name-sans-versions): Allow - and a-z in version names.
4192
4193 * log-view.el (log-view-mode-map, log-view-mode-menu):
4194 Bind log-view-annotate-version.
4195 (log-view-beginning-of-defun, log-view-end-of-defun)
4196 (log-view-annotate-version): New functions.
4197 (log-view-mode): Use log-view-beginning-of-defun and
4198 log-view-end-of-defun.
4199
4200 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4201
4202 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4203
4204 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4205
4206 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4207 neighbouring buttons.
4208
4209 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4210 Recognize gcc's use of "note" for informational messages.
4211
4212 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4213
4214 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4215 (css-mode): Update correspondingly.
4216
4217 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4218
4219 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4220 Signed-off-by, Acked-by and Merge.
4221
4222 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * ediff-init.el (ediff-verbose-p): This var is not a constant.
4225
4226 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4227
4228 * vc-mtn.el: New file.
4229
4230 * vc-hooks.el (vc-handled-backends): Add Mtn.
4231
4232 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4233
4234 * files.el (find-file, find-file-other-window)
4235 (find-file-other-frame, find-file-existing, find-file-read-only)
4236 (find-file-read-only-other-window)
4237 (find-file-read-only-other-frame)
4238 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4239
4240 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4241
4242 * progmodes/gud.el (gdb-ready): New variable.
4243 (gdb): Set it to nil. Set gud-running to nil here...
4244 (gud-common-init): ...instead of here.
4245
4246 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4247 Use gdb-ready. Discard input until GDB is ready to accept it.
4248
4249 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4250
4251 * dired.el (dired-warning): Inherit from font-lock-warning-face to
4252 make it show up with eight colors.
4253
4254 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4257 diffs are concatenated with no intervening line.
4258
4259 2007-10-08 Dave Love <fx@gnu.org>
4260
4261 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4262 (python-font-lock-keywords): Update to the 2.5 version of the language.
4263 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4264 (python-backspace): Only behave funny in code.
4265 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4266 (inferior-python-mode): Add PDB prompt regexp.
4267 (python-fill-paragraph): Refine the fenced-string regexp.
4268 (python-find-imports): Handle imports spanning several lines.
4269 (python-mode): Add `class' to hideshow support.
4270
4271 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4272
4273 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4274 Use add-log-buffer-file-name-function rather than binding
4275 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4276 when `fi' is the ChangeLog file itself.
4277
4278 * outline.el (outline-flag-region): Use front-advance.
4279
4280 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
4281
4282 * progmodes/cperl-mode.el: Merge upstream 5.23.
4283 (cperl-where-am-i): Remove function.
4284 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4285 (cperl-sniff-for-indent): De-invert [string] and [comment].
4286 When looking for label, skip s:m:y:tr.
4287 (cperl-indent-line): Likewise.
4288 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4289 (cperl-windowed-init): Wrong `ps-print' handling.
4290 Both thanks to Chong Yidong.
4291 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4292 (cperl-find-pods-heres): If the second part of s()[] is missing,
4293 don't try to highlight delimiters...
4294
4295 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * progmodes/compile.el (compilation-get-file-structure): Complete last
4298 change by also using spec-directory in the puthash.
4299
4300 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
4301
4302 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4303 (vc-bzr-status): Fix shadowing of variable 'status'.
4304 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4305 Use `expand-file-name' instead of `concat'.
4306 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4307 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4308
4309 2007-10-08 Jason Rumney <jasonr@gnu.org>
4310
4311 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4312
4313 2007-10-08 Richard Stallman <rms@gnu.org>
4314
4315 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4316 Add `safe-local-variable' property.
4317 (lisp-body-indent): Likewise.
4318
4319 2007-10-08 Richard Stallman <rms@gnu.org>
4320
4321 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4322 Add doc string.
4323
4324 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4325
4326 * files.el (backup-buffer-copy): Try to overwrite old backup first.
4327
4328 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4329
4330 * repeat.el (repeat): Use last-repeatable-command instead of
4331 real-last-command. Run pre- and post-command hooks for
4332 self-insertion. Update doc-string.
4333
4334 2007-10-08 Alexandre Julliard <julliard@winehq.org>
4335
4336 * vc-git.el (vc-git-state): Call git-add --refresh to update the
4337 state of the file.
4338 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4339 (vc-git-create-repo): Fix invalid command.
4340
4341 2007-10-08 Richard Stallman <rms@gnu.org>
4342
4343 * textmodes/flyspell.el (flyspell-mode):
4344 Catch errors in flyspell-mode-on.
4345
4346 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4347
4348 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4349
4350 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * international/encoded-kb.el (encoded-kbd-setup-display):
4353 Use input-decode-map rather than local-key-translation-map.
4354
4355 * term/rxvt.el (rxvt-alternatives-map): New map.
4356 (terminal-init-rxvt): Use it.
4357 Bind rxvt-function-map in input-decode-map.
4358
4359 * term/xterm.el (xterm-alternatives-map): New map.
4360 (terminal-init-xterm): Use it.
4361 Bind xterm-function-map in input-decode-map.
4362
4363 * term/x-win.el (x-alternatives-map): New var.
4364 (x-setup-function-keys): Use it.
4365
4366 * help-fns.el (describe-variable): Slightly change the layout of
4367 meta-info to separate it better from the docstring.
4368 Standardize insertion of extra empty lines in various circumstances.
4369
4370 * diff-mode.el (diff-hunk-style): New fun.
4371 (diff-end-of-hunk): Use it.
4372 (diff-context->unified): Use the new `apply' undo element,
4373 if applicable, so as to save undo-log space.
4374 (diff-fine-change): New face.
4375 (diff-fine-highlight-preproc): New function.
4376 (diff-fine-highlight): New command.
4377 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4378
4379 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4380 (smerge-refine-highlight-change): Add `props' argument.
4381 (smerge-refine-subst): New function holding most of smerge-refine.
4382 (smerge-refine): Use it.
4383
4384 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4385
4386 * vc.el (vc-default-wash-log): Remove unused code, the
4387 log washers all live in the backends now.
4388 (vc-default-comment-history): Correct for the fact
4389 that wash-log is argumentless in the new API.
4390
4391 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
4392
4393 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4394 (tramp-maybe-send-script): Apply `member' but `memq'.
4395 (tramp-advice-file-expand-wildcards): Simplify implementation.
4396
4397 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4398
4399 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4400
4401 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4402 (minibuf-depth-setup-minibuffer): Use it.
4403
4404 2007-10-07 Glenn Morris <rgm@gnu.org>
4405
4406 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4407 version numbers.
4408
4409 2007-10-06 Juri Linkov <juri@jurta.org>
4410
4411 * textmodes/fill.el (fill-paragraph-or-region): New function.
4412
4413 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4414 instead of fill-paragraph.
4415
4416 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4417 with fill-paragraph-or-region. Suspend command is now the same
4418 `suspend-frame' on window systems and on tty.
4419
4420 * image.el (image-type): Check if image-types is bound to not fail
4421 on tty.
4422
4423 * delsel.el (delete-selection-pre-hook):
4424 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4425 is fbound to not fail on mouseless tty.
4426
4427 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
4428
4429 * net/tramp.el (top): Move loading of tramp-util.el and
4430 tramp-vc.el to tramp-compat.el.
4431 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4432 temporary file if possible, in order to avoid a security hole.
4433 (tramp-do-copy-or-rename-file-out-of-band)
4434 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4435 with DONT-CREATE, because the connection is not setup yet.
4436 (tramp-handle-process-file): Rewrite temporary file handling.
4437 (tramp-completion-mode): New defvar.
4438 (tramp-completion-mode-p): Use it.
4439
4440 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4441
4442 * net/tramp-fish.el (tramp-fish-handle-process-file):
4443 Rewrite temporary file handling.
4444
4445 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4446
4447 * vc.el: Workfile version -> focus version change. Port various
4448 comments from new VC to reduce the noise in the diff.
4449 Patch in the new vc-create-repo function to go with the
4450 header comment about it already present.
4451 There are no changes to existing logic in this patch.
4452 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4453
4454 2007-10-06 Aaron Hawley <aaronh@garden.org>
4455
4456 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4457
4458 2007-10-05 Chris Moore <dooglus@gmail.com>
4459
4460 * server.el (server-kill-new-buffers): Doc fix.
4461
4462 2007-10-05 John W. Eaton <jwe@octave.org>
4463
4464 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4465 (octave-begin-keywords): Add "do".
4466 (octave-end-keywords): Remove "end".
4467 (octave-reserved-words): Add "end". Remove "all_va_args",
4468 "gplot", and 'gsplot".
4469 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4470 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4471 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4472 "default_return_value", "define_all_return_values",
4473 "do_fortran_indexing", "empty_list_elements_ok",
4474 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4475 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4476 "prefer_zero_one_indexing", "propagate_empty_matrices",
4477 "resize_on_range_error", "treat_neg_dim_as_zero",
4478 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4479 "warn_divide_by_zero", "warn_function_name_clash",
4480 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4481 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4482 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4483 "sigterm_dumps_octave_core".
4484 (octave-block-match-alist): Remove "end" from block-end keywords.
4485 (octave-mode): Update ftp site address.
4486
4487 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4488
4489 * vc.el: Reorder functions, no code changes.
4490
4491 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
4492
4493 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4494 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4495 the cond clauses where needed.
4496 (tramp-handle-write-region): Rearrange code for proper handling of
4497 tmpfile.
4498
4499 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4500
4501 * net/tramp.el:
4502 * net/tramp-fish.el:
4503 * net/tramp-ftp.el:
4504 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4505 `tramp-compat-make-temp-file'.
4506
4507 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4508
4509 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4510
4511 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4514 already uses a more recent copyright version than the "current" one.
4515
4516 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4517
4518 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4519 (doc-view-insert-image): Minor aesthetical docstring changes.
4520
4521 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
4522
4523 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4524 completing filename.
4525 (doc-view-search-internal): Docstring change.
4526
4527 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
4528
4529 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
4530 (tramp-file-name-handler-alist):
4531 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
4532 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
4533 used before, creates the file already, which is not desired.
4534 (tramp-do-copy-or-rename-file-directly): Simplify handling of
4535 temporary file.
4536 (tramp-handle-insert-file-contents): Assign the result in the
4537 short track case.
4538 (tramp-handle-insert-file-contents-literally): New defun.
4539 (tramp-completion-mode-p): Revert change from 2007-09-24.
4540 Checking for `return' etc as last character is not sufficient, for
4541 example in dired-mode when entering <g> (revert-buffer) or
4542 <s> (dired-sort).
4543
4544 * net/tramp-compat.el (top): Add also compatibility code for loading
4545 appropriate timer package.
4546 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4547 order to avoid autoloading problems.
4548
4549 * net/tramp-fish.el:
4550 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
4551
4552 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4553 where the second parameter of `copy-file' or `rename-file' is a
4554 remote file but not via ftp.
4555
4556 2007-10-02 Richard Stallman <rms@gnu.org>
4557
4558 * frame.el (cursor-in-non-selected-windows): Doc fix.
4559
4560 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4561
4562 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4563 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4564
4565 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
4566
4567 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4568 when `expt' doesn't give range errors.
4569
4570 2007-10-01 Markus Triska <markus.triska@gmx.at>
4571
4572 * calc/calc-math.el (math-smallest-emacs-expt):
4573 Make the computation more robust.
4574
4575 2007-09-30 David Kastrup <dak@gnu.org>
4576
4577 * startup.el (argv): Alias for `command-line-args-left' to use as
4578 `(pop argv)' inside of --eval command sequences. Allows for
4579 passing shell commands into Emacs verbatim without need for Lisp
4580 quoting.
4581
4582 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4583 check only for changed size.
4584 (auto-revert-tail-handler): Get size from caller. If the file has
4585 shrunk, tail the whole file again (the file presumably has been
4586 rewritten).
4587
4588 * woman.el (woman-topic-all-completions, woman-mini-help):
4589 Fix fallout from 2007-09-07 introduction of `dolist' when the list
4590 actually was being manipulated in the loop.
4591 (woman-Cyg-to-Win, woman-pre-process-region)
4592 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4593 (woman-strings, woman-special-characters, woman1-hc)
4594 (woman-change-fonts, woman-find-next-control-line):
4595 Use `match-beginning' rather than `match-string' when the result is
4596 just used as a flag.
4597
4598 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
4599
4600 * net/tramp-compat.el: New file.
4601
4602 * net/tramp.el:
4603 * net/tramp-fish.el:
4604 * net/tramp-smb.el:
4605 * net/tramp-uu.el:
4606 * net/trampver.el: Move compatibility code to tramp-compat.el.
4607 Apply `mapc' instead of `mapcar' when the code needs side effects
4608 only. Move utf-8 coding cookie to the second line.
4609
4610 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4611
4612 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4613 Improve custom type.
4614 (icon-map-list): Make it customizable. Document how to disable
4615 stock icons.
4616
4617 2007-09-30 Richard Stallman <rms@gnu.org>
4618
4619 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4620
4621 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4622
4623 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4624
4625 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4628 (t-mouse-mode): New compatibility alias.
4629
4630 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4631
4632 * server.el (server-delete-client): Only delete the terminal if it
4633 is non-nil.
4634
4635 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
4636
4637 * net/tramp.el (with-file-property, with-connection-property):
4638 Highlight as keyword.
4639 (tramp-rfn-eshadow-setup-minibuffer)
4640 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4641 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4642 (tramp-do-copy-or-rename-file-directly)
4643 (tramp-do-copy-or-rename-file-out-of-band)
4644 (tramp-handle-shell-command, tramp-get-debug-buffer)
4645 (tramp-send-command-and-read, tramp-equal-remote)
4646 (tramp-get-local-gid): Pacify byte-compiler.
4647 (tramp-handle-file-name-directory): Result shall not be expanded.
4648 (tramp-find-foreign-file-name-handler): Rewrite.
4649 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4650
4651 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4652
4653 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4654 Apply `tramp-completion-mode-p'.
4655 (tramp-fish-handle-set-file-times)
4656 (tramp-fish-handle-executable-find)
4657 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4658 (tramp-fish-retrieve-data): Pacify byte-compiler.
4659
4660 * net/tramp-gw.el (tramp-gw-basic-authentication):
4661 Call `tramp-read-passwd' with first parameter `nil'.
4662
4663 2007-09-28 Glenn Morris <rgm@gnu.org>
4664
4665 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4666 than mapcar.
4667
4668 * textmodes/tex-mode.el (tex-suscript-height-ratio)
4669 (tex-suscript-height-minimum): New customizable variables.
4670 (tex-suscript-height): New function.
4671 (superscript, subscript): Set height using tex-suscript-height
4672 rather than fixing at 0.8.
4673 (tex-fontify-script, tex-font-script-display): Add :version tag.
4674
4675 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
4676
4677 * progmodes/python.el (python-eldoc-function): Doc fix.
4678
4679 2007-09-27 Glenn Morris <rgm@gnu.org>
4680
4681 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
4682 image if it is not in image-type-auto-detectable, or is there with
4683 a nil value.
4684
4685 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
4686
4687 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4688 connection more robust.
4689
4690 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4691
4692 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4693 Deal with the case that special &keywords are at the beginning or
4694 end of the argument list. Also add some (incomplete) support for
4695 non-standard arglists.
4696
4697 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4700 (eldoc-message-commands, eldoc-current-idle-delay)
4701 (eldoc-function-argstring-format): Fix typos in docstrings.
4702
4703 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4704
4705 * calc/calc-units.el (calc-convert-units)
4706 (calc-convert-temperature): Remove unnecessary colons.
4707
4708 2007-09-26 Bastien Guerry <bzg@altern.org>
4709
4710 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4711 New function.
4712 (org-export-latex-remove-from-headlines): Name changed because of typo.
4713 (org-export-latex-quotation-marks-convention): Option removed.
4714 (org-export-latex-make-preamble): Handle the DATE option.
4715 (org-export-latex-cleaned-string): Now the only cleaning function,
4716 synched up with org.el.
4717 (org-export-latex-lists, org-export-latex-parse-list)
4718 (org-export-list-to-latex): New functions.
4719
4720 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
4721
4722 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
4723 (org-outline-regexp): New constant.
4724 (org-remember-handler): Throw error when the target file is not in
4725 org-mode.
4726 (org-cleaned-string-for-export): No longer call
4727 `org-export-latex-cleaned-string' with an argument.
4728 (org-get-tags): Returns now a list, not a string.
4729 (org-get-tags-string): New function.
4730 (org-archive-subtree): No need to split return of `org-get-tags'.
4731 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4732 instead of `org-get-tags'.
4733 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4734 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
4735 (org-compatible-face): New argument INHERITS. Inherit from this
4736 face if possible.
4737 (org-level-1, org-level-2, org-level-3, org-level-4)
4738 (org-level-5, org-level-6, org-level-7, org-level-8)
4739 (org-special-keyword, org-drawer, org-column, org-warning)
4740 (org-archived, org-todo, org-done, org-headline-done, org-table)
4741 (org-formula, org-code, org-agenda-structure)
4742 (org-scheduled-today, org-scheduled-previously)
4743 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4744 in the new way.
4745 (org-get-heading): New argument NO-TAGS.
4746 (org-fast-tag-selection-include-todo): Made defvar instead of
4747 defcustom, feature is not deprecated.
4748 (org-remember-store-without-prompt): New default value t.
4749 (org-todo-log-states): New variable.
4750 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4751 Compute the log states.
4752 (org-goto-map): More commands copied from global map. Also bind
4753 `org-occur'.
4754 (org-goto): Made into a general lookup command.
4755 (org-get-location): Complete rewrite.
4756 (org-goto-exit-command): New variable.
4757 (org-goto-selected-point): New variable.
4758 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4759 Set the new variables.
4760 (org-paste-subtree): Whitespace insertion strategy revised.
4761 (org-remember-apply-template): Protect v-A from the possibility
4762 that v-a might be nil.
4763 (org-remember-handler): Insertion rules revised.
4764 (org-todo): Respect org-todo-log-states.
4765 (org-up-heading-safe): New function.
4766 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
4767
4768 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4769
4770 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4771 region if in transient-mark-mode.
4772
4773 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4774
4775 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4776 * calc/calc-help.el (calc-full-help):
4777 * calc/calc-misc.el (another-calc):
4778 * calc/calc-store.el (calc-var-name-map):
4779 * calc/calc-stuff.el (calc-flush-caches):
4780 * calc/calc-units.el (math-build-units-table):
4781 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4782 (calc-quit):
4783 * calendar/icalendar.el (icalendar--format-ical-event)
4784 (icalendar--convert-ical-to-diary):
4785 * emacs-lisp/authors.el (authors):
4786 * emacs-lisp/cust-print.el (custom-print-install)
4787 (custom-print-uninstall):
4788 * emacs-lisp/disass.el (disassemble-1):
4789 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4790 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4791 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4792 (elint-check-let-form, elint-check-condition-case-form)
4793 (elint-initialize):
4794 * emacs-lisp/elp.el (elp-results):
4795 * emacs-lisp/generic.el (generic-mode-internal):
4796 * emacs-lisp/re-builder.el (reb-delete-overlays):
4797 * emacs-lisp/regi.el (regi-interpret):
4798 * emacs-lisp/sregex.el (sregex--char-aux):
4799 * emulation/cua-rect.el (cua--deactivate-rectangle)
4800 (cua--highlight-rectangle, cua--rectangle-post-command):
4801 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4802 * emulation/viper-macs.el (viper-describe-kbd-macros)
4803 (viper-describe-one-macro):
4804 * emulation/viper-util.el (viper-setup-master-buffer):
4805 * emulation/viper.el (set-viper-state-in-major-mode):
4806 * international/mule-diag.el (describe-current-coding-system):
4807 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4808 * mail/emacsbug.el (report-emacs-bug):
4809 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4810 * obsolete/hilit19.el (hilit-unhighlight-region)
4811 (hilit-set-mode-patterns):
4812 * play/solitaire.el (solitaire-check, solitaire-solve):
4813 * play/zone.el (zone-pgm-rotate):
4814 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4815 * progmodes/ada-prj.el (ada-prj-display-page):
4816 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4817 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4818 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4819 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4820 * progmodes/sh-script.el (sh-make-vars-local)
4821 (sh-reset-indent-vars-to-global-values):
4822 * progmodes/sql.el (top):
4823 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4824 * progmodes/xscheme.el (top):
4825 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4826 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4827 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4828 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4829 (artist-submit-bug-report):
4830 * textmodes/flyspell.el (flyspell-delay-commands)
4831 (flyspell-deplacement-commands):
4832 * textmodes/table.el (table--generate-source-epilogue, table-insert)
4833 (table--generate-source-cells-in-a-row, table--make-cell-map)
4834 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4835
4836 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
4837
4838 * allout.el (produce-allout-mode-map, allout-process-exposed):
4839 * ansi-color.el (ansi-color-make-color-map):
4840 * autoinsert.el (auto-insert):
4841 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4842 * dired-aux.el (dired-create-files):
4843 * dired.el (dired-restore-desktop-buffer):
4844 * ediff-diff.el (ediff-setup-fine-diff-regions):
4845 * ediff-mult.el (ediff-intersect-directories)
4846 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4847 (ediff-redraw-registry-buffer):
4848 * ediff-ptch.el (ediff-fixup-patch-map):
4849 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4850 (ediff-really-quit, ediff-clear-diff-vector):
4851 * emerge.el (emerge-really-quit):
4852 * ffap.el (ffap-replace-file-component):
4853 * filecache.el (file-cache-add-directory)
4854 (file-cache-add-directory-recursively)
4855 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4856 (file-cache-delete-directory, file-cache-files-matching-internal)
4857 (file-cache-display):
4858 * files.el (cd):
4859 * find-lisp.el (find-lisp-insert-directory):
4860 * finder.el (finder-compile-keywords):
4861 * help.el (view-emacs-news):
4862 * hi-lock.el (hi-lock-write-interactive-patterns):
4863 * ido.el (ido-to-end, ido-set-matches-1):
4864 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4865 (image-dired-mark-tagged-files):
4866 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4867 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4868 * ps-print.el (ps-background, ps-begin-file)
4869 (ps-build-reference-face-lists):
4870 * simple.el (clone-buffer):
4871 * startup.el (command-line):
4872 * tempo.el (tempo-insert-template, tempo-is-user-element)
4873 (tempo-forward-mark, tempo-backward-mark):
4874 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4875
4876 2007-09-25 Glenn Morris <rgm@gnu.org>
4877
4878 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4879
4880 * view.el (view-search-no-match-lines): Add a doc string.
4881 Rewrite to simplify and work better.
4882
4883 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4884
4885 * progmodes/cc-mode.el (c-mode-base-map):
4886 Use c-indent-line-or-region instead of c-indent-line.
4887
4888 * indent.el (indent-for-tab-command): First check if the region is
4889 active.
4890
4891 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4892
4893 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4894 whitespace-rescan-timer-time is 0.
4895
4896 2007-09-24 Karl Berry <karl@gnu.org>
4897
4898 * international/mule.el (coding-system-base): Fix doc string grammar.
4899
4900 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
4901
4902 * net/tramp.el (tramp-completion-mode-p): Rename from
4903 `tramp-completion-mode'. Revert logic, check `return', `newline'
4904 and such alike. Packages like Icicles tend to use other completion
4905 characters but `tab' and `space' only.
4906
4907 2007-09-24 Adam Hupp <adam@hupp.org>
4908
4909 * progmodes/python.el (run-python): Import emacs module without
4910 waiting; prevents lockup on error.
4911
4912 2007-09-23 Richard Stallman <rms@gnu.org>
4913
4914 * mail/sendmail.el (mail-bury): Delete the frame
4915 if this frame looks like it was made for this message.
4916
4917 * completion.el (completion-separator-self-insert-command)
4918 (completion-separator-self-insert-autofilling):
4919 If `self-insert-command' has been remapped, use the substitute.
4920
4921 * simple.el (copy-region-as-kill): Doc fix.
4922
4923 * textmodes/org.el (org-confirm-shell-link-function)
4924 (org-confirm-elisp-link-function): Doc fixes.
4925
4926 2007-09-23 Glenn Morris <rgm@gnu.org>
4927
4928 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
4929
4930 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
4931
4932 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
4933
4934 * term/tvi970.el (terminal-init-tvi970): Likewise.
4935
4936 * term/sun-mouse.el (print-mouse-format): Likewise.
4937
4938 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
4939 Use forward-line instead of previous-line and next-line.
4940
4941 2007-09-22 Juri Linkov <juri@jurta.org>
4942
4943 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
4944
4945 * tutorial.el (tutorial--default-keys): Update standard bindings:
4946 rename `iconify-or-deiconify-frame' to `suspend-frame',
4947 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
4948
4949 2007-09-22 Juri Linkov <juri@jurta.org>
4950
4951 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
4952 Add help-echo to external links and to links without description.
4953 (fancy-splash-insert): Use help-echo from the 3rd element of the
4954 link specification list, or "Follow this link" if it's nil. Doc fix.
4955
4956 2007-09-22 Juri Linkov <juri@jurta.org>
4957
4958 * startup.el (command-line): Rename `inhibit-startup-message' to
4959 `inhibit-startup-screen'.
4960 (fancy-about-text): Use shorter label for "Ordering Manuals".
4961 (fancy-startup-tail): Add optional arg `concise'. When `concise'
4962 is nil, display a line with "To start..." and 3 links to useful
4963 tasks. Display the "Dismiss" button and "Don't show this message
4964 again" only when concise is non-nil.
4965 (fancy-startup-screen): Call `fancy-startup-tail' with optional
4966 arg `concise'. If CONCISE is non-nil, display a concise version
4967 of the splash screen in another window. Otherwise, switch to the
4968 startup buffer in the same window.
4969 (startup-echo-area-message): Change displayed binding from
4970 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
4971 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
4972 the GNU system".
4973 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
4974 to "*GNU Emacs*".
4975 (display-about-screen): Don't check the existence of the buffer
4976 "*About GNU Emacs*".
4977 (display-splash-screen): Make alias to `display-startup-screen'.
4978 (command-line-1): Rename `inhibit-startup-message' to
4979 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
4980 started with command line options "-f", "-funcall", "-e", "-eval",
4981 "-execute", "-insert", "-find-file", "-file", "-visit".
4982 Inhibit startup screen when Emacs is started with a file name only
4983 on tty (i.e. don't inhibit it when started with a file name like
4984 "emacs FILE..." on a window system).
4985 (command-line-1): Simplify logic of displaying the startup screen:
4986 if file-count > 0, then display the concise version in another
4987 window, otherwise display full version in the same window.
4988
4989 * help.el (help-map): Bind C-h C-a to about-emacs.
4990 (help-for-help-internal): Add C-a description to C-h help text.
4991
4992 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
4993
4994 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
4995 (checkdoc-permit-comma-termination-flag): Autoload the
4996 safe-local-variable setting.
4997
4998 * bookmark.el (bookmark-xemacsp): Remove.
4999 (bookmark-make): Don't use bookmark-xemacsp,
5000 use (featurep 'xemacs) instead.
5001
5002 * speedbar.el (speedbar-frame-mode)
5003 (speedbar-frame-reposition-smartly)
5004 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
5005 (speedbar-check-vc): Remove use of non-existent variable
5006 dframe-xemacsp, use (featurep 'xemacs) instead.
5007
5008 * indent.el (indent-for-tab-command): Indent the region if
5009 transient-mark-mode and the region is active.
5010
5011 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
5012
5013 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
5014 add inferior-octave-directory-tracker to the buffer-local value
5015 of comint-input-filter-functions.
5016
5017 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5018
5019 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
5020
5021 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
5022
5023 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
5024 on w32 frames.
5025
5026 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
5027
5028 * startup.el (normal-top-level): Remove DISPLAY from
5029 process-environment to let it be computed dynamically in callproc.c.
5030
5031 * frame.el (frame-initialize, make-frame):
5032 * faces.el (tty-set-up-initial-frame-faces):
5033 * env.el (setenv): Don't set display-environment-variable.
5034
5035 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
5036 (server-create-tty-frame): Don't set unused `tty' property.
5037 Set `display' instead of display-environment-variable.
5038 (server-create-window-system-frame): No display-environment-variable.
5039
5040 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
5041
5042 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
5043 (rfn-eshadow-update-overlay-hook): New defvars.
5044 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
5045 Run the hooks.
5046
5047 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
5048 (tramp-rfn-eshadow-setup-minibuffer)
5049 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
5050 rfn-eshadow.el.
5051
5052 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
5053 timeout.
5054
5055 2007-09-21 Glenn Morris <rgm@gnu.org>
5056
5057 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
5058 * term/sun-mouse.el (suspend-emacstool): Remove.
5059 * term/sun.el: Remove emacstool-related code.
5060
5061 * emacs-lisp/bytecomp.el (byte-compile-warnings)
5062 (byte-compile-warnings-safe-p): Add `mapcar'.
5063 (byte-compile-warning-types): Add mapcar and make-local.
5064 (byte-compile-normal-call): Add option to suppress mapcar warning.
5065 (top-level): Use mapc rather than mapcar in eval-when-compile.
5066
5067 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
5068 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
5069 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
5070 Handle escaped parens.
5071 (latex-forward-sexp): Doc fix.
5072
5073 * eshell/esh-mode.el (eshell-output-filter-functions):
5074 Add eshell-postoutput-scroll-to-bottom.
5075
5076 * loadup.el: Remove termdev.
5077
5078 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
5079 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
5080
5081 2007-09-21 Markus Triska <markus.triska@gmx.at>
5082
5083 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
5084 `mapcar' is called for effect.
5085
5086 2007-09-21 Kevin Ryde <user42@zip.com.au>
5087
5088 * international/mule.el (sgml-html-meta-auto-coding-function):
5089 Bind `case-fold-search' to t.
5090
5091 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5092
5093 * termdev.el: Remove.
5094
5095 * frame.el (get-device-terminal): New function. Moved from termdev.el.
5096 (frames-on-display-list): Use it.
5097
5098 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
5099
5100 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
5101
5102 2007-09-20 Richard Stallman <rms@gnu.org>
5103
5104 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
5105
5106 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5107
5108 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
5109
5110 2007-09-20 Glenn Morris <rgm@gnu.org>
5111
5112 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
5113 motion functions, rather than hard-coding "\n\n".
5114 (tex-validate-region): Check for eobp, to speed up.
5115 (tex-next-unmatched-end): Doc fix.
5116
5117 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5118
5119 * files.el (auto-mode-alist): Use archive-mode for .rar files.
5120
5121 * international/mule.el (auto-coding-alist): Rar archives are binary.
5122
5123 * arc-mode.el: Add basic support for Rar.
5124 (archive-find-type): Recognize Rar's signature.
5125 (archive-desummarize): New fun.
5126 (archive-summarize): Use it to restore the buffer's data in case
5127 someone wants to switch to some other major mode.
5128 (archive-resummarize): Use it as well.
5129 (archive-rar-summarize, archive-rar-extract): New functions.
5130
5131 * filesets.el: Remove spurious * in docstrings.
5132 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
5133 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
5134 (filesets-ingroup-collect): Remove unused arg `depth'.
5135 (filesets-update): Remove unused arg `version'.
5136
5137 * finder.el (finder-compile-keywords): Fix up comment style.
5138 (finder-mouse-face-on-line): previous-line -> forward-line.
5139
5140 * recentf.el: Remove spurious * in docstrings.
5141 (recentf-save-list): Fix up comment style.
5142
5143 * progmodes/octave-mod.el: Remove spurious * in docstrings.
5144 (octave-mode-map): Move init into declaration and remove \t binding.
5145 (octave-mode-startup-message): Remove unused var.
5146 (octave-scan-blocks): Remove unused arg `from'.
5147 (octave-forward-block, octave-down-block, octave-up-block):
5148 Update callers.
5149
5150 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
5151 (meta-mode-map): Likewise and remove \t binding.
5152
5153 * net/snmp-mode.el: Remove spurious * in docstrings.
5154 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
5155 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
5156 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
5157 that completion accepts lists of strings.
5158 (snmp-mode-syntax-table): Move initialization into declaration.
5159 (snmp-mode-map): Likewise and remove \t binding.
5160 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
5161 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
5162 (snmp-indent-command): Remove.
5163
5164 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
5165 binding, so tab-always-indent works right.
5166
5167 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
5168
5169 * net/browse-url.el (browse-url-elinks-new-window): New function.
5170 (browse-url-elinks): Use browse-url-elinks-new-window.
5171 Accept optional second argument `new-window'. Fix typo in doc-string.
5172 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
5173 Improve error message.
5174
5175 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5176
5177 * net/browse-url.el (browse-url-url-encode-chars): Use the right
5178 parameter name in the function body.
5179 Reported by Johannes Weiner.
5180
5181 2007-09-19 Glenn Morris <rgm@gnu.org>
5182
5183 * net/socks.el (socks-open-network-stream): Signal an explicit
5184 error if the port associated with a service string can't be found.
5185
5186 * textmodes/tex-mode.el (tex-terminate-paragraph):
5187 Use backward-paragraph.
5188
5189 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * server.el (server-running-p): New function.
5192
5193 2007-09-18 Jason Rumney <jasonr@gnu.org>
5194
5195 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5196 x-focus-frame.
5197
5198 * frame.el (select-frame-set-input-focus, select-frame-by-name):
5199 Use x-focus-frame for w32.
5200
5201 2007-09-17 David Kastrup <dak@gnu.org>
5202
5203 * textmodes/tex-mode.el (tex-verbatim-environments):
5204 Eliminate CL dependency.
5205
5206 2007-09-17 Richard Stallman <rms@gnu.org>
5207
5208 * newcomment.el (comment-add): New arg EXTRA.
5209 (comment-region-default): Pass EXTRA if not indenting lines.
5210
5211 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5212
5213 * net/browse-url.el (browse-url-url-encode-chars): New function.
5214 URL-encode some chars in a string.
5215 (browse-url-encode-url): Rewrite using the previous function.
5216 (browse-url-file-url): Use `browse-url-url-encode-chars'.
5217 (browse-url-elinks-sentinel): Fix typo.
5218 (browse-url-new-window-flag): Doc change.
5219
5220 2007-09-17 Glenn Morris <rgm@gnu.org>
5221
5222 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5223 filename from `--file-line-error', if it is available.
5224
5225 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5226
5227 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5228 TeX `--file-line-error' format.
5229
5230 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5231
5232 * xt-mouse.el: Delete add-hook calls that were moved to
5233 xterm-mouse-mode.
5234 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5235 does not work.
5236
5237 2007-09-17 Richard Stallman <rms@gnu.org>
5238
5239 * cus-face.el (custom-theme-set-faces): Undo previous change.
5240
5241 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5242
5243 2007-09-17 Glenn Morris <rgm@gnu.org>
5244
5245 * textmodes/tex-mode.el (tex-region): Simplify previous change,
5246 handling the case where the region is not in `tex-main-file'.
5247 (tex-region-1): Delete.
5248 (tex-region-header): New function, doing the header part of the
5249 old tex-region-1.
5250
5251 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * simple.el (newline): Simplify use of prefix-numeric-value.
5254 (line-move-partial): Remove unused var `ppos'.
5255 (line-move-1): Replace 9999 with most-positive-fixnum.
5256 (move-end-of-line): Use more efficient single-property search.
5257 (move-beginning-of-line): Remove unused var `start'.
5258 (blink-matching-open): Restructure in a more functional style.
5259
5260 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5261
5262 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5263
5264 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * server.el (server-clients): Only keep procs, no properties any more.
5267 (server-client): Remove.
5268 (server-client-get, server-client-set): Remove, replace all callers by
5269 process-get and process-put resp.
5270 (server-clients-with, server-add-client, server-delete-client)
5271 (server-create-tty-frame, server-create-window-system-frame)
5272 (server-process-filter, server-execute, server-visit-files)
5273 (server-buffer-done, server-kill-buffer-query-function)
5274 (server-kill-emacs-query-function, server-switch-buffer)
5275 (server-save-buffers-kill-terminal): Update accordingly.
5276
5277 * server.el (server-with-environment): Simplify.
5278 (server-select-display, server-unselect-display): Re-add functions that
5279 seem to have been lost in the multi-tty merge.
5280 (server-eval-and-print, server-create-tty-frame)
5281 (server-create-window-system-frame, server-goto-toplevel)
5282 (server-execute, server-return-error): New functions extracted from
5283 server-process-filter.
5284 (server-execute-continuation): New functions.
5285 (server-process-filter): Restructure so that all arguments are analysed
5286 first and then acted upon in a subsequent stage. This way
5287 server-goto-toplevel can be executed later, when we know if
5288 it's necessary.
5289 Remove the "-version" and "-version-good" support.
5290
5291 2007-09-16 Drew Adams <drew.adams@oracle.com>
5292
5293 * cus-edit.el (custom-face-edit-activate): Doc fix.
5294
5295 2007-09-16 Glenn Morris <rgm@gnu.org>
5296
5297 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5298 Following cal-bahai renaming, update all instances of
5299 list-bahai-diary-entries to diary-bahai-list-entries,
5300 mark-bahai-diary-entries to diary-bahai-mark-entries,
5301 calendar-goto-bahai-date to calendar-bahai-goto-date,
5302 insert-bahai-diary-entry to diary-bahai-insert-entry,
5303 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5304 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5305 calendar-print-bahai-date to calendar-bahai-print-date.
5306
5307 * textmodes/tex-mode.el (tex-region): Handle the case where the
5308 region is not in `tex-main-file'. Move the old code that applies
5309 to both cases...
5310 (tex-region-1): ...to this new function.
5311
5312 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5313
5314 * vc.el (vc-process-sentinel): New function.
5315 (vc-exec-after): Use it instead of using ugly hackish analysis and
5316 construction of Elisp code.
5317 (vc-sentinel-movepoint): New dynamically scoped var.
5318 (vc-print-log, vc-annotate): Set it to move the user's point.
5319
5320 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5321 inhibit-modification-hooks.
5322
5323 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5324 (calendar-bahai-print-date, calendar-bahai-goto-date)
5325 (diary-bahai-list-entries, diary-bahai-insert-entry):
5326 New names to clean up the namespace a bit more.
5327 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5328
5329 2007-09-15 Glenn Morris <rgm@gnu.org>
5330
5331 * calendar/holidays.el (holiday-list): Rename it back to
5332 `list-holidays', but leave `holiday-list' as an alias.
5333
5334 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5335 custom group.
5336
5337 * textmodes/css-mode.el (css): New custom group.
5338 (css-electrick-keys, css-selector, css-property)
5339 (css-indent-offset): Specify custom group.
5340
5341 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5344 (cvs-execute-single-file): Use process-file.
5345 (cvs-run-process): Use start-file-process.
5346
5347 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5348
5349 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5350 level. Remove the hooks when turning off the mode.
5351
5352 * term/xterm.el: Require xt-mouse at compile time.
5353 (terminal-init-xterm): Turn on xterm mouse tracking for this
5354 terminal if xterm-mouse-mode is enabled.
5355
5356 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5357
5358 * term/xterm.el (xterm-function-map): Replace bindings that were
5359 deleted by the merge.
5360
5361 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
5362
5363 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5364 (bubbles-mode-map): Move define-key statements here.
5365 (bubbles-game-theme-menu): Ditto.
5366 (bubbles-graphics-theme-menu): Ditto.
5367 (bubbles-menu): Ditto.
5368 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5369 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5370 (bubbles-plop): Set buffer-undo-list, redisplay.
5371 (bubbles-undo): Reset buffer-undo-list, redisplay.
5372 (bubbles--show-images): Take care of missing text properties.
5373
5374 2007-09-14 Glenn Morris <rgm@gnu.org>
5375
5376 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5377 quoting.
5378
5379 * calendar/cal-hebrew.el, calendar/cal-menu.el
5380 * calendar/calendar.el, calendar/diary-lib.el
5381 * calendar/holidays.el: Rename all instances of
5382 list-calendar-holidays callers to calendar-list-holidays,
5383 list-holidays to holiday-list, check-calendar-holidays to
5384 calendar-check-holidays, mark-calendar-holidays to
5385 calendar-mark-holidays, and filter-visible-calendar-holidays to
5386 holiday-filter-visible-calendar.
5387
5388 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5389
5390 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5391
5392 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5393
5394 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5395 Use transparent background for empty cells in graphics mode.
5396
5397 2007-09-13 Jari Aalto <jari.aalto@cante.net>
5398
5399 * man.el (Man-default-man-entry): At end of line, continue looking
5400 to the next line for possible end of hyphenated command.
5401
5402 2007-09-13 Chris Moore <dooglus@gmail.com>
5403
5404 * shell.el (shell-resync-dirs): Don't move the cursor relative to
5405 the command being edited.
5406
5407 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5408
5409 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5410
5411 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5412
5413 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5414 C-M-S- keys.
5415
5416 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5417
5418 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5419
5420 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5421 New argument `filename-p' to use one set of confusing chars or another.
5422 (browse-url-file-url): Use the argument.
5423 Suggested by Johannes Weiner.
5424
5425 2007-09-12 Romain Francoise <romain@orebokech.com>
5426
5427 * cus-start.el (all): Revert 2007-09-08 change.
5428
5429 2007-09-12 Aaron Hawley <aaronh@garden.org>
5430
5431 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5432 extract .Z files, since it is more common than uncompress.
5433
5434 2007-09-12 Glenn Morris <rgm@gnu.org>
5435
5436 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5437 duplicate function definition.
5438
5439 2007-09-10 Chris Moore <dooglus@gmail.com>
5440
5441 * diff-mode.el (diff-sanity-check-hunk):
5442 Also accept single-line hunks.
5443
5444 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * startup.el (startup-screen-inhibit-startup-screen)
5447 (pure-space-overflow-message): New vars.
5448 (fancy-splash-insert): Allow functions for face and link specs.
5449 (fancy-splash-head): Remove unused arg. Move splash text...
5450 (fancy-startup-text, fancy-about-text): ...here.
5451 (fancy-startup-tail): Rename from fancy-splash-tail.
5452 (fancy-startup-screen, fancy-about-screen): Split off from
5453 fancy-splash-screens.
5454 (display-startup-screen): New function.
5455 (display-about-screen): Rename from display-splash-screen.
5456 (command-line-1): Use concise startup screen if necessary.
5457
5458 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5459
5460 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5461 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5462
5463 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5466 (python-font-lock-keywords): Update to the 2.5 version of the language.
5467 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5468 (python-backspace): Only behave funny in code.
5469 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5470 (inferior-python-mode): Add PDB prompt regexp.
5471 (python-fill-paragraph): Refine the fenced-string regexp.
5472 (python-find-imports): Handle imports spanning several lines.
5473 (python-mode): Add `class' to hideshow support.
5474
5475 2007-09-10 Dave Love <fx@gnu.org>
5476
5477 * outline.el (outline-4, outline-5, outline-7):
5478 Move font-lock-builtin-face down from 4 to 7 to better keep the
5479 progression of color brightness, and to better match Org-mode's faces.
5480
5481 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5482
5483 * progmodes/meta-mode.el (meta-font-lock-keywords)
5484 (font-lock-match-meta-declaration-item-and-skip-to-next)
5485 (meta-comment-indent, meta-indent-previous-line)
5486 (meta-indent-unfinished-line, meta-beginning-of-defun)
5487 (meta-end-of-defun, meta-common-initialization): Handle \f.
5488 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5489 a comment-start.
5490
5491 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5492 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5493 numeric notation of file modes.
5494 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5495 numeric value.
5496 (read-file-modes): New. Read either an octal value of a file mode or a
5497 symbolic value, and return its numeric value.
5498
5499 * dired-aux.el (dired-do-chmod): Change to use the built-in
5500 `set-file-modes' and the previous symbolic mode parsing functions.
5501
5502 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * textmodes/texinfo.el: Remove spurious * in docstrings.
5505 (texinfo-mode-syntax-table, texinfo-mode-map):
5506 Initialize in the declaration.
5507
5508 * tmm.el: Remove spurious * in docstrings.
5509 (tmm-prompt): Use with-current-buffer.
5510
5511 * vcursor.el: Remove spurious * in docstrings.
5512 (vcursor-map): Initialize in the declaration.
5513 (vcursor-use-vcursor-map): Use define-minor-mode.
5514 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5515
5516 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5517 Initialize in the declaration.
5518 (widget-minor-mode): Use define-minor-mode.
5519
5520 * woman.el (woman-mode-map, woman-syntax-table):
5521 Initialize in the declaration.
5522
5523 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
5524
5525 * doc-view.el: New file.
5526
5527 2007-09-09 Juri Linkov <juri@jurta.org>
5528
5529 * Makefile.in (update-authors): Add etc/ to AUTHORS.
5530
5531 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5532
5533 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5534 to "Startup screen". Fix docstring.
5535 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5536 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5537 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5538 (initial-scratch-message): Fix docstring.
5539 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5540 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5541 Add link to "Customize Startup" and set interval between links to
5542 5 spaces.
5543 (fancy-about-text): Add links "Authors" and "Contributing".
5544 (fancy-splash-head): Add text "Welcome to " on the startup screen,
5545 and "This is " on the about screen. Add link to
5546 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5547 For the about screen move emacs version to the header from
5548 `fancy-splash-tail' (as it's done already for normal about screen).
5549 (fancy-splash-tail): Insert emacs version only for startup screen.
5550 (normal-splash-screen): Remove duplicate empty lines.
5551 (normal-about-screen): Add links "Authors" and "Contributing".
5552
5553 * menu-bar.el (menu-bar-help-menu):
5554 Move "About Emacs" and "About GNU" to the end of the Help menu.
5555 Move "Emacs Psychotherapist" after "Send Bug Report...".
5556 Move "External Packages" after "Find Emacs Packages".
5557
5558 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
5559
5560 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5561 they are useless with the byte compiler.
5562 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5563 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5564 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5565 (tramp-file-name-real-host, tramp-file-name-port)
5566 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5567 defuns.
5568
5569 * net/tramp-cache.el (top): Improve error message when
5570 `tramp-persistency-file-name' is corrupted.
5571
5572 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
5573
5574 * textmodes/org.el (org-re): Also replace the :alpha: class.
5575 (org-todo-tag-alist): Variable removed.
5576 (org-todo-key-alist, org-todo-key-trigger): New variables.
5577 (org-use-fast-todo-selection): New option.
5578 (org-log-done): Docstring fixed.
5579 (org-deadline-warning-days): New default value 14.
5580 (org-edit-timestamp-down-means-later): New option.
5581 (org-tag-alist): Docstring fixed.
5582 (org-fast-tag-selection-include-todo): New option.
5583 (org-export-language-setup): New languages added.
5584 (org-set-regexps-and-options): Compute the new variables.
5585 (org-paste-subtree): Cleaning up.
5586 (org-remember-apply-template): New escape %A.
5587 (org-todo): Call fast TODO selection.
5588 (org-fast-todo-selection): New function.
5589 (org-add-log-note): Allow prefix for abort exit.
5590 (org-at-property-p, org-entry-properties)
5591 (org-columns-get-autowidth-alist): Use :alpha: class.
5592 (org-get-wdays): New function.
5593 (org-agenda-remove-date): New variable.
5594 (org-agenda-get-deadlines): Use `org-get-wdays'.
5595 (org-agenda-get-deadlines): Reverse ee before returning.
5596 (org-format-agenda-item): New argument REMOVE-RE.
5597 (org-agenda-convert-date): Baha'i calendar added.
5598 (org-infile-export-plist): Also find DATE line.
5599 (org-get-min-level): New function.
5600 (org-export-as-html, org-export-as-ascii): Use the date format.
5601 (org-shiftup, org-shiftdown): Use.
5602 `org-edit-timestamp-down-means-later'.
5603 (org-assign-fast-keys): New function.
5604
5605 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5606
5607 * cus-start.el (all): Add prefer-window-split-horizontally from
5608 window.c.
5609
5610 2007-09-08 Eli Zaretskii <eliz@gnu.org>
5611
5612 * net/browse-url.el (browse-url-galeon): Fix last change.
5613 (top-level): Require cl when compiling.
5614
5615 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
5616
5617 * textmodes/org-export-latex.el: arch-tag restored.
5618
5619 * textmodes/org-publish.el: arch-tag restored.
5620
5621 2007-09-08 Masatake YAMATO <jet@gyve.org>
5622
5623 * progmodes/which-func.el (which-func-modes): Add diff-mode.
5624
5625 * progmodes/cc-langs.el: Support new keywords added to
5626 objective-c frontend of gcc.
5627 (c-simple-stmt-kwds): Add @throw.
5628 (c-block-stmt-2-kwds): Add @synchronized.
5629 (c-block-stmt-1-kwds): Add @finally and @try.
5630
5631 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
5632
5633 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5634 (org-agenda-after-show-hook): New variable.
5635 (org-columns-compile-format)
5636 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5637 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5638 property names.
5639 (org-get-wdays): New function.
5640
5641 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5644
5645 * term/xterm.el (xterm-function-map): Initialize in the declaration.
5646
5647 * vc-arch.el (vc-arch-checkin): Fix typo.
5648
5649 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5650
5651 * cus-face.el (custom-theme-set-faces): Set face attributes
5652 locally for each frame.
5653
5654 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5657 via font-lock-defaults.
5658
5659 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5660 derived-mode-p.
5661
5662 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
5663
5664 * progmodes/autoconf.el (autoconf-definition-regexp):
5665 Handle optional square brackets around definition name.
5666
5667 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
5668
5669 * net/browse-url.el (browse-url-browser-function): Add elinks.
5670 (browse-url-elinks-wrapper): New option.
5671 (browse-url-encode-url, browse-url-elinks)
5672 (browse-url-elinks-sentinel): New functions.
5673 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5674 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5675 Use new function browse-url-encode-url.
5676
5677 2007-09-07 Glenn Morris <rgm@gnu.org>
5678
5679 * version.el (emacs-version): Revert 2007-08-29 change: no need to
5680 say if multi-tty is present.
5681
5682 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * cus-start.el (split-window-preferred-function): Add custom info.
5685
5686 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5687 (calendar-mark-holidays, calendar-list-holidays)
5688 (holiday-filter-visible-calendar): New names to clean up namespace.
5689 (filter-visible-calendar-holidays, list-calendar-holidays)
5690 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5691 Add compatibility aliases.
5692 (calendar-check-holidays, calendar-mark-holidays)
5693 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5694 (holiday-sexp): Replace append with list.
5695 (holiday-filter-visible-calendar): Replace append with push.
5696
5697 * woman.el: Remove spurious * in docstrings.
5698 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5699 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5700 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5701 (woman-write-directory-cache, woman-display-extended-fonts)
5702 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5703 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5704 (woman-mode): Use inhibit-read-only.
5705 (woman-negative-vertical-space): Use dotimes.
5706 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5707
5708 2007-09-06 Romain Francoise <romain@orebokech.com>
5709
5710 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5711 (vc-bzr-workfile-version): Use it.
5712
5713 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5714
5715 * complete.el (PC-do-completion): Don't try to treat
5716 empty string as an abbreviation.
5717
5718 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5719
5720 * help-fns.el (describe-variable): Keep doc's text properties.
5721
5722 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5723
5724 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5725 instead of a file.
5726
5727 2007-09-06 Glenn Morris <rgm@gnu.org>
5728
5729 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5730 (checkdoc-minor-mode): Allow user to specify lighter via
5731 checkdoc-minor-mode-string.
5732
5733 2007-09-05 Richard Stallman <rms@gnu.org>
5734
5735 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
5736 Several items removed, simplified, or put on one line.
5737 (fancy-about-text): Add substantial contents, part of startup text.
5738 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5739 (normal-splash-screen): Call normal-mouse-startup-screen,
5740 normal-no-mouse-startup-screen, or normal-about-screen.
5741 (normal-mouse-startup-screen): New fn, broken out, shortened.
5742 (normal-no-mouse-startup-screen): New fn, broken out.
5743 (normal-about-screen): New function, contents all new.
5744
5745 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5746
5747 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5748
5749 2007-09-05 Glenn Morris <rgm@gnu.org>
5750
5751 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5752 is bound.
5753
5754 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5755
5756 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
5757 in doc string.
5758
5759 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5760
5761 * server.el (server-start, server-unload-hook): Undo previous change.
5762
5763 * xt-mouse.el: Undo previous change.
5764
5765 2007-09-04 Juri Linkov <juri@jurta.org>
5766
5767 * startup.el (fancy-about-text): New variable.
5768 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5769 (fancy-current-text, fancy-splash-stop-time)
5770 (fancy-splash-outer-buffer): Remove variables.
5771 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5772 `startup' and use it to conditionally display different texts for
5773 Startup and About screens. Don't display Help commands on the About
5774 screen.
5775 (fancy-splash-screens-1): Remove function and move its content to
5776 `fancy-splash-screens' to the part that dislpays the About screen.
5777 (exit-splash-screen): Don't treat specially exiting from
5778 alternating screens.
5779 (fancy-splash-screens): Rename argument `static' to `startup'.
5780 Fix docstring. Remove code for displaying alternating screens.
5781 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5782 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5783 for `inhibit-read-only'.
5784 (normal-splash-screen): Rename argument `static' to `startup'.
5785 Fix docstring. Use argument `startup' to conditionally display
5786 different texts for Startup and About screens. Don't display Help
5787 commands on the About screen. Remove `unwind-protect' `sit-for'
5788 delay and `kill-buffer' after it.
5789 (display-startup-echo-area-message): Remove call to
5790 `use-fancy-splash-screens-p' because image.el is preloaded and
5791 doesn't display "Loading image... done".
5792 (display-splash-screen): Rename argument `static' to `startup'.
5793 Fix docstring.
5794
5795 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5796
5797 * server.el (server-start, server-unload-hook):
5798 suspend-tty-functions has been renamed to suspend-tty-hook.
5799
5800 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5801 resume-tty-hook.
5802
5803 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5804
5805 * loadup.el: Fix merge problem, only load "button" once.
5806
5807 2007-09-03 Glenn Morris <rgm@gnu.org>
5808
5809 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5810 "Working file:" as the prefix, for the sake of
5811 log-view-current-file.
5812
5813 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5814
5815 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
5816 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5817 if the selected frames is in
5818 xterm-modify-other-keys-terminal-list.
5819 (xterm-turn-off-modify-other-keys): Add an optional frame
5820 parameter. Only turn off modify-other-keys if FRAME is in
5821 xterm-modify-other-keys-terminal-list.
5822 (xterm-remove-modify-other-keys): New function.
5823 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5824 Add the selected frame to xterm-modify-other-keys-terminal-list.
5825
5826 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5827
5828 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5829 (icon-map-list): New variable.
5830 (x-gtk-map-stock): Use icon-map-list.
5831
5832 2007-09-02 Romain Francoise <romain@orebokech.com>
5833
5834 * log-view.el (log-view-current-file): Balance parens.
5835
5836 2007-09-02 Glenn Morris <rgm@gnu.org>
5837
5838 * comint.el (comint-mode): Don't set scroll-conservatively.
5839
5840 * eshell/em-unix.el (eshell/time): Stringify and flatten the
5841 non-command arguments.
5842
5843 * log-view.el (log-view-current-file): Give a more explicit error
5844 if log-view-file-re fails to find a match.
5845
5846 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5847
5848 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5849 Fix bug: Don't expand top-level file name more than once.
5850 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5851
5852 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5853
5854 * server.el (server-process-filter): Don't display the splash screen.
5855 It's annoying enough on the initial screen and becomes positively
5856 obnoxious here.
5857
5858 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5861 Change naming to use "avl-tree--" for internal functions.
5862
5863 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
5864
5865 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5866 the merge.
5867 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5868 (provide): Move to the end of file.
5869
5870 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5871
5872 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5873
5874 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5875 New variable. List of exceptions for the duplicated word rule.
5876 (flyspell-mark-duplications-flag): Mention it.
5877 (flyspell-word): Treat it.
5878
5879 * files.el (create-file-buffer): If the filename sans directory starts
5880 with spaces, remove them.
5881
5882 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5883
5884 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5885 (x-gtk-map-stock): Use two directory elements when matching
5886 file name.
5887
5888 2007-08-31 James Wright <james@chumsley.org>
5889
5890 * eshell/em-unix.el (eshell/info): New function.
5891
5892 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * frame.el (frame-initialize, make-frame):
5895 * server.el (server-process-filter):
5896 * faces.el (tty-set-up-initial-frame-faces): Don't set
5897 term-environment-variable since it's not used any more.
5898
5899 * env.el (setenv): Don't treat $TERM specially.
5900
5901 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5902 stated otherwise, subprocesses do not send back escape sequences
5903 corresponding to the terminal from which Emacs was started.
5904
5905 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
5906
5907 * calculator.el: Require cl for compilation.
5908
5909 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
5910
5911 * outline.el (outline-font-lock-levels): Comment out unused var.
5912 (outline-font-lock-face): Wrap around face list to handle any
5913 nesting depth gracefully.
5914
5915 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
5916
5917 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
5918 `set-file-times'.
5919
5920 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5921
5922 * textmodes/org.el (org-export-visible): Fix drawers before export.
5923 (org-do-sort): Allow sorting by priority.
5924 (org-agenda-files): Ignore non-existing files.
5925 (org-agenda-skip-unavailable-files): New variable.
5926 (org-ellipsis): All a face as value.
5927 (org-mode): Interprete the face value of `org-ellipsis'.
5928 (org-archive-save-context-info): New option.
5929 (org-archive-subtree): Store context info in archived entry.
5930 (org-fast-tag-selection-can-set-todo-state): New variable.
5931 (org-fast-tag-selection): Allow setting TODO states through this
5932 interface.
5933 (org-cycle): Docstring updated.
5934 (org-todo-keyword-faces): New option.
5935 (org-get-todo-face): New function.
5936 (org-set-font-lock-defaults, org-agenda-highlight-todo):
5937 Use `org-get-todo-face'.
5938 (org-switch-to-buffer-other-window): New function.
5939 (org-table-edit-field, org-table-show-reference)
5940 (org-table-edit-formulas, org-add-log-note)
5941 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
5942 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
5943 `switch-to-buffer-other-window' to make sure that the temporary
5944 windows show up on the current frame.
5945 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
5946 (org-get-entries-from-diary, org-replace-region-by-html):
5947 Don't allow pop-up frames.
5948 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5949 Fix problems with time-of-day.
5950 (org-export-get-title-from-subtree): New function.
5951 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
5952 with listing items that are DONE.
5953 (org-change-tag-in-region): New command.
5954 (org-agenda-skip-scheduled-if-done)
5955 (org-agenda-skip-deadline-if-done): Docstring clarified.
5956 (org-mode): Hide drawers on startup.
5957 (org-get-todo-face): New function.
5958 (org-todo-keyword-faces): New option.
5959 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
5960 (org-remove-keyword-keys): New function.
5961
5962 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
5963
5964 * progmodes/grep.el (grep-find-ignored-directories):
5965 Add monotone _MTN bookkeeping directory in workspaces.
5966 Add RCS control directory. List items in alphabetical order.
5967
5968 * progmodes/grep.el (grep-files-aliases): Add cc alias.
5969 Sort items in alphabetical order. Fix parens.
5970
5971 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5972
5973 * vc-hg.el (vc-hg-extra-menu-map): New variable.
5974 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
5975 (vc-hg-pull): New functions.
5976 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
5977
5978 * term/mac-win.el: Don't require url, only autoloaded url
5979 functions are used in this file.
5980
5981 2007-08-29 Andreas Schwab <schwab@suse.de>
5982
5983 * shell.el (shell): Return correct value from interactive spec.
5984
5985 2007-08-29 Glenn Morris <rgm@gnu.org>
5986
5987 * version.el (emacs-version): Increase to 23.0.50.
5988
5989 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5990
5991 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
5992
5993 2007-08-29 Juri Linkov <juri@jurta.org>
5994
5995 * loadup.el: Add "button" loading after "faces" and move "startup"
5996 to load after "button".
5997
5998 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5999
6000 * loadup.el: Load term/mac-win on a Mac using Carbon.
6001
6002 * term/mac-win.el: Provide mac-win.
6003 (mac-initialized): New variable.
6004 (mac-initialize-window-system): New function. Move global setup here.
6005 (handle-args-function-alist, frame-creation-function-alist):
6006 (window-system-initialization-alist): Add mac entries.
6007 (x-setup-function-keys): New function containing all the
6008 top level function key definitions.
6009
6010 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
6011
6012 * env.el (read-envvar-name): Don't consider the environment frame param.
6013
6014 * env.el (setenv):
6015 * frame.el (frame-initialize, make-frame):
6016 * faces.el (tty-set-up-initial-frame-faces):
6017 * server.el (server-process-filter): Set
6018 display-environment-variable and term-environment-variable.
6019
6020 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
6021
6022 2007-08-29 Jason Rumney <jasonr@gnu.org>
6023
6024 * loadup.el: Only load term/x-win when X is compiled in.
6025 Load term/w32-win and dependencies on windows-nt.
6026
6027 * term/w32-win.el: Reorder to match x-win.el more closely.
6028 Provide w32-win. Don't throw error when global window-system not w32.
6029 (internal-face-interactive): Remove obsolete function.
6030 (x-setup-function-keys): Use local-function-key-map.
6031 (w32-initialized): New variable.
6032 (w32-initialize-window-system): Set it.
6033 Move more global setup here.
6034 (x-setup-function-keys): New function.
6035 (w32-initialize-window-system): Move non function key global setup here.
6036 (x-cut-buffer-max): Remove.
6037 (w32-initialize-window-system): New function.
6038 (handle-args-function-alist, frame-creation-function-alist):
6039 (window-system-initialization-alist): Add w32 entries.
6040
6041 2007-08-29 David Kastrup <dak@gnu.org>
6042
6043 * env.el (getenv): Pass frame to getenv-internal.
6044
6045 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
6046
6047 * version.el (emacs-version): Show if multi-tty is present.
6048
6049 * loadup.el: Delay loading env; mule-conf gets confused by cl
6050 during bootstrap. Also load termdev and term/x-win.
6051
6052 * bindings.el (mode-line-client): New variable.
6053 (help-echo): Add it to the default mode-line format.
6054
6055 * cus-start.el: Remove bogus window-system reference from GTK test.
6056
6057 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
6058 (ebrowse-electric-position-mode-map):
6059 * ebuff-menu.el (electric-buffer-menu-mode-map):
6060 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
6061 not `suspend-emacs'.
6062
6063 * ediff-wind.el (ediff-setup-windows-automatic): New function.
6064 (ediff-window-setup-function): Use it as default.
6065
6066 * files.el (save-buffers-kill-terminal): New function.
6067 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
6068
6069 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
6070 and `with-selected-frame'.
6071
6072 * help-fns.el (describe-variable): Describe frame-local variables
6073 correctly.
6074
6075 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
6076 display support.
6077 (normal-erase-is-backspace-setup-frame): New function.
6078
6079 * subr.el (with-selected-frame): New function.
6080 (read-quoted-char): Use terminal-local binding of
6081 local-function-key-map instead of function-key-map.
6082
6083 * talk.el (talk): New function.
6084 (talk-handle-delete-frame): New function.
6085 (talk-add-display): Open a new frame only if FRAME was not a frame.
6086
6087 * termdev.el: New file.
6088
6089 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
6090 * term/x-win.el: Don't bind f10.
6091 * tmm.el: Remove autoload binding for f10.
6092
6093 * international/encoded-kb.el (encoded-kbd-setup-display): Use
6094 `set-input-meta-mode'. Fix broken condition before set-input-mode.
6095 Store the saved input method as a terminal parameter. Add keymap
6096 parameter. Use it instead of changing key-translation-map directly.
6097 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
6098 Remove.
6099 (encoded-kbd-setup-display): New function.
6100
6101 * international/mule-cmds.el (set-locale-environment): Fix getenv
6102 call. Use save-buffers-kill-terminal. Ignore window-system; always
6103 set the keyboard coding system. Add DISPLAY parameter.
6104 (set-display-table-and-terminal-coding-system): Add DISPLAY
6105 parameter. Pass it to set-terminal-coding-system.
6106
6107 * international/mule.el (keyboard-coding-system): Test for
6108 encoded-kbd-setup-display, not encoded-kbd-mode.
6109 (set-terminal-coding-system, set-keyboard-coding-system): Add
6110 DISPLAY parameter.
6111 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
6112
6113 * term/README: Update.
6114
6115 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
6116
6117 * term/x-win.el (x-setup-function-keys): New function. Move
6118 function-key-map tweaks here. Protect against multiple calls on
6119 the same terminal. Use terminal-local binding of
6120 local-function-key-map instead of function-key-map.
6121 (x-initialize-window-system): Make a copy of pure list. Pass a
6122 frame getenv.
6123
6124 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
6125 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
6126 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
6127 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
6128 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
6129 local-function-key-map instead of function-key-map.
6130
6131 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
6132 `substitute-key-definition' and `define-key' calls against
6133 multiple execution. Use terminal-local binding of
6134 local-function-key-map instead of function-key-map. Pass a frame
6135 to getenv.
6136
6137 * edmacro.el (edmacro-format-keys):
6138 * emulation/cua-base.el (cua--pre-command-handler):
6139 * isearch.el (isearch-other-meta-char):
6140 * xt-mouse.el: Use terminal-local binding of
6141 local-function-key-map instead of function-key-map.
6142
6143 * fringe.el (set-fringe-mode): Simplify and fix using
6144 `modify-all-frames-parameters'.
6145 * scroll-bar.el (set-scroll-bar-mode): Ditto.
6146 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
6147 check before calling `tool-bar-setup'.
6148 (tool-bar-setup): New variable.
6149 (tool-bar-setup): Use it to guard against multiple calls. Add
6150 optional frame parameter, and select that frame before adding items.
6151 (toggle-tool-bar-mode-from-frame): New function.
6152
6153 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
6154 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
6155 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
6156 "Tool-bar" toggles to reflect the state of the current frame.
6157 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
6158
6159 * env.el: Require cl for byte compilation (for `block' and `return').
6160 (environment, setenv-internal): New functions.
6161 (let-environment): New macro.
6162 (setenv, getenv): Add optional terminal parameter. Update docs.
6163 (setenv): Use setenv-internal. Always set process-environment.
6164 Handle `local-environment-variables'.
6165 (read-envvar-name, setenv, getenv): Use frame parameters
6166 to store the local environment, not terminal parameters. Include
6167 `process-environment' as well.
6168
6169 * faces.el (tty-run-terminal-initialization): New function.
6170 (tty-create-frame-with-faces): Use it. Set up faces and
6171 background mode only after the terminal has been initialized.
6172 Call terminal-init-*. Don't load the initialization file more
6173 than once. Call set-locale-environment.
6174 (frame-set-background-mode): Handle the 'background-mode terminal
6175 parameter.
6176 (tty-find-type): New function.
6177 (x-create-frame-with-faces): Remove bogus check for
6178 first frame. Call `tool-bar-setup'. Don't make frame visible
6179 until we are done setting up all its parameters. Call
6180 x-setup-function-keys.
6181
6182 * frame.el (make-frame): Always inherit 'environment and 'client
6183 parameters. Set up the 'environment frame parameter, when needed.
6184 Also inherit 'client parameter. Don't override explicitly
6185 specified values with inherited ones. Add 'terminal frame
6186 parameter. Append window-system-default-frame-alist to parameters
6187 before calling frame-creation-function.
6188 (frame-initialize): Copy the environment from the initial frame.
6189 (window-system-default-frame-alist): Enhance doc string.
6190 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6191 `default-frame-alist' when initial frame is on a tty.
6192 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6193 Remove specified parameters from `window-system-default-frame-alist'.
6194 (make-frame-on-tty, framep-on-display, suspend-frame):
6195 Extend doc string, update parameter names.
6196 (frames-on-display-list): Use terminal-id to get the display id.
6197 (frame-notice-user-settings): Extend to apply
6198 settings in `window-system-default-frame-alist' as well.
6199 (terminal-id, terminal-parameters, terminal-parameter)
6200 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6201 (delete-frame-functions): Add to `delete-frame-functions' hook.
6202 (blink-cursor-mode): Adapt blink-cursor-mode default
6203 value from startup.el.
6204 (make-frame-on-display): Protect condition on x-initialized when
6205 x-win.el is not loaded. Update doc.
6206 (suspend-frame): Use display-controlling-tty-p to decide between
6207 suspend-emacs and suspend-tty.
6208 (frames-on-display-list): Update for display ids.
6209 (framep-on-display): Ditto.
6210 (suspend-frame): Use display-name, not frame-tty-name.
6211 (selected-terminal): New function.
6212
6213 * server.el: Use `device' instead of `display' or `display-id' in
6214 variable and client parameter names.
6215 (server-select-display): Remove (unused).
6216 (server-tty-live-p, server-handle-delete-tty): Remove.
6217 (server-unquote-arg, server-quote-arg, server-buffer-clients):
6218 Update docs.
6219 (server-getenv-from, server-with-environment, server-send-string)
6220 (server-save-buffers-kill-terminal): New functions.
6221 (server-delete-client): Handle quits in kill-buffer. Don't kill
6222 modified buffers. Add extra logging. Delete frames after
6223 deleting the tty. Clear 'client parameter before deleting a frame.
6224 Use delete-display, not delete-tty.
6225 (server-visit-files): Don't set `server-existing-buffer' if the
6226 buffer already has other clients. Return list of buffers
6227 created. Update doc. Don't set client-record when nowait.
6228 (server-handle-delete-frame): Delete the client if this was its
6229 last frame. Check that the frame is alive. Remove bogus comment.
6230 Add note on possible race condition. Delete tty clients, if needed.
6231 (server-handle-suspend-tty): Use server-send-string. Kill the
6232 client in case of errors from process-send-string. Use the display
6233 parameter.
6234 (server-unload-hook): Remove obsolete delete-tty hook.
6235 (server-start): Ask before restarting if the old server still has
6236 clients. Add feedback messages. Remove obsolete delete-tty hook.
6237 (server-process-filter): Use server-send-string. Accept `-dir'
6238 command. Switch to *scratch* immediately after creating the frame,
6239 before evaluating any -evals. Protect `display-splash-screen'
6240 call in a condition-case. Explain why. Call
6241 `display-startup-echo-area-message' before
6242 `display-splash-screen'. Don't display the splash screen when no
6243 frame was created. Show the Emacs splash screen and startup echo
6244 area message. Display the *scratch* buffer by default. Store the
6245 local environment in a frame (not terminal) parameter. Do not try
6246 to decode environment strings. Fix reference to the 'display
6247 frame parameter. Change syntax of environment variables. Put
6248 environment into terminal parameters, not client parameters. Use
6249 a dummy client with --no-wait's X frames. In `-position LINE'
6250 handler, don't ruin the request string until the line number is
6251 extracted. Log opened files. Handle -current-frame command.
6252 Don't create frames when it is given. Don't bind X frames to the
6253 client when we are in -no-wait mode. Set locale environment
6254 variables from client while creating tty frames. Disable call to
6255 configure-display-for-locale. When processing -position command,
6256 don't change the request string until the parameters are
6257 extracted. Don't try to create an X frame when Emacs does not
6258 support it. Improve logging. Temporarily set ncurses-related
6259 environment variables to those of the client while creating a new
6260 tty frame. Select buffers opened by nowait clients, don't leave
6261 them buried under others. Set the display parameter, and use it
6262 when appropriate.
6263
6264 * startup.el (display-startup-echo-area-message): Handle
6265 `inhibit-startup-echo-area-message' here.
6266 (command-line-1): Moved from here.
6267 (fancy-splash-screens): Use `overriding-local-map' instead of
6268 `overriding-terminal-local-map' for now; the latter doesn't work
6269 right, it looses keypresses to another terminal. Use
6270 `overriding-terminal-local-map' to set up keymap. Install a
6271 `delete-frame-functions' hook to catch `delete-frame' events.
6272 Ignore `select-window' events to cope better with
6273 `focus-follows-mouse'. Don't switch back to the original buffer
6274 if the splash frame has been killed. Restore previous buffer, even
6275 if it's *scratch*.
6276 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6277 changes the global binding - setq it instead. Use
6278 `save-buffers-kill-terminal'.
6279 (display-splash-screen): Don't do anything if the splash screen is
6280 already displayed elsewhere.
6281 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6282 (command-line): Replace duplicated code with a call to
6283 tty-run-terminal-initialization. Don't load the terminal
6284 initialization file more than once. Remove call to nonexistent
6285 function `set-locale-translation-file-name'.
6286
6287 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6288 parameters.
6289 (xterm-mouse-position-function, xterm-mouse-event): Update.
6290 (xterm-mouse-mode): Don't depend on current value of window-system.
6291 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6292 Update for multi-tty.
6293 (turn-on-xterm-mouse-tracking-on-terminal)
6294 (turn-off-xterm-mouse-tracking-on-terminal)
6295 (xterm-mouse-handle-delete-frame): New functions.
6296 (delete-frame-functions, after-make-frame-functions)
6297 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6298 for multi-tty.
6299
6300 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6301
6302 * simple.el (invisible-p): Remove: implemented in C now.
6303 (line-move-invisible-p): Remove obsolete alias.
6304
6305 2007-08-28 Juri Linkov <juri@jurta.org>
6306
6307 * image-mode.el (image-type): New variable.
6308 (image-mode): Set default major mode name to "Image[text]".
6309 (image-minor-mode): Change LIGHTER to display image-type in the
6310 mode line.
6311 (image-minor-mode): Set default image-type to "text".
6312 (image-toggle-display): After switching to text mode, set
6313 image-type to "text" and major mode name to "Image[text]".
6314 After switching to image mode, set image-type to actual image
6315 type, and add image type to major mode name. Let-bind the same
6316 variable names as arguments of `image-type' and `create-image'.
6317 Bind `type' to the result of `image-type' and use it as arg
6318 of `create-image' to not determine the image type twice.
6319
6320 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
6321
6322 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6323 (tramp-set-file-uid-gid, tramp-get-local-uid)
6324 (tramp-get-local-gid): New defuns.
6325 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6326 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6327 Improve fast track.
6328 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6329 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
6330 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6331 (tramp-handle-write-region): Improve fast track.
6332 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6333 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6334 be nil.
6335
6336 2007-08-28 Ivan Kanis <apple@kanis.eu>
6337
6338 * time.el: New feature to display several time zones in a buffer.
6339 (display-time-world-mode, display-time-world-display)
6340 (display-time-world, display-time-world-timer): New functions.
6341 (display-time-world-list, display-time-world-time-format)
6342 (display-time-world-buffer-name, display-time-world-timer-enable)
6343 (display-time-world-timer-second, display-time-world-mode-map):
6344 New variables.
6345
6346 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6347
6348 * term/x-win.el (x-gtk-stock-map): New variable.
6349 (x-gtk-map-stock): New function.
6350
6351 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6352 prev/next-node.
6353
6354 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6355
6356 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6357
6358 2007-08-28 Glenn Morris <rgm@gnu.org>
6359
6360 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6361
6362 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6363
6364 * progmodes/modula2.el (m2-definition, m2-module):
6365 Don't use previous-line. Reported by T. V. Raman.
6366
6367 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6368
6369 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6370 argument to tool-bar-mode call.
6371
6372 2007-08-27 Glenn Morris <rgm@gnu.org>
6373
6374 * diff-mode.el (diff-find-file-name): Only accept regular files,
6375 to rule out /dev/null, directories, etc.
6376
6377 * vc-svn.el (vc-svn-diff): If the repository version of all the
6378 files is the same as the specified OLDVERS, do a local diff.
6379
6380 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6383 of buffers in uniquify-managed.
6384
6385 * simple.el (invisible-p): Rename from text-invisible-p.
6386 Update callers.
6387
6388 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6391 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6392 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6393 (cperl-etags-goto-tag-location): Use new style backquotes.
6394
6395 * net/browse-url.el: Remove spurious * in custom docstrings.
6396 (browse-url-filename-alist): Use new-style backquote.
6397
6398 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6399 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6400
6401 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6402 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6403
6404 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6405
6406 * net/socks.el (socks-username/password-auth-filter):
6407 Remove unused vars `state' and `desired-len'.
6408 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6409 (socks-wait-for-state-change): Use new-style backquotes.
6410
6411 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6412
6413 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6414 backquotes after each `read' rather than once per buffer.
6415
6416 * dframe.el: Remove spurious * in custom docstrings.
6417 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6418 (dframe-xemacs20p): Remove, inline at the sole use point.
6419 (defface): Don't defvar the face, don't use old-style backquote.
6420 (defcustom): Don't use old-style backquote.
6421 (dframe-frame-parameter, dframe-mouse-event-p):
6422 Make it obvious that it's always defined.
6423 (dframe-popup-kludge): New function to replace
6424 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6425 (dframe-frame-mode, dframe-set-timer-internal)
6426 (dframe-mouse-set-point): Remove use of with-no-warnings from
6427 XEmacs-specific code.
6428 (dframe-set-timer-internal): Fix very old bug with
6429 post-command-idle-hook.
6430
6431 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6432
6433 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6434
6435 * emacs-lisp/avl-tree.el: New file.
6436
6437 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6438
6439 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6440 was used.
6441
6442 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6443
6444 * complete.el (PC-do-completion): Make RET accept a non-unique but
6445 complete expansion again.
6446
6447 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6448
6449 * eshell/esh-opt.el (eshell-eval-using-options):
6450 Add debug declaration.
6451
6452 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6453
6454 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6455 (log-view-get-marked): Likewise.
6456
6457 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6458 (vc-delete-automatic-version-backups): Likewise.
6459
6460 * vc.el (vc-dired-buffers-for-dir): Likewise.
6461
6462 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6463
6464 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6465 safe-local-variable setting.
6466 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6467
6468 * log-view.el (log-view-marked-list): Delete variable.
6469 (log-view-mode): Don't use it.
6470 (log-view-toggle-mark-entry): Likewise, simplify.
6471 (log-view-current-tag): Don't return properties.
6472 (log-view-get-marked): New function.
6473
6474 2007-08-25 Alexandre Julliard <julliard@winehq.org>
6475
6476 * vc-git.el (vc-git-mode-line-string): New function.
6477
6478 2007-08-25 Alan Mackenzie <acm@muc.de>
6479
6480 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6481 new language variable.
6482
6483 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6484 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6485 "extern" etc., rather than BOI. Fix addition of spurious
6486 syntactic-symbol 'defun-block-intro, replacing it with
6487 'innamespace, etc.
6488
6489 2007-08-25 Juri Linkov <juri@jurta.org>
6490
6491 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6492
6493 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6494 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6495 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6496
6497 * image.el (image-type-header-regexps): Use more complex regexp for svg.
6498 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6499 (image-type-auto-detectable): Add (svg . maybe).
6500
6501 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6502 to treat it like .tgz.
6503
6504 * calendar/cal-bahai.el: Add file coding cookie.
6505
6506 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
6507
6508 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6509 Don't behave differently when executed via M-x. Add doc string.
6510
6511 * sort.el (sort-fold-case, sort-numeric-base): Mark as
6512 safe-local-variable.
6513
6514 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
6515
6516 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6517 the default value.
6518 (math-calendar-tzinfo): New variable.
6519 (math-get-calendar-tzinfo): New function.
6520 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6521 to get information when zone is nil.
6522
6523 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6524
6525 * log-view.el (log-view-toggle-mark-entry): New function.
6526 (log-view-mode-map): Bind it.
6527 (log-view-marked-list): New variable.
6528 (log-view-mode): Make it local.
6529
6530 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6531
6532 * play/zone.el (zone-pgm-rat-race): New func.
6533 (zone-programs): Add `zone-pgm-rat-race'.
6534
6535 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6538 a list.
6539
6540 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6541
6542 * progmodes/hideshow.el (hs-match-data): Delete alias.
6543 (hs-hide-block-at-point, hs-find-block-beginning)
6544 (hs-show-block): Use `match-data' directly.
6545
6546 2007-08-24 Martin Rudalics <rudalics@gmx.at>
6547
6548 * format.el (format-alist): Fix typo in doc-string.
6549
6550 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
6551
6552 * net/tramp.el (tramp-local-host-p): New defun.
6553 (tramp-handle-file-local-copy, tramp-handle-write-region):
6554 Implement fast track when being on the local host.
6555 (tramp-file-name-handler): Don't set "started" property. It shall
6556 be reserved for the "ftp" method.
6557 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6558
6559 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6560 (tramp-ftp-file-name-handler): Set "started" property.
6561
6562 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
6563
6564 * files.el (backup-buffer-copy): Don't wrap delete in
6565 condition-case, only try to delete if file exists.
6566
6567 2007-08-24 Glenn Morris <rgm@gnu.org>
6568
6569 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6570
6571 * startup.el (tutorial-directory): Set with eval-at-startup so it
6572 gets the right value in an installed Emacs.
6573
6574 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6575
6576 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6577 (eldoc-highlight-function-argument): Use it.
6578
6579 2007-08-23 Masatake YAMATO <jet@gyve.org>
6580
6581 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6582 name of parameters in document body.
6583
6584 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6587 (byte-compile-output-as-comment): Use with-current-buffer rather than
6588 a weird set-buffer&prog1 combination.
6589
6590 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6591 test so as to optimise cases where the `progn's result is constant.
6592
6593 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6594
6595 * locate.el (locate-get-file-positions):
6596 Use line-beginning-position and line-end-position.
6597
6598 2007-08-23 John Wiegley <johnw@newartisans.com>
6599
6600 * calendar/cal-bahai.el: Added in the diacriticals that were
6601 missing for many of the month names.
6602
6603 2007-08-22 Jason Rumney <jasonr@gnu.org>
6604
6605 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6606
6607 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
6608
6609 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6610
6611 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6612
6613 * dabbrev.el (dabbrev--progress-reporter): New variable.
6614 (dabbrev--scanning-message): Delete func.
6615 (dabbrev--find-expansion): Use a progress reporter
6616 instead of dabbrev--scanning-message.
6617
6618 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6619
6620 * comint.el (comint-exec-1): Raise an error if
6621 `start-file-process' does not return a process object.
6622
6623 * shell.el (shell): Prompt for `default-directory' if it is a
6624 remote file name, and if called with a prefix arg.
6625
6626 2007-08-22 Sam Steingold <sds@gnu.org>
6627
6628 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6629
6630 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6631
6632 * textmodes/org-export-latex.el: New file.
6633
6634 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6635
6636 * textmodes/org.el (org-agenda-skip): Allow a form for
6637 `org-agenda-skip-function'.
6638 (org-agenda-redo): Re-use local settings.
6639 (org-agenda): Store local settings.
6640 (org-agenda-deadline-faces): New option.
6641 (org-agenda-deadline-face): New function.
6642 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6643 entries on their due date.
6644 (org-agenda-get-timestamps): No longer handle the due dates of
6645 schedules and deadline items.
6646 (org-insert-link-global, org-open-at-point-global): New commands.
6647 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6648 :for-ascii parameter.
6649 (org-skip-comments): Function removed.
6650 (org-cleaned-string-for-export): Handle special table lines.
6651 (org-global-properties): New option.
6652 (org-entry-get-with-inheritance): Check global properties.
6653 (org-local-properties): New variable.
6654 (org-set-regexps-and-options): Find the #+PROPERTY line.
6655 (org-link-types): Change type into variable (was constant).
6656 (org-make-link-regexps): New function.
6657 (org-link-re-with-space, org-link-re-with-space2)
6658 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6659 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6660 these regular expressions happens now in the function
6661 `org-make-link-regexps'.
6662 (org-store-link): Call the functions in
6663 `org-store-link-functions'.
6664 (org-add-link-type): New function.
6665 (org-store-link-functions): New variable.
6666 (org-activate-tags): Force matches to be in headlines.
6667 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
6668 (org-columns-display-here): Make sure this works in a narrowed
6669 buffer by checking for point-min.
6670 (org-columns-display-here): Make the rest of the line intangible,
6671 so that point never can be there.
6672 (org-cleaned-string-for-export): Use `with-current-buffer'.
6673 (org-replace-region-by-html): Use `with-current-buffer'.
6674 (org-unfontify-region, org-do-occur, org-columns-display-here)
6675 (org-columns-remove-overlays, org-columns-quit)
6676 (org-columns-edit-value, org-columns-next-allowed-value)
6677 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6678 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6679 (org-agenda-todo, org-agenda-change-all-lines)
6680 (org-agenda-align-tags, org-agenda-priority)
6681 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6682 (org-agenda-show-new-time, org-cleaned-string-for-export)
6683 (org-export-grab-title-from-buffer)
6684 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6685 instead of `buffer-read-only'.
6686 (org-export-as-html): Set `coding-system-for-write'.
6687 (org-remember-store-without-prompt): New option.
6688 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6689 (org-beginning-of-line): Also treat C-a special in items.
6690 (org-table-convert-refs-to-rc): Fixed problem with column
6691 reference after "..".
6692 (org-columns-compute): Don't mark buffer modified because of text
6693 properties.
6694 (org-batch-store-agenda-views): Use the variable
6695 `default-directory', not the function.
6696 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6697 (org-clock-out-when-done): New option.
6698 (org-html-entities): Added HTML entities for smileys.
6699
6700 2007-08-22 Glenn Morris <rgm@gnu.org>
6701
6702 * image.el (create-image): Doc fix.
6703
6704 * startup.el (tutorial-directory): New constant.
6705 (fancy-splash-text): Tutorials now in tutorial-directory.
6706 * tutorial.el (help-with-tutorial): Tutorials now in
6707 tutorial-directory.
6708
6709 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6710
6711 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6712 otherwise.
6713 (tramp-get-remote-path): New defun. Replace occurrences of
6714 `tramp-default-remote-path' by this function.
6715 (tramp-set-remote-path): Move most of the code to
6716 `tramp-get-remote-path'.
6717 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6718 existing directories, this is done already in
6719 `tramp-get-remote-path'.
6720
6721 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6722
6723 * image-file.el (image-file-name-extensions): Add "svg".
6724 * image.el (image-type-header-regexps): Add svg entry.
6725
6726 2007-08-22 Glenn Morris <rgm@gnu.org>
6727
6728 * files.el (backup-buffer-copy): Check backup directory is
6729 writable, to avoid infloop deleting old backup.
6730
6731 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6732 movemail related variables.
6733 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6734 will now be set before this is called.
6735
6736 2007-08-21 Juri Linkov <juri@jurta.org>
6737
6738 * delsel.el (delete-selection-pre-hook):
6739 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6740 instead of checking last-command.
6741
6742 2007-08-21 Juri Linkov <juri@jurta.org>
6743
6744 * loadup.el: Preload "button".
6745
6746 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6749 Add previous-line and next-line.
6750
6751 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6752 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6753
6754 * vc-hooks.el (vc-menu-entry): New var.
6755 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6756 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6757 (vc-menu-map): Declare and initialize in one step.
6758 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
6759
6760 * menu-bar.el (vc-menu-map): Don't setup any more.
6761 Instead, just create the proper spot in the menu.
6762
6763 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6764
6765 * smerge-mode.el (smerge-resolve): New arg `safe'.
6766 (smerge-resolve-all, smerge-batch-resolve): New function.
6767 (smerge-refine): Make sure `diff' returns the expected result.
6768 (smerge-parsep-re): New const.
6769 (smerge-mode): Use it to adjust paragraph-separate.
6770
6771 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6772 Correctly match / regexp matchers as first char on a line when
6773 fontifying only that line.
6774
6775 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6776
6777 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6780 (vc-bzr-registered): Don't redundantly protect against
6781 file-error. Actually use the format-specific code.
6782 (vc-bzr-buffer-nonblank-p): Remove.
6783 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6784
6785 2007-08-20 Juri Linkov <juri@jurta.org>
6786
6787 * startup.el (fancy-splash-text): Change multiple tabs into one
6788 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6789 and "Recover Crashed Session").
6790 (fancy-splash-screens): Set tab-width to 22.
6791 (normal-splash-screen): Replace literal tabs with \t and
6792 fix whitespace. Remove "Useful File menu items" section (with
6793 "Exit Emacs" and "Recover Crashed Session").
6794
6795 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6796
6797 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6798 extracted from `eval-last-sexp-1'.
6799 (eval-last-sexp-1): Call `preceding-sexp'.
6800
6801 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6802
6803 * vc-rcs.el (vc-rcs-annotate-command):
6804 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6805 Add back :vc-annotate-prefix propertization.
6806
6807 2007-08-20 Andreas Schwab <schwab@suse.de>
6808
6809 * mail/rmail.el (rmail-autodetect): Doc fix.
6810
6811 2007-08-19 Juri Linkov <juri@jurta.org>
6812
6813 * startup.el (normal-splash-screen): Add more links.
6814
6815 2007-08-19 Juri Linkov <juri@jurta.org>
6816
6817 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6818 because it's common to both types of splash screen: fancy and normal.
6819 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6820 (exit-splash-screen): Rename from `fancy-splash-quit'.
6821 Use `quit-window' instead of `kill-buffer'.
6822 (fancy-splash-head): Use make-button to insert GNU image link.
6823 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6824 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6825 (normal-splash-screen): Put "Browse manuals" on the same line with
6826 "Emacs manual". Remove descriptions from "Useful tasks" and put
6827 all links in two columns on two lines.
6828
6829 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
6830
6831 * emulation/viper.el (viper-remove-hooks): Remove some additional
6832 viper hooks when the user calls viper-go-away.
6833 (viper-go-away): Restore the default of default-major-mode.
6834 Save the value of default-major-mode before vaperization.
6835
6836 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
6837
6838 * emulation/viper-ex.el: Replace error "" with "Viper bell".
6839
6840 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
6841 buffer for which file is created.
6842
6843 2007-08-19 Glenn Morris <rgm@gnu.org>
6844
6845 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6846 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6847 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6848 shadow files messing up the compilation.
6849
6850 2007-08-18 Glenn Morris <rgm@gnu.org>
6851
6852 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6853 string. Also apply eldoc-argument-case in the help-split-fundoc
6854 case. Adapt for changed behavior of eldoc-function-argstring,
6855 eldoc-function-argstring-format, and
6856 eldoc-highlight-function-argument.
6857 (eldoc-highlight-function-argument): Handle nil INDEX argument,
6858 just call eldoc-docstring-format-sym-doc in that case.
6859 (eldoc-function-argstring): Change the behavior. Now it converts
6860 an argument list to a string.
6861 (eldoc-function-argstring-format): Change the behavior. Now it
6862 applies `eldoc-argument-case' to a string.
6863
6864 * progmodes/scheme.el (scheme-mode-variables): Set
6865 font-lock-comment-start-skip.
6866
6867 2007-08-18 Martin Rudalics <rudalics@gmx.at>
6868
6869 * progmodes/ada-mode.el (ada-create-syntax-table): Move
6870 set-syntax-table from here to ...
6871 (ada-mode): ... here. Do not change global value of
6872 comment-multi-line. Call new function
6873 ada-initialize-syntax-table-properties and add new function
6874 ada-handle-syntax-table-properties to font-lock-mode-hook.
6875 (ada-deactivate-properties, ada-initialize-properties): Replace
6876 by new functions ...
6877 (ada-handle-syntax-table-properties)
6878 (ada-initialize-syntax-table-properties)
6879 (ada-set-syntax-table-properties): ... to set up syntax-table
6880 properties uniformly, independently from whether font-lock-mode
6881 is enabled or not. Handle read-only buffers and do not change
6882 undo-list when setting syntax-table properties.
6883 (ada-after-change-function): Use ada-set-syntax-table-properties.
6884
6885 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6886
6887 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6888 (meta-indent-current-nesting): Use a computation of the nesting
6889 instead.
6890 (meta-indent-current-indentation): Indentation is given according
6891 to nesting and if the previous line was finished or not.
6892 (meta-indent-unfinished-line): Tell if the current line ends with
6893 a finished expression.
6894 (meta-indent-looking-at-code): Like `looking-at', but checks if
6895 the point is in a string before.
6896 (meta-indent-level-count): Use it. Don't count parenthesis as it's
6897 done in the nesting function.
6898 (meta-indent-in-string-p): Tell if the current point is in a
6899 string.
6900 (meta-indent-calculate): Treat b-o-b as a special case. Use the
6901 previous functions.
6902
6903 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
6904
6905 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6906 (copyright-update-year, copyright-update)
6907 (copyright-fix-years): Use it.
6908
6909 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
6910
6911 * emacs-lisp/copyright.el (copyright-update-year):
6912 Fix bug: Handle nil copyright-limit.
6913
6914 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6915
6916 * calc/calc-units.el (math-standard-units): Give exact
6917 conversion for tsp.
6918
6919 * calc/calc.el (math-bignum-digit-length): Compute the
6920 appropriate value.
6921
6922 * calc/calc-bin.el (math-bignum-logb-digit-size)
6923 (math-bignum-digit-power-of-two):
6924 * calc/calc-comb.el (math-small-factorial-table):
6925 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6926 (math-approx-gamma-const):
6927 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
6928 (math-besY1, math-bernoulli-b-cache):
6929 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6930 Remove `eval-when-compile's.
6931
6932 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6933
6934 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
6935 (cperl-find-pods-heres): Fix an error when typing expressions like
6936 `s{a}{b}'.
6937
6938 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6939
6940 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
6941 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
6942 a special case (there's no build number).
6943
6944 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
6945
6946 * completion.el (symbol-under-point, symbol-before-point)
6947 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
6948
6949 2007-08-17 Glenn Morris <rgm@gnu.org>
6950
6951 * progmodes/compile.el (compilation-get-file-structure): Make use
6952 of the directory part when checking for an existing entry, to
6953 handle files with same basename in different directories.
6954
6955 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6956
6957 * calc/calc.el (calc-language-alist): Add texinfo-mode.
6958
6959 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6960
6961 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
6962 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
6963 (ps-paragraph-spacing): Docstring fix.
6964
6965 2007-08-16 Glenn Morris <rgm@gnu.org>
6966
6967 * ps-print.el (ps-font-size): Doc fix.
6968
6969 2007-08-16 Richard Stallman <rms@gnu.org>
6970
6971 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
6972
6973 2007-08-15 Juri Linkov <juri@jurta.org>
6974
6975 * startup.el (initialization): Change parent group from `internal'
6976 to `environment'.
6977 (initial-buffer-choice): New variable.
6978 (command-line): Revert 2007-07-02 change that sets
6979 buffer-offer-save in *scratch* and enables auto-save in it.
6980 (fancy-splash-text): Add links to existing items. Add new items
6981 with links for useful tasks. Move information about Control-g to
6982 fancy-splash-head. Move "Emacs Guided Tour" to the end.
6983 (fancy-splash-keymap): New variable.
6984 (fancy-splash-last-input-event): Remove variable.
6985 (fancy-splash-insert): Add processing of `:link' element.
6986 (fancy-splash-head): Replace "Type Control-l to begin editing"
6987 with "Type `q' to exit".
6988 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
6989 (fancy-splash-default-action, fancy-splash-special-event-action):
6990 Remove functions.
6991 (fancy-splash-quit): New function.
6992 (fancy-splash-screens): Rename input arg from `hide-on-input' to
6993 `static' and reverse the condition of its usage. Don't preserve
6994 original values of `minor-mode-map-alist',
6995 `emulation-mode-map-alists', `special-event-map'.
6996 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6997 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6998 Remove processing of special events. Use local key map
6999 `fancy-splash-keymap'. Set buffer to read-only.
7000 (normal-splash-screen): Rename input arg from `hide-on-input' to
7001 `static' and reverse the condition of its usage.
7002 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
7003 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
7004 Add links to existing items. Add new items with links for useful
7005 tasks. Use local key map `fancy-splash-keymap'.
7006 (display-splash-screen): Rename input arg from `hide-on-input' to
7007 `static'.
7008 (about-emacs): Add alias to display-splash-screen.
7009 (command-line-1): Use `initial-buffer-choice'.
7010
7011 * menu-bar.el (menu-bar-help-menu):
7012 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
7013 item to about-emacs instead of display-splash-screen.
7014
7015 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
7016
7017 * calc/calc-units.el (math-standard-units): Update values.
7018 Put in exact, rational values when possible.
7019 (math-unit-prefixes): Replace floats with powers of ten.
7020 (math-standard-units-systems): Replace floats with integers.
7021 (math-make-unit-string): Remove extra spaces in output.
7022
7023 2007-08-15 Glenn Morris <rgm@gnu.org>
7024
7025 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
7026 sloppier, for the sake of GNU Mailman.
7027 (rmail-digest-rfc1153): Initialize `result' correctly.
7028
7029 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7030
7031 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
7032 in the mail title. Suggested by Reiner Steib.
7033
7034 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
7035
7036 * calc/calc-aent.el (calc-do-quick-calc): Add binary
7037 representation of integers to the list of outputs.
7038
7039 2007-08-14 Glenn Morris <rgm@gnu.org>
7040
7041 * simple.el (bad-packages-alist): New constant.
7042 (bad-package-check): New function. Together, these two add elements
7043 to `after-load-alist' to check for problematic external packages.
7044 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
7045
7046 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
7047
7048 * calc/calc-units.el (math-get-standard-units)
7049 (math-get-units, math-make-unit-string)
7050 (math-get-default-units, math-put-default-units): New functions.
7051 (math-default-units-table): New variable.
7052 (calc-convert-units, calc-convert-temperature): Add machinery
7053 to supply default values.
7054
7055 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
7058 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
7059 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
7060 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
7061
7062 * emulation/tpu-extras.el: Remove spurious * in docstrings.
7063 Put its autoloads into tpu-edt.el rather than loaddefs.el.
7064 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
7065 Make into a proper minor-mode.
7066 (tpu-backward-char, tpu-next-line, tpu-previous-line)
7067 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
7068 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
7069 (tpu-set-cursor-free, tpu-set-cursor-bound):
7070 Delegate to tpu-cursor-free-mode.
7071 (tpu-next-line, tpu-previous-line, tpu-forward-line)
7072 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
7073 Use line-move or forward-line instead of next-line-internal.
7074
7075 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
7076
7077 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
7078
7079 2007-08-12 Richard Stallman <rms@gnu.org>
7080
7081 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
7082 (cvs-execute-single-file): Use new name split-string-and-unquote.
7083 (cvs-header-msg): Use new name combine-and-quote-strings.
7084
7085 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
7086
7087 * progmodes/gud.el (gud-common-init): Use new name
7088 split-string-and-unquote.
7089
7090 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
7091 in javac regexp.
7092
7093 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
7094 combine-and-quote-strings and split-string-and-unquote.
7095
7096 * subr.el (combine-and-quote-strings): Rename from strings->string.
7097 (split-string-and-unquote): Rename from string->strings.
7098
7099 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
7102 to buffer-local settings.
7103
7104 * emacs-lisp/backquote.el (backquote-delay-process): New function.
7105 (backquote-process): Add internal arg `level'. Use the two to
7106 correctly handle nested backquotes.
7107
7108 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
7109
7110 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
7111 (vc-bzr-state-words): Add "kind changed" state word.
7112 (vc-bzr-status): New function. Return Bzr idea of file status,
7113 which is different from VC's.
7114 (vc-bzr-state): Use vc-bzr-status.
7115 (vc-workfile-unchanged-p): Use vc-bzr-status.
7116 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
7117 (vc-dired-state): Process "kind changed" state word.
7118
7119 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
7122
7123 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
7124 Move from vc-default-find-file-not-found-hook.
7125
7126 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * man.el: Remove spurious * in docstrings.
7129 Merge defvars and toplevel setq-defaults.
7130 (Man-highlight-references0): Limit=nil rather than point-max.
7131 (Man-mode-map): Move initialization into the declaration.
7132 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
7133 (Man-view-header-file): Use expand-file-name rather than concat.
7134 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
7135
7136 * man.el (Man-next-section): Make sure we do not move backward.
7137
7138 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * files.el (auto-mode-alist): Use the purecopied text (duh!).
7141
7142 2007-08-08 Glenn Morris <rgm@gnu.org>
7143
7144 * Replace `iff' in doc-strings and comments.
7145
7146 2007-08-08 Martin Rudalics <rudalics@gmx.at>
7147
7148 * dired.el (dired-pop-to-buffer):
7149 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
7150 * calendar/calendar.el (generate-calendar-window):
7151 * progmodes/compile.el (compilation-set-window-height):
7152 * textmodes/two-column.el (2C-two-columns, 2C-merge):
7153 Use window-full-width-p instead of comparing frame-width and
7154 window-width.
7155
7156 * progmodes/compile.el (compilation-find-buffer): Remove extra
7157 argument in call to compilation-buffer-internal-p.
7158
7159 2007-08-07 Tom Tromey <tromey@redhat.com>
7160
7161 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
7162 Add safe-local-variable property.
7163
7164 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7165
7166 * image-mode.el (image-toggle-display): Use image-refresh.
7167
7168 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
7169
7170 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
7171 unofficial version.
7172 (vc-bzr-command): Remove redundant setting of process-connection-type.
7173 (vc-bzr-admin-checkout-format-file): Add autoload.
7174 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
7175 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
7176 (vc-bzr-registered): Compare dirstate format tag with known good
7177 value, abort parsing if match fails. Warn user in docstring.
7178 (vc-bzr-workfile-version): Case for different Bzr branch formats.
7179 See bzrlib/branch.py in Bzr sources.
7180 (vc-bzr-diff): First argument FILES may be a string rather than a list.
7181 (vc-bzr-shell-command): Remove in favor of
7182 vc-bzr-command-discarding-stderr.
7183 (vc-bzr-command-discarding-stderr): New function.
7184
7185 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
7186
7187 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
7188 program, and return nil.
7189 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
7190 (vc-bzr-state): Look for path names relative to the repository
7191 root after status keyword.
7192 (vc-bzr-file-name-relative): New function.
7193 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7194 depend on it.
7195 (vc-bzr-admin-dirname, ...-checkout-format-file)
7196 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7197 files that we now parse directly for speed.
7198 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7199 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7200 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7201 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
7202 Bzr warnings, so we must discard it.
7203 (vc-bzr-workfile-version): Speedup counting lines from
7204 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7205 if that file doesn't exist.
7206 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7207 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
7208 to `vc-directory-exclusion-list'.
7209 (vc-bzr-shell-command): New function.
7210
7211 2007-08-06 Tom Tromey <tromey@redhat.com>
7212
7213 * diff-mode.el (diff-unified->context, diff-reverse-direction)
7214 (diff-fixup-modifs): Typo in docstring.
7215
7216 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7219 count-screen-lines.
7220 (tpu-edt-off): Disable relevant pieces of advice.
7221
7222 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7223 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
7224 (newline, newline-and-indent, do-auto-fill): Use advice instead of
7225 redefining the function.
7226 (tpu-set-scroll-margins): Activate the pieces of advice.
7227
7228 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7229
7230 * help.el (resize-temp-buffer-window): Use window-full-width-p
7231 instead of comparing frame-width and window-width.
7232
7233 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
7234
7235 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7236 optional quotes around files in NEED-UPDATE . REMOVED case.
7237
7238 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7239 (ada-treat-cmd-string): Improve error message.
7240 (ada-do-file-completion): Call `ada-require-project-file', so
7241 project variables are set properly.
7242 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7243 (ada-gnatfind-buffer-name): New constant.
7244 (ada-find-any-references): Use new constant. Set buffer name
7245 properly in compilation-start. Toggle read-only properly.
7246 (ada-find-in-src-path): Fix spelling error in docstring.
7247
7248 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7249 by zero error.
7250
7251 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7254
7255 2007-08-12 Richard Stallman <rms@gnu.org>
7256
7257 * progmodes/sh-script.el (sh): Delete group `unix'.
7258
7259 * progmodes/gud.el (gud): Change to group `processes'.
7260
7261 2007-08-11 Glenn Morris <rgm@gnu.org>
7262
7263 * progmodes/compile.el (compilation-buffer-name): Don't check
7264 compilation-arguments. It is superfluous, and the variable isn't
7265 even set when this function is called.
7266
7267 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7268
7269 * term/mac-win.el (mac-ae-reopen-application): New function.
7270 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7271
7272 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7275 take tex-font-script-display into account.
7276 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7277 cell to a list of 2 elements to simplify the unfontify code.
7278
7279 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7280
7281 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7282 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7283 ps-print-color-p is neither nil nor black-white. Reported by Christian
7284 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7285
7286 2007-08-08 Andreas Schwab <schwab@suse.de>
7287
7288 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7289 self-insert-command, not self-insert.
7290
7291 2007-08-08 Glenn Morris <rgm@gnu.org>
7292
7293 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7294 argument optional, for backwards compatibility, and only highlight
7295 args when present. Fix symbol name typo (doc/args).
7296
7297 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7298 rather than just `-'.
7299
7300 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7301
7302 * calc/calc-units.el (calc-convert-temperature):
7303 Use `/' to create fractions.
7304
7305 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
7306
7307 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7308 global matching.
7309 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7310 ERROR-BUFFER more robust. Display output.
7311 (tramp-file-name-handler): Add a connection property when we found
7312 a foreign file name handler. This allows backends like ftp to
7313 profit also from usr/host name completion based on connection
7314 cache.
7315 (tramp-send-command-and-read): Search for trash after the regexp
7316 until eol only. In XEmacs, there is a problem with \n.
7317
7318 * net/tramp-cache.el (top): Read persistent connection history
7319 when cache is empty.
7320
7321 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7322
7323 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7324 resulting output.
7325
7326 2007-08-07 Sam Steingold <sds@gnu.org>
7327
7328 * progmodes/compile.el (compilation-start): Pass nil as startfile
7329 to comint-exec.
7330
7331 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7332
7333 * longlines.el (longlines-decoded): New variable.
7334 (longlines-mode): Avoid encoding or decoding the buffer twice.
7335
7336 2007-08-07 Martin Rudalics <rudalics@gmx.at>
7337
7338 * format.el (format-insert-file): Make sure that at most one undo
7339 entry is recorded for the insertion. Inhibit point-motion and
7340 modification hooks around call to insert-file-contents.
7341
7342 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7345 Select the buffer's window before moving point.
7346
7347 2007-08-07 Richard Stallman <rms@gnu.org>
7348
7349 * term.el (term): Remove parent group `unix'.
7350
7351 * simple.el (default-indent-new-line): New function.
7352 It calls comment-line-break-function if there are comments.
7353 (do-auto-fill): Use that.
7354
7355 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7356
7357 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7358 (PC-do-completion): Add "acronym completion" for symbols and
7359 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7360
7361 2007-08-06 Sam Steingold <sds@gnu.org>
7362
7363 * mouse.el (mouse-buffer-menu): Pass mode-name through
7364 format-mode-line because it may be a list,
7365 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7366
7367 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
7368
7369 * printing.el (pr-update-menus): Docstring fix.
7370
7371 2007-08-06 Jason Rumney <jasonr@gnu.org>
7372
7373 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7374
7375 * vc-hooks.el (vc-call): Add doc string.
7376
7377 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
7378
7379 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7380 process-filter.
7381
7382 2007-08-06 Kenichi Handa <handa@m17n.org>
7383
7384 * international/quail.el: Wrap (require 'help-mode) by
7385 eval-when-compile.
7386 (quail-help-init): New function.
7387 (quail-help): Call quail-help-init.
7388 (quail-store-decode-map-key): Change it to a function.
7389
7390 2007-08-05 Jason Rumney <jasonr@gnu.org>
7391
7392 * vc.el (vc-rollback): Add norevert argument back.
7393 (vc-revert-buffer): Add back as obsolete alias.
7394
7395 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
7396
7397 * term.el: Honor term-default-fg-color and term-default-bg-color
7398 settings when modifying term-current-face.
7399 (term-default-fg-color, term-default-bg-color): Initialize from
7400 default term-current-face.
7401 (term-mode, term-reset-terminal): Set term-current-face with
7402 term-default-fg-color and term-default-bg-color.
7403 (term-handle-colors-array): term-current-face has term-default-fg-color
7404 and term-default-bg-color after reset escape sequence.
7405 (term-handle-colors-array): Set term-current-color with
7406 term-default-fg/bg-color instead of ansi-term-color-vector when the
7407 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7408
7409 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7410
7411 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7412 (math-nlfit-givens): Let bind free variables.
7413
7414 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
7415
7416 * printing.el: Require lpr and ps-print when loading printing package.
7417 Reported by Glenn Morris <rgm@gnu.org>.
7418
7419 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
7420
7421 * files.el (set-auto-mode): Handle also remote files wrt
7422 `auto-mode-alist'.
7423
7424 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
7425
7426 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7427 curves and plotting.
7428
7429 * calc/calc-nlfit.el: New file.
7430
7431 2007-08-04 Glenn Morris <rgm@gnu.org>
7432
7433 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7434 zero, not nil, when the library is first loaded. Check for a file
7435 that has been modified on disk.
7436
7437 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7438 Remove duplicate defvar preventing initialization.
7439 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7440
7441 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7444 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7445 may match up to 4 lines.
7446 (diff-beginning-of-file-and-junk): Rewrite.
7447
7448 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7449
7450 * printing.el: Evaluate require only during compilation.
7451 (pr-version): New version 6.9.1.
7452 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7453 (pr-global-menubar): Fix code.
7454
7455 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7456
7457 * term.el (term-erase-in-display): Fix case when point is not at
7458 the beginning of the line.
7459
7460 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7461
7462 * calc/calc-ext.el (math-get-value, math-get-sdev)
7463 (math-contains-sdev): New functions.
7464
7465 * calc/calc-graph.el (calc-graph-format-data)
7466 (calc-graph-add-curve): Check for error forms.
7467 (calc-graph-set-styles): Add option for error forms.
7468
7469 2007-08-03 Miles Bader <miles@gnu.org>
7470
7471 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7472 backend names for new backends to `Git', `Hg', and `Bzr'.
7473 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7474 not `HG'.
7475 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7476 name, not `GIT'.
7477 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7478 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7479
7480 2007-08-03 Richard Stallman <rms@gnu.org>
7481
7482 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7483 to update deleted flag.
7484
7485 * cus-edit.el (customize-apropos, customize-apropos-options)
7486 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7487
7488 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7489
7490 * startup.el (fancy-splash-head, startup-echo-area-message):
7491 Change message text.
7492
7493 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7494 All callers use line-move.
7495
7496 * progmodes/compile.el (compilation-find-buffer): Return current
7497 buffer immediately if suitable.
7498 (compile, compilation-buffer-name, compilation-start): Doc fixes.
7499
7500 2007-08-03 Daiki Ueno <ueno@unixuser.org>
7501
7502 * faces.el (face-normalize-spec): New function.
7503 (frame-set-background-mode): Normalize face-spec before calling
7504 face-spec-match-p.
7505
7506 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7507
7508 * server.el (server-window): Add switch-to-buffer-other-frame option.
7509
7510 2007-08-03 Glenn Morris <rgm@gnu.org>
7511
7512 * cus-edit.el (customize-apropos): Make the error message indicate
7513 what kind of thing the user was trying to customize.
7514
7515 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7516
7517 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7518 Fix off-by-one error in previous change.
7519
7520 2007-08-03 Drew Adams <drew.adams@oracle.com>
7521
7522 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7523 Make buffer writable.
7524
7525 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7526
7527 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7528 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
7529 Use native Emacs functions, when appropriate.
7530
7531 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7532 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * vc.el: Document new VC operation `extra-menu'.
7535
7536 * vc-hooks.el (vc-default-extra-menu): New function.
7537
7538 * menu-bar.el (menu-bar-vc-filter): New function.
7539 (menu-bar-tools-menu): Use it as a filter.
7540
7541 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
7542
7543 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7544
7545 2007-08-01 Glenn Morris <rgm@gnu.org>
7546
7547 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7548 strings.
7549 (fortran-tab-mode-default): Remove needless autoload.
7550 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7551 mark as risky.
7552 (fortran-line-length): New buffer-local variable, safe if integer.
7553 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7554 Change from variables to constants.
7555 (fortran-font-lock-syntactic-keywords): Delete as a variable,
7556 replace with a new function definition.
7557 (fortran-mode): Use fortran-line-length, and
7558 fortran-font-lock-syntactic-keywords as a function. Add a
7559 hack-local-variables-hook function.
7560 (fortran-line-length, fortran-hack-local-variables): New functions.
7561 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7562 Use fortran-line-length rather than 72.
7563 (fortran-window-create-momentarily): Doc fix.
7564
7565 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
7566
7567 * cus-edit.el (custom-group-value-create, custom-goto-parent):
7568 Fix parent groups link.
7569
7570 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
7571
7572 * progmodes/python.el (python-current-defun): Adjust to never fall
7573 into infinite loop.
7574
7575 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7578
7579 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
7580
7581 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7582 (copyright-fix-years, copyright): Correctly handle the case where
7583 copyright-limit is nil.
7584
7585 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
7586
7587 * progmodes/python.el (run-python): Fix path separator under w32.
7588
7589 2007-07-30 Richard Stallman <rms@gnu.org>
7590
7591 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7592 Treat non-break space as whitespace in Lisp.
7593
7594 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * vc.el (vc-dired-hook): Use inhibit-read-only.
7597
7598 * progmodes/compile.el (compilation-forget-errors):
7599 Reset compilation-auto-jump-to-next.
7600
7601 2007-07-30 Michael Olson <mwolson@gnu.org>
7602
7603 * cus-edit.el (custom-group-save): Fix void function definition
7604 error. Thanks to Zhang Wei for the report.
7605
7606 * ps-print.el: Check in trivial changes to the autoloads section
7607 caused by the build process. These autoloads really ought to be
7608 placed in a separate file, methinks.
7609
7610 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * calendar/calendar.el (calendar-mode): Make sure
7613 displayed-(month|year) are set.
7614 (calendar-basic-setup): Display buffer before adjusting window sizes.
7615 (generate-calendar-window): Use inhibit-read-only. Simplify.
7616 Generate buffer and set displayed-month and displayed-year before
7617 calling update-calendar-mode-line.
7618
7619 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7620
7621 * net/tramp.el:
7622 * net/tramp-uu.el:
7623 * net/trampver.el: Use utf-8 encoding with coding cookie.
7624
7625 * net/tramp-cache.el:
7626 * net/tramp-fish.el:
7627 * net/tramp-ftp.el:
7628 * net/tramp-gw.el:
7629 * net/tramp-smb.el: Remove coding cookie.
7630
7631 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7632 Flush buffer file-name's file property.
7633 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7634
7635 * net/trampver.el: Update release number.
7636
7637 2007-07-29 Juri Linkov <juri@jurta.org>
7638
7639 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7640 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7641 when major-mode is not dired-mode.
7642 (dired-toggle-read-only): New function.
7643 (dired-recursive-deletes): Remove obsolete comments about old
7644 default value.
7645 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7646
7647 * wdired.el (wdired-exit): New function.
7648 (wdired-mode-map): Bind C-x C-q to wdired-exit.
7649
7650 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * cus-edit.el (customize-read-group): New fun.
7653 (customize-group-other-window, customize-face-other-window):
7654 Prompt before delegating to customize-(group|face).
7655 Bind pop-up-windows rather than use the other-window argument.
7656 (customize-group, customize-face): Prompt from the interactive spec.
7657 Remove args `prompt-for-group' and `other-window'.
7658
7659 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7660 (ad-body-forms, ad-advised-interactive-form): Revert this part of
7661 last change.
7662
7663 2007-07-28 Masatake YAMATO <jet@gyve.org>
7664
7665 * vc.el (vc-dired-mode): Add a menu for VC related operation.
7666 Use backend name as the menu label. Suggested by David Kastrup.
7667
7668 2007-07-28 Alan Mackenzie <acm@muc.de>
7669
7670 Fix problem with modes derived from CC Mode:
7671 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
7672 macro to cc-langs.
7673 (c-init-language-vars-for): Remove call to above macro.
7674 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
7675 been moved to here.
7676 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
7677
7678 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7679
7680 * net/trampver.el: Fix the `coding' cookie.
7681
7682 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7683
7684 * vc-git.el (vc-git-print-log): Support both the old single file
7685 interface and the new one.
7686
7687 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
7688
7689 * bindings.el (mode-line-remote): Use updated %@ construct.
7690
7691 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7694 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7695 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7696 (diary-list-bahai-entries, diary-bahai-mark-entries)
7697 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7698 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7699 New names to clean up namespace.
7700 (list-bahai-diary-entries, mark-bahai-diary-entries)
7701 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7702 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7703 Add compatibility aliases.
7704
7705 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7706
7707 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7708 (calendar-scroll-left-three-months)
7709 (calendar-scroll-right-three-months): Clean up namespace.
7710 (scroll-calendar-left, scroll-calendar-right)
7711 (scroll-calendar-left-three-months)
7712 (scroll-calendar-right-three-months): Add compatibility aliases.
7713
7714 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7715 Behave like mouse-scroll-calendar-* when used from the mouse.
7716
7717 * calendar/cal-menu.el (cal-menu-scroll-menu)
7718 (cal-menu-global-mouse-menu):
7719 * calendar/calendar.el (calendar-mode-map):
7720 Use new calendar-scroll-* names.
7721 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7722 Remove. Use calendar-scroll-* directly instead.
7723
7724 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7725
7726 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7727 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7728 (ad-make-advised-definition, ad-cache-id-verification-code):
7729 Use commandp and interactive-form instead.
7730
7731 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7732
7733 * vc-git.el: Relicense to GPLv3 or later.
7734 (vc-directory-exclusion-list, vc-handled-backends): Remove.
7735
7736 * vc-hooks.el (vc-handled-backends): Add GIT.
7737
7738 * vc.el (vc-directory-exclusion-list): Add .git.
7739
7740 2007-07-26 Alexandre Julliard <julliard@winehq.org>
7741
7742 * vc-git.el (vc-git-revision-table)
7743 (vc-git-revision-completion-table): New functions.
7744
7745 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7746
7747 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7748 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7749 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7750 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7751 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7752 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7753 New command actions for EPS header and EPS footer.
7754
7755 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7756 footer. Fix some problems with one-or-more, zero-or-more and
7757 alternative constructions generation. Some log messages
7758 implementation. Doc fix.
7759 (ebnf-version): New version 4.4.
7760 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7761 (ebnf-eps-footer, ebnf-log): New options.
7762 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7763 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7764 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7765 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7766 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7767 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7768 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7769 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7770 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7771 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7772 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7773 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7774 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7775 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7776 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7777 (ebnf-except-dimension, ebnf-alternative-dimension)
7778 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7779 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7780 message fun.
7781 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7782 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7783 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7784 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7785 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7786 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7787 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7788 compatibility with Emacs 20 & 21.
7789 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7790 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7791 (ebnf-basic-empty-height): New vars.
7792 (ebnf-prologue): Fix PostScript code.
7793 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7794 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7795 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7796 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7797
7798 2007-07-25 Glenn Morris <rgm@gnu.org>
7799
7800 * Relicense all FSF files to GPLv3 or later.
7801
7802 * COPYING: Switch to GPLv3.
7803
7804 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7805
7806 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7807 Replace it with another one which disables undo before calling
7808 erase-buffer and then turns it back on if needed.
7809
7810 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7811
7812 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
7813
7814 2007-07-24 Glenn Morris <rgm@gnu.org>
7815
7816 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7817 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7818 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7819 (cal-tex-cursor-week, cal-tex-cursor-week2)
7820 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7821 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7822 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7823 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7824
7825 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7826
7827 * calendar/calendar.el (calendar-mode-map): Move initialization
7828 into declaration. Add menu bindings (used to be done in cal-menu).
7829 (calendar-mode): Don't add an activate-menubar-hook.
7830
7831 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7832 modify calendar-mode-map), use easy-menu, and make sure that C-h k
7833 can be used on the menu entries.
7834 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7835 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7836 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7837 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7838 (calendar-flatten, cal-menu-update): Remove.
7839 (calendar-mouse-insert-hebrew-diary-entry)
7840 (calendar-mouse-insert-islamic-diary-entry)
7841 (calendar-mouse-insert-bahai-diary-entry):
7842 Remove (fold into cal-menu-diary-menu).
7843 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7844 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7845 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7846 (calendar-mouse-view-diary-entries): Minor simplifications.
7847 (calendar-event-to-date): Use with-current-buffer.
7848
7849 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
7850
7851 * add-log.el (change-log-redate): Remove (not needed anymore and
7852 doesn't appear to work).
7853
7854 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * frame.el: Use mapc and dolist instead of mapcar where possible.
7857 (close-display-connection): New command.
7858
7859 2007-07-25 Alexandre Julliard <julliard@winehq.org>
7860
7861 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7862 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7863
7864 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7865
7866 * ps-print.el (ps-multibyte-buffer): Docstring fix.
7867
7868 * ps-mule.el: Doc fix.
7869 (ps-multibyte-buffer, ps-mule-font-info-database-default)
7870 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
7871
7872 2007-07-25 Glenn Morris <rgm@gnu.org>
7873
7874 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7875 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7876 (cal-tex-daily-end, cal-tex-hook)
7877 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7878 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7879 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7880 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7881 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7882 (cal-tex-day-prefix, cal-tex-day-name-format)
7883 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7884 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7885 (cal-tex-LaTeX-subst-list): Change from variables to constants.
7886 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7887 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7888 etc, rather than \bf.
7889 (cal-tex-mini-calendar): Fix typos in previous change.
7890 (cal-tex-latexify-list): Remove inner let binding.
7891 (cal-tex-end-document, cal-tex-banner): Use multi-line
7892 cal-tex-comment.
7893 (cal-tex-comment): Handle embedded newlines.
7894 (cal-tex-LaTeXify-string): Use substring-no-properties.
7895
7896 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
7897
7898 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7899 Add support for the Maden build tool.
7900
7901 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
7902
7903 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
7904
7905 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
7908
7909 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7910
7911 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7912 C-x C-q.
7913
7914 * vc-git.el (vc-git-print-log): Fix previous change.
7915
7916 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7917
7918 * window.el (save-selected-window): Minor optimization.
7919 (bw-adjust-window): If operation failed, try with a smaller delta.
7920 (window-fixed-size-p): New function.
7921 (window-area-factor): New var.
7922 (balance-windows-area): New command.
7923
7924 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
7925 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
7926 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
7927 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7928 (ps-mule-begin-job): Use dolist.
7929
7930 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7931
7932 * subr.el (start-file-process-shell-command)
7933 (process-file-shell-command): New defuns.
7934
7935 * progmodes/compile.el (compilation-start):
7936 Apply `start-file-process-shell-command'.
7937
7938 2007-07-24 Alexandre Julliard <julliard@winehq.org>
7939
7940 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7941
7942 2007-07-24 Alan Mackenzie <acm@muc.de>
7943
7944 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7945 Initialise byte-compile-unresolved-functions before rather than
7946 after a compilation.
7947 (byte-compile-unresolved-functions): Amplify doc string.
7948
7949 2007-07-24 Glenn Morris <rgm@gnu.org>
7950
7951 * startup.el (normal-splash-screen): Use `emacs-copyright'.
7952
7953 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7954 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7955 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7956 (cal-tex-cursor-week, cal-tex-cursor-week2)
7957 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7958 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7959 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7960 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7961
7962 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
7963 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
7964 (cal-tex-day-name-format, cal-tex-cal-one-month)
7965 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
7966 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
7967 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
7968 (cal-tex-list-holidays, cal-tex-cursor-year)
7969 (cal-tex-cursor-year-landscape, cal-tex-year)
7970 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
7971 (cal-tex-cursor-month, cal-tex-insert-days)
7972 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7973 (cal-tex-first-blank-p, cal-tex-cursor-week)
7974 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7975 (cal-tex-week-hours, cal-tex-cursor-week-monday)
7976 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
7977 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7978 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
7979 (cal-tex-latexify-list, cal-tex-previous-month)
7980 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
7981 modernization, including using dotimes rather than
7982 calendar-for-loop.
7983 (cal-tex-LaTeX-subst-list): Remove `@'.
7984 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
7985 Use \textit and \textbf rather than \em and \it.
7986
7987 * calendar/cal-bahai.el (list-bahai-diary-entries)
7988 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
7989 * calendar/cal-islam.el (list-islamic-diary-entries)
7990 * calendar/calendar.el (generate-calendar, generate-calendar-month)
7991 * calendar/diary-lib.el (diary-list-entries)
7992 (mark-calendar-date-pattern): Use `dotimes' rather than
7993 `calendar-for-loop'.
7994
7995 * calendar/calendar.el (calendar-for-loop): Doc fix.
7996
7997 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
8000 underlying file is uptodate.
8001
8002 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
8003
8004 * replace.el (perform-replace): Use isearch-no-upper-case-p.
8005
8006 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8007
8008 * vc-hooks.el (vc-mode-line-map): New const.
8009 (vc-mode-line): Use it.
8010
8011 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8012
8013 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
8014 (vc-git-unregister): New functions.
8015 (vc-git-find-version): Use the result of ls-files as a parameter
8016 for cat-file.
8017
8018 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
8019
8020 * net/tramp.el (tramp-perl-file-attributes)
8021 (tramp-perl-directory-files-and-attributes)
8022 (tramp-handle-file-attributes-with-stat)
8023 (tramp-handle-directory-files-and-attributes-with-stat)
8024 (tramp-convert-file-attributes): Handle huge file sizes.
8025
8026 2007-07-23 Juri Linkov <juri@jurta.org>
8027
8028 * isearch.el (isearch-message-function): New variable.
8029 (isearch-update, isearch-search): Use it.
8030
8031 * simple.el (goto-history-element): New function created from
8032 next-history-element.
8033 (next-history-element): Most code moved to goto-history-element.
8034 Call goto-history-element with (- minibuffer-history-position n).
8035 (previous-history-element): Call goto-history-element with (+
8036 minibuffer-history-position n).
8037 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
8038 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
8039 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
8040 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
8041 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
8042 (minibuffer-history-isearch-pop-state): New functions.
8043
8044 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8045
8046 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
8047 Also, if FILE is a list, return non-nil if any of its elements
8048 should stay local. Update docstring.
8049
8050 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
8053 change by reverting a small part.
8054
8055 2007-07-23 Richard Stallman <rms@gnu.org>
8056
8057 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
8058
8059 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8060
8061 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
8062 handling it. Use vc-git-command.
8063 (vc-git-find-version, vc-git-diff-tree): New functions.
8064 (vc-git-revert): Use vc-git-command.
8065 (vc-git--run-command): Delete.
8066
8067 2007-07-23 Alexandre Julliard <julliard@winehq.org>
8068
8069 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
8070
8071 2007-07-20 Kenichi Handa <handa@m17n.org>
8072
8073 * international/utf-8.el (utf-8-post-read-conversion):
8074 Temporarily bind utf-8-compose-scripts to nil while running
8075 *-compose-region functions.
8076
8077 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8078
8079 * vc-git.el: Update status.
8080 (vc-directory-exclusion-list): Use eval-after-load.
8081
8082 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
8083
8084 * bindings.el (mode-line-remote): New variable.
8085 (help-echo): Add to default values of mode-line-format.
8086
8087 * files.el: Mark mode-line-remote as risky.
8088
8089 2007-07-22 Juri Linkov <juri@jurta.org>
8090
8091 * isearch.el (isearch-edit-string): Save old point and
8092 isearch-other-end to old-point and old-other-end before reading
8093 the search string from minibuffer. After exiting minibuffer set
8094 point to old-other-end if point and the search direction is the
8095 same as before reading the search string.
8096 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
8097 to isearch-other-end. Instead of isearch-search-and-update call
8098 three functions isearch-search, isearch-push-state and isearch-update.
8099
8100 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8101
8102 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
8103 deal with multiple file arguments.
8104 (vc-git-print-log): Deal with multiple file arguments.
8105
8106 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
8109 diff-refine-hunk. Adjust users.
8110 (diff-unified-hunk-p, diff-splittable-p): New functions.
8111 (diff-mode-menu): Use it to disable Split when it doesn't work.
8112
8113 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8114
8115 * diff-mode.el (diff-mode-menu): New entries.
8116
8117 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
8120 if applicable, so as to save undo-log space.
8121
8122 * diff-mode.el (diff-find-file-name): Add arg `batch'.
8123
8124 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
8125 (diff-file-kill): Use it.
8126 (diff-beginning-of-hunk): Add arg `try-harder' using it.
8127 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
8128 Use it so they find the hunk even when we're in the file header.
8129
8130 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8131
8132 * vc-git.el (vc-git-revision-granularity, vc-git-root)
8133 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
8134 (vc-git-create-repo): New functions.
8135 (vc-git-registered): New autoloaded function definition.
8136 (vc-git-registered): Use vc-git-root.
8137 (vc-git-responsible-p): New defalias.
8138 (vc-git-annotate-extract-revision-at-line): Uncomment.
8139 (vc-git-print-log): Add the file name to the log.
8140 (vc-git-log-view-mode): New derived mode.
8141 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
8142
8143 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8144
8145 * progmodes/grep.el (grep-compute-defaults): Keep default values.
8146
8147 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
8148
8149 * textmodes/reftex.el (reftex-access-parse-file): Create parse
8150 file in a way that does not interfere with recentf mode.
8151 (reftex-access-parse-file): Do not risk destroying an existing
8152 buffer.
8153
8154 2007-07-22 Alexandre Julliard <julliard@winehq.org>
8155
8156 * vc-git.el: New file.
8157
8158 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * textmodes/tex-mode.el (tex-font-script-display): Change default.
8161
8162 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8163
8164 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
8165 for branches and new files.
8166
8167 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
8168 local-map handling ...
8169 (vc-mode-line): ... here. Improve handling of help-echo.
8170
8171 * vc.el (mode-line-string): Document help-echo usage.
8172
8173 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
8174
8175 Sync with Tramp 2.1.10.
8176
8177 * net/tramp.el (tramp-get-ls-command): Fix typo.
8178
8179 * net/trampver.el: Update release number.
8180
8181 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8182
8183 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
8184
8185 * term/x-win.el (x-handle-no-bitmap-icon): New function.
8186
8187 2007-07-22 Martin Rudalics <rudalics@gmx.at>
8188
8189 * add-log.el (change-log-fill-parenthesized-list): New function.
8190 (change-log-indent): Call change-log-fill-parenthesized-list.
8191 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8192 Have lines with leading asterisk start a paragraph.
8193
8194 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8195
8196 * calc/calc-math.el (math-emacs-precision)
8197 (math-largest-emacs-expt, math-smallest-emacs-expt):
8198 New variables.
8199 (math-use-emacs-fn): New function.
8200 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8201 appropriate.
8202
8203 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8204
8205 * image-dired.el (image-dired-sane-db-file): New func.
8206 (image-dired-write-tags, image-dired-remove-tag)
8207 (image-dired-list-tags, image-dired-write-comments)
8208 (image-dired-get-comment, image-dired-mark-tagged-files)
8209 (image-dired-create-gallery-lists): Call new func.
8210 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8211
8212 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8213
8214 * vc-hg.el (vc-hg-dir-state): Fix loop.
8215 (vc-hg-print-log): Fix expected return value for vc-hg-command.
8216 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8217 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8218 (vc-hg-revert): Likewise.
8219 (vc-hg-revision-table, vc-hg-revision-completion-table): New
8220 functions.
8221
8222 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * add-log.el (change-log-resolve-conflict): Don't lose data if the
8225 merge fails.
8226
8227 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8228
8229 * progmodes/compile.el (compilation-auto-jump-to-first-error):
8230 Add group and version.
8231
8232 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * add-log.el (add-log-file-name): Use file-relative-name.
8235 (add-change-log-entry): Delay reading
8236 add-log-(full-name|mailing-address) to after we've switched to the
8237 ChangeLog buffer so we get the right value.
8238 (add-change-log-entry, add-log-current-defun, change-log-merge):
8239 Use derived-mode-p rather than checking major-mode directly.
8240
8241 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8242 name for buffer-file-name if it refers to a directory.
8243
8244 * vc-arch.el (vc-arch-diff): Fix last change.
8245
8246 * progmodes/compile.el (compilation-start): Remember the original
8247 directory in a buffer-local compilation-directory.
8248 (compile): Set the global value of compilation-directory.
8249 (recompile): Use compilation-directory even in the compilation buffer.
8250
8251 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8252
8253 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8254
8255 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8256
8257 * ps-print.el: Problem with foreground and background color when
8258 printing a buffer with and without faces. Reported by Christian
8259 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8260 (ps-print-version): New version 6.7.5.
8261 (ps-default-fg): Change default value to nil, so black color is used
8262 when a face does not specify a foreground color.
8263 (ps-default-bg): Change default value to nil, so white color is used
8264 for background color.
8265 (ps-begin-job): Fix code.
8266
8267 2007-07-20 Eli Zaretskii <eliz@gnu.org>
8268
8269 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8270 in $(INSTALL_DIR)/lisp/ if they already exist.
8271
8272 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8273
8274 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8275 in $(INSTALL_DIR)/lisp/ if they already exist.
8276
8277 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * progmodes/vera-mode.el (vera-re-search-forward)
8280 (vera-re-search-backward): Remove use of store-match-data.
8281 (vera-mode-map): Move initialization into declaration.
8282
8283 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8284 (flymake-find-buildfile): Use locate-dominating-file.
8285
8286 * vc.el (vc-delistify): Use mapconcat.
8287 (vc-do-command): Minor simplification.
8288 (vc-expand-dirs): Use push.
8289
8290 * vc-mcvs.el (vc-mcvs-create-repo):
8291 * vc-cvs.el (vc-cvs-create-repo): Remove.
8292
8293 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8294 directory and the root as well.
8295
8296 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8297
8298 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8299 instead of a file.
8300
8301 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8302 (vc-hg-registered): Replace if with when.
8303 (vc-hg-state): Deal with nonexistent files and handle removed files.
8304 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8305 (vc-hg-checkout): Re-enable.
8306 (vc-hg-create-repo): Fix typos.
8307 (vc-hg-print-log): Fix for multiple files.
8308 (vc-hg-workfile-unchanged-p): New function.
8309
8310 * vc.el: Fix typo.
8311 (vc-print-log): Fix call to print-log.
8312 (vc-default-comment-history): Likewise.
8313 (vc-directory-exclusion-list): Add .hg and .bzr.
8314 (vc-diff-internal): Pass a list instead of a file.
8315
8316 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8317
8318 * vc-bzr.el (vc-bzr-create-repo): New function.
8319
8320 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8321
8322 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8323 `file' from which to start the search.
8324
8325 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8326
8327 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8328 having a single file argument to having a list of files as the
8329 first argument.
8330
8331 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8332
8333 * files.el (locate-dominating-file): New function.
8334
8335 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
8336
8337 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8338 (grep-compute-defaults): Use it.
8339
8340 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * uniquify.el: Docstring fixes.
8343
8344 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8345
8346 * vc.el (revision-granularity, create-repo): Document new vc
8347 backend properties.
8348 (vc-rollback): Renamed from vc-cancel-version. Update
8349 references. Pass a list instead of a file.
8350 (vc-revert): Renamed from vc-revert-buffer. Update references.
8351 (vc-delistify, vc-expand-dirs): New functions.
8352 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8353 of files instead of a single file.
8354 (vc-position-context, vc-resync-window, vc-diff-internal)
8355 (vc-print-log): Pass a list instead of a file.
8356
8357 * vc-hooks.el (vc-stay-local-p, vc-backend)
8358 (vc-backend-subdirectory-name): Work on a file list, not a single
8359 file.
8360 (vc-workfile-version): Update docstring.
8361 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8362 vc-revert instead of vc-revert-buffer.
8363 (vc-prefix-map): Likewise. Bind vc-update.
8364
8365 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8366 (vc-svn-wash-log): New functions.
8367 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8368 (vc-svn-command): Deal with a list of files, not a single file.
8369
8370 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8371 (vc-rcs-wash-log): New functions.
8372 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8373 Deal with a list of files, not a single file.
8374 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8375
8376 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8377 functions.
8378 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8379 list of files, not a single file.
8380
8381 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8382 New functions.
8383 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8384 (vc-mcvs-diff): Deal with a list of files, not a single file.
8385
8386 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8387 functions.
8388 (vc-hg-print-log): Deal with a list of files, not a single file.
8389 (vc-hg-diff-tree): New function, replace defalias with the same
8390 name.
8391 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8392 FILES to denote that it is a file list, not a single file.
8393
8394 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8395 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8396 a single file.
8397 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8398 that it is a file list, not a single file.
8399 (vc-cvs-diff): Likewise. Simplify.
8400
8401 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8402 Deal with a list of files, not a single file.
8403
8404 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8405 (vc-bzr-print-log): Update FILE parameter name to denote that it
8406 is a file list, not a single file.
8407 (vc-bzr-diff): Likewise. Use the car of files.
8408
8409 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
8410
8411 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8412 (follow-delete-other-windows-and-split, follow-recenter)
8413 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8414 (follow-redisplay, follow-estimate-first-window-start)
8415 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8416 Fix typos in docstrings.
8417
8418 2007-07-18 Martin Rudalics <rudalics@gmx.at>
8419
8420 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8421 avoid that filling introduces lines with a single asterisk.
8422
8423 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8424 avoid incorrect kmacro-ring-empty-p messages.
8425 Reported by Michael Schierl <schierlm@gmx.de>.
8426
8427 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8428
8429 * vc.el: Add more info about the vc-registered function.
8430
8431 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8432
8433 * files.el (file-remote-p): Introduce optional parameter
8434 IDENTIFICATION.
8435
8436 * recentf.el (recentf-keep-default-predicate): Adapt call of
8437 `file-remote-p'.
8438
8439 * progmodes/grep.el (grep-probe): Use `process-file'.
8440 (grep-compute-defaults): Handle variables host specific.
8441
8442 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8443 parameter IDENTIFICATION.
8444
8445 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8446 parameter IDENTIFICATION.
8447 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8448 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8449 Add entry for `set-file-times'.
8450 (tramp-do-copy-or-rename-file-via-buffer)
8451 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8452 (tramp-handle-unhandled-file-name-directory): Rewrite.
8453 (tramp-convert-file-attributes): Add error handling when inode is
8454 extraordinary big.
8455 (tramp-get-inode): Change parameter from FILE to VEC.
8456 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8457 is nil. This is according to the specification. Goto (point-max)
8458 when ready.
8459 (tramp-handle-shell-command): Rewrite completely, using
8460 `process-file' and `start-file-process'.
8461 (tramp-methods, tramp-find-shell)
8462 (tramp-open-connection-setup-interactive-shell)
8463 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8464 var. Reported by Steve Youngs <steve@sxemacs.org>.
8465
8466 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8467 entry for `set-file-times'. Rename `start-process' into
8468 `start-file-process'. Remove `call-process' entry.
8469 (tramp-fish-handle-set-file-times): New defun.
8470 (tramp-fish-handle-executable-find): Use `process-file'.
8471 (tramp-fish-handle-process-file): New defun. Replaces
8472 `tramp-fish-handle-call-process'.
8473 (tramp-fish-do-copy-or-rename-file-directly): Use
8474 `set-file-times'.
8475 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8476
8477 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8478 `tramp-get-inode' parameter.
8479
8480 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8483 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8484 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8485 it has ever existed.
8486
8487 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8488
8489 * vc.el: Undo previous change.
8490
8491 2007-07-16 Eli Zaretskii <eliz@gnu.org>
8492
8493 * makefile.w32-in (clean): Don't delete *~.
8494
8495 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * textmodes/tex-mode.el (tex-verbatim-environments):
8498 Add safe-local-variable property.
8499 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8500 when starting font-lock rather than when loading tex-mode.el.
8501
8502 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8503 whole $( rather than just the $. Rename from sh-quoted-subshell.
8504 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8505
8506 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8507
8508 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8509 bookmark-alist. Instead, if not sorting, simply return it.
8510 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8511 for its return value, not for its side effect.
8512
8513 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8514 case of alignment under a constant symbol, find and consider
8515 the sexp actually at indentation to be the "last sexp".
8516
8517 2007-07-16 Drew Adams <drew.adams@oracle.com>
8518
8519 * mouse.el (mouse-yank-secondary): Better error message if no
8520 secondary selection.
8521
8522 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8523
8524 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8525
8526 * term/xterm.el (xterm-turn-on-modify-other-keys)
8527 (xterm-turn-off-modify-other-keys): New functions.
8528 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8529 terminal supports it.
8530
8531 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8532
8533 * bookmark.el (bookmark-show-all-annotations):
8534 Make sure each inserted annotation ends with newline.
8535
8536 2007-07-15 Richard Stallman <rms@gnu.org>
8537
8538 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
8539
8540 * tutorial.el (tutorial--find-changed-keys):
8541 Handle C-x specially like ESC.
8542
8543 2007-07-15 Aaron Hawley <aaronh@garden.org>
8544
8545 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
8546
8547 2007-07-15 Juri Linkov <juri@jurta.org>
8548
8549 * delsel.el (delete-selection-pre-hook):
8550 * emulation/cua-base.el (cua-paste): Before a yank command,
8551 check also whether last-command is one of mouse-save-then-kill,
8552 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8553
8554 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
8555
8556 * recentf.el (recentf-keep-default-predicate): New defun.
8557 (recentf-keep): Use it as initial value.
8558
8559 2007-07-15 Karl Fogel <kfogel@red-bean.com>
8560
8561 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8562 thus restoring bookmark bindings to three slots under C-x r. See
8563 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8564
8565 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8566
8567 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
8568
8569 2007-07-15 Jason Rumney <jasonr@gnu.org>
8570
8571 * w32-fns.el (set-default-process-coding-system): Use dos line ends
8572 for input to cmdproxy on all versions of Windows.
8573 Use dos line ends for input to plink.
8574
8575 * comint.el (comint-simple-send): Concat newline before sending.
8576 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8577
8578 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8581 safe-local-variable setting.
8582
8583 2007-07-14 David Kastrup <dak@gnu.org>
8584
8585 * emacs-lisp/advice.el (defadvice): Doc fix.
8586
8587 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
8588
8589 * subr.el (when, unless): Doc fix.
8590
8591 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8592
8593 * replace.el (match): Use yellow1 instead of yellow.
8594
8595 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8596 red.
8597
8598 * pcvs-info.el (cvs-unknown): Likewise.
8599
8600 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8601
8602 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8603 (install): Use them to copy all *.el files before *.elc.
8604
8605 2007-07-13 Drew Adams <drew.adams@oracle.com>
8606
8607 * bookmark.el (bookmark-jump-other-window): New function.
8608 (bookmark-map): Bind it to "o".
8609
8610 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8611 and its thread contains discussion about this change.
8612 The original patch was slightly tweaked by Karl Fogel
8613 <kfogel@red-bean.com> before committing.
8614
8615 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8616
8617 * bookmark.el: Shorten some comments to fit within 80 lines.
8618
8619 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8620
8621 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8622 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
8623 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
8624 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8625
8626 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
8627
8628 * textmodes/org.el: Bug fixes.
8629 (org-end-of-line): Move to end of line if in headline without tags.
8630
8631 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8632
8633 * vc-hooks.el: Remove spurious * in docstrings.
8634 (vc-handled-backends): Add BZR.
8635
8636 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8637
8638 2007-07-12 Davis Herring <herring@lanl.gov>
8639
8640 * desktop.el (desktop-buffer-info, desktop-save):
8641 Use `desktop-dirname' instead of `dirname'.
8642
8643 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8644
8645 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8646
8647 * progmodes/python.el (python-which-func-length-limit): New var.
8648 (python-which-func): New function.
8649 (python-current-defun): Add optional `length-limit' and try to fit
8650 computed function name to that length.
8651 (python-mode): Hook `python-which-func' up.
8652
8653 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8654
8655 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8656
8657 * comint.el (comint-dynamic-complete-as-filename):
8658 Use read-file-name-completion-ignore-case.
8659
8660 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * comint.el (comint-dynamic-list-filename-completions):
8663 Use read-file-name-completion-ignore-case.
8664
8665 * vc-cvs.el: Require CL.
8666 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8667 New functions to provide completion of revision names.
8668
8669 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8670 (vc-cvs-annotate-first-line-re): New const.
8671 (vc-cvs-annotate-process-filter): New fun.
8672 (vc-cvs-annotate-command): Use them and run the command asynchronously.
8673
8674 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8675
8676 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8677 (eldoc-print-current-symbol-info): Adjust for changed helper
8678 function signatures.
8679 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
8680 `eldoc-highlight-function-argument'.
8681 (eldoc-highlight-function-argument): New function.
8682 (eldoc-get-var-docstring): Format documentation with
8683 `font-lock-variable-name-face'.
8684 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8685 where suited.
8686 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8687 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8688
8689 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
8690
8691 * progmodes/compile.el (compilation-start): `start-process' must
8692 still be redefined when calling `start-process-shell-command'.
8693
8694 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8695 remote file name, prepend its remote part to the filename.
8696 (gud-common-init): When `default-directory' is a remote file name,
8697 make the filename relative to it.
8698 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8699
8700 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8701
8702 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8703 mouse binding and a tooltip.
8704
8705 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8706
8707 * menu-bar.el (vc-menu-map): New defalias.
8708
8709 2007-07-10 Richard Stallman <rms@gnu.org>
8710
8711 * emacs-lisp/lisp-mode.el (eval-defun):
8712 Explain special handling of `defface'.
8713
8714 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8715
8716 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8717
8718 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8719
8720 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8721
8722 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8723
8724 * vc-arch.el (vc-arch-complete): Remove.
8725 (vc-arch-revision-completion-table): Use complete-with-action.
8726
8727 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8728 (complete-with-action): New function.
8729 (dynamic-completion-table): Use it.
8730
8731 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
8732
8733 * comint.el (make-comint, make-comint-in-buffer)
8734 (comint-exec-1): Replace `start-process' by `start-file-process'.
8735
8736 * progmodes/compile.el (compilation-start): Revert redefining
8737 `start-process'.
8738
8739 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8742 with EOLs when generating MD5 checksums.
8743
8744 * follow.el: Don't change the global map from the follow-mode-map
8745 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8746 XEmacs code.
8747 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8748 since `follow-mode' should be used instead for that.
8749
8750 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8751 (easy-menu-do-define): Use it.
8752 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8753
8754 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8755 (compilation-auto-jump-to-next): New vars.
8756 (compilation-auto-jump): New function.
8757 (compilation-error-properties): Use them to jump to first error.
8758 (compilation-start): Set the var if requested.
8759
8760 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8761 duplicates without also removing entries from other directories.
8762
8763 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8764
8765 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8766 Remember span as default.
8767 (org-columns-edit-value): Rename from `org-column-edit'.
8768 (org-columns-display-here-title): Rename from
8769 `org-overlay-columns-title'.
8770 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8771 (org-columns-get-autowidth-alist): Rename from
8772 `org-get-columns-autowidth-alist'.
8773 (org-columns-display-here): Rename from `org-overlay-columns'.
8774 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8775 (org-columns-quit): Rename from `org-column-quit'.
8776 (org-columns-show-value): Rename from `org-column-show-value'.
8777 (org-columns-content, org-columns-widen)
8778 (org-columns-next-allowed-value)
8779 (org-columns-edit-allowed, org-columns-store-format)
8780 (org-columns-uncompile-format, org-columns-redo)
8781 (org-columns-edit-attributes, org-delete-property)
8782 (org-set-property, org-columns-update)
8783 (org-columns-compute, org-columns-eval)
8784 (org-columns-not-in-agenda, org-columns-compute-all)
8785 (org-property-next-allowed-value)
8786 (org-columns-compile-format)
8787 (org-fill-paragraph-experimental)
8788 (org-string-to-number, org-property-action)
8789 (org-columns-move-left, org-columns-new)
8790 (org-column-number-to-string)
8791 (org-property-previous-allowed-value)
8792 (org-at-property-p, org-columns-delete)
8793 (org-columns-previous-allowed-value)
8794 (org-columns-move-right, org-columns-narrow)
8795 (org-property-get-allowed-values)
8796 (org-verify-version, org-column-string-to-number)
8797 (org-delete-property-globally): New functions.
8798 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8799 (org-columns-overlays): Rename from `org-column-overlays'.
8800 (org-columns-map): Rename from `org-column-map'.
8801 (org-columns-current-maxwidths): Rename from
8802 `org-current-columns-maxwidths'.
8803 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8804 (org-previous-header-line-format)
8805 (org-columns-inhibit-recalculation)
8806 (org-columns-top-level-marker): New variables.
8807 (org-columns-default-format): Rename from `org-default-columns-format'.
8808 (org-property-re): New constant.
8809
8810 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
8811
8812 * subr.el (looking-at-p, string-match-p): New functions.
8813
8814 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8815
8816 * textmodes/tex-mode.el (tex-fontify-script)
8817 (tex-font-script-display): New variables to make display of
8818 superscripts and subscripts customizable.
8819 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8820
8821 2007-07-09 Richard Stallman <rms@gnu.org>
8822
8823 * isearch.el (isearch-edit-string): Call to isearch-push-state
8824 after the search.
8825
8826 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8827
8828 * window.el (fit-window-to-buffer): Remove setting of window-min-height
8829 to 1 as enlarge-window uses the value to resize/shrink windows other
8830 than WINDOW if needed.
8831
8832 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8833
8834 * cus-start.el (file-coding-system-alist): Fix custom type.
8835
8836 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
8837
8838 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8839 modified.
8840 (longlines-auto-wrap, longlines-window-change-function):
8841 Remove unnecessary calls to set-buffer-modified-p.
8842
8843 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8844
8845 * cus-start.el (file-coding-system-alist): Fix custom type.
8846
8847 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8850 (vc-cvs-checkout): Remove last arg now unused; simplify.
8851
8852 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8853
8854 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8855
8856 * net/tramp.el:
8857 * net/tramp-ftp.el:
8858 * net/tramp-smb.el:
8859 * net/tramp-uu.el:
8860 * net/trampver.el: Migrate to Tramp 2.1.
8861
8862 * net/tramp-cache.el:
8863 * net/tramp-fish.el:
8864 * net/tramp-gw.el: New Tramp packages.
8865
8866 * net/tramp-util.el:
8867 * net/tramp-vc.el: Removed.
8868
8869 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
8870 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8871
8872 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8873
8874 * progmodes/compile.el (compilation-start): Redefine
8875 `start-process' temporarily when `default-directory' is remote.
8876 Remove case of synchronous compilation, this won't happen ever.
8877 (compilation-setup): Make local variable `comint-file-name-prefix'
8878 for remote compilation.
8879
8880 2007-07-08 Martin Rudalics <rudalics@gmx.at>
8881
8882 * novice.el (disabled-command-function): Fit window to buffer to
8883 make last line visible.
8884 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8885
8886 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8887 when handling the terminating event.
8888
8889 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8890
8891 * calc/calc.el (math-read-number-simple): Remove leading 0s.
8892 (math-bignum-digit-length): Change to optimal value.
8893
8894 * calc/calc-bin.el (math-bignum-logb-digit-size)
8895 (math-bignum-digit-power-of-two): Evaluate when compiled.
8896
8897 * calc/calc-comb.el (math-small-factorial-table)
8898 (math-init-random-base, math-prime-test): Remove unnecessary calls
8899 to `math-read-number-simple'.
8900
8901 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8902 (math-approx-gamma-const): Add docstrings.
8903
8904 * calc/calc-forms.el (math-julian-date-beginning)
8905 (math-julian-date-beginning-int): New constants.
8906 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
8907 Use the new constants.
8908
8909 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8910
8911 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8912 Add docstrings.
8913
8914 2007-07-07 Tom Tromey <tromey@redhat.com>
8915
8916 * vc.el (vc-annotate): Jump to line and output message only after the
8917 process is really all done.
8918
8919 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * vc.el (vc-exec-after): Don't move point from the sentinel.
8922 Forcefully read all the remaining text in the pipe upon process exit.
8923 (vc-annotate-display-autoscale, vc-annotate-lines):
8924 Don't stop at the first unrecognized line.
8925 (vc-annotate-display-select): Run autoscale after the process is done
8926 since it depends on the whole result.
8927
8928 2007-07-07 Eli Zaretskii <eliz@gnu.org>
8929
8930 * term/w32-win.el (menu-bar-open): New function.
8931 Bind <f10> to it.
8932
8933 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
8934
8935 * simple.el (start-file-process): New defun.
8936
8937 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * files.el (find-file-confirm-nonexistent-file): Rename from
8940 find-file-confirm-inexistent-file. Update users.
8941
8942 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
8943 format of autoload block where the file's time-stamp is replaced by its
8944 MD5 checksum.
8945 (autoload-generate-file-autoloads): Use MD5 checksum instead of
8946 time-stamp for secondary autoloads files.
8947 (update-directory-autoloads): Remove duplicate entries.
8948 Use time-less-p for time-stamps, as done in autoload-find-destination.
8949
8950 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8951
8952 * calc/calc.el (math-read-number): Replace number by variable.
8953 (math-read-number-simple): Properly parse small integers.
8954
8955 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8956
8957 * vc.el: Fix doc for the checkout function.
8958
8959 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
8960
8961 * vc-hg.el (vc-hg-root): New function.
8962 (vc-hg-registered): Use it.
8963 (vc-hg-diff-tree): New defalias.
8964 (vc-hg-responsible-p): Likewise.
8965 (vc-hg-checkout): Comment out, not needed.
8966 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
8967 (vc-hg-find-version, vc-hg-next-version): New functions.
8968
8969 2007-07-06 Andreas Schwab <schwab@suse.de>
8970
8971 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
8972 dynamic bindings around the evaluation of the expression.
8973 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
8974
8975 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
8978 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
8979 Use run-hooks rather than run-mode-hooks.
8980
8981 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
8982
8983 * calc/calc-comb.el (math-random-digit): Rename to
8984 `math-random-three-digit-number'.
8985 (math-random-digits): Don't depend on representation of integer.
8986
8987 * calc/calc-bin.el (math-bignum-logb-digit-size)
8988 (math-bignum-digit-power-of-two): New constants.
8989 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
8990 (math-not-bignum, math-clip-bignum): Use the constants
8991 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
8992 instead of their values.
8993 (math-clip): Use math-small-integer-size instead of its value.
8994
8995 * calc/calc.el (math-add-bignum): Replace number by constant.
8996
8997 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
8998
8999 * wid-edit.el (widget-documentation-string-value-create):
9000 Insert indentation spaces.
9001
9002 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9003
9004 * emacs-lisp/byte-opt.el: Revert last change.
9005
9006 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9007
9008 * vc-hooks.el (vc-handled-backends): Add HG.
9009
9010 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
9011
9012 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * complete.el (PC-do-complete-and-exit): Add support for the new
9015 `confirm-only' confirmation mode.
9016
9017 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
9018
9019 * cus-edit.el (custom-commands): New variable.
9020 (custom-tool-bar-map): New variable. Initialize using
9021 `custom-commands'.
9022 (custom-mode): Use `custom-tool-bar-map'.
9023 (custom-buffer-create-internal): Insert action buttons only if
9024 tool bar is not used. Use `custom-commands'.
9025 (Custom-help, custom-command-apply): New function.
9026 (custom-command-apply, Custom-set, Custom-save)
9027 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
9028 Use `custom-command-apply' instead of duplicating code.
9029 (customize-group-other-window): Call `customize-group' instead of
9030 duplicating code.
9031 (customize-face-other-window): Call `customize-face' instead of
9032 duplicating code.
9033 (customize-group, customize-face): Add optional args for opening
9034 in another window.
9035 (custom-variable-tag): Don't inherit `variable-pitch' face.
9036 (custom-group-tag): Inherit `variable-pitch' face.
9037 (custom-variable-value-create): Set documentation indentation.
9038 (custom-group-value-create): Make group name a link, instead of
9039 using an extra "go to group" button.
9040 (custom-prompt-variable, custom-group-set, custom-group-save)
9041 (custom-group-reset-current, custom-group-reset-saved)
9042 (custom-group-reset-standard): Minor cleanup.
9043
9044 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
9045
9046 * Makefile.in (bootstrap-prepare): When copying from
9047 ldefs-boot.el, make sure loaddefs.el is writeable.
9048
9049 (bootstrap-prepare): Make $(lisp)/ps-print.el
9050 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
9051
9052 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
9053
9054 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
9055 only caller, and delete.
9056 (vc-hg-state): Deal with exceptions and only parse the output on
9057 successful return.
9058 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
9059 caller, and delete.
9060 (vc-hg-workfile-version): Deal with exceptions and only parse the
9061 output on successful return.
9062 (vc-hg-revert): New function.
9063
9064 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
9065
9066 * calculator.el (calculator-expt): Use more cases to determine
9067 the value.
9068
9069 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
9070
9071 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
9072 file names.
9073
9074 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
9075
9076 * calculator.el (calculator-expt, calculator-integer-p):
9077 New functions.
9078 (calculator-fact): Check to see if the factorial will be too
9079 large before computing it.
9080 (calculator-initial-operators): Use `calculator-expt' to
9081 compute "^".
9082 (calculator-mode): Mention that results which are too large
9083 will return inf.
9084 * calc/calc-comb.el (math-small-factorial-table): Replace list
9085 by vector.
9086
9087 2007-07-03 David Kastrup <dak@gnu.org>
9088
9089 * shell.el: On request of the authors, remove their addresses for
9090 the sake of bug reports, and add the developer list address as
9091 maintainer information.
9092
9093 2007-07-03 Richard Stallman <rms@gnu.org>
9094
9095 * files.el (make-directory): Doc fix.
9096 (find-file-confirm-inexistent-file): Make it a defcustom.
9097 Make nil the default.
9098
9099 2007-07-02 Richard Stallman <rms@gnu.org>
9100
9101 * startup.el (command-line): Set buffer-offer-save in *scratch*
9102 and enable auto-save in it.
9103
9104 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
9105
9106 * textmodes/org.el (orgstruct-mode-map): New variable.
9107 (orgstruct-mode): New minor mode.
9108 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
9109 (orgstruct-make-binding, org-context-p, org-get-local-variables)
9110 (org-run-like-in-org-mode): New functions.
9111 (org-cycle-list-bullet): New command.
9112 (org-special-properties, org-property-start-re)
9113 (org-property-end-re): New constants.
9114 (org-with-point-at): New macro.
9115 (org-get-property-block, org-entry-properties, org-entry-get)
9116 (org-entry-delete, org-entry-get-with-inheritance)
9117 (org-entry-put, org-buffer-property-keys): New functions.
9118 (org-insert-property-drawer): New command.
9119 (org-entry-property-inherited-from): New variable.
9120 (org-column): New face.
9121 (org-column-overlays, org-current-columns-fmt)
9122 (org-current-columns-maxwidths, org-column-map): New variables.
9123 (org-column-menu): New menu.
9124 (org-new-column-overlay, org-overlay-columns)
9125 (org-overlay-columns-title, org-remove-column-overlays)
9126 (org-column-show-value, org-column-quit, org-column-edit):
9127 New functions.
9128 (org-columns, org-agenda-columns): New commands.
9129 (org-get-columns-autowidth-alist): New functions.
9130 (org-properties): New customize group.
9131 (org-default-columns-format): New option.
9132 (org-priority): Realign tags after changing priority.
9133 (org-preserve-lc): New macro.
9134 (org-update-checkbox-count): Catch case when there is no headline.
9135 (org-agenda-quit): Remove any column overlays.
9136 (org-beginning-of-item-list): Fixed bug when non-item line is
9137 indented too deep.
9138 (org-cached-props): New variable.
9139 (org-cached-entry-get): New function.
9140 (org-make-tags-matcher): Handle property matches.
9141 (org-table-recalculate): Swap evaluation order: Field formula
9142 first, then column formulas, but don't allow them to overwrite the
9143 field formulas.
9144 (org-table-eval-formula): New argument untouchable.
9145 (org-table-put-field-property): New function.
9146
9147 2007-07-02 Martin Rudalics <rudalics@gmx.at>
9148
9149 * help-mode.el (help-make-xrefs): Skip spaces too when
9150 skipping tabs.
9151
9152 * ffap.el (dired-at-point-prompter): Improve prompt in
9153 list-directory case.
9154
9155 2007-07-01 Richard Stallman <rms@gnu.org>
9156
9157 * files.el (find-file-visit-truename): Fix safe-local-variable value.
9158
9159 2007-07-01 Richard Stallman <rms@gnu.org>
9160
9161 * cus-start.el (max-mini-window-height): Added.
9162
9163 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
9164
9165 * complete.el (partial-completion-mode): Remove advice of
9166 read-file-name-internal.
9167 (PC-do-completion): Rebind minibuffer-completion-table.
9168 (PC-read-file-name-internal): New function doing what
9169 read-file-name-internal advice did.
9170
9171 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
9172
9173 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
9174 property on a few symbols.
9175 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
9176 (byte-optimize-lapcode): Remove bindings that are not referenced
9177 and certainly will not effect through dynamic scoping.
9178
9179 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * files.el (find-file-confirm-inexistent-file): New var.
9182 (find-file, find-file-other-window, find-file-other-frame)
9183 (find-file-read-only, find-file-read-only-other-window)
9184 (find-file-read-only-other-frame): Use it.
9185
9186 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
9187
9188 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
9189
9190 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
9191
9192 * generic-x.el (generic-define-mswindows-modes)
9193 (generic-define-unix-modes, apache-log-generic-mode)
9194 (bat-generic-mode-keymap, java-manifest-generic-mode)
9195 (show-tabs-generic-mode): Fix typos in docstrings.
9196
9197 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
9198
9199 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9200 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9201 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9202 (rcirc-print): Never ignore messages from ourself.
9203
9204 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9205
9206 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9207 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
9208
9209 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9210
9211 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9212 replace-regexp-in-string.
9213
9214 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9215
9216 * emacs-lisp/cl.el: Set edebug and indentation before loading
9217 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9218
9219 2007-06-28 Andreas Schwab <schwab@suse.de>
9220
9221 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9222 $(lisp)/subdirs.el.
9223
9224 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
9225
9226 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9227 the speedbar frame if nil; that deletes the current frame or
9228 causes an error if it is the only frame.
9229 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9230
9231 2007-06-28 Kevin Ryde <user42@zip.com.au>
9232
9233 * textmodes/nroff-mode.el: Groff \# comments.
9234 (nroff-mode-syntax-table): \# comment intro,
9235 plain # as punct per global table.
9236 (nroff-font-lock-keywords): Add # as a single char escape.
9237 (nroff-mode): In comment-start-skip, match \#.
9238
9239 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9242 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9243 point-min == 1.
9244
9245 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
9246
9247 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9248 Rename and move to...
9249
9250 * subr.el (strings->string, string->strings): ...here.
9251
9252 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9253 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9254
9255 * progmodes/gud.el (gud-common-init): Call string->strings instead
9256 of split-string.
9257
9258 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
9259
9260 * dired-aux.el: Remove `dired-call-process'.
9261 (dired-check-process): Call `process-file'.
9262
9263 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9264
9265 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9266 `ange-ftp-process-file'.
9267
9268 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9271
9272 * emacs-lisp/cl-extra.el:
9273 * emacs-lisp/cl-seq.el:
9274 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9275 Add autoload cookies on all defs autoloaded manually in cl.el.
9276
9277 * emacs-lisp/cl-loaddefs.el: New file.
9278
9279 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9280 (texinfo-lowersections-alist): Merge definition and declaration.
9281 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9282 (texinfo-format-syntax-table): Merge init into declaration.
9283 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9284 (texinfo-format-parse-defun-args, texinfo-format-node)
9285 (texinfo-push-stack, texinfo-multitable-widths)
9286 (texinfo-define-info-enclosure, texinfo-alias)
9287 (texinfo-format-defindex, batch-texinfo-format): Use push.
9288 (texinfo-footnote-number): Remove duplicate declaration.
9289
9290 * ps-print.el: Update with auto-generated autoloads.
9291
9292 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9293
9294 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9297 relative to current dir for file-local settings.
9298 (autoload-generate-file-autoloads): Add `outfile' arg.
9299 (update-directory-autoloads): Use it to directly call
9300 autoload-generate-file-autoloads instead of going through
9301 update-file-autoloads so we avoid redundant searches and so we can know
9302 the set of buffers changed so we can save them all.
9303
9304 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9305 rather than throwing `up-to-date'.
9306 (autoload-generate-file-autoloads): Adjust correspondingly.
9307 (update-file-autoloads): Be careful to let-bind
9308 autoload-modified-buffers and adjust to new calling conventions.
9309 (autoload-modified-buffers): Make it a dynamically scoped var.
9310 (update-directory-autoloads): Use file-relative-name instead of
9311 autoload-trim-file-name.
9312 (autoload-insert-section-header): Don't use autoload-trim-file-name
9313 since the file is already relative now.
9314 (autoload-trim-file-name): Remove.
9315
9316 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9317 (vc-arch-complete, vc-arch--version-completion-table)
9318 (vc-arch-revision-completion-table): New functions to provide
9319 completion of revision names.
9320 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9321 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9322 to let the user trim the revlib.
9323
9324 * vc.el: Add new VC operation `revision-completion-table'.
9325 (vc-default-revision-completion-table): New function.
9326 (vc-version-diff, vc-version-other-window): Use it to provide
9327 completion of revision names if the backend provides it.
9328
9329 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9330
9331 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9332 of newer .svn/entries.
9333
9334 2007-06-25 David Kastrup <dak@gnu.org>
9335
9336 * calc/calc-poly.el (math-padded-polynomial)
9337 (math-partial-fractions): Add some function comments.
9338
9339 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9342 Make `outbuf' optional.
9343 (update-file-autoloads): Use it.
9344
9345 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9346
9347 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9348 (autoload-find-destination): Keep it uptodate.
9349 (autoload-save-buffers): New fun.
9350 (update-file-autoloads): Use it. Re-add the "up to date" message.
9351
9352 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9353 (autoload-find-destination): New function extracted from
9354 update-file-autoloads.
9355 (update-file-autoloads): Use it.
9356 (autoload-generate-file-autoloads): New function extracted from
9357 generate-file-autoloads. Use file-relative-name. Delay computation of
9358 output-start to the first cookie. Remove done-any, replaced by
9359 output-start.
9360 (generate-file-autoloads): Use it.
9361
9362 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9363
9364 * calc/calc-comb.el (math-init-random-base, math-prime-test):
9365 Use math-read-number-simple to insert constants.
9366 (math-prime-test): Redo calculation of sum.
9367
9368 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9369
9370 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9371 math-scale-bignum-3.
9372 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9373 math-bignum-digit-size.
9374 (math-isqrt-small): Add another possible initial guess.
9375
9376 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9377
9378 * textmodes/bibtex.el (bibtex-entry-format): New options
9379 `whitespace', `braces', and `string'.
9380 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9381 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9382 (bibtex-cite-matcher-alist): New variables.
9383 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9384 (bibtex-flash-head): Use blink-matching-delay.
9385 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9386 (bibtex-format-entry, bibtex-reformat): Handle new options of
9387 bibtex-entry-format.
9388 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9389 New functions.
9390 (bibtex-complete-internal): Do not display messages while
9391 minibuffer is used. Do not leave around a completions buffer
9392 that is out of date.
9393 (bibtex-copy-summary-as-kill): New optional arg.
9394 (bibtex-font-lock-url): New optional arg no-button.
9395 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9396 (bibtex-url): Allow multiple URLs per entry.
9397
9398 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9401 (update-file-autoloads, update-directory-autoloads): Use it.
9402 (autoload-file-load-name): New function.
9403 (generate-file-autoloads, update-file-autoloads): Use it.
9404 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9405 (generate-file-autoloads): If the autoloaded form is malformed,
9406 indicate the problem with a warning instead of aborting.
9407
9408 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9409
9410 * simple.el (next-error-recenter): Accept `(4)' as well;
9411 also, specify `integer' instead of `number'.
9412
9413 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9414
9415 * ls-lisp.el (insert-directory): If an invalid regexp error is
9416 thrown, try using FILE as a literal file name, not a wildcard.
9417
9418 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
9419
9420 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9421 `header-line-format' when reentering ruler mode.
9422
9423 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9424
9425 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9426 FILE exists as a file.
9427
9428 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9429
9430 * calc/calc.el (math-bignum-digit-length)
9431 (math-bignum-digit-size, math-small-integer-size):
9432 New constants.
9433 (math-normalize, math-bignum-big, math-make-float)
9434 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9435 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9436 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9437 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9438 (math-quotient, math-div-bignum, math-div-bignum-digit)
9439 (math-div-bignum-part, math-format-bignum-decimal)
9440 (math-read-bignum): Use math-bignum-digit-length,
9441 math-bignum-digit-size and math-small-integer-size.
9442
9443 * calc/calc-ext.el (math-fixnum-big): Use the variable
9444 math-bignum-digit-size.
9445
9446 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9447
9448 * log-view.el (log-view-mode-menu): New menu.
9449
9450 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9451
9452 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9453 differently.
9454
9455 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9456 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9457
9458 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9459
9460 * vc-hg.el (vc-hg-print-log): Insert the file name.
9461 (vc-hg-log-view-mode): Fontify the file name.
9462
9463 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9464
9465 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9466 (calcFunc-julian): Fix incorrect number used in calculations.
9467
9468 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9469
9470 * simple.el (next-error-recenter): New defcustom.
9471 (next-error, next-error-internal): Recenter if specified,
9472 immediately prior to running `next-error-hook'.
9473
9474 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9475 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9476
9477 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9478
9479 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9480
9481 * calc/calc-comb.el (math-small-factorial-table): New variable.
9482 (calcFunc-fact): Use `math-small-factorial-table'.
9483
9484 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9485 initial values.
9486 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9487 New variables to use in caches.
9488
9489 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9490 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9491
9492 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9493 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9494 bignums.
9495
9496 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9497 New variables to use in caches.
9498
9499 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9500
9501 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9502
9503 * vc-hg.el (vc-hg-log-view-mode): New mode.
9504
9505 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
9506
9507 * calc/calc.el (math-read-number-simple): New function.
9508
9509 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9510
9511 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9512 (vera-font-lock-match-item): Fix doc string.
9513 (vera-in-comment-p): Remove unused function.
9514 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9515 use `syntax-ppss'.
9516 (vera-forward-syntactic-ws): Fix argument order.
9517 (vera-prepare-search): Use `with-syntax-table'.
9518 (vera-indent-line): Fix doc string.
9519 (vera-electric-tab): Fix doc string.
9520 (vera-expand-abbrev): Define alias instead of using `fset'.
9521 (vera-comment-uncomment-region): Use `comment-start-skip'.
9522
9523 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
9524
9525 * textmodes/org.el (org-export-with-footnotes): New option.
9526 (org-export-as-html): Fix replacement bug for XEmacs.
9527 (org-agenda-default-appointment-duration): New option.
9528
9529 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9530
9531 * vc-hg.el: Add to do items.
9532 (vc-hg-diff): Add support for comparing different revisions.
9533 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9534 (vc-hg-annotate-extract-revision-at-line)
9535 (vc-hg-previous-version, vc-hg-checkin): New functions.
9536 (vc-hg-annotate-re): New constant.
9537
9538 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
9539
9540 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
9541
9542 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9545 buffer-local value of log-view-*-re if applicable.
9546
9547 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9548 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9549 (vc-bzr-command*): Remove both (incompatible) versions.
9550 (vc-bzr-do-command*): Remove.
9551 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9552 Remove by folding into its only caller vc-bzr-command.
9553 (vc-bzr-command): Always set the environment, even when ineffective.
9554 (vc-bzr-version): Minor fix up.
9555 (vc-bzr-admin-dirname): New var.
9556 (vc-bzr-bzr-dir): Remove.
9557 (vc-bzr-root-dir): New fun.
9558 (vc-bzr-registered): Use it. Add an autoloaded version.
9559 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9560 (vc-bzr-view-log-function): Remove.
9561 (vc-bzr-log-view-mode): New major mode to replace it.
9562 (vc-bzr-print-log): Only activate the old hack if needed.
9563
9564 * vc.el (vc-default-log-view-mode): New function.
9565 (vc-print-log): Add new `log-view-mode' VC operation.
9566
9567 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
9568
9569 * ido.el (ido-find-file-in-dir): Don't signal an error for
9570 empty directories.
9571
9572 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9573
9574 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9575 directory where the desktop file was found, as the docstring says.
9576 (desktop-kill): Use `read-directory-name'.
9577
9578 2007-06-20 Alan Mackenzie <acm@muc.de>
9579
9580 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9581 When removing lines, also remove the \n. Correction of patch of
9582 2007-04-21.
9583
9584 2007-06-20 Martin Rudalics <rudalics@gmx.at>
9585
9586 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9587 event is not a cons cell. Do not unread drag-mouse-1 events.
9588 Select right window in check whether space was stolen from
9589 window above.
9590
9591 * help-mode.el (help-make-xrefs): Adjust position of new forward
9592 button.
9593
9594 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9595
9596 * vc-bzr.el (vc-bzr-with-process-environment)
9597 (vc-bzr-std-process-invocation): New macros.
9598 (vc-bzr-command, vc-bzr-command*): Use them.
9599 (vc-bzr-with-c-locale): Remove.
9600 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9601 (vc-bzr-buffer-nonblank-p): New function.
9602 (vc-bzr-state-words): New const.
9603 (vc-bzr-state): Look for `bzr status' keywords in output.
9604 Display everything else as a warning message to the user.
9605 Fix status report with bzr >= 0.15.
9606
9607 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9608
9609 * vc-hg.el (vc-hg-global-switches): Simplify.
9610 (vc-hg-state): Handle more states.
9611 (vc-hg-diff): Fix doc-string.
9612 (vc-hg-register): New function.
9613 (vc-hg-checkout): Likewise.
9614
9615 2007-06-20 Reto Zimmermann <reto@gnu.org>
9616
9617 * progmodes/vera-mode.el: New file.
9618
9619 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9620
9621 * calc/calc.el (calc-multiplication-has-precendence):
9622 New variable.
9623 (math-standard-ops, math-standard-ops-p, math-expr-ops):
9624 New functions.
9625 (math-expr-opers): Define using math-standard-ops rather than
9626 math-standard-opers.
9627 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9628 equal the function math-standard-ops rather than the variable
9629 math-standard-opers.
9630 (calc-algebraic-entry): Let math-expr-opers equal
9631 math-standard-ops or math-expr-ops, as appropriate.
9632 (math-expr-read-level, math-read-factor): Let math-expr-opers
9633 equal math-expr-ops.
9634 * calc/calc-embed.el (calc-embedded-finish-edit):
9635 Let math-expr-opers equal the function math-standard-ops
9636 rather than the variable math-standard-opers.
9637 * calc/calc-ext.el (math-read-plain-expr)
9638 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9639 function math-standard-ops rather than the variable
9640 math-standard-opers.
9641 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9642 Let math-expr-opers equal the function math-standard-ops rather
9643 than the variable math-standard-opers.
9644 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9645 equal the function math-standard-ops rather than the variable
9646 math-standard-opers.
9647 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9648 equal the function math-standard-ops rather than the variable
9649 math-standard-opers.
9650 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9651 math-expr-ops.
9652
9653 2007-06-19 Ivan Kanis <apple@kanis.eu>
9654
9655 * vc-hg.el: New file.
9656
9657 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9660 with font-lock-multiline.
9661
9662 2007-06-17 Glenn Morris <rgm@gnu.org>
9663
9664 * lpr.el (lpr-page-header-switches): Move %s to separate element
9665 for correct quoting. Doc fix.
9666
9667 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9670 than setting sgml-xml-mode.
9671 (sgml-mode, html-mode): Set sgml-xml-mode.
9672 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9673 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9674 (sgml-electric-tag-pair-before-change-function)
9675 (sgml-electric-tag-pair-flush-overlays): New functions.
9676 (sgml-electric-tag-pair-mode): New minor mode.
9677 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9678 (sgml-calculate-indent): Use assoc-string.
9679
9680 2007-06-16 Karl Fogel <kfogel@red-bean.com>
9681
9682 * thingatpt.el (thing-at-point-email-regexp): Don't require two
9683 chars before the "@" in an email address. Andreas Roehler noticed
9684 this problem.
9685
9686 2007-06-15 Karl Fogel <kfogel@red-bean.com>
9687
9688 * thingatpt.el: Add support for email addresses (`email').
9689 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9690 (thing-at-point-email-regexp): New variable.
9691 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9692 properties on this symbol, with lambda forms for values.
9693
9694 2007-06-15 Masatake YAMATO <jet@gyve.org>
9695
9696 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9697
9698 * vc.el (vc-dired-hook): Check the backend returned from
9699 `vc-responsible-backend' can really handle `subdir'.
9700
9701 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
9702
9703 * wid-edit.el (widget-add-documentation-string-button):
9704 Fix handling of documentation indent.
9705
9706 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
9707
9708 * mb-depth.el: New file.
9709
9710 2007-06-15 Masatake YAMATO <jet@gyve.org>
9711
9712 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9713
9714 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
9715
9716 * wid-edit.el (widget-default-create): Move ?h handling here...
9717 (widget-default-format-handler): ...from here.
9718 (widget-docstring, widget-add-documentation-string-button): New funs.
9719 (documentation-string): Add :visibility-widget property.
9720 (widget-documentation-string-value-create): Use it.
9721
9722 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9723 (custom-buffer-create-internal): Simplify message.
9724 (custom-variable-tag): Reduce height to normal.
9725 (custom-variable-value-create, custom-face-value-create)
9726 (custom-visibility): New widget.
9727 (custom-visibility): New face.
9728 (custom-group-value-create):
9729 Call widget-add-documentation-string-button, using `custom-visibility'.
9730
9731 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9734 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9735 change. Apparently the "warning even if the group is implicit" is
9736 a feature rather than a bug.
9737
9738 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
9739
9740 * emulation/viper.el (viper-describe-key-ad)
9741 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9742 Compile them conditionally.
9743 (viper-version): Belated version change.
9744
9745 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
9746
9747 * follow.el (follow-all-followers, follow-generic-filter):
9748 * pcomplete.el (pcomplete-restore-windows):
9749 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9750 (x-dnd-drop-data):
9751 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9752 * progmodes/python.el (python-complete-symbol):
9753 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9754
9755 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
9756
9757 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9758 around bright and dim regexps. Make sure bright and dim matches
9759 use word anchors. Send text through rcirc-markup functions.
9760 (rcirc-url-regexp): Add single quote character.
9761 (rcirc-connect): Write logs to disk on auto-save-hook.
9762 Make server a non-optional argument.
9763 (rcirc-log-alist): New variable.
9764 (rcirc-log-directory): Make customizable.
9765 (rcirc-log-flag): New customizable variable.
9766 (rcirc-log): New function.
9767 (rcirc-print): Use above function.
9768 (rcirc-log-write): New function.
9769 (rcirc-generate-new-buffer-name): Strip text properties.
9770 (rcirc-switch-to-buffer-function): Remove variable.
9771 (rcirc-last-non-irc-buffer): Remove variable.
9772 (rcirc-non-irc-buffer): Add function.
9773 (rcirc-next-active-buffer): Use above function.
9774 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9775 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9776 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9777 (rcirc-omit-mode): Add minor-mode.
9778 (rcirc-mode-map): Change C-c C-o binding.
9779 (rcirc-mode): Clear mode-line-process. Use a custom
9780 fill-paragraph-function. Set up buffer-invisibility-spec.
9781 (rcirc-response-formats): Remove timestamp code.
9782 (rcirc-omit-responses): Add variable.
9783 (rcirc-print): Don't put the overlay arrow on potentially omitted
9784 lines. Log line to disk. Record activity for private messages
9785 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9786 (rcirc-jump-to-first-unread-line): Print message if there is no
9787 unread text.
9788 (rcirc-clear-unread): New function.
9789 (rcirc-markup-text-functions): Add variable.
9790 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9791 (rcirc-debug): Don't mess with window configuration.
9792 (rcirc-send-message): Send message before printing locally.
9793 Add SILENT argument, do not print message if non-nil.
9794 (rcirc-visible-buffers): New function and variable.
9795 (rcirc-window-configuration-change-1): Add function.
9796 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9797 server buffer.
9798 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9799 (rcirc-fill-paragraph): Add function.
9800 (rcirc-record-activity, rcirc-window-configuration-change-1):
9801 Only update the activity string if it has actually changed.
9802 (rcirc-update-activity-string): Remove padding characters from the
9803 mode-line string.
9804 (rcirc-disconnect-buffer): New function to be called when a
9805 channel is parted or the user quits.
9806 (rcirc-server-name): Warn when the server-name hasn't been set.
9807 (rcirc-window-configuration-change): Postpone work until
9808 post-command-hook.
9809 (rcirc-window-configuration-change-1): Update mode-line and
9810 overlay arrows here.
9811 (rcirc-authenticate): Fixc hanserv identification.
9812 (rcirc-default-server): Remove variable.
9813 (rcirc): Connect according to rcirc-connections.
9814 (rcirc-connections): Add variable.
9815 (rcirc-startup-channels-alist): Remove variable.
9816 (rcirc-startup-channels): Remove function.
9817
9818 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9820 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9821
9822 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9823
9824 * term/xterm.el (terminal-init-xterm): Escape parens in character
9825 constants.
9826
9827 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9830 Use [:alpha:] and [:alnum:] where applicable.
9831 (sh-quoted-subshell): Rewrite to correctly
9832 handle nested mixes of `...' and $(...).
9833 (sh-apply-quoted-subshell): Remove.
9834 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9835
9836 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
9837
9838 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
9839
9840 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9841 previous change.
9842
9843 2007-06-12 Tom Tromey <tromey@redhat.com>
9844
9845 * subr.el (user-emacs-directory): New defconst.
9846 * cmuscheme.el (scheme-start-file):
9847 * shell.el (shell):
9848 * completion.el (save-completions-file-name):
9849 * custom.el (custom-theme-directory):
9850 * term/x-win.el (emacs-session-filename):
9851 * filesets.el (filesets-menu-cache-file):
9852 * thumbs.el (thumbs-thumbsdir):
9853 * server.el (server-auth-dir):
9854 * image-dired.el (image-dired-dir):
9855 (image-dired-db-file):
9856 (image-dired-temp-image-file):
9857 (image-dired-gallery-dir):
9858 (image-dired-temp-rotate-image-file):
9859 * play/gamegrid.el (gamegrid-user-score-file-directory):
9860 * savehist.el (savehist-file):
9861 * tutorial.el (tutorial--saved-dir):
9862 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
9863
9864 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
9865
9866 * scroll-lock.el (scroll-lock-mode): Doc fix.
9867
9868 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9869
9870 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9871
9872 * ediff-init.el: Doc strings.
9873
9874 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9877 (byte-compile-file): Bind it.
9878 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9879 group argument is provided implicitly.
9880 (byte-compile-format-warn, byte-compile-from-buffer)
9881 (byte-compile-insert-header): Don't hardcode point-min==1.
9882 (byte-compile-file-form-require): Remove unused var old-load-list.
9883 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9884
9885 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9886
9887 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
9888 Display error messages.
9889 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9890 Get rid of cl.el dependencies.
9891
9892 * emulation/viper-init.el (viper-suppress-input-method-change-message):
9893 New variable.
9894 (viper-activate-input-method-action)
9895 (viper-inactivate-input-method-action):
9896 Use viper-suppress-input-method-change-message.
9897
9898 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9899 for C-s, C-r.
9900
9901 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9902 Use viper-replace-overlay-cursor-color instead of
9903 viper-replace-overlay-cursor-color.
9904 (viper-sit-for-short): Use sit-for with 3 arguments.
9905
9906 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9907 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9908 to gud-mode.
9909
9910 * ediff-mult.el (ediff-meta-buffer-brief-message)
9911 (ediff-meta-buffer-verbose-message): New variables.
9912 (ediff-meta-buffer-message): Variable deleted.
9913 (ediff-verbose-help-enabled): New variable.
9914 (ediff-toggle-verbose-help-meta-buffer): New function.
9915 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
9916 message options.
9917
9918 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
9919 (ediff-fixup-patch-map): Improve heuristic.
9920
9921 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
9924 (log-view-font-lock-keywords): Simplify.
9925 (log-view-current-file, log-view-current-tag): Simplify.
9926
9927 2007-06-12 Sam Steingold <sds@gnu.org>
9928
9929 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
9930
9931 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
9932
9933 * desktop.el (desktop-load-locked-desktop): New option.
9934 (desktop-read): Use it.
9935 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
9936 Use `when'.
9937
9938 2007-06-12 Davis Herring <herring@lanl.gov>
9939
9940 * desktop.el (desktop-save-mode-off): New function.
9941 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
9942 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
9943 (desktop-claim-lock, desktop-release-lock): New functions.
9944 (desktop-kill): Tell `desktop-save' that this is the last save.
9945 Release the lock afterwards.
9946 (desktop-buffer-info): New function.
9947 (desktop-save): Use it. Run `desktop-save-hook' where the doc
9948 says to. Detect conflicts, and manage the lock.
9949 (desktop-read): Detect conflicts. Manage the lock.
9950
9951 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
9954
9955 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
9956 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
9957 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
9958 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
9959 keysyms rather than byte sequences.
9960 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
9961
9962 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * font-lock.el (font-lock-add-keywords): In case font-lock was only
9965 half-activated, forcefully activate it completely.
9966
9967 2007-06-11 Richard Stallman <rms@gnu.org>
9968
9969 * cus-edit.el (custom-variable-type): Doc fix.
9970
9971 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
9974 (sh-font-lock-flush-syntax-ppss-cache): New functions.
9975 (sh-font-lock-syntactic-keywords): Use them to distinguish the
9976 different possible cases for \'.
9977
9978 * complete.el (PC-bindings): Don't bind things already bound in the
9979 parent keymap.
9980
9981 * textmodes/bibtex-style.el: New file.
9982
9983 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
9984
9985 * vc-bzr.el: New file.
9986
9987 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * vc-svn.el (vc-svn-program): New var.
9990 (vc-svn-command): Use it.
9991
9992 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
9993
9994 * server.el (server-switch-buffer): Remove redundant check.
9995
9996 2007-06-10 Martin Rudalics <rudalics@gmx.at>
9997
9998 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9999 Match against file-name-nondirectory.
10000 Fix text on user customization variables.
10001 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
10002
10003 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10004
10005 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
10006
10007 2007-06-09 Davis Herring <herring@lanl.gov>
10008
10009 * desktop.el (desktop-minor-mode-table): Doc fix.
10010
10011 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * textmodes/css-mode.el (css-navigation-syntax-table):
10014 Use set-char-table-range so it also works in the unicode branch.
10015
10016 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
10017
10018 * help-mode.el (help-xref-forward-stack)
10019 (help-xref-stack-forward-item, help-forward-label): New variables.
10020 (help-forward): New button type.
10021 (help-setup-xref): Initialise help-xref-forward-stack.
10022 (help-make-xrefs): Add forward button, if appropriate.
10023 (help-xref-go-back): Push item on forward stack.
10024 (help-xref-go-forward, help-go-forward): New functions.
10025
10026 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
10027
10028 * dired.el (dired-mode-map): Remove spurious separator.
10029
10030 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10031
10032 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
10033
10034 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10035 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
10036
10037 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
10038
10039 * textmodes/org.el: Version number fixed.
10040
10041 2007-06-07 Glenn Morris <rgm@gnu.org>
10042
10043 * version.el (emacs-copyright): New constant.
10044 * startup.el (fancy-splash-tail): Use emacs-copyright.
10045 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
10046
10047 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
10048 `make-local'.
10049 (byte-compile-warnings-safe-p): Add `make-local'.
10050 (byte-compile-make-variable-buffer-local):
10051 Allow byte-compile-warnings to suppress this warning.
10052
10053 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
10054 format of "menu" description.
10055 (tutorial--find-changed-keys): Describe the specific menu a
10056 command is in.
10057
10058 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
10059 Rewrite compatibility functions to silence byte-compiler.
10060
10061 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
10062
10063 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
10064 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
10065
10066 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
10067
10068 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
10069
10070 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
10071
10072 * progmodes/ebrowse.el (ebrowse-member-table):
10073 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
10074 (org-batch-agenda-csv): Fix typos in docstrings.
10075
10076 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10077
10078 * international/mule-cmds.el (toggle-enable-multibyte-characters)
10079 (sort-coding-systems, search-unencodable-char): Doc fixes.
10080 (coding-system-change-eol-conversion, set-default-coding-systems)
10081 (prefer-coding-system, find-multibyte-characters, princ-list)
10082 (leim-list-entry-regexp, set-input-method, locale-language-names)
10083 (input-method-exit-on-first-char, exit-language-environment-hook)
10084 (locale-charset-language-names): Fix typos in docstrings.
10085
10086 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
10087
10088 * pgg.el (pgg-sign-region, pgg-sign):
10089 * ses.el (ses-call-printer):
10090 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
10091 * textmodes/org.el (org-cycle): Fix typos in docstrings.
10092
10093 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
10094
10095 * textmodes/org.el (org-export-region-as-html)
10096 (org-replace-region-by-html, org-number-to-letters)
10097 (org-table-fedit-finish, org-normalize-color)
10098 (org-table-fedit-ref-right, org-date-to-gregorian)
10099 (org-table-fedit-move, org-table-convert-refs-to-rc)
10100 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
10101 (org-write-agenda, org-colgroup-info-to-vline-list)
10102 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
10103 (org-indent-line-function, org-export-as-html-to-buffer)
10104 (org-store-agenda-views, org-update-mode-line)
10105 (org-find-if, org-delete-all)
10106 (org-table-fedit-convert-buffer, org-emphasize)
10107 (org-uniquify, org-table-fedit-lisp-indent)
10108 (org-table-fedit-scroll, org-get-todo-sequence-head)
10109 (org-table-fedit-scroll-down, org-table-fedit-line-down)
10110 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
10111 (org-table-fedit-toggle-coordinates, org-dvipng-color)
10112 (org-table-fedit-line-up, org-table-fedit-ref-down)
10113 (org-table-formula-from-user, org-mode-flyspell-verify)
10114 (org-cycle-show-empty-lines, org-ctrl-c-ret)
10115 (org-table-formula-to-user, org-diary-to-ical-string)
10116 (orgtbl-export, org-table-fedit-post-command)
10117 (org-closed-in-range, org-shiftcontrolright)
10118 (org-table-convert-refs-to-an, org-table-hline-and-move)
10119 (org-table-formula-less-p, org-format-table-ascii)
10120 (org-agenda-get-sexps, org-shift-refpart)
10121 (org-diary-sexp-entry, org-time-string-to-absolute)
10122 (org-table-show-reference, org-letters-to-number)
10123 (org-fix-agenda-info, org-table-fedit-ref-up)
10124 (org-table-fedit-shift-reference, org-table-fedit-abort)
10125 (org-closest-date, org-shiftcontrolleft)
10126 (org-at-heading-or-item-p, org-rematch-and-replace)
10127 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
10128 New functions.
10129 (org-table-edit-scroll-down, org-finish-edit-formulas)
10130 (org-table-edit-next-field, org-abort-edit-formulas)
10131 (org-font-lock-level, org-export-find-first-heading-line)
10132 (org-table-edit-line-down, org-table-edit-backward-field)
10133 (org-edit-formula-lisp-indent, org-table-edit-move)
10134 (org-check-log-option, org-this-word)
10135 (org-table-edit-line-up, org-table-edit-formulas-post-command)
10136 (org-agenda-file-to-end, org-expand-file-name)
10137 (org-fake-empty-table-line, org-table-edit-scroll)
10138 (org-toggle-log-option, org-show-reference): Function removed.
10139 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
10140 New defsubsts.
10141 (org-unmodified, org-batch-store-agenda-views)
10142 (org-batch-agenda-csv): New macro.
10143 (org-agenda-export): New customization group.
10144 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
10145 (org-highest-priority, org-agenda-exporter-settings)
10146 (org-log-done-with-time, org-replace-disputed-keys)
10147 (org-format-latex-header, org-export-table-header-tags)
10148 (org-cycle-separator-lines, org-export-table-data-tags)
10149 (org-icalendar-include-sexps)
10150 (org-empty-line-terminates-plain-lists)
10151 (org-log-repeat, org-special-ctrl-a)
10152 (org-table-use-standard-references, org-disputed-keys)
10153 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
10154 (org-agenda-export-html-style): New option.
10155 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
10156 (org-CUA-compatible): Option removed.
10157 (org-agenda-structure, org-sexp-date): New face.
10158 (org-todo-keywords-for-agenda, org-not-done-keywords)
10159 (org-planning-or-clock-line-re, org-agenda-name)
10160 (org-table-colgroup-info, org-todo-sets)
10161 (constants-unit-system, org-clock-mode-line-entry)
10162 (org-mode-line-timer, org-table-current-begin-pos)
10163 (org-todo-keywords-1, org-mode-line-string)
10164 (org-table-clean-did-remove-column, org-table-fedit-map)
10165 (org-clock-heading, org-table-buffer-is-an)
10166 (org-agenda-info, org-done-keywords)
10167 (org-done-keywords-for-agenda, org-todo-heads)
10168 (org-todo-kwd-alist, org-clock-start-time): New variable.
10169 (org-todo-kwd-priority-p, org-edit-formulas-map)
10170 (org-repeat-re, org-todo-kwd-max-priority)
10171 (org-version, org-done-string)
10172 (org-table-clean-did-remove-column-1, org-disputed-keys):
10173 Remove variables.
10174 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
10175 (org-ts-lengths): Constant removed.
10176 (org-follow-gnus-link): Don't ask how many articles to read.
10177 (org-export-find-first-export-line): Rename from
10178 `org-export-find-first-heading'.
10179 Use `org-export-skip-text-before-1st-heading'.
10180 (org-table-fedit-post-command): Rename from
10181 `org-table-edit-formulas-post-command'.
10182 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
10183 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
10184 (org-table-fedit-lisp-indent): Rename from
10185 `org-edit-formula-lisp-indent'.
10186 (org-table-show-reference): Rename from `org-show-reference'.
10187 (org-table-store-formulas): Use `org-table-formula-less-p'.
10188 (org-table-edit-formulas): Position cursor to current field equation.
10189 (org-update-checkbox-count, org-hide-archived-subtrees)
10190 (org-timestamp-up-day, org-timestamp-down-day)
10191 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10192 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10193 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10194 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10195 Let `org-on-heading-p' also check for invisible heading.
10196 (org-read-date): Match am/pm times.
10197 (org-eval-in-calendar): Fix default date in prompt.
10198
10199 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
10200
10201 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10202 "ChangeLog.a" entries, giving the latter lower priority.
10203
10204 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
10205
10206 * faces.el (face-id): If the argument is a face alias,
10207 return the ID of the target face.
10208
10209 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
10210
10211 * net/socks.el (top): Remove unnecessary copyright line.
10212
10213 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
10214
10215 * longlines.el (longlines-auto-wrap): Handle argument correctly.
10216
10217 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
10218
10219 * net/socks.el: New file, taken from w3 repository.
10220 (top): Update Copyright. Don't load cl.el.
10221 (all): Replace `case' by `cond', `string-to-int' by
10222 `string-to-number', and `process-kill-without-query' by
10223 `set-process-query-on-exit-flag'.
10224 (socks-char-int): Remove defalias and all occurrences.
10225
10226 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
10227
10228 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10229 Fix typos in docstrings.
10230 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10231 (compilation-finish-function): Fix typo in obsolescence declaration.
10232
10233 2007-06-03 Sam Steingold <sds@gnu.org>
10234
10235 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10236 handle unending automatic recompilation of changed files (`omake -P').
10237 (compilation-loop): VISITED is now 5th CDR.
10238 (compilation-next-error-function): Set TIMESTAMP.
10239
10240 2007-06-03 Sam Steingold <sds@gnu.org>
10241
10242 * files.el (kill-buffer-ask): New function.
10243 (kill-some-buffers): Use it.
10244 (kill-matching-buffers): New user command.
10245
10246 2007-06-01 David Kastrup <dak@gnu.org>
10247
10248 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10249 Change default to `top'.
10250
10251 2007-05-31 Richard Stallman <rms@gnu.org>
10252
10253 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10254
10255 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 * textmodes/css-mode.el: New file.
10258
10259 2007-05-30 Michael Olson <mwolson@gnu.org>
10260
10261 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10262 died and we are trying to send a signal to it. The program using
10263 tq.el should periodically check to see whether the process has
10264 died and react appropriately -- this is not the responsibility of
10265 tq.el, and is consistent with the rest of the tq.el source code.
10266
10267 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10268
10269 * textmodes/table.el (table--point-entered-cell-function)
10270 (table--point-left-cell-function):
10271 Bind `inhibit-point-motion-hooks' to t.
10272
10273 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10274
10275 * emacs-lisp/rx.el (rx): Doc fix.
10276
10277 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
10278
10279 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10280
10281 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
10282
10283 Sync with Tramp 2.0.56.
10284
10285 * net/tramp.el:
10286 * net/tramp-ftp.el:
10287 * net/tramp-smb.el:
10288 * net/tramp-util.el:
10289 * net/tramp-vc.el:
10290 Don't load cl.el, because that pollutes the namespace. Replace cl
10291 macros by their implementations where necessary. Requested by
10292 Richard Stallman <rms@gnu.org>.
10293
10294 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10295 doesn't exist.
10296 (with-parsed-tramp-file-name): Protect debug spec during compilation.
10297 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10298 (tramp-file-name-p, tramp-file-name-multi-method)
10299 (tramp-file-name-method, tramp-file-name-user)
10300 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10301 replacing defstruct `tramp-file-name'.
10302 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10303 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10304 Apply `vector' instead of `make-tramp-file-name'.
10305 (tramp-handle-make-auto-save-file-name):
10306 Apply `tramp-temporary-file-directory' for compatibility reasons.
10307 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10308 because of XEmacs.
10309 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10310 started.
10311
10312 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10315
10316 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10317
10318 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10319 as the end of the ChangeLog paragraph when it ends without a line
10320 termination.
10321
10322 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
10323
10324 * net/webjump.el (webjump-sample-sites):
10325 Add simple Wikipedia query.
10326
10327 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10328
10329 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10330 compatibility code.
10331
10332 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10333 (copyright-update-year): Use it.
10334
10335 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10336
10337 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10338 Add indentation and debugging info. Fix up comment convention.
10339
10340 * cus-dep.el (custom-make-dependencies): Simplify.
10341
10342 * composite.el (compose-region, decompose-region):
10343 Use inhibit-read-only and restore-buffer-modified-p.
10344
10345 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10346 (xterm-mouse-event): Use it.
10347
10348 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
10349
10350 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10351 `switch-to-buffer' has returned succesfully.
10352 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10353 window is dedicated (it could iconify the frame).
10354
10355 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
10356
10357 * vc-hooks.el (vc-find-root): Fix file attribute test.
10358
10359 2007-05-24 Richard Stallman <rms@gnu.org>
10360
10361 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10362 Don't let opoint be nil.
10363 (flyspell-emacs-popup): Explicit error if no dialogs.
10364
10365 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
10366
10367 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10368 (image-next-line, image-previous-line, image-scroll-up)
10369 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10370 New functions.
10371 (image-mode-map): Remap motion commands.
10372 (image-mode-text-map): New keymap for viewing images as text.
10373 (image-mode): Use image-mode-map.
10374 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10375
10376 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10377
10378 * textmodes/fill.el (canonically-space-region): Make the second arg
10379 a marker if it's not already the case.
10380
10381 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10382
10383 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10384 (tar-get-descriptor): Handle type 55, an extended pax header.
10385
10386 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10389 to confuse outline-minor-mode.
10390
10391 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10392
10393 * tar-mode.el (tar-file-name-handler): New function.
10394 (tar-extract): Bind file-name-handler-alist to it to force
10395 find-buffer-file-type-coding-system behave as if the file being
10396 extracted existed. Use last-coding-system-used to force
10397 buffer-file-coding-system to what decode-coding-region actually
10398 used to decode the file.
10399
10400 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10401
10402 * progmodes/compile.el (compilation-handle-exit):
10403 `compilation-finish-function' may change the current buffer.
10404
10405 2007-05-22 Richard Stallman <rms@gnu.org>
10406
10407 * files.el (set-auto-mode): Doc fix.
10408
10409 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10410
10411 * help-fns.el (find-source-lisp-file): New function.
10412 (describe-function-1): Use find-source-lisp-file to find source
10413 file in compile tree.
10414
10415 2007-05-22 Eli Zaretskii <eliz@gnu.org>
10416
10417 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10418
10419 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
10420
10421 * emacs-lisp/easy-mmode.el (define-minor-mode)
10422 (easy-mmode-define-navigation): Fix typos in docstrings.
10423
10424 2007-05-22 Glenn Morris <rgm@gnu.org>
10425
10426 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10427
10428 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
10429
10430 * mail/mail-extr.el (mail-extract-address-components):
10431 Recognize non-ASCII characters except for NBSP as words.
10432
10433 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10434
10435 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10436 (rcirc-print): Handle `window-width'.
10437 (rcirc-buffer-maximum-lines): Doc fix.
10438
10439 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
10440
10441 * image-mode.el (image-toggle-display): Don't clear image cache.
10442 Only use filename in image spec if the file is readable.
10443 Call image-refresh.
10444
10445 * image.el (image-type-from-file-name, image-type): Simplify.
10446 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10447
10448 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10449 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10450
10451 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10452
10453 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10454 is an error.
10455
10456 * term/linux.el (terminal-init-linux): Don't signal an error
10457 if gpm isn't running.
10458
10459 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10460
10461 * t-mouse.el: Reduce to a minor-mode macro call.
10462 (t-mouse-mode): Remove the lighter.
10463
10464 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10465
10466 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10467
10468 * files.el (auto-mode-alist): Change the regexp so that
10469 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10470
10471 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
10472
10473 * Version 22.1 released.
10474
10475 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10478 changes.
10479
10480 2007-05-19 Kevin Ryde <user42@zip.com.au>
10481
10482 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10483
10484 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10485
10486 * textmodes/sgml-mode.el: Revert last change.
10487
10488 2007-05-18 Richard Stallman <rms@gnu.org>
10489
10490 * simple.el (push-mark): Doc fix.
10491
10492 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
10493
10494 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10495 tpu-global-map.
10496 (tpu-original-global-map): Variable deleted.
10497 (tpu-control-keys-map): New keymap variable.
10498 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10499 setting keymapping directly.
10500 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10501 tpu-global-map.
10502 (tpu-edt-on): Activate the tpu-global-map.
10503 (tpu-edt-off): Deactivate the tpu-global-map.
10504
10505 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
10506
10507 * textmodes/ispell.el (ispell-get-word): Return markers
10508 for start and end positions.
10509 (ispell-word): Assume END is a marker.
10510
10511 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10512
10513 * printing.el: Group together all XEmacs/Emacs definitions.
10514 (pr-version): New version 6.9.
10515 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10516 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10517 (pr-menu-bind): Fix code.
10518 (pr-e-frame-char-height, pr-e-frame-char-width)
10519 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10520 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10521 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10522 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10523 (pr-x-event-y-pixel): Aliases eliminated.
10524 (pr-xemacs-global-menubar): Macro moved.
10525 (current-menubar, current-mouse-event, zmacs-region-stays)
10526 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10527 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10528 Vars moved.
10529 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10530 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10531 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10532 (pr-menu-set-utility-title, pr-even-or-odd-pages)
10533 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10534 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10535 moved.
10536
10537 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
10538
10539 * textmodes/sgml-mode.el (sgml-tag):
10540 Fix bug: Call sgml-transformation-function.
10541
10542 2007-05-17 Martin Rudalics <rudalics@gmx.at>
10543
10544 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10545 modified flag of buffer. Use `inhibit-modification-hooks'.
10546
10547 2007-05-16 Richard Stallman <rms@gnu.org>
10548
10549 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10550
10551 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * files.el (magic-mode-alist, magic-fallback-mode-alist):
10554 Move the *ml, Postscript, and XmCD entries to the fallback part.
10555
10556 * files.el (magic-fallback-mode-alist):
10557 Rename from file-start-mode-alist.
10558
10559 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10560
10561 * progmodes/compile.el (compilation-handle-exit): Quote first
10562 argument of `run-hook-with-args'.
10563
10564 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
10565
10566 * buff-menu.el (Buffer-menu-sort-column):
10567 * dabbrev.el (dabbrev-upcase-means-case-search):
10568 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10569 * info.el (Info-current-subfile):
10570 * ls-lisp.el (ls-lisp-verbosity):
10571 * msb.el (msb-menu-cond):
10572 * pcvs.el (cvs-dired-use-hook):
10573 * simple.el (set-mark-command-repeat-pop):
10574 * time.el (display-time-24hr-format, display-time-mail-file):
10575 Doc fixes.
10576
10577 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10578 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10579
10580 * view.el (view-inhibit-help-message): Fix typo in docstring.
10581 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10582
10583 2007-05-16 Martin Rudalics <rudalics@gmx.at>
10584
10585 * textmodes/ispell.el (ispell-start-process): Defend against bad
10586 default-directory.
10587
10588 2007-05-14 Eli Zaretskii <eliz@gnu.org>
10589
10590 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10591 content-transfer-encoding _last_, because it's its position that
10592 we need as value of base64-header-field-end.
10593
10594 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
10595
10596 * files.el (mode-require-final-newline, require-final-newline)
10597 (enable-local-variables, enable-local-eval): Doc fixes.
10598
10599 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10600
10601 * ps-print.el: Use default color when foreground or background color
10602 are unspecified. Reported by Leo <sdl.web@gmail.com>.
10603 (ps-print-version): New version 6.7.4.
10604 (ps-rgb-color): New argument. Use default color when color is
10605 unspecified.
10606 (ps-begin-job): Fix code.
10607
10608 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
10609
10610 * longlines.el (longlines-mode): Make longlines-auto-wrap
10611 buffer-local. Add hooks unconditionally.
10612 (longlines-auto-wrap): Toggle wrapping.
10613 (longlines-after-change-function)
10614 (longlines-post-command-function): Check longlines-auto-wrap.
10615
10616 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
10617
10618 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10619 (xterm-mouse-translate): Use it.
10620
10621 2007-05-10 Richard Stallman <rms@gnu.org>
10622
10623 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10624 (iso-cvt-write-only): Likewise.
10625
10626 * emacs-lisp/easy-mmode.el (define-minor-mode):
10627 Fix generated doc string.
10628
10629 * startup.el (fancy-splash-text): Add URL of guided tour.
10630 Adjust horizontal and vertical whitespace.
10631
10632 * progmodes/compile.el (compilation-handle-exit):
10633 Use run-hook-with-args to run compilation-finish-functions.
10634
10635 * files.el (file-start-mode-alist): New variable.
10636 (magic-mode-regexp-match-limit): Doc fix.
10637 (set-auto-mode): Handle file-start-mode-alist.
10638 A little cleanup of structure.
10639
10640 * dabbrev.el (dabbrev-eliminate-newlines):
10641 Renamed from dabbrev--eliminate-newlines. All uses changed.
10642
10643 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10644
10645 * man.el (Man-next-section): Don't consider the last line of the page
10646 as being part of any section.
10647
10648 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10651 can take any number of values.
10652
10653 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10656 to the list of citation commands.
10657
10658 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10661
10662 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
10663
10664 * progmodes/python.el (python-font-lock-keywords)
10665 (python-open-block-statement-p, python-mode): Add support for the new
10666 "with" keyword.
10667
10668 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10671 the exact opposite of diff-goto-source.
10672
10673 * emacs-lisp/advice.el (ad-special-forms): Remove.
10674 (ad-special-form-p): Use subr-arity.
10675
10676 * newcomment.el (comment-search-forward): Make sure we search forward.
10677 (comment-enter-backward): Try and distinguish the non-matching case at
10678 EOB from the non-matching case with a missing comment-end-skip for
10679 a 2-char comment ender.
10680 (comment-choose-indent): New function extracted from comment-indent.
10681 Improve the alignment algorithm.
10682 (comment-indent): Use it.
10683
10684 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10685 XML style Processing Instructions.
10686 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10687 (sgml-calculate-indent): Handle `pi' context.
10688
10689 * vc.el: Ensure that update-changelog issues an error when used with
10690 a backend that does not implement it.
10691 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10692 Remove `backend' argument. Use expand-file-name.
10693 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10694
10695 * progmodes/python.el (python-end-of-block): Revert last change.
10696 (python-end-of-statement): Make sure we move *forward*.
10697
10698 2007-05-08 Richard Stallman <rms@gnu.org>
10699
10700 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10701 Don't include non-self-insert commands in the exception for `-'.
10702
10703 2007-05-08 David Reitter <david.reitter@gmail.com>
10704
10705 * progmodes/python.el (python-guess-indent): Check non-nullness
10706 before comparing indent against the 2..8 interval.
10707
10708 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10709
10710 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10711 available.
10712
10713 2007-05-06 Richard Stallman <rms@gnu.org>
10714
10715 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10716
10717 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10718
10719 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10720 rather than storing their value in the revert-buffer function.
10721
10722 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
10723
10724 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10725 when disabling t-mouse-mode.
10726
10727 2007-05-01 Davis Herring <herring@lanl.gov>
10728
10729 * calendar/timeclock.el: Update version number.
10730 (timeclock-modeline-display): Mention timeclock-use-display-time
10731 in explanatory message.
10732 (timeclock-in): Fix non-interactive workday specifications.
10733 (timeclock-log): Don't kill the log buffer if it already existed.
10734 Suppress warnings when finding the log. Don't check for a nil
10735 project twice. Run hooks after killing the buffer (if applicable).
10736 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10737 was geometric). All uses changed.
10738 (timeclock-generate-report): Support prefix argument.
10739
10740 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
10741
10742 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10743 disconnections.
10744
10745 2007-05-01 Romain Francoise <romain@orebokech.com>
10746
10747 * dired-x.el: Revert 2007-04-06 change.
10748
10749 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10750
10751 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10752
10753 2007-04-29 Richard Stallman <rms@gnu.org>
10754
10755 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10756
10757 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10760 than 1.
10761
10762 2007-04-28 Richard Stallman <rms@gnu.org>
10763
10764 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10765
10766 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
10767
10768 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10769 don't put stop on toolbar.
10770
10771 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10774
10775 2007-04-28 Eli Zaretskii <eliz@gnu.org>
10776
10777 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10778 instead of $(lisp)/mh-e.
10779
10780 2007-04-28 Glenn Morris <rgm@gnu.org>
10781
10782 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10783 (image-dired-cmd-create-temp-image-options): Replace option
10784 +profile "*" with -strip.
10785
10786 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
10787
10788 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10789 Use window-start and window-end.
10790
10791 2007-04-27 Andreas Schwab <schwab@suse.de>
10792
10793 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10794
10795 2007-04-27 Eli Zaretskii <eliz@gnu.org>
10796
10797 * textmodes/fill.el (fill-paragraph): Doc fix.
10798
10799 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10800
10801 * locate.el (locate-in-alternate-database): Doc fix.
10802
10803 2007-04-26 Glenn Morris <rgm@gnu.org>
10804
10805 * button.el (button): Use underline if supported, else fall back
10806 to color.
10807
10808 * version.el (emacs-version): Increase to 22.1.50.
10809
10810 2007-04-25 Richard Stallman <rms@gnu.org>
10811
10812 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10813
10814 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10815
10816 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10817 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
10818 pushing mark.
10819 (idlwave-current-routine): Don't push mark.
10820
10821 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10822
10823 * image-dired.el (image-dired-display-image): Derive image-type from
10824 filename rather than assuming jpeg, in case no resizing was needed.
10825
10826 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10827
10828 * custom.el (defface): Doc fix.
10829
10830 See ChangeLog.12 for earlier changes.
10831
10832 ;; Local Variables:
10833 ;; coding: iso-2022-7bit
10834 ;; add-log-time-zone-rule: t
10835 ;; End:
10836
10837 Copyright (C) 2007 Free Software Foundation, Inc.
10838
10839 This file is part of GNU Emacs.
10840
10841 GNU Emacs is free software; you can redistribute it and/or modify
10842 it under the terms of the GNU General Public License as published by
10843 the Free Software Foundation; either version 3, or (at your option)
10844 any later version.
10845
10846 GNU Emacs is distributed in the hope that it will be useful,
10847 but WITHOUT ANY WARRANTY; without even the implied warranty of
10848 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10849 GNU General Public License for more details.
10850
10851 You should have received a copy of the GNU General Public License
10852 along with GNU Emacs; see the file COPYING. If not, write to the
10853 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10854 Boston, MA 02110-1301, USA.
10855
10856 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af