(url-cookie-p): Declare as a function.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-11-30 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
4 argument and document it.
5
6 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
7 Third argument to declare-function must be a list to specify arglist.
8
9 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
10 Handle declare-function third argument `t' and fourth argument.
11 (check-declare-verify): Doc fix. Handle `fileonly' case.
12 Use progn rather than prog1.
13
14 * desktop.el (uniquify-item-base):
15 * term/mac-win.el (url-type): Declare as functions.
16
17 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
18 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
19 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
20 fourth arg to declare-function.
21
22 2007-11-29 Alexandre Julliard <julliard@winehq.org>
23
24 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
25
26 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
27
28 * calendar/time-date.el (encode-time-value): Doc fix.
29
30 2007-11-29 Glenn Morris <rgm@gnu.org>
31
32 * calendar/time-date.el (with-decoded-time-value): Doc fix.
33
34 * textmodes/css-mode.el (prog-mode): Remove.
35 (css-mode): Derive from fundamental-mode rather than prog-mode.
36
37 * emacs-lisp/byte-run.el (declare-function): Doc fix.
38
39 * emacs-lisp/check-declare.el (check-declare-locate)
40 (check-declare-verify): Handle `external' files.
41 (check-declare-errmsg): New function.
42 (check-declare-verify, check-declare-file, check-declare-directory):
43 Use check-declare-errmsg to report the number of problems.
44
45 * ffap.el (w3-view-this-url)
46 * mail/mspools.el (vm-visit-folder)
47 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
48 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
49 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
50 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
51 (bbdb-records)
52 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
53 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
54 (sasl-make-client, sasl-next-step, sasl-step-data)
55 (sasl-step-set-data)
56 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
57 (htmlr-step): Declare as functions.
58
59 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses): Use
60 bbdb-address-zip rather than bbdb-address-zip-string.
61
62 2007-11-28 Richard Stallman <rms@gnu.org>
63
64 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
65 Move here from gnus/.
66
67 2007-11-28 Martin Rudalics <rudalics@gmx.at>
68
69 * newcomment.el (comment-region-internal): Fix newline insertion
70 in `block' case.
71
72 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
75
76 2007-11-28 Glenn Morris <rgm@gnu.org>
77
78 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
79 delete .elc files.
80
81 * nxml/char-name/unicode: Move to etc/nxml/.
82 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
83
84 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
85 Declare as a function.
86
87 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
88 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
89 * nxml/xsd-regexp.el (xsdre-gen-categories): Use mapc rather than
90 mapcar.
91
92 * nxml/nxml-outln.el (nxml-token-start-tag-p)
93 (nxml-token-end-tag-p): Move definitions before use.
94
95 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
96
97 * nxml/nxml-uchnm.el (top-level)
98 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
99 (nxml-enabled-unicode-blocks): Add custom group.
100
101 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
102 Use string-to-number rather than string-to-int.
103
104 * dired-x.el (dired-omit-old-add-entry): Declare as function.
105 Move definition before use.
106 (dired-old-find-buffer-nocreate): Declare as function.
107
108 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
109 (check-declare-verify): Handle fset.
110
111 * emulation/edt.el (edt-user-emulation-setup):
112 Test edt-setup-user-bindings is bound before calling.
113
114 * emulation/tpu-edt.el: Don't require cl when compiling.
115 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
116 (tpu-edt-off): Use condition-case rather than ignore-errors.
117 Use with-no-warnings.
118
119 * eshell/esh-util.el (top-level): Use require rather than load for
120 ange-ftp.
121
122 * mail/supercite.el (sc-version): Redefine as an alias for
123 emacs-version.
124 (sc-help-address): Remove.
125 (sc-version): Use emacs-version rather than sc-version.
126 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
127
128 * net/socks.el (socks-original-open-network-stream): Declare as
129 function. Move definition before use.
130
131 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
132
133 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
134 (math-make-frac): Declare as functions.
135
136 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
137
138 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
139 Pacify byte compiler.
140 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
141
142 * progmodes/idlwave.el (idlwave-shell-get-path-info)
143 (idlwave-shell-temp-file, idlwave-shell-is-running)
144 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
145 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
146 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
147 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
148 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
149 (idlwave-completing-read, idlwave-current-routine)
150 (idlwave-downcase-safe, idlwave-entry-find-keyword)
151 (idlwave-expand-keyword, idlwave-find-class-definition)
152 (idlwave-find-inherited-class, idlwave-find-struct-tag)
153 (idlwave-get-buffer-visiting, idlwave-in-quote)
154 (idlwave-make-full-name, idlwave-members-only)
155 (idlwave-popup-select, idlwave-routine-source-file)
156 (idlwave-routines, idlwave-sintern-class)
157 (idlwave-sintern-keyword, idlwave-sintern-method)
158 (idlwave-sintern-routine-or-method)
159 (idlwave-substitute-link-target, idlwave-sys-dir)
160 (idlwave-this-word, idlwave-what-module-find-class)
161 (idlwave-where):
162 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
163 * mail/uce.el (rmail-msg-is-pruned)
164 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
165 (rmail-toggle-header):
166 * mail/sendmail.el (dired-view-file, dired-get-filename):
167 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
168 (rmail-display-labels, rmail-msgbeg)
169 (rmail-set-message-deleted-p, rmail-message-labels-p)
170 (rmail-show-message, mail-comma-list-regexp)
171 (mail-parse-comma-list):
172 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
173 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
174 (rfc822-addresses, mail-abbrev-make-syntax-table)
175 (mail-sendmail-delimit-header, mail-header-end):
176 * mail/hashcash.el (message-narrow-to-headers-or-head)
177 (message-fetch-field, message-goto-eoh)
178 (message-narrow-to-headers):
179 * vc.el (view-mode-exit): Declare as functions.
180
181 * mail/vms-pmail.el:
182 * vmsproc.el:
183 * vms-patch.el: Don't byte compile these files, they don't work.
184
185 2007-11-27 Glenn Morris <rgm@gnu.org>
186
187 * calc/calc-ext.el (math-read-big-rec):
188 * calc/calc-nlfit.el (math-map-binop):
189 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
190
191 * eshell/eshell.el (eshell-report-bug): Add version number of
192 obsolescence.
193
194 * emulation/viper.el, emulation/viper-util.el,
195 emulation/viper-macs.el, emulation/viper-keym.el,
196 emulation/viper-ex.el, emulation/viper-cmd.el:
197 Load viper-*.el files silently.
198
199 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
200 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
201 Load ediff-*.el files silently.
202
203 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
204 compiling.
205 (Info-goto-node): Declare as a function.
206
207 * ediff-init.el: Don't load ange-ftp when compiling.
208 * ediff-util.el: Don't load reporter when compiling.
209
210 * ediff-wind.el (ediff-display-pixel-width)
211 (ediff-display-pixel-height):
212 * generic-x.el (ini-generic-mode):
213 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
214 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
215 (ps-mule-initialize, ps-mule-begin-job):
216 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
217 (mark-calendar-days-named):
218 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
219 (add-to-diary-list, diary-name-pattern)
220 (mark-calendar-days-named):
221 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
222 (mark-calendar-days-named):
223 * calendar/cal-x.el (make-fancy-diary-buffer):
224 * calendar/holidays.el (calendar-absolute-from-julian):
225 * calendar/todo-mode.el (calendar-current-date):
226 * calendar/cal-menu.el (calendar-increment-month)
227 (calendar-month-name, extract-calendar-year)
228 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
229 (calendar-current-date, calendar-cursor-holidays)
230 (calendar-date-string, insert-diary-entry, calendar-set-mark)
231 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
232 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
233 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
234 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
235 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
236 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
237 (calendar-day-of-year-string, calendar-iso-date-string)
238 (calendar-julian-date-string, calendar-astro-date-string)
239 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
240 (calendar-persian-date-string, calendar-bahai-date-string)
241 (calendar-islamic-date-string, calendar-chinese-date-string)
242 (calendar-coptic-date-string, calendar-ethiopic-date-string)
243 (calendar-french-date-string, calendar-mayan-date-string)
244 (calendar-print-chinese-date, calendar-goto-date):
245 Declare as functions.
246
247 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
248 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
249
250 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
251 aliases for report-emacs-bug.
252 (gnus-summary-select-article, gnus-configure-windows): Declare as
253 functions.
254
255 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
256 compiler.
257
258 * pgg.el (pgg-clear-string): Declare as a function.
259 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
260 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
261
262 * emacs-lisp/check-declare.el (check-declare-locate):
263 Handle compressed files.
264 (check-declare-verify): Handle define-generic-mode,
265 define-global(ized)-minor-mode, define-obsolete-function-alias.
266
267 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
268
269 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
270 algebraic modes.
271
272 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
273 (math-is-true, calc-explain-why, calc-alg-edit)
274 (math-composite-inequalities, math-flatten-lands)
275 (math-multi-subst, calcFunc-vmatches, math-simplify)
276 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
277 (math-read-string, math-read-brackets, math-read-angle-brackets):
278 Declare as functions.
279
280 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
281 (calc-fit-bell-shaped-logistic-curve)
282 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
283 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
284 (math-max-list): Declare as functions.
285 (math-map-binop): New function.
286 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
287
288 * calc/calc.el (calc-set-language, calc-edit-finish)
289 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
290 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
291 (math-lessp, calc-embedded-finish-command)
292 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
293 (calc-push-list-in-macro, calc-replace-selections)
294 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
295 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
296 (calc-embedded-stack-change, calc-refresh-evaltos)
297 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
298 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
299 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
300 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
301 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
302 (math-dimension-error, calc-incomplete-error, math-float-fancy)
303 (math-neg-fancy, math-zerop, calc-add-fractions)
304 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
305 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
306 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
307 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
308 (math-compose-expr, math-comp-width, math-composition-to-string)
309 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
310 (math-adjust-fraction, math-format-binary, math-format-radix)
311 (math-group-float, math-mod, math-format-number-fancy)
312 (math-format-bignum-fancy, math-read-number-fancy)
313 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
314 (calc-do-embedded-activate, math-do-defmath)
315 (calc-load-everything): Declare as functions.
316
317 * calc/calc-ext.el (math-clip, math-round, math-simplify)
318 (math-simplify-extended, math-simplify-units, calc-set-language)
319 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
320 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
321 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
322 (math-normalize-hms, math-normalize-mod, math-make-sdev)
323 (math-make-intv, math-normalize-logical-op, math-possible-signs)
324 (math-infinite-dir, math-calcFunc-to-var)
325 (calc-embedded-evaluate-expr, math-known-nonzerop)
326 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
327 (math-format-date, math-vector-is-string, math-vector-to-string)
328 (math-format-radix-float, math-compose-expr, math-abs)
329 (math-format-bignum-binary, math-format-bignum-octal)
330 (math-format-bignum-hex, math-format-bignum-radix)
331 (math-compute-max-digits): Declare as functions.
332 (math-provably-realp): Fix typo.
333
334 * calc/calc-forms.el (calendar-current-time-zone)
335 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
336 functions.
337
338 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
339
340 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
341 Declare as functions.
342
343 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
344 (math-posp, math-compare, math-bignum, math-compare-bignum):
345 Declare as functions.
346
347 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
348 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
349 (calc-explain-why, calc-clear-command-flag)
350 (calc-roll-down-with-selections, calc-roll-up-with-selections)
351 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
352 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
353 (math-trunc-special, math-trunc-fancy, math-floor-special)
354 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
355 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
356 (math-pow-zero, math-pow-fancy): Declare as functions.
357
358 * calc/calc-mode.el (calc-embedded-save-original-modes):
359 Declare as a function.
360
361 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
362 Declare as functions.
363 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
364 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
365 Replace `mapcar*' by `math-map-binop'.
366 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
367
368 * calc/calc-prog.el (edmacro-format-keys,edmacro-parse-keys)
369 (math-read-expr-level): Declare as functions.
370
371 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
372
373 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
376 end-of-defun-function is called consistently, even for negative
377 arguments.
378 (end-of-defun-function): Default to forward-sexp.
379
380 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
381
382 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
383
384 2007-11-26 Glenn Morris <rgm@gnu.org>
385
386 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
387 than :suffix.
388
389 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
390
391 2007-11-26 Simon Josefsson <simon@josefsson.org>
392
393 * net/imap.el: Move from ../gnus.
394
395 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
396
397 * doc-view.el (doc-view-mode-p): New function.
398
399 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
400
401 * mail/mspools.el (rmail-get-new-mail):
402 * mail/reporter.el (mail-position-on-field, mail-text):
403 * mail/rmail.el (mail-position-on-field, mail-text-start)
404 (rmail-update-summary):
405 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
406 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
407 * mail/rmailout.el (rmail-update-summary):
408 * mail/rmailsort.el (rmail-update-summary):
409 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
410 (dired-view-file):
411 * mail/uce.el (mail-strip-quoted-names):
412 * mail/undigest.el (rmail-update-summary):
413 * mail/unrmail.el (mail-strip-quoted-names):
414 * ediff.el (diff-latest-backup-file): Declare as functions.
415
416 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
417 (kill-to-end-of-line):
418 * obsolete/rnews.el (news-set-minor-modes):
419 Remove non working functions.
420
421 2007-11-25 Glenn Morris <rgm@gnu.org>
422
423 * eshell/esh-maint.el (top-level): Use require with NOERROR for
424 pcomplete. Don't mess with load-path.
425
426 * eshell/eshell.el (eshell-report-bug-address): Remove.
427 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
428
429 2007-11-24 Glenn Morris <rgm@gnu.org>
430
431 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
432 (appt-disp-window): Don't require electric.
433 Simplify minibuffer-avoidance code.
434 (appt-select-lowest-window): Avoid minibuffer.
435
436 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
437 (esh-mode): Require it.
438 (esh-util): Use require rather than featurep and load.
439 (eshell): No need to test if eshell-mode is bound; remove obsolete
440 reference to eshell-auto.
441 (eshell-command, eshell-command-result): Don't require esh-mode
442 now that the file does.
443 (top-level): Move provide statement to the end of the file.
444 Re-order and update commentary.
445
446 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
447
448 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
449 (vc-annotate-toggle-annotation-visibility): New command.
450 (vc-annotate-mode-map): Bind "V" to it.
451 (vc-annotate-mode-menu): Add entry for it.
452 (vc-annotate-get-time-set-line-props): New func.
453 (vc-annotate-display-autoscale)
454 (vc-annotate-display-difference): Use it.
455
456 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
457 Also, match one space at end of annotation text, after last paren.
458
459 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
460
461 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
462 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
463 `tramp-completion-mode'.
464
465 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
466
467 * vc-git.el (vc-git-show-log-entry): New func.
468
469 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
470 (vc-git-state): Use vc-git--call.
471 (vc-git-registered, vc-git-working-revision)
472 (vc-git-previous-revision, vc-git-next-revision)
473 (vc-git--run-command-string, vc-git-symbolic-commit):
474 Use vc-git--out-ok.
475
476 2007-11-24 Glenn Morris <rgm@gnu.org>
477
478 * emacs-lisp/byte-run.el (declare-function): Doc fix.
479
480 2007-11-24 Kenichi Handa <handa@m17n.org>
481
482 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
483
484 2007-11-23 David Kastrup <dak@gnu.org>
485
486 * server.el (server-process-filter): Use `command-line-args-left'.
487
488 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
491
492 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
493
494 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
495 buffer if the parent buffer is in vc-dired-mode.
496
497 2007-11-23 Mark A. Hershberger <mah@everybody.org>
498
499 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
500
501 2007-11-23 Juri Linkov <juri@jurta.org>
502
503 * dired.el (dired-read-dir-and-switches): For C-x d, set the
504 value for M-n to the visited file name of the current buffer.
505 Use minibuffer-with-setup-hook to set minibuffer-default to
506 buffer-file-name inside read-file-name.
507
508 * man.el (Man-getpage-in-background): Don't disregard user option
509 `Man-width' on non-window systems. Remove test for `window-system'
510 around setting envvar "COLUMNS" depending on the value of `Man-width'.
511
512 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
513 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
514 of "--color=always".
515
516 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
519 beginning-of-defun-function.
520
521 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
522
523 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
524
525 2007-11-22 Glenn Morris <rgm@gnu.org>
526
527 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
528
529 * emacs-lisp/check-declare.el (check-declare-locate): New function.
530 (check-declare-scan): Use check-declare-locate.
531 (check-declare-verify): No longer adjust fnfile, now
532 check-declare-locate does it.
533
534 * emacs-lisp/byte-run.el (declare-function): Doc fix.
535
536 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * subr.el (posn-col-row): Make the `default-value' use explicit.
539
540 * window.el (balance-windows): Remove unused var `counter'.
541 (bw-balance-sub): Remove unused var `lastchild'.
542 (split-window-vertically): Remove unused var `switch'.
543 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
544
545 * emacs-lisp/bytecomp.el
546 (byte-compile-file-form-custom-declare-variable): Simplify.
547
548 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
549
550 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
551 Set `show-trailing-whitespace' to nil.
552
553 * dired.el (make-symbolic-link):
554 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
555 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
556 * dired-x.el (make-symbolic-link):
557 * frame.el (x-initialize-window-system):
558 * menu-bar.el (x-menu-bar-open):
559 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
560 (x-store-cut-buffer-internal):
561 * wdired.el (make-symbolic-link):
562 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
563 (x-send-client-message):
564 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
565
566 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
567
568 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
569
570 2007-11-22 Glenn Morris <rgm@gnu.org>
571
572 * dos-fns.el (int86):
573 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
574
575 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
576
577 * calendar/holidays.el (holiday-list): Add autoload cookie.
578
579 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
580 files relative to src/ directory.
581 (check-declare-verify): Handle .c files. Warn if could not find
582 an arglist to check.
583
584 * emacs-lisp/byte-run.el (declare-function): Doc fix.
585
586 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
587
588 * replace.el (occur-mode-map): Add a major mode menu with entries
589 for all occur operations.
590
591 * international/titdic-cnv.el (dos-8+3-filename):
592 * obsolete/fast-lock.el (msdos-long-file-names):
593 * frame.el (msdos-mouse-p):
594 * files.el (msdos-long-file-names, w32-long-file-name):
595 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
596 (mac-resume-apple-event, mac-font-panel-mode)
597 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
598 (mac-clear-font-name-table):
599 * term/pc-win.el (msdos-remember-default-colors)
600 (w16-set-clipboard-data, w16-get-clipboard-data):
601 * term/w32-win.el (w32-send-sys-command, w32-select-font)
602 (set-message-beep):
603 * net/browse-url.el (w32-shell-execute):
604 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
605 (w32-get-locale-info, w32-get-valid-locale-ids)
606 (w32-set-clipboard-data):
607 * dos-fns.el (int86, msdos-long-file-names):
608 * dos-w32.el (default-printer-name): Declare as functions.
609
610 2007-11-21 Jason Rumney <jasonr@gnu.org>
611
612 * emacs-lisp/byte-run.el (declare-function): Return nil.
613
614 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
617
618 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
619
620 * ps-print.el (ps-lpr-switches): Docstring fix.
621 (ps-string-list): New fun.
622 (ps-do-despool): Code fix.
623
624 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
625
626 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
627
628 2007-11-21 Glenn Morris <rgm@gnu.org>
629
630 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
631 for now. Handle define-minor-mode, and defalias (with no argument
632 checking).
633
634 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
635
636 * frame.el (msdos-mouse-p):
637 * files.el (msdos-long-file-names, w32-long-file-name):
638 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
639 (mac-resume-apple-event, mac-font-panel-mode)
640 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
641 (mac-clear-font-name-table):
642 * term/pc-win.el (msdos-remember-default-colors)
643 (w16-set-clipboard-data, w16-get-clipboard-data):
644 * term/w32-win.el (w32-send-sys-command, w32-select-font)
645 (set-message-beep):
646 * net/browse-url.el (w32-shell-execute):
647 * dos-fns.el (int86, msdos-long-file-names):
648 * dos-w32.el (default-printer-name): Undo previous change.
649
650 2007-11-21 Eli Zaretskii <eliz@gnu.org>
651
652 * international/mule-cmds.el (set-locale-environment):
653 Set default-file-name-coding-system _after_ keyboard and terminal
654 coding systems. This fixes last change.
655
656 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
657 one space after "Subject:".
658
659 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
662 in order to determine if there's a conflict.
663
664 2007-11-21 Richard Stallman <rms@gnu.org>
665
666 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
667
668 * reposition.el (reposition-window):
669 Binding C-M-l moved to bindings.el.
670
671 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
672
673 * add-log.el (add-change-log-entry-other-window):
674 Key binding C-x 4 a moved to bindings.el.
675
676 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
677 from filecache.el.
678
679 * filecache.el: Minibuffer map bindings moved to bindings.el.
680
681 2007-11-21 Jason Rumney <jasonr@gnu.org>
682
683 * international/mule-cmds.el (set-locale-environment):
684 Set default-file-name-coding-system from system defaults on Windows.
685
686 2007-11-21 Jason Rumney <jasonr@gnu.org>
687
688 * term/w32console.el: New term init file for w32 console.
689
690 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
691 (x-setup-function-keys): Likewise, replacing top-level key definitions.
692 (w32-tty-standard-colors): Move to term/w32console.el.
693
694 * term/w32-win.el (x-setup-function-keys): Remove.
695
696 * term/tty-colors.el (tty-register-default-colors): Remove special
697 case for w32.
698
699 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
700
701 * frame.el (msdos-mouse-p):
702 * generic-x.el (w32-shell-name):
703 * files.el (msdos-long-file-names, w32-long-file-name)
704 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
705 (dos-8+3-filename, vms-read-directory, view-mode-disable):
706 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
707 (mac-resume-apple-event, mac-font-panel-mode)
708 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
709 (mac-clear-font-name-table):
710 * term/pc-win.el (msdos-remember-default-colors)
711 (w16-set-clipboard-data, w16-get-clipboard-data):
712 * term/w32-win.el (w32-send-sys-command, w32-select-font)
713 (set-message-beep):
714 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
715 (w32-get-locale-info, w32-get-valid-locale-ids)
716 (w32-set-clipboard-data):
717 * help-fns.el (ad-get-advice-info):
718 * font-lock.el (fast-lock-after-fontify-buffer)
719 (fast-lock-after-unfontify-buffer, fast-lock-mode)
720 (lazy-lock-after-fontify-buffer)
721 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
722 * net/browse-url.el (w32-shell-execute):
723 * dos-fns.el (int86, msdos-long-file-names):
724 * dos-w32.el (default-printer-name): Declare as functions.
725
726 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
727
728 * textmodes/paragraphs.el (forward-sentence): Doc fix.
729 Reported by Drew Adams <drew.adams@oracle.com>.
730
731 2007-11-20 Jason Rumney <jasonr@gnu.org>
732
733 * term/w32-win.el (x-setup-function-keys): Protect against
734 multiple calls on the same terminal.
735
736 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
737
738 * term/mac-win.el (x-setup-function-keys): Only setup
739 local-function-key-map if it has not been setup already for the
740 current frame. Move the suspend-emacs processing here.
741
742 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
743
744 * progmodes/grep.el (xargs-program): New variable.
745 (grep-compute-defaults): Use it.
746 (grep-default-command): Doc fix.
747 (grep, lgrep, rgrep): Reflow docstrings.
748
749 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
750
751 * vc.el (vc-find-revision): Set the parent buffer.
752 Use when instead of if.
753
754 * progmodes/python.el (info-lookup-maybe-add-help):
755 * progmodes/ps-mode.el (doc-view-minor-mode):
756 * mail/emacsbug.el (Info-menu, Info-goto-node):
757 * emulation/viper-keym.el (viper-ex)
758 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
759 * emulation/viper-cmd.el (widget-type, widget-button-press)
760 (viper-set-hooks):
761 * emacs-lisp/tcover-unsafep.el (unsafep-function):
762 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
763 (ses-load, ses-vector-delete, ses-create-header-string)
764 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
765 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
766
767 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
768
769 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
770
771 2007-11-20 Glenn Morris <rgm@gnu.org>
772
773 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
774 for end of function-name. Handle define-derived-mode.
775
776 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
777
778 * progmodes/idlw-help.el: Require browse-url unconditionally, it
779 is available by default.
780 (idlwave-help-browse-url-available): Change default to t.
781
782 * emulation/edt.el (defgroup, defcustom): Remove definition.
783 (eval-when-compile): Remove.
784 (c-mark-function):
785 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
786 * textmodes/fill.el (comment-search-forward)
787 (comment-string-strip):
788 * progmodes/prolog.el (comint-mode, comint-send-string)
789 (comint-send-region, comint-send-eof):
790 * progmodes/dcl-mode.el (imenu-default-create-index-function):
791 * emulation/viper-util.el (viper-forward-Word):
792 * emulation/vi.el (c-mark-function):
793 * emulation/edt-vt100.el (vt100-wide-mode):
794 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
795
796 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
797
798 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
799 Still some tuning in case of an echoing shell.
800 (tramp-send-command): Connection property "remote-echo" is not
801 persistent; cache key is the process therefore.
802
803 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
804
805 * replace.el (map-query-replace-regexp): Doc fix (revert part of
806 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
807
808 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
809
810 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
811 * play/yow.el (doctor-ret-or-read):
812 * vc-hooks.el (vc-dired-resynch-file):
813 * vc-hg.el (log-view-get-marked):
814 * smerge-mode.el (ediff-cleanup-mess):
815 * pcvs.el (vc-editable-p, vc-checkout):
816 * pcomplete.el (comint-bol):
817 * informat.el (texinfo-format-refill):
818 * ido.el (tramp-tramp-file-p):
819 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
820 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
821 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
822 functions.
823
824 * textmodes/ispell.el (ispell-int-char): Make it a defalias
825 instead of fset.
826 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
827
828 * ido.el (ido-file-internal): Move with-no-warnings to include the
829 ffap-string-at-point call.
830
831 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
832
833 * vc-hg.el (vc-hg-revision-table): Fix last change.
834
835 2007-11-19 Martin Rudalics <rudalics@gmx.at>
836
837 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
838 clipboard-yank when the buffer is read-only.
839
840 * cus-edit.el (custom-field-keymap): Move to other Custom mode
841 keymaps such that it's before the definition of Custom-mode-menu.
842 (Custom-mode-menu): Show it for custom-field-keymap too.
843
844 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
845
846 * progmodes/gdb-ui.el: Update commentary.
847
848 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
849
850 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
851
852 2007-11-19 Glenn Morris <rgm@gnu.org>
853
854 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
855 does not exist, try adding `.el' extension. Also search for defsubsts.
856
857 * cus-edit.el (recentf-expand-file-name):
858 * dired.el (dired-relist-entry):
859 * subr.el (w32-shell-dos-semantics):
860 * emacs-lisp/bytecomp.el (compilation-forget-errors):
861 Declare as functions.
862
863 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
866 (prepare-abbrev-list-buffer): Use dolist.
867 (clear-abbrev-table): Preserve properties.
868
869 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
870
871 * textmodes/texinfmt.el (texinfo-format-printindex):
872 Collect combined indexes using texinfo-short-index-format-cmds-alist.
873 Reported on <bug-texinfo@gnu.org>.
874
875 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
876
877 * net/tramp.el (tramp-completion-reread-directory-timeout):
878 New defcustom.
879 (tramp-handle-file-name-all-completions): Flush directory contents
880 from cache regularly.
881 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
882 (tramp-open-connection-setup-interactive-shell):
883 Call `tramp-cleanup-connection' via funcall.
884
885 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
886 created when copying.
887
888 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
889
890 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
891 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
892 * eshell/esh-ext.el (eshell-external-command):
893 * eshell/esh-cmd.el (require):
894 * eshell/em-unix.el (eshell-plain-locate-behavior):
895 * eshell/em-cmpl.el (eshell-cmpl-initialize):
896 Replace eshell-under-xemacs-p with (featurep 'xemacs).
897 * eshell/esh-mode.el (characterp, char-int): Remove unused
898 conditional defaliases.
899
900 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
901 Rename from event-matches-key-specifier-p, define unconditionally.
902 (event-basic-type): Remove unused defalias.
903 (pcomplete-show-completions):
904 Use pcomplete-event-matches-key-specifier-p.
905
906 2007-11-17 Eli Zaretskii <eliz@gnu.org>
907
908 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
909 when saving esh-groups.el.
910
911 2007-11-17 Martin Rudalics <rudalics@gmx.at>
912
913 * wid-edit.el (widget-default-complete):
914 * progmodes/flymake.el (flymake-goto-file-and-line):
915 Fix typo in (doc-)string.
916
917 2007-11-17 Glenn Morris <rgm@gnu.org>
918
919 * emacs-lisp/byte-run.el (declare-function): New macro.
920 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
921 New function, byte-hunk-handler for declare-function.
922 (byte-compile-callargs-warn): Handle declared functions.
923
924 * emacs-lisp/check-declare.el: New file.
925 * Makefile.in (check-declare): New target.
926
927 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
928
929 * subr.el (process-lines): Move here from ../admin/admin.el.
930 * emacs-lisp/authors.el (authors-process-lines): Remove.
931 (authors): Use process-lines rather than authors-process-lines.
932
933 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
934 Remove these files.
935
936 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
937
938 * emacs-lisp/backquote.el (backquote):
939 Improve argument/docstring consistency.
940
941 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
942 (ring-length, ring-empty-p): Use c[ad]dr.
943 (ring-plus1): Use `1+'.
944 (ring-minus1): Use `zerop'.
945 (ring-remove): Use c[ad]dr. Use `when'.
946 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
947 (ring-ref): Use `let', not `let*'.
948 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
949 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
950 (ring-member): Simplify. Doc fix.
951 (ring-convert-sequence-to-ring): Simplify.
952
953 2007-11-17 Juri Linkov <juri@jurta.org>
954
955 * dired-aux.el (dired-create-directory): Allow creating
956 a directory of an arbitrary depth. Add a loop to find the topmost
957 nonexistent parent dir `new', and call `dired-add-file' on it.
958 Set the `PARENTS' arg of `make-directory' to t.
959
960 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
961
962 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
963 (math-build-parse-table): Get parse information from math-parse-table.
964
965 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
966
967 * window.el (recenter-last-op): New var.
968 (recenter-top-bottom): New command.
969 (global-map): Bind it to C-l.
970
971 * abbrev.el (abbrev--write): Fix error in transcription from C.
972
973 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
974 (pc-select-ensure-mark): Set mark-active to a special value instead.
975 Rename from ensure-mark. Update call callers.
976 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
977 Rewrite. Update all callers.
978 (pc-selection-mode): Remove redundant var declaration.
979
980 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
981
982 * doc-view.el (doc-view-search-backward, doc-view-search):
983 Fix assignment to free variable bug.
984
985 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
986
987 * emulation/pc-select.el (pc-select-shifted-mark): New var.
988 (ensure-mark): Set it.
989 (maybe-deactivate-mark): New fun.
990 Use it everywhere instead of (setq mark-active nil).
991
992 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
993
994 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
995 Add check for XEmacs.
996
997 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
998
999 * doc-view.el (doc-view-resolution): Add missing :group.
1000
1001 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * subr.el (make-variable-frame-local):
1004 Fix typo in obsolescence declaration.
1005
1006 2007-11-16 Werner Lemberg <wl@gnu.org>
1007
1008 * files.el (set-auto-mode-1): Check second line for -*- if file
1009 starts with '\" (which is used by man pages to identify needed
1010 troff preprocessors).
1011
1012 2007-11-16 Glenn Morris <rgm@gnu.org>
1013
1014 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
1015
1016 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
1017
1018 * calc/calc-lang.el (math-oper-table): Fix typo.
1019 Reduce precedence of "/" for TeX.
1020
1021 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
1022
1023 2007-11-16 Juri Linkov <juri@jurta.org>
1024
1025 * dired-aux.el (dired-read-shell-command-default): New function.
1026 (dired-read-shell-command): Use its return value for DEFAULT arg.
1027
1028 * replace.el (keep-lines-read-args, occur-read-primary-args):
1029 Use a list of default values for DEFAULT arg of read-from-minibuffer.
1030
1031 * man.el (Man-heading-regexp): Add 0-9.
1032 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
1033
1034 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
1037 (doc-view-resolution): New custom var.
1038 (doc-view-pdf/ps->png): Use it.
1039 (doc-view-shrink-factor): New var.
1040 (doc-view-enlarge, doc-view-shrink): New commands.
1041 (doc-view-mode-map): Use them.
1042
1043 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1044
1045 * ediff-wind.el (ediff-window-setup-function):
1046 * simple.el (normal-erase-is-backspace):
1047 * eshell/em-unix.el (eshell/info):
1048 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
1049 Fix typos in docstrings.
1050
1051 * emulation/cua-base.el (cua--keymaps-initialized):
1052 Rename from `cua--keymaps-initalized'. Callers changed.
1053 (cua-highlight-region-shift-only): Doc fix.
1054 (cua-paste-pop): Fix typo in docstring.
1055
1056 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * emulation/cua-base.el (cua--pre-command-handler-1):
1059 Use input-decode-map instead of function-key-map.
1060 Use event-modifiers now that it works reliably.
1061
1062 * vc.el (vc-diff-internal): Pop-to-buffer later.
1063
1064 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
1065
1066 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
1067 did not touch them.
1068
1069 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
1070
1071 * calc/calc-menu.el: New file.
1072 * calc/calc.el (calc-mode): Require calc-menu.
1073
1074 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
1075
1076 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
1077
1078 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
1079
1080 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
1081 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
1082 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
1083 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
1084 locations.
1085 (gdb-info-breakpoints-custom, gdb-assembler-custom)
1086 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
1087 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
1088
1089 2007-11-13 Noah Friedman <friedman@splode.com>
1090
1091 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
1092 bindings to remap when `calc-scan-for-dels' is non-nil.
1093
1094 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1095
1096 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
1097 constant forms.
1098 (byte-compile-nilconstp): New function.
1099 (byte-optimize-cond): Kill subsequent branches when a branch is
1100 know to be taken or not taken.
1101 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
1102
1103 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
1104
1105 * vc.el (vc-register): Allow registering a file passed as a
1106 parameter instead of just the current buffer.
1107
1108 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
1109
1110 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1111 Check whether the output of "uname -sr" has been changed.
1112
1113 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1114
1115 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
1116 patterns from compilation-perl.el and compilation-weblint.el files.
1117
1118 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
1119
1120 * progmodes/compilation-perl.el:
1121 * progmodes/compilation-weblint.el: Disable autoloads, they cause
1122 a bootstrap failure.
1123
1124 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
1125 instead of doing "cvs diff" in order to avoid accessing the repository.
1126
1127 2007-11-12 Kevin Ryde <user42@zip.com.au>
1128
1129 * progmodes/compilation-perl.el:
1130 * progmodes/compilation-weblint.el: New files.
1131
1132 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
1133
1134 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
1135 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
1136 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
1137 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
1138 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
1139 Rewrite in active voice.
1140
1141 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
1142
1143 * doc-view.el: Add comments about isearch support.
1144
1145 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
1146
1147 * vc.el (vc-start-entry): Fix setting the in the case the function
1148 is called from vc-dired. Use when instead of if where appropriate.
1149
1150 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1151
1152 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
1153 to be a list.
1154 (ps-begin-job): Error if ps-lpr-switches is not a list.
1155
1156 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1157
1158 * faces.el (face-normalize-spec): Remove function.
1159 (frame-set-background-mode): Undo last change.
1160
1161 2007-11-10 Jason Rumney <jasonr@gnu.org>
1162
1163 * w32-fns.el: Sync charset names with setup-default-fontset.
1164 Append "-1" where second part missing.
1165
1166 2007-11-10 Juri Linkov <juri@jurta.org>
1167
1168 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
1169 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
1170
1171 * custom.el (custom-note-var-changed): Remove the `interactive'
1172 spec from this new non-interactive function.
1173
1174 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
1175
1176 * doc-view.el (doc-view-mode-map, doc-view-menu)
1177 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
1178 (doc-view-search-backward): New function.
1179 (doc-view-search): Query new regexp if prefix arg is given, else
1180 jump to next/previous match.
1181 (doc-view-mode): Handle compressed files.
1182 (jka-compr): Required for compressed files.
1183
1184 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
1185
1186 * replace.el (query-replace-show-replacement): New defcustom.
1187 (perform-replace): Use `match-substitute-replacement' if
1188 `query-replace-show-replacement' is non-nil.
1189
1190 2007-11-10 David Kastrup <dak@gnu.org>
1191
1192 * subr.el (match-substitute-replacement): New function.
1193
1194 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
1195
1196 * files.el (auto-mode-alist): Select org-mode for files with the
1197 extension ".org".
1198
1199 2007-11-10 Martin Rudalics <rudalics@gmx.at>
1200
1201 * help.el (help-window, help-window-point-marker): New variables.
1202 (help-window-select): New option.
1203 (with-help-window): New macro for displaying help windows.
1204 (help-window-display-message, help-window-setup-finish)
1205 (help-window-setup): New functions used for setting up help windows.
1206 (print-help-return-message): Reset help-window to nil.
1207 (view-lossage): Use with-help-window instead of
1208 with-output-to-temp-buffer and move help-window-point-marker after
1209 inserted text.
1210 (describe-bindings, describe-key, describe-mode): Use
1211 with-help-window instead of with-output-to-temp-buffer.
1212
1213 * help-mode.el (help-mode): Set view-exit-action to bury the
1214 buffer instead of fiddling with windows. Simplify code.
1215 (help-mode-finish): When help-window eqs t set it to the selected
1216 window and have with-help-window set up view-return-to-alist.
1217 (help-buffer): Add autoload cookie.
1218
1219 * view.el (view-remove-frame-by-deleting): Change default value to t.
1220 Add autoload cookie.
1221 (view-exit-action, view-file, view-file-other-window)
1222 (view-file-other-frame, view-buffer, view-buffer-other-window)
1223 (view-buffer-other-frame): Rewrite doc strings.
1224 (view-return-to-alist-update): New function to remove stale entries
1225 from view-return-to-alist.
1226 (view-mode-enter): Rewrite doc string and simplify code.
1227 (view-mode-exit): Handle new case 'keep-frame. Don't reset
1228 view-exit-action to nil. Simplify code and rewrite doc string.
1229
1230 * apropos.el (apropos-describe-plist):
1231 * descr-text.el (describe-char):
1232 * disp-table.el (describe-display-table):
1233 * faces.el (list-faces-display, describe-face):
1234 * facemenu.el (list-colors-display):
1235 * help-fns.el (describe-function, describe-variable)
1236 (describe-syntax, describe-categories):
1237 Use with-help-window instead of with-output-to-temp-buffer.
1238
1239 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
1240
1241 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
1242 Optimize (featurep 'emacs) to t.
1243
1244 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
1245 New function.
1246 (byte-compile-maybe-guarded): Use it to also look for bound
1247 symbols inside `and' forms. Comment out non-working code that was
1248 trying to avoid warnings for XEmacs code.
1249
1250 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
1251
1252 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
1253 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
1254 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
1255 (vc-cvs-annotate-command):
1256 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
1257 is bound, it always is.
1258
1259 2007-11-10 Jason Rumney <jasonr@gnu.org>
1260
1261 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
1262 setup here from global scope.
1263
1264 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
1265
1266 * ido.el (ido-save-history): Save the history file in UTF-8, not
1267 the current filename coding system.
1268
1269 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * simple.el (interprogram-cut-function, interprogram-paste-function):
1272 Don't make them frame-local any more.
1273
1274 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
1275 Don't set interprogram-(cut|paste)-function on each frame.
1276
1277 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
1278 Make them work in tty frames.
1279 (interprogram-cut-function, interprogram-paste-function):
1280 Set them globally.
1281
1282 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1283
1284 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
1285 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
1286 (iso-iso2duden-trans-tab): Add docstring.
1287
1288 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * abbrev.el (define-abbrev-table): Record the variable definition.
1291
1292 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
1293 New function.
1294
1295 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1296
1297 * ps-print.el: Clean the code for checking suitable Emacs version.
1298 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
1299 (ps-print-version): New version 6.8.1.
1300
1301 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1302
1303 * files.el (enable-local-variables): Doc fix.
1304
1305 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
1308
1309 2007-11-09 Sven Joachim <svenjoac@gmx.de>
1310
1311 * dired-aux.el (dired-copy-file-recursive):
1312 Preserve directory permissions.
1313
1314 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1315
1316 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
1317 (whitespace-unload-function): New-style unload function. When run,
1318 unintern `whitespace-unload-hook' and call `unload-feature' recursively
1319 to stop the old hook from messing with the unloading.
1320
1321 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
1324 (elp-unset-master, elp-results): Fix typos.
1325 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
1326 Doc fixes.
1327
1328 * msb.el (msb--many-menus): Remove variable.
1329 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
1330 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
1331 (msb--toggle-menu-type): Fix typos in docstrings.
1332
1333 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
1334 (shadow-insert-var): Doc fixes.
1335 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
1336 Reflow docstrings.
1337 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
1338
1339 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
1342 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
1343 Fix typos in autoload docstrings.
1344
1345 2007-11-09 Richard Stallman <rms@gnu.org>
1346
1347 * savehist.el (savehist-save): Obey savehist-ignored-variables.
1348
1349 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
1350
1351 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
1352 (gdb-var-update-handler-1): Use it.
1353
1354 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1355
1356 * loadhist.el (unload-feature): Remove erroneous check for the
1357 FEATURE-unload-function variable; check the existence of the
1358 function (that's what the docstring says, and it makes more sense).
1359
1360 * follow.el (follow-unload-function): Add docstring.
1361 (follow-unload-function): Remove variable.
1362
1363 * server.el (server-unload-function): Remove variable.
1364 (server-unload-function): Unbind `server-edit' from `C-x #'.
1365
1366 * ses.el (ses-unload-function): New function.
1367
1368 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
1369
1370 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
1371 (unsafep-progn, unsafep-let): Fix typos in docstrings.
1372
1373 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
1374 before use to avoid a warning in packages that require uniquify.
1375 (uniquify-unload-function): New function and var.
1376
1377 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
1378
1379 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
1380 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
1381 (ediff-current-diff-A, ediff-current-diff-B)
1382 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
1383 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
1384 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
1385 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
1386 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
1387 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
1388 (ediff-setup-windows-plain-merge)
1389 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
1390 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
1391 * ediff-util.el (ediff-setup-keymap, )
1392 (ediff-toggle-wide-display, ediff-toggle-multiframe)
1393 (ediff-toggle-use-toolbar, ediff-really-quit)
1394 (ediff-good-frame-under-mouse)
1395 (ediff-highlight-diff-in-one-buffer)
1396 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
1397 (ediff-make-bullet-proof-overlay):
1398 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
1399 (ediff-set-meta-overlay):
1400 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
1401 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
1402 ediff-emacs-p with their former definitions.
1403
1404 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
1405 (viper-has-face-support-p, viper-inactivate-input-method)
1406 (viper-activate-input-method)
1407 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
1408 * emulation/viper-mous.el (viper-multiclick-timeout)
1409 (viper-surrounding-word, viper-mouse-click-insert-word)
1410 (viper-mouse-click-search-word, viper-parse-mouse-key):
1411 * emulation/viper-macs.el (viper-char-array-to-macro):
1412 * emulation/viper.el (viper-go-away, viper-set-hooks)
1413 (viper-non-hook-settings):
1414 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
1415 (viper-get-saved-cursor-color-in-insert-mode)
1416 (viper-get-saved-cursor-color-in-emacs-mode)
1417 (viper-check-version, viper-get-visible-buffer-window)
1418 (viper-file-checked-in-p, viper-set-replace-overlay)
1419 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
1420 (viper-check-minibuffer-overlay, viper-read-key-sequence)
1421 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
1422 with their former definitions.
1423 (viper-eventify-list-xemacs): Only do work for XEmacs.
1424 (viper-set-unread-command-events): Only do work for Emacs.
1425 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
1426 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
1427 (viper-overlay-get, viper-overlay-put, viper-read-event)
1428 (viper-characterp, viper-int-to-char, viper-get-face)
1429 (viper-color-defined-p, viper-iconify): New defaliases replacing
1430 the old fsets.
1431
1432 * progmodes/fortran.el (comment-region-function)
1433 (uncomment-region-function): Pacify byte compiler.
1434
1435 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
1436
1437 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
1438
1439 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
1440 `process-environment'.
1441
1442 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
1443
1444 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
1445 match dir like "a...b".
1446
1447 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
1450
1451 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
1452
1453 * net/tramp.el (tramp-handle-substitute-in-file-name):
1454 Don't expand the remote connection identification.
1455 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1456 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
1457 before calling stty.
1458
1459 * net/tramp-cache.el (tramp-cache-print)
1460 (tramp-dump-connection-properties): Fix docstring.
1461 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
1462
1463 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
1464
1465 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
1466 remote connection identification when setting connection property.
1467
1468 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
1469 "//" substitutes only in the local filename part.
1470
1471 2007-11-07 David Hansen <david.hansen@gmx.net>
1472
1473 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
1474
1475 2007-11-07 Glenn Morris <rgm@gnu.org>
1476
1477 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
1478 Remove superfluous concats. Move final set-buffer to
1479 non-emacs-specific code.
1480
1481 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
1482
1483 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
1484
1485 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
1486
1487 * eshell/esh-mode.el (eshell-output-filter):
1488 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
1489 Use `with-current-buffer'.
1490
1491 2007-11-07 Andreas Schwab <schwab@suse.de>
1492
1493 * server.el (server-start): Only register cleanup after server was
1494 started.
1495
1496 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
1497
1498 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
1499
1500 * net/tramp-cache (tramp-cache-print): Move down.
1501 (tramp-cache-list-connections): New defun.
1502
1503 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
1504
1505 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * ido.el (ido-save-history): Write the history file in the current
1508 filename coding system, and add `coding' file-local variable.
1509
1510 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
1511
1512 * textmodes/org.el (org-table-formula-substitute-names):
1513 Remove forgotten temporary debugging code.
1514
1515 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
1516
1517 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
1518 the prompt.
1519
1520 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
1521
1522 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
1523
1524 2007-11-05 Simon Josefsson <simon@josefsson.org>
1525
1526 * net/tls.el (tls-end-of-info): Doc fix.
1527
1528 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
1529
1530 * international/utf-7.el (utf-7-imap): New coding system.
1531 (utf-7-imap-post-read-conversion): New function.
1532 (utf-7-imap-pre-write-conversion): New function.
1533
1534 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * abbrev.el (abbrev--write): Fix up typo.
1537
1538 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
1539
1540 * abbrev.el (define-abbrev-table): Doc fix.
1541
1542 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
1543
1544 * info.el (Info-revert-buffer-function): New func.
1545 (Info-mode): Arrange to use it for reverting.
1546 (Info-copy-current-node-name): Add space between filename and nodename.
1547
1548 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1549
1550 * abbrev.el (expand-abbrev): Move point back to expansion's end.
1551
1552 2007-11-04 Glenn Morris <rgm@gnu.org>
1553
1554 * net/tls.el: Don't require rx when compiling.
1555 (tls-end-of-info): Rewrite without using rx.
1556 (open-tls-stream): Use with-current-buffer.
1557
1558 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
1559
1560 * net/tls.el: Require rx when compiling.
1561 (tls-end-of-info): New variable.
1562 (open-tls-stream): Keep reading input until `tls-end-of-info' is
1563 matched.
1564
1565 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
1566
1567 * register.el (append-to-register, prepend-to-register):
1568 Don't signal error on empty register; use the text, instead.
1569
1570 2007-11-03 Michael Olson <mwolson@gnu.org>
1571
1572 * textmodes/remember.el (remember-buffer):
1573 Use define-obsolete-function-alias rather than defalias.
1574
1575 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1576
1577 * simple.el (bad-packages-alist): Anchor semantic regexp.
1578
1579 2007-11-03 Glenn Morris <rgm@gnu.org>
1580
1581 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
1582 if defined, for blank lines. Doc fix.
1583
1584 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
1585 (fortran-mode): Set values for comment-region-function,
1586 uncomment-region-function and comment-insert-comment-function.
1587 (fortran-uncomment-region): New function.
1588
1589 * textmodes/nroff-mode.el (nroff-mode):
1590 Set comment-insert-comment-function rather than indent-line-function.
1591 (nroff-indent-line-function): Remove.
1592 (nroff-insert-comment-function): New function.
1593
1594 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1595
1596 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
1597
1598 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
1599
1600 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
1601
1602 * emulation/viper-cmd.el (viper-prev-destructive-command)
1603 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
1604 copy-sequence.
1605
1606 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
1607 Got rid of ediff-copy-list.
1608
1609 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
1610 use face-name.
1611 (ediff-test-utility, ediff-diff-mandatory-option)
1612 (ediff-reset-diff-options): Remove to simplify the mandatory option
1613 handling on Windows.
1614 (ediff-set-diff-options): Add.
1615 (ediff-diff-options): Set "--binary" option as default in some cases.
1616
1617 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
1618 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
1619 ediff-vc-working-revision. Require vc-hooks.
1620
1621 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
1622
1623 * files.el (hack-local-variables): Fix membership tests to avoid
1624 treating all variables as safe if `enable-local-variables' is
1625 set to :safe (CVE-2007-5795).
1626
1627 2007-11-02 Glenn Morris <rgm@gnu.org>
1628
1629 * newcomment.el (comment-indent): Let comment-insert-comment-function,
1630 if defined, do all the work of inserting a new comment.
1631
1632 * progmodes/etags.el (tags-table-mode): Disable undo.
1633
1634 * simple.el (bad-packages-alist): Revert previous change.
1635
1636 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
1637
1638 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
1639
1640 * obsolete/lselect.el: Do not warn about unknown functions.
1641
1642 2007-11-02 Michael Olson <mwolson@gnu.org>
1643
1644 * textmodes/remember.el (remember-buffer): Make this an alias of
1645 remember-finalize, because Org uses it.
1646
1647 2007-11-01 Michael Olson <mwolson@gnu.org>
1648
1649 * textmodes/remember.el: Improve documentation in heading.
1650 (remember-before-remember-hook): Turn into a customizable option.
1651 (remember): Document INITIAL argument.
1652 (remember-region): Remove autoload cookie. Improve docstring to
1653 mention that it is called from the *Remember* buffer, and does not
1654 have any functional overlap with the `remember' function.
1655 (remember-finalize): Remove autoload cookie. Rename from
1656 remember-buffer to emphasize that this does not have any
1657 functional overlap with the `remember' function.
1658 (remember-destroy): Remove autoload cookie.
1659 (remember-mode-map): Define and initialize in one step.
1660 (remember-mode): Improve docstring.
1661 (remember-annotation-functions): Default to just '(buffer-file-name),
1662 and don't try to take the default value from Planner.
1663
1664 2007-11-01 Glenn Morris <rgm@gnu.org>
1665
1666 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
1667
1668 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
1669
1670 * emacs-lisp/authors.el (authors-scan-change-log)
1671 (authors-scan-el): Don't enable local eval; enable only safe local
1672 variables, without querying.
1673
1674 * mail/footnote.el (footnote-numeric-regexp)
1675 (footnote-english-upper-regexp, footnote-english-lower-regexp)
1676 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
1677 Match multi-character footnotes.
1678
1679 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
1680 (nroff-indent-line-function): New function.
1681 (nroff-count-text-lines): Use nroff-forward-text-line rather than
1682 obsolete alias.
1683
1684 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
1685
1686 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
1687 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
1688 (rcirc-print): Only update the line count when not marking the
1689 line as omittable.
1690 (rcirc-log-write): Specify coding system when writing logfile.
1691 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
1692
1693 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
1694
1695 * printing.el (printing): Fix :version, printing.el was included
1696 for in emacs-22.1.
1697 (pr-path-style, pr-path-alist, pr-txt-name)
1698 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
1699 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
1700 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
1701 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
1702 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
1703 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
1704 (pr-setting-database, pr-visible-entry-list)
1705 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
1706 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
1707
1708 * ediff-util.el (ediff-nuke-selective-display): Move definition to
1709 top level, make it dependent on the emacs flavor.
1710
1711 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
1712 Test for XEmacs not for itimer.
1713
1714 * term/sun-mouse.el:
1715 * obsolete/sun-fns.el:
1716 * obsolete/sun-curs.el: Remove files.
1717
1718 * term/sun.el (select-previous-complex-command): Remove obsolete code.
1719
1720 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
1721
1722 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
1723 was given to concat.
1724
1725 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
1728 used normally for goto-line. Change `g' to revert the buffer.
1729 Add redundant `r' binding for buffer-revert.
1730
1731 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
1732 (mail-abbrevs-setup): Use abbrev-expand-functions.
1733 (build-mail-abbrevs): Use with-temp-buffer.
1734 (define-mail-abbrev): Simplify.
1735 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
1736 Change it for use on abbrev-expand-functions.
1737 (mail-abbrev-complete-alias): Use with-syntax-table.
1738
1739 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
1740
1741 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
1742 directly. Fix bug in deleting temp file.
1743
1744 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
1747 Merge defvar and define-abbrev-table.
1748 (def-python-skeleton): Use :case-fixed and :enable-function.
1749 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
1750 Remove.
1751 (python-mode): Don't modify pre-abbrev-expand-hook.
1752
1753 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1754
1755 * ediff-util.el (ediff-file-checked-out-p)
1756 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
1757
1758 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * abbrev.el (abbrev-symbol): Correct let->let*.
1761 (abbrev--before-point): Only use abbrev-start-location if before point.
1762
1763 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1764
1765 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
1766 (strokes-unload-hook): Remove function and variable.
1767 (strokes-unload-function): New-style unload function, adapted
1768 from `strokes-unload-hook'.
1769
1770 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
1771 (cl-unload-hook): Remove variable.
1772 (cl-unload-function): New-style unload function, adapted
1773 from `cl-cannot-unload'.
1774
1775 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
1776 (elp-unload-function): New-style unload function, adapted
1777 from `elp-unload-hook'.
1778
1779 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
1780
1781 * emacs-lisp/find-func.el (find-library): Use library at
1782 point as default interactive argument.
1783
1784 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1785
1786 * shadowfile.el (shadow-join): Remove.
1787 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
1788 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
1789 (shadowfile-unload-hook): Remove function and variable.
1790 (shadowfile-unload-function): New-style unload function, adapted
1791 from `shadowfile-unload-hook'.
1792
1793 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1794
1795 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
1796 only if it is bound.
1797
1798 * textmodes/reftex.el: Move autoloads for before all uses.
1799 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
1800 (reftex-delete-overlay): Move to the top level with the condition
1801 in the body.
1802
1803 * progmodes/simula.el: Use when instead of if.
1804
1805 * iimage.el (iimage-locate-file): Define unconditionally.
1806
1807 * mail/mailabbrev.el (mail-abbrev-next-line):
1808 * emulation/vip.el (vip-enlarge-region, vip-line)
1809 (vip-next-line-at-bol, vip-previous-line)
1810 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
1811 Wrap with-no-warnings around uses of next-line and previous-line.
1812
1813 * ediff.el (run-ediff-from-cvs-buffer):
1814 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
1815 Remove function not used by pcl-cvs anymore.
1816 (noninteractive, generic-sc-get-latest-rev)
1817 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
1818 Delete support for long obsolete generic-sc.el.
1819
1820 2007-10-31 Glenn Morris <rgm@gnu.org>
1821
1822 * cvs-status.el: No longer require pcvs when compiling.
1823
1824 * doc-view.el (doc-view-conversion-refresh-interval)
1825 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
1826 (doc-view-reset-slice): Doc fixes.
1827 (doc-view-menu): Remove deleted function doc-view-edit-doc.
1828
1829 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
1830
1831 * help-at-pt.el (help-at-pt-unload-hook): Remove.
1832 Timers are automatically canceled by `unload-feature'.
1833
1834 * delsel.el (delsel-unload-hook): Remove function and variable.
1835 (delsel-unload-function): New-style unload function, adapted
1836 from `delsel-unload-hook'.
1837
1838 * msb.el (msb-unload-hook): Remove function and variable.
1839 (msb-unload-function): New-style unload function, adapted from
1840 `msb-unload-hook'.
1841
1842 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
1843
1844 * desktop.el (uniquify-managed): Pacify byte compiler.
1845 (desktop-buffer-info): If the buffer name is managed by uniquify,
1846 save the base name, not the uniquified one.
1847 (desktop-create-buffer): Allow `rename-buffer' to generate a new
1848 name in case of conflict.
1849
1850 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * doc-view.el: Use expand-file-name rather than concat.
1853 (doc-view-cache-directory): Add the UID so multiple users won't clash.
1854 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
1855 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
1856 (doc-view-toggle-display): Use an overlay over the whole buffer so as
1857 not to have to touch the buffer's content.
1858 (doc-view-initiate-display): New function, extracted from doc-view-mode.
1859 (doc-view-mode): Use it. Don't mark as a special mode.
1860 Put the page numbers in the modeline.
1861 Set up the overlay. Hide the cursor. Run the mode hook.
1862 Use after-revert-hook rather than revert-buffer-function.
1863 (doc-view-search-internal): Fix typo.
1864 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
1865 image-cache flush.
1866 (doc-view-reconvert-doc): Don't reset the whole mode.
1867 (doc-view-make-safe-dir): New function.
1868 (doc-view-current-cache-dir): Use it.
1869
1870 2007-10-30 Jason Rumney <jasonr@gnu.org>
1871
1872 * time.el (display-time-world-list): Test for zoneinfo support.
1873
1874 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
1875
1876 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
1877
1878 * net/tramp-cache.el (tramp-flush-file-function): Check also
1879 `default-directory' if `buffer-file-name' does not return a
1880 string. Added to `eshell-pre-command-hook'.
1881
1882 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1883
1884 * doc-view.el (doc-view-current-doc): Remove.
1885 Replace all uses by buffer-file-name.
1886 (doc-view-menu): New menu.
1887 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
1888 unused var `doc'.
1889 (doc-view-sort): Simplify.
1890 (doc-view-buffer-message): Don't change buffer-modified-p.
1891 (doc-view-mode): Change it here instead.
1892 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
1893 Don't modify the global value of revert-buffer-function.
1894
1895 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
1896 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
1897 (image-toggle-display): Take overlays into account and don't assume
1898 point-min==1.
1899
1900 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
1901
1902 * vc.el (vc-annotate): Fix omission bug:
1903 Specify value for vc-sentinel-movepoint.
1904
1905 2007-10-30 Michael Olson <mwolson@gnu.org>
1906
1907 * textmodes/remember.el (remember-mode-hook)
1908 (remember-handler-functions, remember-annotation-functions):
1909 Add additional items as options, including some Org functions.
1910
1911 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
1912
1913 * doc-view.el: Remove cl-dependency.
1914 (doc-view-buffer-message): Mention new binding K.
1915 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
1916 instead of variable.
1917 (doc-view-current-cache-dir): Better cache dir naming.
1918 (doc-view-current-display): Remove variable.
1919 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
1920 (doc-view-kill-proc): Set converter process to nil.
1921 (doc-view-minor-mode): New minor mode.
1922 (doc-view-minor-mode-map): New keymap.
1923 (doc-view-mode): Remove text/image switching code. Use plain defun.
1924 (doc-view-mode-map): New binding K kills converter process.
1925 Remove C-c C-e binding.
1926 (doc-view-mode-text-map): Remove keymap.
1927 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
1928 d-v-display-maybe.
1929 (doc-view-previous-major-mode): New variable.
1930 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
1931 (doc-view-remove-if): New function.
1932 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
1933 (doc-view-toggle-display): Toggle modes instead of display styles.
1934 (doc-view-reconvert-doc): Adapt to new way of doing things.
1935
1936 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
1937
1938 2007-10-30 Glenn Morris <rgm@gnu.org>
1939
1940 * dirtrack.el (dirtrack-mode): Doc fix.
1941
1942 * shell.el (shell-dirtrack-verbose, shell-mode)
1943 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
1944
1945 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
1946 (byte-compile-enable-warning): Doc fix.
1947
1948 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
1949 suppress byte-opt warning.
1950
1951 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
1952
1953 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
1954 (edt-gnu-emacs19-p): Remove.
1955 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
1956 (edt-xserver, edt-page-backward, edt-beginning-of-line)
1957 (edt-end-of-line-forward, edt-end-of-line-backward)
1958 (edt-one-word-forward, edt-one-word-backward, edt-character)
1959 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
1960 (edt-find-forward, edt-find-backward, edt-find-next-forward)
1961 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
1962 (edt-define-key, edt-bottom-check, edt-sentence-forward)
1963 (edt-sentence-backward, edt-paragraph-forward)
1964 (edt-paragraph-backward, edt-restore-key, edt-window-top)
1965 (edt-window-bottom, edt-scroll-window-forward-line)
1966 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1967 (edt-line-to-top-of-window, edt-paragraph-backward)
1968 (edt-restore-key, edt-window-top, edt-window-bottom)
1969 (edt-scroll-window-forward-line)
1970 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
1971 (edt-line-to-middle-of-window, edt-goto-percentage)
1972 (edt-display-the-time, edt-remember, edt-split-window)
1973 (edt-emulation-on, edt-emulation-off)
1974 (edt-default-emulation-setup, edt-user-emulation-setup)
1975 (edt-select-default-global-map, edt-select-user-global-map):
1976 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
1977 tests.
1978
1979 * textmodes/reftex-index.el (reftex-index-selection-or-word):
1980 Use feature test instead of boundp test so it can be resolved at
1981 compile time.
1982
1983 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
1984
1985 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
1988 Update all users.
1989 (abbrev-get, abbrev-put): Simplify.
1990 (define-abbrev): Don't store the `force' value in the :system property.
1991 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
1992
1993 2007-10-30 Michael Olson <mwolson@gnu.org>
1994
1995 * desktop.el (desktop-minor-mode-table): Add line for ERC.
1996
1997 * textmodes/remember.el: New file that implements a mode for
1998 quickly jotting down things to remember.
1999
2000 * textmodes/remember-diary.el: A backend for remember.el that
2001 implements saving notes to a Diary file.
2002
2003 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2004
2005 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
2006 Relocate in file.
2007 (allout-doublecheck-at-and-shallower): Increase to include
2008 slightly greater depths, since yank interaction is now ok.
2009 Also, elaborate the docstring to explain the situation.
2010 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
2011 instead of concat, so we accommodate key sequences expressed as
2012 vectors as well as strings and lists.
2013 (allout-flag-region, allout-hide-by-annotation): Make the
2014 hidden-text overlays 'front-advance.
2015 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
2016 (allout-aberrant-container-p, allout-on-current-heading-p)
2017 (allout-e-o-prefix-p, allout-next-heading)
2018 (allout-previous-heading, allout-goto-prefix)
2019 (allout-end-of-prefix, allout-next-sibling-leap)
2020 (allout-next-visible-heading, allout-auto-fill)
2021 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
2022 (allout-yank-processing, allout-resolve-xref)
2023 (allout-current-topic-collapsed-p, allout-hide-region-body)
2024 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
2025 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
2026 (count-trailing-whitespace-region): Preserve match data, so allout
2027 outline navigation doesn't disrupt other Emacs operations.
2028 (allout-beginning-of-line): Retreat to the beginning of the hidden
2029 text, so fields are respected (for submodes that care).
2030 (allout-end-of-line): Preserve mark activation status when jumping.
2031 (allout-open-topic): Account for opening after a child that
2032 contains a hidden trailing newline. Preserve match data.
2033 Run allout-structure-added-hook
2034 (allout-encrypt-decrypted): Preserve match data.
2035 (allout-toggle-current-subtree-exposure): Add new interactive
2036 function for toggle subtree exposure - suggested by tassilo.
2037 (move-beginning-of-line, move-end-of-line): Don't use
2038 line-move-invisible-p, it's obsolete - substitute the code, instead.
2039
2040 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
2041
2042 * textmodes/flyspell.el (message-signature-separator):
2043 * longlines.el (message-indent-citation-function): Pacify byte
2044 compiler.
2045
2046 * emacs-lisp/cl-loaddefs.el:
2047 * ldefs-boot.el: Regenerate.
2048
2049 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
2050 (.el.elc, compile, compile-always, compile-calc)
2051 ($(lisp)/progmodes/cc-mode.elc): Use it.
2052
2053 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
2054 Only do work for XEmacs.
2055 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
2056 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
2057 on XEmacs.
2058 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2059 (ps-x-color-name, ps-x-color-specifier-p)
2060 (ps-x-copy-coding-system, ps-x-device-class)
2061 (ps-x-extent-end-position, ps-x-extent-face)
2062 (ps-x-extent-priority, ps-x-extent-start-position)
2063 (ps-x-face-font-instance, ps-x-find-coding-system)
2064 (ps-x-font-instance-properties, ps-x-make-color-instance)
2065 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
2066 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
2067 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
2068 (ps-generate-postscript-with-faces): Delete defaliases.
2069 (ps-face-foreground-name, ps-face-background-name)
2070 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
2071 Move definitions to top level, make the body conditional on the Emacs
2072 flavor. Replace uses of deleted aliases and renamed functions.
2073 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
2074 of deleted aliases and renamed functions.
2075
2076 * calc/calc.el (calc-emacs-type-lucid): Remove.
2077 (calc-digit-map, calcDigit-start, calc-read-key)
2078 (calc-clear-unread-commands):
2079 * calc/calc-ext.el (calc-user-key-map): Replace uses of
2080 calc-emacs-type-lucid with (featurep 'xemacs)
2081
2082 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
2083 (featurep 'xemacs).
2084 (tpu-lucid-emacs19-p): Remove.
2085 (tpu-map-key): Make it a function instead of using fset. Inline
2086 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
2087 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
2088
2089 * ielm.el: Use featurep 'xemacs.
2090
2091 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
2092 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
2093 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
2094 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
2095 cperl-xemacs-p with (featurep 'xemacs).
2096 (font-lock-cache-position): Pacify byte compiler.
2097
2098 2007-10-29 Drew Adams <drew.adams@oracle.com>
2099
2100 * faces.el (read-color): New function.
2101 (face-at-point, foreground-color-at-point)
2102 (background-color-at-point): New functions.
2103
2104 2007-10-28 Richard Stallman <rms@gnu.org>
2105
2106 * net/browse-url.el (browse-url-text-xterm): Rename from
2107 browse-url-lynx-xterm and made generic.
2108 (browse-url-text-emacs): Likewise.
2109 (browse-url-text-browser): New variable.
2110 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
2111 (browse-url-text-input-field, browse-url-text-input-attempts)
2112 (browse-url-kde-program): Likewise.
2113
2114 2007-10-29 Glenn Morris <rgm@gnu.org>
2115
2116 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2117 Use mapc rather than mapcar (reinstall change deleted without log
2118 entry 2007-10-22).
2119
2120 2007-10-29 Martin Rudalics <rudalics@gmx.at>
2121
2122 * wdired.el (wdired-next-line, wdired-previous-line):
2123 Use next-line and previous-line wrapped in with-no-warnings.
2124
2125 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
2126
2127 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
2128 (rcirc-recent-quit-alist): New function.
2129 (rcirc): Print a better message when there is only one connected server.
2130 (rcirc-complete-nick): Do not update the nick table here.
2131 (rcirc-mode-map): Add M-o.
2132 (rcirc-current-line): Add variable.
2133 (rcirc-mode): Setup variables for line based omit.
2134 (rcirc-edit-multiline): Strip text properties.
2135 (rcirc-omit-responses): Add NICK.
2136 (rcirc-omit-threshold): Add variable.
2137 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
2138 Add functions.
2139 (rcirc-print): Keep track of current line. Do not fill text if
2140 `rcirc-fill-flag' is null. Only omit text if the last activity
2141 from the sender is more than `rcirc-omit-threshold' lines ago.
2142 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
2143 numbers instead of time.
2144 (rcirc-channel-nicks): Sort by line numbers instead of time.
2145 (rcirc-omit-mode): Add `...' when omitting text and recenter.
2146 (rcirc-handler-JOIN): Restore the joiners linestamp.
2147 (rcirc-maybe-remember-nick-quit): Add function.
2148 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
2149
2150 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
2151
2152 * loadhist.el (unload-feature-special-hooks):
2153 Add `delete-frame-functions' and `suspend-tty-functions'.
2154
2155 * server.el (server-unload-function): Rename from `server-unload-hook'
2156 and adapt to new `unload-feature' functionality. Remove hook from
2157 `kill-buffer-hook' buffer-locally.
2158 (server-unload-hook): Remove.
2159 (server-unload-function): New var; replaces `server-unload-hook'.
2160
2161 2007-10-29 Glenn Morris <rgm@gnu.org>
2162
2163 * dirtrack.el (dirtrack-debug): Doc fix.
2164 (dirtrack-mode, dirtrack-debug-mode): New names for
2165 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
2166 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
2167 Make obsolete.
2168 (dirtrack-debug-message): Only print message if
2169 dirtrack-debug-mode is non-nil. Use with-current-buffer.
2170 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
2171 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
2172
2173 2007-10-28 Glenn Morris <rgm@gnu.org>
2174
2175 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
2176 (byte-compile-warnings-safe-p): Handle `not'.
2177 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
2178 (byte-compile-enable-warning): New functions.
2179 (byte-compile-eval-before-compile)
2180 (byte-compile-file-form-require): Use byte-compile-disable-warning.
2181 (byte-compile-close-variables): Locally bind byte-compile-warnings,
2182 but do not modify it.
2183 (byte-compile-eval, byte-compile-obsolete)
2184 (byte-compile-warn-about-unresolved-functions)
2185 (byte-compile-file-form-defvar)
2186 (byte-compile-file-form-custom-declare-variable)
2187 (byte-compile-file-form-require)
2188 (byte-compile-file-form-defmumble, byte-compile-lambda)
2189 (byte-compile-form, byte-compile-normal-call)
2190 (byte-compile-variable-ref, byte-compile-defvar)
2191 (byte-compile-make-variable-buffer-local):
2192 Use byte-compile-warning-enabled-p.
2193 * emacs-lisp/advice.el (ad-compile-function):
2194 Use byte-compile-disable-warning.
2195 * emacs-lisp/cl.el: Move local variables to end of file, and set
2196 byte-compile-warnings to `(not cl-functions)'.
2197 * emacs-lisp/cl-compat.el: Add a local variables section, and set
2198 byte-compile-warnings to `(not cl-functions)'.
2199 * emacs-lisp/cl-macs.el: Unify local variable section, and set
2200 byte-compile-warnings to `(not cl-functions)'.
2201 (cl-do-proclaim): Use byte-compile-disable-warning and
2202 byte-compile-enable-warning.
2203 * emacs-lisp/cl-seq.el: Unify local variable section, and set
2204 byte-compile-warnings to `(not cl-functions)'.
2205 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
2206 Use byte-compile-disable-warning.
2207
2208 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
2209
2210 * cus-edit.el (custom-browse-insert-prefix):
2211 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
2212
2213 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * server.el (server-process-filter): Fix typo in docstring.
2216 (server-log): Reflow docstrings.
2217 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
2218 (server-goto-line-column): Use `when'.
2219
2220 2007-10-28 Juri Linkov <juri@jurta.org>
2221
2222 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
2223 when mouse is clicked on the isearch message.
2224 (isearch-resume): Call `isearch-update' at the end.
2225 Rename argument `search' to `string' to conform to the
2226 isearch terminology.
2227
2228 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2229
2230 Rewrite abbrev.c in Elisp.
2231 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
2232 (abbrev-table-get, abbrev-table-put, abbrev-get)
2233 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
2234 (define-abbrev, abbrev--check-chars, define-global-abbrev)
2235 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
2236 (abbrev-expansion, abbrev--before-point, expand-abbrev)
2237 (unexpand-abbrev, abbrev--write, abbrev--describe)
2238 (insert-abbrev-table-description, define-abbrev-table):
2239 New funs, largely transcribed from abbrev.c.
2240 (abbrev-with-wrapper-hook): New macro.
2241 (abbrev-table-name-list, global-abbrev-table)
2242 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
2243 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
2244 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
2245 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
2246 New vars, largely transcribed from abbrev.c.
2247 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
2248 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
2249 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
2250
2251 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2252
2253 * ps-print.el: Now detect if text foreground and background colors are
2254 equal and replace the foreground color by another color, so the text
2255 becomes visible. Doc fix.
2256 (ps-print-version): New version 6.8.
2257 (ps-default-fg, ps-default-bg): Docstring fix.
2258 (ps-postscript-code-directory): Fix default value code.
2259 (ps-fg-list, ps-fg-validate-p): New options.
2260 (ps-foreground-list): New var.
2261 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
2262
2263 2007-10-27 Glenn Morris <rgm@gnu.org>
2264
2265 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
2266 (shell-dirtrack-toggle): Mark as obsolete.
2267 (dirtrack-toggle, dirtrack-mode): No longer alias to
2268 shell-dirtrack-mode.
2269
2270 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
2271
2272 * calc/calc.el (math-standard-opers): Lower the precedence
2273 of negation.
2274 * calc/calc-lang.el (math-oper-table): Lower precedence of
2275 negation for C, TeX, and eqn.
2276
2277 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
2278
2279 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
2280
2281 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
2282
2283 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
2284 (desktop-not-loaded-hook): Fix :version tags.
2285
2286 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
2287
2288 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
2289 (tramp-get-remote-tmpdir): New defun.
2290 (tramp-make-tramp-temp-file): Use it.
2291 (tramp-local-call-process): New defun. Replace all calls of
2292 `call-process' by this when appropriate.
2293 (tramp-handle-write-region): Replace calls of `file-attributes' by
2294 `tramp-compat-file-attributes'.
2295 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2296 Make the first command a `tramp-send-command' call, with let-bind
2297 of `tramp-end-of-output'.
2298 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
2299 (tramp-load-report-modules, tramp-append-tramp-buffers):
2300 Move to tramp-cmds.el.
2301
2302 * net/tramp-fish.el (tramp-fish-handle-copy-file)
2303 (tramp-fish-do-copy-or-rename-file)
2304 (tramp-fish-do-copy-or-rename-file-directly):
2305 * net/tramp-smb.el (tramp-smb-handle-copy-file):
2306 Add parameter PRESERVE-UID-GID.
2307
2308 2007-10-27 Eli Zaretskii <eliz@gnu.org>
2309
2310 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
2311 New defcustoms.
2312 (display-time-world-list): Use them as appropriate for the current
2313 value of `system-type'.
2314
2315 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2316
2317 * printing.el: Pacify byte compiler, that is, no compiler warnings.
2318 Move (again) some variable definitions before use, define some fun
2319 aliases, no code change.
2320 (pr-version): New version 6.9.2.
2321 (pr-path-style, pr-auto-region, pr-menu-char-height)
2322 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
2323 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
2324 via (defvar VAR).
2325 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
2326 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
2327 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
2328 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
2329 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
2330 (pr-menu-print-item, pr-ps-printer-menu-modified)
2331 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
2332 (pr-even-or-odd-alist): Vars definition moved.
2333
2334 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2335
2336 * emulation/pc-select.el (next-line-mark, next-line-nomark)
2337 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
2338 around uses of previous-line and next-line.
2339
2340 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
2341 New defvars.
2342
2343 * textmodes/css-mode.el (comment-continue):
2344 * net/browse-url.el (url-handler-regexp):
2345 * progmodes/idlw-help.el (idlwave-system-routines):
2346 Pacify byte-compiler.
2347
2348 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
2349 line-move-invisible-p with its former definition: invisible-p.
2350 line-move-invisible-p was removed on 2007-08-29.
2351
2352 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * files.el (kill-emacs-query-functions): Doc fix;
2355 `save-buffers-kill-emacs' is no longer bound to a key.
2356
2357 2007-10-26 Richard Stallman <rms@gnu.org>
2358
2359 * isearch-multi.el (isearch-buffers-multi): New option.
2360 (isearch-buffers-search-fun): Test it.
2361
2362 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
2363 Put ps-run-clear on C-c C-l.
2364
2365 * newcomment.el (comment-styles): New style indent-or-triple.
2366 (comment-style): Make that the default.
2367 (comment-add defvar): Doc fix.
2368 (comment-add): Delete arg EXTRA.
2369 (comment-region-default): Open code call to comment-add.
2370 Handle indent-or-triple style which uses `multi-char' for INDENT.
2371
2372 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
2373
2374 * eshell/em-unix.el (nil-blank-string): Doc fix.
2375
2376 2007-10-26 John Wiegley <johnw@newartisans.com>
2377
2378 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
2379 function, ensure that the third argument is turned into a nil if
2380 the string is otherwise completely empty (either no characters, or
2381 all tabs/spaces). This fixes a bug from a user who found himself
2382 unable to customize `diff-switches' and still use Eshell's diff
2383 command.
2384
2385 2007-10-26 Glenn Morris <rgm@gnu.org>
2386
2387 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
2388 safe-local-variable property.
2389
2390 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
2391
2392 * net/browse-url.el (browse-url-browser-function): Delete grail.
2393 (browse-url-grail): Function and variable deleted.
2394 (browse-url-browser-function): Delete IXI Mosaic.
2395 (browse-url-default-browser): Don't try IXI Mosaic.
2396 (browse-url-iximosaic): Function deleted.
2397 (browse-url-browser-function): Delete MMM.
2398 (browse-url-default-browser): Don't try MMM.
2399 (browse-url-mmm): Function deleted.
2400
2401 2007-10-26 Drew Adams <drew.adams@oracle.com>
2402
2403 * custom.el (custom-note-var-changed): New function.
2404
2405 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
2406
2407 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
2408 use with the definition. Remove.
2409
2410 * add-log.el (change-log-start-entry-re): New defconst.
2411 (change-log-sortable-date-at): Use it.
2412 (change-log-beginning-of-defun, change-log-end-of-defun):
2413 New functions.
2414 (change-log-mode): Use them for beginning-of-defun-function and
2415 end-of-defun-function.
2416
2417 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
2418
2419 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
2420 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
2421 (ses-recalculate-cell): Deal with point being just beyond end of
2422 data area (why does this happen?)
2423 (ses-set-curcell): Ditto.
2424 (ses-column-letter): Handle columns beyond 702. Code written by
2425 Gareth Rees.
2426
2427 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
2428
2429 * textmodes/org.el (org-agenda-get-restriction-and-command):
2430 Use `mapc' instead of `mapcar'.
2431 (org-agenda-list): Numeric prefix argument can specify the number
2432 of days.
2433 (remember-register, remember-buffer): Prevent byte compiler from
2434 complaining.
2435 (org-todo): Save and restore match data.
2436 (org-no-warnings): New macro.
2437 (org-columns-eval): Use `org-no-warnings'.
2438
2439 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
2440
2441 * comint.el (comint-password-prompt-regexp):
2442 Handle `[sudo] password'-style prompt.
2443
2444 2007-10-25 Glenn Morris <rgm@gnu.org>
2445
2446 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
2447 (defcustom): Doc fix.
2448
2449 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
2450 Add `non_intrinsic'.
2451 (f90-constants-re): Add ieee modules.
2452 (f90-typedef-matcher, f90-typedec-matcher)
2453 (f90-imenu-type-matcher): New functions.
2454 (f90-font-lock-keywords-1): Give module procedures function-name face.
2455 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
2456 Add `use, intrinsic'.
2457 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
2458 Move start of `enum' blocks to separate entry.
2459 (f90-start-block-re): Fix `type', `abstract interface'.
2460 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
2461 derived types.
2462 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
2463 `elemental', change `enumerator'.
2464 (f90-no-block-limit): Fix `abstract interface'.
2465
2466 * progmodes/f90.el (f90-indented-comment-re)
2467 (f90-directive-comment-re, f90-break-delimiters):
2468 * progmodes/fortran.el (fortran-comment-line-start-skip)
2469 (fortran-directive-re):
2470 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
2471 as safe if they are strings.
2472
2473 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * startup.el (window-system): Remove. Don't make it frame-local.
2476
2477 2007-10-24 Richard Stallman <rms@gnu.org>
2478
2479 * savehist.el (savehist-save): Omit unreadable elements.
2480
2481 * loadhist.el (unload-function-defs-list): Rename from
2482 unload-function-features-list.
2483 (unload-feature-special-hooks, unload-feature): Doc fixes.
2484
2485 * indent.el (indent-to-left-margin): If point's in the indentation,
2486 move to the end of the indentation.
2487
2488 * cus-edit.el (customize-changed-options): Make arg optional.
2489
2490 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
2493
2494 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
2495
2496 * textmodes/org-publish.el (org-publish-attachment): Re-install
2497 accidentally deleted change.
2498
2499 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * term/iris-ansi.el (iris-function-map): Move init into declaration.
2502
2503 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
2504
2505 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2506 (Buffer-menu-mode-map): Initialize in the declaration.
2507 (Buffer-menu-mode): Define with `define-derived-mode'.
2508
2509 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
2510
2511 * textmodes/org.el (org-version): Change to 5.13e.
2512 (org-agenda-file-regexp): Fix typo in docstring.
2513 (org-add-planning-info): Fix bug in parenthesis settings.
2514 (org-scan-tags): Catch the case of indirect buffers with no filename.
2515 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
2516 Re-install switch to mapc, had been removed by accident.
2517 (org-columns-map): New binding `C-c C-o'.
2518 (org-columns-menu): Change menu text and added new entry.
2519 (org-columns-eval): Document the use of `next-line'.
2520 (org-columns-open-link): New function.
2521 (org-columns-follow-link): Remove function.
2522 (org-open-link-from-string): New function.
2523 (org-read-date-get-relative): Fix typo in docstring.
2524 (org-read-date-get-relative): Leading +/- is not optional.
2525 (org-agenda-get-restriction-and-command): Always resize window on
2526 first loop cycle.
2527 (org-agenda-open-link): Make sure the link abbreviations are
2528 present in the agenda buffer.
2529 (org-agenda-copy-local-variable): New function.
2530
2531 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2532
2533 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
2534
2535 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 * simple.el (reindent-then-newline-and-indent): Use a `move after
2538 insert' kind of marker in the save-excursion.
2539
2540 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * textmodes/css-mode.el: Require CL.
2543 (comment-continue): Declare.
2544
2545 * subr.el (make-variable-frame-localizable): Remove.
2546 (make-variable-frame-local): Mark obsolete.
2547
2548 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
2551 of the subdirs is unreadable.
2552
2553 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
2554
2555 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
2556 when we are local.
2557
2558 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2559
2560 * progmodes/python.el (python-current-defun): Remove left-over
2561 assignment to `start'.
2562
2563 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2564
2565 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
2566 than `mapcar'; return value is not used.
2567
2568 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2569
2570 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
2571 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
2572
2573 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
2574
2575 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
2576 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
2577
2578 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2579
2580 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
2581
2582 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2583
2584 * emacs-lisp/advice.el (ad-make-advised-docstring):
2585 Add ad-advice-info text property to doc string.
2586
2587 2007-10-23 Glenn Morris <rgm@gnu.org>
2588
2589 * progmodes/f90.el (f90-do-indent, f90-if-indent)
2590 (f90-type-indent, f90-program-indent, f90-associate-indent)
2591 (f90-continuation-indent, f90-comment-region)
2592 (f90-beginning-ampersand, f90-smart-end)
2593 (f90-break-before-delimiters, f90-auto-keyword-case)
2594 (f90-leave-line-no, f90-mode-hook):
2595 Give an appropriate safe-local-variable property.
2596
2597 * progmodes/fortran.el (fortran-tab-mode-default)
2598 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
2599 (fortran-structure-indent, fortran-continuation-indent)
2600 (fortran-comment-indent, fortran-comment-line-extra-indent)
2601 (fortran-comment-line-start)
2602 (fortran-minimum-statement-indent-fixed)
2603 (fortran-minimum-statement-indent-tab)
2604 (fortran-comment-indent-char, fortran-line-number-indent)
2605 (fortran-check-all-num-for-matching-do)
2606 (fortran-blink-matching-if, fortran-continuation-string)
2607 (fortran-comment-region, fortran-electric-line-number)
2608 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
2609 (fortran-analyze-depth, fortran-break-before-delimiters):
2610 Give an appropriate safe-local-variable property.
2611
2612 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
2613
2614 * printing.el: Move variable definitions before use.
2615 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
2616
2617 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
2620 (tpu-edt-off): Use it.
2621 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
2622 the global-map before adding it to global-map.
2623
2624 * menu-bar.el (global-buffers-menu-map): New var.
2625 (global-map, menu-bar-update-buffers): Use it.
2626 * msb.el (msb-menu-bar-update-buffers): Use it.
2627 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
2628 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
2629 Use with-current-buffer.
2630
2631 2007-10-22 Juri Linkov <juri@jurta.org>
2632
2633 * isearch-multi.el: New file.
2634
2635 * isearch.el (isearch-search-string): After finding the next
2636 occurrence switch to buffer isearch-buffers-current-buffer when
2637 isearch-buffers-next-buffer-function is non-nil and
2638 isearch-buffers-current-buffer is live.
2639
2640 * add-log.el (change-log-mode): Make and set buffer-local variable
2641 isearch-buffers-next-buffer-function to change-log-next-buffer.
2642 Call isearch-buffers-minor-mode.
2643 (change-log-next-buffer): New function.
2644
2645 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
2646
2647 * org-export-latex.el (org-export-latex-protect-string):
2648 Renaming of `org-latex-protect'.
2649 (org-export-latex-emphasis-alist): By default, don't protect
2650 any emphasis formatter from further conversion.
2651 (org-export-latex-tables): Honor column grouping for tables.
2652 (org-export-latex-title-command): New option.
2653 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2654 export backslash character.
2655
2656 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2657
2658 * textmodes/org.el (org-read-date-get-relative): New function.
2659 (org-agenda-file-regexp): New variable.
2660 (org-agenda-files): Allow directories in the variable.
2661 (org-agenda-get-restriction-and-command): New function.
2662 (org-agenda): Use `org-agenda-get-restriction-and-command'.
2663 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
2664 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
2665 New functions.
2666 (org-entry-add-to-multivalued-property)
2667 (org-entry-remove-from-multivalued-property)
2668 (org-entry-member-in-multivalued-property): New functions.
2669 (org-remember-apply-template): Catch C-g and make sure window
2670 configuration is restored.
2671 (org-agenda-open-link): Make it work with several links in the line.
2672 (org-drawers, org-set-regexps-and-options)
2673 (org-get-current-options): Add support for a DRAWERS in-buffer option.
2674 (org-agenda-window-frame-fractions): New option.
2675 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
2676 (org-columns-cleanup-item, org-find-entry-with-id)
2677 (org-insert-columns-dblock, org-listtable-to-string)
2678 (org-dblock-write:columnview, org-columns-capture-view)
2679 (org-edit-headline): New functions.
2680 (org-agenda-to-appt): Require calendar.
2681 (org-entry-get-with-inheritance): Widen for search.
2682 (org-columns-display-here): Don't mark buffer as modified when
2683 adding space characters to accomodate column overlays.
2684 (org-export-as-html): Better formatting of tags in the toc.
2685 (org-columns-display-here): Make the ITEM column as compact as possible.
2686 (org-remember-templates): Customization interface improved.
2687 (org-export-with-property-drawer): Variable removed.
2688 (org-export-with-drawers): New option.
2689 (org-complex-heading-regexp): New variable.
2690 (org-sort-entries): Rewrite using `sort-subr'.
2691 (org-set-property): More appropriate completion during interactive use.
2692 (org-sort-entries): Allow sorting by property.
2693 (org-additional-option-like-keywords): Add more values.
2694 (org-sort-entries-or-items): Rename from `org-sort-entries'.
2695
2696 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
2697
2698 * textmodes/org.el (org-get-date-from-calendar): New function.
2699 (org-at-timestamp-p, org-timestamp-change)
2700 (org-remember-templates): First element of each entry is now a
2701 name for the template.
2702 (org-store-log-note): Check for `org-note-abort'.
2703 (org-kill-note-or-show-branches): New command.
2704 (org-fontify-priorities): New option.
2705 (org-fontify-priorities): New function.
2706 (org-cut-subtree, org-copy-subtree): New argument N to
2707 act on N sequential subtrees.
2708 (org-paste-subtree): Fix the level at which a tree is pasted.
2709 (org-fit-agenda-window): Limitations on window size removed.
2710 (org-agenda-find-same-or-today-or-agenda): Rename from
2711 `org-agenda-find-today-or-agenda'.
2712 (org-scheduled-past-days): New option.
2713 (org-agenda-scheduled-leaders)
2714 (org-agenda-deadline-leaders): New options.
2715 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
2716 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
2717 (org-export-with-tags, org-export-plist-vars)
2718 (org-infile-export-plist): New "tags" option.
2719 (org-use-property-inheritance): New option.
2720 (org-cached-entry-get): Use `org-use-property-inheritance'.
2721 (org-remember-apply-template): Fix typo.
2722
2723 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
2724
2725 * net/tramp.el (tramp-find-shell)
2726 (tramp-open-connection-setup-interactive-shell): Improve sending
2727 initial commands.
2728 (tramp-action-terminal): Send debug message.
2729 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
2730 (tramp-barf-if-no-shell-prompt): Insert code of
2731 `tramp-wait-for-shell-prompt'.
2732
2733 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
2736
2737 * term/vt200.el (terminal-init-vt200):
2738 * term/vt201.el (terminal-init-vt201):
2739 * term/vt220.el (terminal-init-vt220):
2740 * term/vt240.el (terminal-init-vt240):
2741 * term/vt300.el (terminal-init-vt300):
2742 * term/vt320.el (terminal-init-vt320):
2743 * term/vt400.el (terminal-init-vt400):
2744 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
2745
2746 * term/wyse50.el (wyse50-terminal-map): New var.
2747 (terminal-init-wyse50): Use it and input-decode-map.
2748 (enable-arrow-keys): Emasculate.
2749
2750 * term/tvi970.el (tvi970-terminal-map): New var.
2751 (terminal-init-tvi970): Use it and input-decode-map.
2752 (tvi970-keypad-numeric): Remove.
2753 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
2754
2755 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
2756 (terminal-init-sun): Use it and input-decode-map.
2757
2758 * term/news.el (terminal-init-news):
2759 * term/lk201.el (terminal-init-lk201):
2760 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
2761
2762 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
2763
2764 * complete.el (PC-expand-many-files): Remove.
2765 (PC-do-completion): Call file-expand-wildcards instead of
2766 PC-expand-many-files.
2767
2768 * net/tramp.el (tramp-handle-expand-many-files): Remove.
2769 (PC-expand-many-files): Remove advice.
2770
2771 2007-10-22 Glenn Morris <rgm@gnu.org>
2772
2773 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
2774 Add some support for Fortran 2003 syntax:
2775 (f90-type-indent): Now also applies to `enum'.
2776 (f90-associate-indent): New user option.
2777 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
2778 Add some F2003 keywords.
2779 (f90-constants-re): New constant.
2780 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
2781 Interface'.
2782 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
2783 `class'. Arguments for `type'/`class' may have spaces. Add a new
2784 element for functions with specified types. Add `end enum' and
2785 `select type'. Add `implicit enumerator' and `procedure'.
2786 Add `class default' and `type is', `class is'. Fix `go to' regexp.
2787 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
2788 (f90-font-lock-keywords-4): Add `f90-constants-re'.
2789 (f90-blocks-re): Add `enum' and `associate'.
2790 (f90-else-like-re): Add `class is', `type is', and `class default'.
2791 (f90-end-type-re): Add `enum'.
2792 (f90-end-associate-re, f90-typeis-re): New constants.
2793 (f90-end-block-re): Add `enum' and `associate'. Change from
2794 optional whitespace to end-of-word, to avoid `enumerator'.
2795 (f90-start-block-re): Add `select type', `abstract interface', and
2796 `enum'. Avoid `type is', and `type (sometype)'.
2797 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
2798 (f90-mode): Doc fix.
2799 (f90-looking-at-select-case): Doc fix. Add `select type'.
2800 (f90-looking-at-associate): New function.
2801 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
2802 Add `enum' and `abstract interface'.
2803 (f90-no-block-limit): Add `select type' and `abstract interface'.
2804 (f90-get-correct-indent, f90-calculate-indent)
2805 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
2806 (f90-indent-region, f90-match-end): Handle `associate' blocks.
2807
2808 2007-10-22 Martin Rudalics <rudalics@gmx.at>
2809
2810 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
2811 Use window-full-width-p.
2812
2813 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
2814
2815 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
2816
2817 * tooltip.el: Use featurep 'xemacs.
2818
2819 * printing.el: Move variable definitions before use, no code change.
2820
2821 2007-10-22 Juri Linkov <juri@jurta.org>
2822
2823 * simple.el (goto-history-element): Allow minibuffer-default to be
2824 a list of default values accessible by typing M-n in the minibuffer.
2825
2826 * dired-x.el (dired-guess-shell-command): Put all guesses to the
2827 minibuffer default value list instead of pushing them temporarily
2828 to the history list.
2829
2830 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2831
2832 * hexl.el (hexl-menu): New major mode menu.
2833
2834 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
2837
2838 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2839
2840 * w32-fns.el (w32-quote-process-args):
2841 * dos-w32.el (print-region-function, lpr-headers-switches)
2842 (ps-print-region-function): Pacify byte-compiler.
2843
2844 * emulation/edt-mapper.el (function-key-map):
2845 (edt-map-key): Make it a function instead of using fset.
2846 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
2847 (edt-gnu-map-key, edt-lucid-map-key): Remove.
2848 (edt-x-emacs-p): Remove.
2849 (edt-emacs-variant, edt-window-system, edt-xserver):
2850 Use featurep 'xemacs.
2851
2852 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
2853 Replace eudc-xemacs-p with its definition.
2854 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
2855 (eudc-emacs-mule-p): Remove.
2856 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
2857 eudc-xemacs-p with feature tests.
2858
2859 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
2860 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
2861 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
2862 (eudc-bob-toggle-inline-display):
2863 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
2864 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
2865
2866 * net/eudcb-ph.el (eudc-ph-open-session):
2867 Replace eudc-xemacs-mule-p with its former definition.
2868
2869 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
2870 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
2871
2872 * progmodes/vera-mode.el (vera-xemacs): Remove.
2873 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
2874
2875 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
2876 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
2877 (vhdl-speedbar-initialize, vhdl-ps-print-init)
2878 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
2879 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
2880 with (featurep 'xemacs).
2881
2882 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
2883 (save-buffer-state-x):
2884 * obsolete/fast-lock.el (fast-lock-verbose):
2885 * emulation/viper-init.el (viper-xemacs-p)
2886 (viper-cond-compile-for-xemacs-or-emacs):
2887 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
2888 * ps-print.el (case-fold-search):
2889 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
2890 * calculator.el (calculator-help): Use featurep 'xemacs.
2891
2892 * progmodes/prolog.el: Undo previous change.
2893 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
2894
2895 * progmodes/dcl-mode.el:
2896 * play/yow.el:
2897 * calendar/todo-mode.el:
2898 * calendar/cal-hebrew.el:
2899 * vc-hg.el: Undo previous change.
2900
2901 * vms-patch.el: Likewise.
2902 (print-region-function): Pacify byte-compiler.
2903
2904 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
2907 preserve-uid-gid.
2908
2909 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
2910 compatibility. It is not used, though.
2911
2912 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
2913 Require tramp-cmds.el.
2914 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
2915 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
2916 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
2917 (tramp-do-copy-or-rename-file-out-of-band)
2918 (tramp-maybe-open-connection): Use `make-temp-name'. This is
2919 possible, because we don't need to create the temporary file, but
2920 we need a prefix for ssh, which has its own temporary file handling.
2921 (tramp-handle-delete-directory): Add "-f" to rmdir.
2922 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
2923 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
2924 a signal, in order to give the callee a chance to suppress.
2925 (tramp-handle-write-region): Set owner also in case of short
2926 track. Don't use compatibility calls for `write-region' anymore.
2927 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
2928 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
2929
2930 * net/tramp-cmds.el: New file.
2931
2932 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
2933 `tramp-clear-passwd'.
2934
2935 * net/trampver.el: Update release number.
2936
2937 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2938
2939 * progmodes/gud.el (gud-target-name): Move definition before use.
2940
2941 * progmodes/dcl-mode.el: Require imenu at compile time.
2942
2943 * progmodes/cc-engine.el (c-maybe-stale-found-type):
2944 Pacify byte-compiler.
2945
2946 * obsolete/fast-lock.el: Use featurep test instead of string-match.
2947
2948 * eshell/esh-mode.el (eshell-handle-ansi-color):
2949 Require ansi-color at compile time too.
2950
2951 * eshell/em-unix.el (eshell/info): Require info at compile time too.
2952
2953 * w32-fns.el: Require w32-vars.
2954
2955 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
2956 time too.
2957
2958 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * double.el ([ignore]): Use `ignore'.
2961 (double-setup): Inline into double-mode.
2962 (double-mode): Use define-minor-mode.
2963
2964 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
2965
2966 * textmodes/reftex.el: Move require easymenu before first use.
2967 (reftex-info): Require info at compile too.
2968
2969 * textmodes/org-publish.el (org-publish-org-to-html)
2970 (org-publish-org-to): Require org at compile time too.
2971 (org-publish-attachment): Require at compile time too.
2972
2973 * term/tty-colors.el (w32-tty-standard-colors):
2974 Pacify byte-compiler.
2975
2976 * term/pc-win.el (frame-creation-function-alist): Add to this
2977 instead of setting frame-creation-function.
2978
2979 * play/blackbox.el (bb-up, bb-down): Use forward-line.
2980
2981 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
2982
2983 * calendar/todo-mode.el: Require calendar at compile time.
2984
2985 * calendar/cal-hebrew.el: Require holidays at compile time.
2986
2987 * w32-vars.el: Provide w32-vars.
2988
2989 * term/w32-win.el: Require w32-vars.
2990 (w32-color-map): Pacify byte-compiler.
2991
2992 * loadup.el: Load w32-vars before term/w32-win.
2993
2994 2007-10-20 Juri Linkov <juri@jurta.org>
2995
2996 * textmodes/fill.el (fill-paragraph): When the region is active,
2997 don't try other `or' branches regardless of the value returned by
2998 fill-region; just return t.
2999
3000 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3001
3002 * vc.el (vc-do-command): Condition out a misleading message when
3003 running asynchronously.
3004 (vc-deduce-fileset): New argument enables using an unregistered
3005 visited file as a singleton fileset if nothing else is available.
3006 (vc-next-action): Restore file-registering behavior.
3007
3008 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3009
3010 * calc/README: Add recent news.
3011
3012 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
3013
3014 * term/x-win.el (x-gtk-stock-map, icon-map-list)
3015 (x-gtk-map-stock): Delete duplicated definitions from merge.
3016
3017 * progmodes/compile.el (compilation-skip-to-next-location)
3018 (compilation-skip-threshold, compilation-skip-visited):
3019 Move definitions earlier.
3020
3021 * play/decipher.el (decipher-keypress):
3022 * play/zone.el (zone-fall-through-ws):
3023 * play/landmark.el (lm-move-down, lm-move-up):
3024 * play/handwrite.el (handwrite):
3025 * mail/mspools.el (mspools-visit-spool):
3026 * wdired.el (wdired-next-line, wdired-previous-line):
3027 * tar-mode.el (tar-subfile-save-buffer):
3028 * scroll-lock.el (scroll-lock-next-line)
3029 (scroll-lock-previous-line):
3030 * image-dired.el (image-dired-next-line)
3031 (image-dired-previous-line):
3032 * ediff-help.el (ediff-help-message-line-length):
3033 Use forward-line.
3034
3035 * smerge-mode.el (smerge-auto-refine):
3036 * diff-mode.el (diff-auto-refine): Add :group.
3037
3038 * play/yow.el: Require doctor at compile time.
3039
3040 * vmsproc.el: Provide vmsproc.
3041 (command-send-input): Use forward-line.
3042
3043 * vms-patch.el: Require ps-print and vmsproc at compile time.
3044
3045 * vc-mtn.el (log-view-message-re, log-view-file-re)
3046 (log-view-font-lock-keywords): Pacify byte-compiler.
3047
3048 * vc-hg.el: Require log-view at compile time.
3049
3050 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
3051
3052 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
3053
3054 2007-10-20 Glenn Morris <rgm@gnu.org>
3055
3056 * progmodes/f90.el (f90-font-lock-keywords-2)
3057 (f90-looking-at-type-like): Fix regexp typos.
3058
3059 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3060
3061 * bs.el (bs--track-window-changes): Don't refresh the whole list.
3062 (bs-mode): Set mode-class property to special.
3063
3064 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3065
3066 * diff-mode.el (diff-auto-refine): New var.
3067 (diff-hunk): Use it.
3068 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
3069 (diff-refine-change): Rename from diff-fine-change. Change it.
3070 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
3071 (diff-refine-hunk): Rename from diff-fine-highlight.
3072
3073 2007-10-20 John Paul Wallington <jpw@pobox.com>
3074
3075 * help-fns.el (describe-variable-custom-version-info): New function
3076 to return variable's version or package version note.
3077 (describe-variable): Use it, display result.
3078
3079 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
3080
3081 * smerge-mode.el (smerge-auto-refine): New var.
3082 (smerge-next, smerge-prev): Use it.
3083 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
3084
3085 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3086 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
3087
3088 * vc-bzr.el (vc-bzr-diff-tree):
3089 * vc-git.el (vc-git-diff-tree):
3090 * vc-hg.el (vc-hg-diff-tree):
3091 * vc-mcvs.el (vc-mcvs-diff-tree):
3092 * vc-mtn.el (vc-mtn-diff-tree):
3093 * vc-svn.el (vc-svn-diff-tree): Remove.
3094
3095 * vc-mtn.el (vc-mtn-revision-completion-table):
3096 * vc-cvs.el (vc-cvs-revision-completion-table):
3097 * vc-arch.el (vc-arch-revision-completion-table):
3098 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
3099 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
3100 Make it work when the arg is a list of files.
3101
3102 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
3105 Also `revision-completion-table' now takes a list of files.
3106 (vc-deduce-fileset): Remove unused var `regexp'.
3107 Only obey allow-directory-wildcard in dired buffers.
3108 (vc-default-diff-tree): Remove.
3109 (vc-diff-added-files): New var.
3110 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
3111 (vc-version-diff): Revert from `vc-history-diff' to the original name.
3112 Remove the `backend' arg.
3113 (vc-contains-version-controlled-file): Remove.
3114 (vc-diff): Bring it closer to the version in Emacs-22.
3115 (vc-revert): Fix typo in let-binding.
3116 (vc-default-unregister): Remove.
3117 (vc-dired-buffers-for-dir): Remove N^2 behavior.
3118
3119 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
3120
3121 * textmodes/two-column.el (2C-split, 2C-merge):
3122 * textmodes/bib-mode.el (bib-find-key, mark-bib):
3123 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3124 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
3125 * progmodes/ada-xref.el (ada-get-all-references):
3126 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
3127 * emulation/vi.el (vi-previous-line-first-nonwhite)
3128 (vi-effective-range, vi-put-before):
3129 * emulation/edt.el (edt-next-line, edt-previous-line)
3130 (edt-paragraph-forward): Use forward-line.
3131
3132 * progmodes/etags.el (tags-apropos): Require apropos at compile
3133 time too.
3134
3135 * progmodes/prolog.el: Require comint when compiling.
3136 (inferior-prolog-flavor): Move defvar before use.
3137
3138 2007-10-19 Richard Stallman <rms@gnu.org>
3139
3140 * font-core.el (turn-on-font-lock-if-desired):
3141 Rename from `turn-on-font-lock-if-enabled'.
3142 Fully obey `font-lock-global-modes'.
3143
3144 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
3147 which will not affect the behavior of things like forward-word.
3148 (diff-fine-highlight): Preserve point.
3149
3150 * doc-view.el (doc-view-mode-map): Use remapping.
3151 Don't rebind C-v, M-v to their default value.
3152 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
3153
3154 * smerge-mode.el: Add word-granularity refinement.
3155 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
3156 (smerge-refine-weight-hack): New vars.
3157 (smerge-refine-forward): New fun.
3158 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
3159 (smerge-refine-subst): Use them as well. Preserve point.
3160
3161 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
3162
3163 * follow.el (follow-unload-function): New function.
3164
3165 * loadhist.el (unload-function-features-list):
3166 Rename from `unload-hook-features-list'.
3167 (unload-hook-features-list): Add as obsolete alias.
3168 (unload-feature): Use `unload-function-features-list'
3169 and new FEATURE-unload-function.
3170
3171 2007-10-19 Glenn Morris <rgm@gnu.org>
3172
3173 * bindings.el (mouse-minor-mode-menu)
3174 (minor-mode-menu-from-indicator): Move to mouse.el.
3175 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3176 Move here from bindings.el.
3177
3178 2007-10-19 Richard Stallman <rms@gnu.org>
3179
3180 * help-fns.el (describe-function-1): Don't use the advice origname
3181 if it has no function definition.
3182
3183 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3184
3185 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
3186 Use `save-restriction' rather than `widen'.
3187
3188 2007-10-18 Richard Stallman <rms@gnu.org>
3189
3190 * time.el (display-time-world-time-format): Display day # not month #.
3191
3192 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3193
3194 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
3195
3196 * doc-view.el: Remove version keyword.
3197 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
3198 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
3199 (doc-view-ghostscript-options): Improve custom type.
3200 (doc-view-cache-directory, doc-view-conversion-buffer)
3201 (doc-view-conversion-refresh-interval): Simplify custom type.
3202
3203 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
3204
3205 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
3206 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
3207 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
3208 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
3209 Remove superfluous messages.
3210 (doc-view-mode-map): Use the image-mode scrolling commands.
3211 Don't rebind C-x k.
3212
3213 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
3214
3215 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
3216 Add comment about "-dSAFER".
3217
3218 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3219
3220 * term/xterm.el: Don't require xt-mouse.
3221 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
3222 calling turn-on-xterm-mouse-tracking-on-terminal directly.
3223
3224 * xt-mouse.el: Don't change the global function-key-map anny more.
3225 (xterm-mouse-mode): Use terminal-init-xterm-hook.
3226 Don't use after-make-frame-functions now that term/xterm.el calls
3227 us directly.
3228 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
3229 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
3230 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
3231 Setup input-decode-map and remember that xterm-mouse-mode was
3232 enabled in this terminal.
3233 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
3234 terminals where it has been enabled.
3235
3236 * faces.el (tty-create-frame-with-faces): Make sure not only
3237 tty-run-terminal-initialization but also set-locale-environment
3238 are run only once per terminal.
3239 (tty-run-terminal-initialization): Don't check if the terminal was
3240 already initted.
3241
3242 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
3243 not to remove keymaps that just happen to inherit from one of ours.
3244 When setting up our keymap, make sure it won't be accidentally
3245 modified by someone else.
3246
3247 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3248
3249 * textmodes/artist.el (artist-previous-line, artist-next-line):
3250 * dired.el (dired-next-line, dired-previous-line):
3251 * progmodes/delphi.el (delphi-newline):
3252 * textmodes/org.el (org-columns-eval):
3253 Use forward-line.
3254
3255 * emerge.el (emerge-setup): Use insert-buffer-substring.
3256 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
3257
3258 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
3259
3260 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
3261 (adaptive-fill-function): Doc fix. Remove * from docstring.
3262
3263 2007-10-18 Tom Horsley <tom.horsley@att.net>
3264
3265 * simple.el (interprogram-paste-function): Doc fix.
3266 (current-kill): Accept list of strings as well
3267 as single string from `interprogram-paste-function'.
3268
3269 2007-10-18 Glenn Morris <rgm@gnu.org>
3270
3271 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
3272
3273 2007-10-18 Drew Adams <drew.adams@oracle.com>
3274
3275 * bindings.el (mode-line-minor-mode-keymap):
3276 Add mouse-minor-mode-menu on mouse-1.
3277 (mode-line-modes): Add mouse-1 to help-echo text.
3278 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
3279 New functions.
3280 (mode-line-minor-mode-help): Doc fix.
3281
3282 2007-10-17 Juri Linkov <juri@jurta.org>
3283
3284 * textmodes/fill.el (fill-paragraph-or-region): Remove function
3285 at the request of RMS.
3286 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
3287 arg `region'. Fix docstring. At the first `or' branch add call to
3288 `fill-region' if it the region is active in transient-mark-mode.
3289
3290 * bindings.el (esc-map): Bind M-q to fill-paragraph
3291 instead of fill-paragraph-or-region.
3292
3293 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
3294 with fill-paragraph.
3295
3296 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
3297 Fix docstring.
3298
3299 * indent.el (indent-for-tab-command): Change interactive spec from
3300 "P" to "p". Add check for interactive arg before indenting the
3301 active region.
3302
3303 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
3304 Regroup.
3305
3306 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
3307
3308 * emacs-lisp/find-func.el: Don't require loadhist.
3309
3310 * loadhist.el (feature-symbols, file-provides, file-requires)
3311 (file-set-intersect, file-dependents): Simplify.
3312 (unload-feature-special-hooks): Update list of special hooks.
3313
3314 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
3315
3316 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
3317 extensions since they can be viewed with doc-view.
3318
3319 * files.el (auto-mode-alist): Make doc-view-mode the default mode
3320 for pdf, ps and dvi files.
3321
3322 * doc-view.el: Make doc-view-mode the standard mode for viewing
3323 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
3324 text and image display. Add binding C-c C-e to switch to an
3325 editing mode.
3326 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
3327 avoid security problems when rendering files from untrusted sources.
3328
3329 2007-10-17 Aaron Hawley <aaronh@garden.org>
3330
3331 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
3332 position is not saved.
3333
3334 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
3335
3336 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
3337 (doc-view-ghostscript-options): Fix typo in doc string.
3338
3339 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
3342 handling, so compilation-fake-loc works again.
3343
3344 * server.el (server-select-display): Nop if we do not support m-f-o-d.
3345 (server-process-filter): Revert last change.
3346
3347 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
3348 behavior unrelated to filesets.
3349
3350 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * longlines.el (longlines-wrap-follows-window-size): Integer value
3353 specifies wrapping margin.
3354 (longlines-mode, longlines-window-change-function):
3355 Set window-specific wrapping margin based on the above.
3356
3357 2007-10-17 John Wiegley <johnw@newartisans.com>
3358
3359 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
3360
3361 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
3362
3363 * server.el (server-process-filter): Only set display if X11 is
3364 supported.
3365
3366 2007-10-17 Glenn Morris <rgm@gnu.org>
3367
3368 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
3369 Tweak regexp to avoid stack overflow.
3370
3371 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * simple.el (reindent-then-newline-and-indent): Don't assume that
3374 indent-according-to-mode preserves point.
3375
3376 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
3379 (bs--nth-wrapper): Simplify.
3380 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
3381 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
3382 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
3383 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
3384 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
3385 (bs-configurations, bs-default-configuration)
3386 (bs-alternative-configuration, bs-cycle-configuration-name)
3387 (bs-string-show-always, bs-string-show-never, bs-string-current)
3388 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
3389 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
3390 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
3391 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
3392 (bs--window-config-coming-from): Revert 2006-11-09 change.
3393 (bs--restore-window-config): Keep the selected frame.
3394 (bs--track-window-changes, bs--remove-hooks): New functions.
3395 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
3396 (bs--create-header): Remove.
3397 (bs--create-header-line): New function, based on `bs--create-header'.
3398 (bs--show-header): Use `bs--create-header-line'.
3399 (bs--show-with-configuration): Revert 2006-11-09 change.
3400 Don't reuse window unless it is visible on the selected frame.
3401 Restore window configuration (possibly in a different frame)
3402 before creating any window.
3403
3404 2007-10-16 Glenn Morris <rgm@gnu.org>
3405
3406 * simple.el (blink-matching-open): Don't report false errors with
3407 the `$' syntax class.
3408
3409 2007-10-16 Richard Stallman <rms@gnu.org>
3410
3411 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
3412 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
3413 (ad-is-advised, ad-get-advice-info-field)
3414 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
3415
3416 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * vc-hooks.el (vc-workfile-version): Compatibility alias.
3419 (vc-default-working-revision): Compatibility for backends.
3420
3421 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3422
3423 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
3424 (filesets-ormap, filesets-sort-case-sensitive-flag)
3425 (filesets-remake-shortcut, filesets-ingroup-collect-files):
3426 Fix typos in docstrings.
3427 (filesets-conditional-sort, filesets-find-or-display-file)
3428 (filesets-data-get-name, filesets-data-get-data)
3429 (filesets-data-set, filesets-cmd-query-replace-getargs)
3430 (filesets-ingroup-collect): Doc fixes.
3431
3432 2007-10-15 Sam Steingold <sds@gnu.org>
3433
3434 * mail/sendmail.el (sendmail-error-reporting-interactive)
3435 (sendmail-error-reporting-non-interactive): New variables for
3436 sendmail error reporting options to simplify support for imperfect
3437 sendmail emulators.
3438 (sendmail-send-it): Use them instead of list literals.
3439
3440 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3441
3442 * help-fns.el: Revert previous change; it creates a
3443 dependency loop between advice.el and help-fns.el.
3444
3445 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
3446
3447 * help-fns.el: Require advice when compiling.
3448
3449 2007-10-14 Drew Adams <drew.adams@oracle.com>
3450
3451 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
3452 (ring-insert+extend, ring-remove+insert+extend, ring-member)
3453 (ring-next, ring-previous): New functions.
3454
3455 2007-10-14 Richard Stallman <rms@gnu.org>
3456
3457 * emacs-lisp/advice.el (documentation): Advice deleted.
3458 Doc for advised functions is now handled at C level.
3459 (ad-stop-advice, ad-start-advice): Don't enable or disable
3460 advice for `documentation'.
3461 (ad-advised-definition-docstring-regexp): Var deleted.
3462 (ad-make-advised-definition-docstring): Store orig name
3463 as text property of string.
3464 (ad-advised-definition-p): Check for text property of docstring.
3465
3466 * help-fns.el (describe-function-1): Find source of advised functions.
3467
3468 2007-10-14 Juri Linkov <juri@jurta.org>
3469
3470 * faces.el (describe-face): Allow handling a string as the face name.
3471
3472 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
3473 active region in transient-mark-mode.
3474 (ispell-region): Change messages displayed at the start and end of
3475 the spell-checking to be the same.
3476
3477 * startup.el (fancy-startup-tail): Say exactly what does the button
3478 dismiss ("Dismiss this startup screen"). Use text "Never show
3479 it again" for the checkbox after this button.
3480 (fancy-startup-screen, fancy-about-screen): Put point before the
3481 first link, so the user can quickly select links with the keyboard.
3482 (normal-mouse-startup-screen): Add more useful text describing how
3483 to follow a link.
3484
3485 2007-10-14 Glenn Morris <rgm@gnu.org>
3486
3487 * progmodes/etags.el (select-tags-table): Disable undo in the
3488 `*Tags Table List*' buffer.
3489
3490 2007-10-13 Eli Zaretskii <eliz@gnu.org>
3491
3492 * dired.el (dired-warn-writable): New face.
3493 (dired-warn-writable-face): New variable.
3494 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
3495 of dired-warning-face, for group- and world-writable files.
3496
3497 2007-10-13 Richard Stallman <rms@gnu.org>
3498
3499 * files.el (directory-abbrev-alist): Doc fix.
3500
3501 2007-10-13 Jari Aalto <jari.aalto@cante.net>
3502
3503 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
3504
3505 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3506
3507 * frame.el (set-frame-configuration): Assign name parameter only
3508 if it has been set explicitly before.
3509
3510 2007-10-11 Tom Tromey <tromey@redhat.com>
3511
3512 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
3513 frame is visible.
3514
3515 2007-10-10 Richard Stallman <rms@gnu.org>
3516
3517 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
3518 in *Backtrace*.
3519
3520 * faces.el (face-font-selection-order): Doc fix.
3521
3522 * loadhist.el (unload-feature): Doc fix.
3523
3524 2007-10-13 Glenn Morris <rgm@gnu.org>
3525
3526 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
3527 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3528 Add doc string, and an explicit COUNT argument.
3529 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
3530 `inc' to search functions.
3531
3532 * faces.el (face-spec-set): When FRAME is nil, set the default for
3533 new frames (restores pre-2007-09-17 behavior). Doc fix.
3534
3535 2007-10-13 John W. Eaton <jwe@octave.org>
3536
3537 * progmodes/octave-mod.el (octave-looking-at-kw)
3538 (octave-re-search-forward-kw, octave-re-search-backward-kw):
3539 New functions.
3540 (octave-in-defun-p, calculate-octave-indent)
3541 (octave-blink-matching-block-open, octave-beginning-of-defun)
3542 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
3543 to search for regexps that contain case-sensitive keywords.
3544 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
3545 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
3546
3547 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3548
3549 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
3550 Do not use a single clause cond.
3551
3552 * cus-start.el (all): Use test that does not match the X11 version
3553 for mac.
3554
3555 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
3556
3557 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
3558 BROWSE buffer.
3559
3560 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3561
3562 * cus-start.el (all): Undo previous change.
3563
3564 2007-10-13 Glenn Morris <rgm@gnu.org>
3565
3566 * woman.el (woman0-rename): Fix paren typo.
3567
3568 * mail/feedmail.el (feedmail-run-the-queue)
3569 (feedmail-look-at-queue-directory):
3570 * mail/reporter.el (reporter-dump-state):
3571 * net/eudc-hotlist.el (eudc-edit-hotlist):
3572 * net/eudc.el (eudc-display-records)
3573 (eudc-filter-duplicate-attributes)
3574 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
3575 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
3576 (eudc-bbdb-query-internal):
3577 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
3578 * net/socks.el (socks-build-auth-list):
3579 * progmodes/cc-cmds.el (top level):
3580 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
3581 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
3582 (cperl-write-tags, cperl-tags-treeify):
3583 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
3584 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
3585 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
3586 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
3587 (idlwave-toolbar-remove-everywhere):
3588 * progmodes/idlwave.el (idlwave-indent-line)
3589 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
3590 (idlwave-write-paths, idlwave-all-method-classes)
3591 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
3592 (idlwave-fix-keywords, idlwave-display-calling-sequence)
3593 (idlwave-complete-in-buffer):
3594 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
3595 (org-fast-tag-selection):
3596 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
3597 than mapcar.
3598
3599 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
3600
3601 * diff-mode.el (diff-fine-change): Add :group.
3602
3603 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
3604
3605 * cus-start.el (all): Use the same test as the 22.2 branch.
3606
3607 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * diff-mode.el (diff-current-defun): Force recomputation of
3610 change-log-default-name.
3611
3612 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
3613
3614 * startup.el (fancy-startup-screen): Remove an unnecessary newline
3615 and some leftover logic regarding dedicated frames. If showing
3616 concise startup screen, fit window to buffer.
3617 (command-line-1): If we will be using the splash screen, use
3618 find-file instead of find-file-other-window to find additional files.
3619 Comment out unused code for coping with the old sit-for behavior.
3620
3621 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3622
3623 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
3624 `meta' modifier consistently, rather than using sometimes meta
3625 sometimes alt.
3626
3627 2007-10-12 Martin Rudalics <rudalics@gmx.at>
3628
3629 * window.el (handle-select-window): Revert part of 2007-10-08
3630 change setting the input focus.
3631
3632 2007-10-12 Glenn Morris <rgm@gnu.org>
3633
3634 * startup.el (command-line): Do not read abbrev file in batch mode.
3635
3636 * emacs-lisp/byte-opt.el (top level):
3637 * mail/rmail.el (rmail-list-to-menu):
3638 * obsolete/hilit19.el (hilit-mode):
3639 * progmodes/cc-mode.el (c-postprocess-file-styles)
3640 (c-submit-bug-report):
3641 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3642 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
3643 (reftex-access-parse-file):
3644 * textmodes/reftex-cite.el (reftex-do-citation)
3645 (reftex-insert-bib-matches):
3646 * textmodes/reftex-ref.el (reftex-offer-label-menu):
3647 * textmodes/reftex-sel.el (reftex-select-unmark):
3648 * textmodes/reftex-toc.el (reftex-toc-do-promote):
3649 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
3650
3651 * cus-edit.el (custom-variable-menu, custom-face-menu)
3652 (custom-group-menu): Check init-file-user rather than
3653 user-init-file, in case cus-edit is loaded by site-run-file.
3654
3655 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
3656
3657 * vc.el (vc-deduce-fileset): Delete unused code.
3658 (vc-next-action): Fix typos.
3659
3660 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3661
3662 * bs.el (bs--mark-unmark): New function.
3663 (bs-mark-current, bs-unmark-current): Use it.
3664
3665 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3666
3667 * vc.el (vc-diff):
3668 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
3669 temporarily disable the check for his edge case of
3670 vc-diff (stopping it from grinding when called from $HOME), as
3671 it's calling some brittle code in vc-hooks.el.
3672 (with-vc-properties): Fix evaluation time of a macro argument.
3673 * ediff-vers.el (ediff-vc-internal):
3674 * vc-hooks.el:
3675 * loaddefs.el: Follow up on VC terminology change.
3676
3677 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
3678
3679 * follow.el (follow-stop-intercept-process-output):
3680 Use `follow-call-process-filter' rather than `process-filter'.
3681 Simplify.
3682
3683 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
3684
3685 * vc-hooks.el (vc-registered): Robustify this function a bit
3686 against filenames with no directory component.
3687
3688 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * international/characters.el: Undo unwanted and unexplained change.
3691
3692 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3693
3694 * ps-print.el: Fix the usage of :foreground and :background face
3695 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
3696 (ps-print-version): New version 6.7.6.
3697 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
3698 Fix code.
3699 (ps-face-foreground-color-p, ps-face-background-color-p)
3700 (ps-face-color-p): New inline funs.
3701
3702 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3703
3704 * textmodes/org.el (org-additional-option-like-keywords): New constant.
3705 (org-complete): Use `org-additional-option-like-keywords'.
3706 (org-parse-local-options): New function.
3707
3708 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
3709
3710 * textmodes/org.el (org-in-clocktable-p): New function.
3711 (org-clock-report): Only update the table at point, or insert a new one.
3712 (org-clock-goto): New function.
3713 (org-open-file): Use `start-process-shell-command' instead of
3714 `shell-command' with an ampersand.
3715 (org-deadline, org-schedule): New argument REMOVE to remove the
3716 date from the entry.
3717 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
3718 argument to `org-schedule' and `org-deadline'.
3719 (org-trim): Use the correct expressions for beginning and end of
3720 the string.
3721 (org-get-cleaned-entry): Trim the string before returning it.
3722 (org-clock-find-position): New function.
3723 (org-clock-into-drawer): New option.
3724 (org-agenda-tags-column): Rename from
3725 `org-agenda-align-tags-to-column'.
3726 (org-agenda-align-tags): Allow negative values for
3727 `org-agenda-tags-column'.
3728 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
3729 (org-agenda-to-appt): New optional argument FILTER.
3730 (org-completion-fallback-command): New variable.
3731 (org-complete): Use `org-completion-fallback-command'.
3732 (org-find-base-buffer-visiting): Catch the case that there is no
3733 buffer visiting the file.
3734 (org-property-or-variable-value): New function.
3735 (org-todo): Use `org-property-or-variable-value'
3736 (org-agenda-compact-blocks): New option.
3737 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
3738 (org-agenda-schedule, org-agenda-deadline):
3739 Call `org-agenda-show-new-time'.
3740 (org-agenda-show-new-time): New argument PREFIX.
3741 (org-colgroup-info-to-vline-list): Fix but that cause a
3742 shift in the vertical lines.
3743 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
3744 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
3745 (org-indent-item): No arg in call to `org-fix-bullet-type'.
3746 (org-fix-bullet-type): Remove argument.
3747 (org-read-date): Check for am/pm twice, to catch the end time.
3748 (org-goto-map): Use `suppress-keymap'.
3749 (org-remember-apply-template): Respect the dynamically scoped
3750 selection character.
3751
3752 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
3753
3754 * textmodes/org-export-latex.el (org-export-latex-protect-string):
3755 Renaming of `org-latex-protect'.
3756 (org-export-latex-emphasis-alist): By default, don't protect
3757 any emphasis formatter from further conversion.
3758 (org-export-latex-tables): Honor column grouping for tables.
3759 (org-export-latex-title-command): New option.
3760 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
3761 export backslash character.
3762
3763 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3764
3765 * frame.el (frame-inherited-parameters): Remove unused `environment'
3766 parameter, and let server.el add `client' when needed.
3767
3768 * server.el (server-create-tty-frame)
3769 (server-create-window-system-frame): Set frame-inherited-parameters.
3770
3771 * frame.el (frame-inherited-parameters): New var.
3772 (make-frame): Use it.
3773
3774 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
3775
3776 * env.el (let-environment): Remove. Unused.
3777 (read-envvar-name): Simplify.
3778 (setenv): Remove unused arg `frame'.
3779
3780 * help-fns.el (describe-variable): Add missing " " for multiline
3781 obsolescence info and missing EOL after global value.
3782
3783 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3784
3785 * add-log.el:
3786 * ediff-vers.el:
3787 * log-view.el:
3788 * pcvs.el:
3789 * vc-arch.el:
3790 * vc-bzr.el:
3791 * vc-cvs.el:
3792 * vc.el:
3793 * vc-git.el:
3794 * vc-hg.el:
3795 * vc-hooks.el:
3796 * vc-mcvs.el:
3797 * vc-mtn.el:
3798 * vc-rcs.el:
3799 * vc-sccs.el:
3800 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
3801 {find,init,next,previous,annotate-*,log}-version ->
3802 {find,init,next,previous,annotate-*,log}-revision,
3803 annotate-focus-version -> annotate-working-revision, The term
3804 'focus' is gone. The term 'revision' is now used consistently
3805 everywhere that reference to a revision ID is intended, replacing
3806 older use of 'version'.
3807
3808 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * follow.el: Change all instances of "Follow Mode" to "Follow
3811 mode" in docstrings and messages.
3812 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
3813
3814 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
3815
3816 * vc.el (vc-next-action): Rewrite completely; this principal
3817 entry point now operates on a current fileset selected either
3818 explicitly via VC-Dired or implicitly by visiting a file buffer,
3819 rather than always operating on the file of the current buffer as
3820 in older versions. Rewrite the rest of the mode to match.
3821 (with-vc-properties): Rewrite to operate on a file list.
3822 (with-vc-file): vc-checkin takes a file list argument now.
3823 (vc-post-command-functions): This hook now receives a file list.
3824 (vc-do-command): Take a either a file or a file list as argument.
3825 (vc-deduce-fileset): New function for deducing a file list to
3826 operate on.
3827 (vc-next-action-on-file, vc-next-action-dired): Remove.
3828 Merge into vc-next-action.
3829 (vc-register): Adapt to the fact that vc-start-entry now takes a
3830 file list.
3831 (vc-register-with): New function.
3832 (vc-start-entry): Take a file list argument rather than a
3833 file argument.
3834 (vc-checkout): Cope with vc-start-entry taking a file list.
3835 (vc-steal-lock): Cope with with-vc-properties taking a
3836 file list.
3837 (vc-checkin): Take a file list argument rather than a file argument.
3838 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
3839 (vc-diff-internal): Rewrite for filesets.
3840 (vc-diff-sentinel): New function, tests whether changes were
3841 written into a diff buffer.
3842 (vc-diff): Rewrite for filesets.
3843 (vc-version-diff): Rewrite for filesets.
3844 (vc-print-log): Take a fileset argument.
3845 (vc-revert): Revert the entire selected fileset, not just the
3846 current buffer.
3847 (vc-rollback): Roll back the entire selected fileset, if
3848 possible. No longer accepts a prefix argument.
3849 (vc-update): Merge new changes for the entire selected
3850 fileset, not just the current buffer.
3851 (vc-revert-file): Cope with with-vc-properties taking a file list.
3852 (vc-default-dired-state-info): Add + status suffix if the file is
3853 modified.
3854 (vc-annotate-warp-version): Use the new diff machinery.
3855 (vc-log-edit): Take a file list argument rather than a file argument.
3856
3857 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
3858
3859 Sync with Tramp 2.1.11.
3860
3861 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3862 Pacify byte compiler.
3863
3864 * net/trampver.el: Update release number.
3865
3866 2007-10-09 Richard Stallman <rms@gnu.org>
3867
3868 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
3869
3870 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3871
3872 * follow.el: Require easymenu.
3873 (follow-mode-hook, follow-mode): Doc fixes.
3874 (follow-mode-off-hook): Mark as obsolete.
3875
3876 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3877
3878 * window.el (mouse-autoselect-window-cancel): Don't cancel for
3879 select-window or select-frame events.
3880 (handle-select-window): When autoselecting window set input
3881 focus. Restructure.
3882
3883 * frame.el (focus-follows-mouse): Move to frame.c.
3884 * cus-start.el (all): Add focus-follows-mouse.
3885
3886 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3887
3888 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
3889 activate font-locking in the *buffer-selection* buffer.
3890 (bs-show-sorted): Doc fix.
3891
3892 * bs.el (bs--get-marked-string, bs--get-modified-string)
3893 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
3894 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
3895 (bs--format-aux): Doc fix.
3896
3897 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3898
3899 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
3900
3901 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3902
3903 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
3904 (gud-gdb): New function for old M-x gdb (text command mode).
3905 (gud-gdb-command-name, gdb): Move to...
3906
3907 * progmodes/gdb-ui.el: ...here and adapt doc string.
3908 (gud-gdba-command-name, gdba): Delete.
3909
3910 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * bs.el: Don't defvar `font-lock-verbose'.
3913 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
3914 (bs--get-file-name): Fix typos in docstrings.
3915 (bs--show-header): Use `dolist' instead of `mapcar'.
3916 (bs-mode): Set `show-trailing-whitespace' to nil.
3917 (bs-buffer-sort-function, bs-mouse-select-other-frame)
3918 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
3919 Doc fixes.
3920
3921 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
3922
3923 * progmodes/gud.el (pdb): Specify file for gud-break.
3924
3925 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3926
3927 * progmodes/gud.el (gdb): Make graphical mode the default and
3928 switch to text command mode if appropriate, i.e., reverse previous
3929 arrangement.
3930 (gud-gdb-marker-filter): Adapt for above change.
3931
3932 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
3933 gud-minor-mode and gud-marker-filter.
3934 (gdb-fullname-regexp): New variable.
3935 (gud-gdba-marker-filter): Use it to switch to text command
3936 mode if appropriate.
3937
3938 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3939
3940 * progmodes/gud.el (gud-display-line): Find source buffer even when
3941 GUD buffer has its own frame.
3942
3943 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3944
3945 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
3946
3947 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3948
3949 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3950
3951 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3952
3953 * allout.el (allout-before-change-handler): Replace got-char by
3954 goto-char.
3955
3956 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
3959 Used to try and automatically enabled smerge-mode in the presence of
3960 conflicts and to call `svn resolved' when the conflicts are gone.
3961 (vc-svn-parse-status): Remember the svn-specific status.
3962
3963 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3964
3965 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
3966 menu-bar-apropos-menu. All users changed.
3967 (menu-bar-help-menu): Change menu symbols to better match the text
3968 displayed by the menu.
3969
3970 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3971
3972 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
3973 #, @, : and ^.
3974
3975 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3976
3977 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
3978
3979 * log-view.el (log-view-mode-map): Likewise.
3980
3981 * diff-mode.el (diff-mode-shared-map): Likewise.
3982
3983 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3984
3985 * files.el (file-name-sans-versions): Also allow `A-Z'.
3986
3987 * vc.el: Mention all supported VC backends.
3988
3989 2007-10-08 Richard Stallman <rms@gnu.org>
3990
3991 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
3992 neighbouring buttons.
3993
3994 2007-10-08 Andreas Schwab <schwab@suse.de>
3995
3996 * files.el (file-name-sans-versions): Also allow `_'.
3997
3998 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
3999
4000 * files.el (file-name-sans-versions): Allow - and a-z in version names.
4001
4002 * log-view.el (log-view-mode-map, log-view-mode-menu):
4003 Bind log-view-annotate-version.
4004 (log-view-beginning-of-defun, log-view-end-of-defun)
4005 (log-view-annotate-version): New functions.
4006 (log-view-mode): Use log-view-beginning-of-defun and
4007 log-view-end-of-defun.
4008
4009 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
4012
4013 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
4016 neighbouring buttons.
4017
4018 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4019 Recognize gcc's use of "note" for informational messages.
4020
4021 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
4024 (css-mode): Update correspondingly.
4025
4026 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
4027
4028 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
4029 Signed-off-by, Acked-by and Merge.
4030
4031 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * ediff-init.el (ediff-verbose-p): This var is not a constant.
4034
4035 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4036
4037 * vc-mtn.el: New file.
4038
4039 * vc-hooks.el (vc-handled-backends): Add Mtn.
4040
4041 2007-10-08 Eli Zaretskii <eliz@gnu.org>
4042
4043 * files.el (find-file, find-file-other-window)
4044 (find-file-other-frame, find-file-existing, find-file-read-only)
4045 (find-file-read-only-other-window)
4046 (find-file-read-only-other-frame)
4047 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
4048
4049 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
4050
4051 * progmodes/gud.el (gdb-ready): New variable.
4052 (gdb): Set it to nil. Set gud-running to nil here...
4053 (gud-common-init): ...instead of here.
4054
4055 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
4056 Use gdb-ready. Discard input until GDB is ready to accept it.
4057
4058 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4059
4060 * dired.el (dired-warning): Inherit from font-lock-warning-face to
4061 make it show up with eight colors.
4062
4063 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
4066 diffs are concatenated with no intervening line.
4067
4068 2007-10-08 Dave Love <fx@gnu.org>
4069
4070 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4071 (python-font-lock-keywords): Update to the 2.5 version of the language.
4072 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4073 (python-backspace): Only behave funny in code.
4074 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4075 (inferior-python-mode): Add PDB prompt regexp.
4076 (python-fill-paragraph): Refine the fenced-string regexp.
4077 (python-find-imports): Handle imports spanning several lines.
4078 (python-mode): Add `class' to hideshow support.
4079
4080 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4083 Use add-log-buffer-file-name-function rather than binding
4084 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
4085 when `fi' is the ChangeLog file itself.
4086
4087 * outline.el (outline-flag-region): Use front-advance.
4088
4089 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
4090
4091 * progmodes/cperl-mode.el: Merge upstream 5.23.
4092 (cperl-where-am-i): Remove function.
4093 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
4094 (cperl-sniff-for-indent): De-invert [string] and [comment].
4095 When looking for label, skip s:m:y:tr.
4096 (cperl-indent-line): Likewise.
4097 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
4098 (cperl-windowed-init): Wrong `ps-print' handling.
4099 Both thanks to Chong Yidong.
4100 (cperl-look-at-leading-count): Could fail with unfinished RExen.
4101 (cperl-find-pods-heres): If the second part of s()[] is missing,
4102 don't try to highlight delimiters...
4103
4104 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4105
4106 * progmodes/compile.el (compilation-get-file-structure): Complete last
4107 change by also using spec-directory in the puthash.
4108
4109 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
4110
4111 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
4112 (vc-bzr-status): Fix shadowing of variable 'status'.
4113 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
4114 Use `expand-file-name' instead of `concat'.
4115 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
4116 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
4117
4118 2007-10-08 Jason Rumney <jasonr@gnu.org>
4119
4120 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
4121
4122 2007-10-08 Richard Stallman <rms@gnu.org>
4123
4124 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
4125 Add `safe-local-variable' property.
4126 (lisp-body-indent): Likewise.
4127
4128 2007-10-08 Richard Stallman <rms@gnu.org>
4129
4130 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
4131 Add doc string.
4132
4133 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4134
4135 * files.el (backup-buffer-copy): Try to overwrite old backup first.
4136
4137 2007-10-08 Martin Rudalics <rudalics@gmx.at>
4138
4139 * repeat.el (repeat): Use last-repeatable-command instead of
4140 real-last-command. Run pre- and post-command hooks for
4141 self-insertion. Update doc-string.
4142
4143 2007-10-08 Alexandre Julliard <julliard@winehq.org>
4144
4145 * vc-git.el (vc-git-state): Call git-add --refresh to update the
4146 state of the file.
4147 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
4148 (vc-git-create-repo): Fix invalid command.
4149
4150 2007-10-08 Richard Stallman <rms@gnu.org>
4151
4152 * textmodes/flyspell.el (flyspell-mode):
4153 Catch errors in flyspell-mode-on.
4154
4155 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
4156
4157 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
4158
4159 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4160
4161 * international/encoded-kb.el (encoded-kbd-setup-display):
4162 Use input-decode-map rather than local-key-translation-map.
4163
4164 * term/rxvt.el (rxvt-alternatives-map): New map.
4165 (terminal-init-rxvt): Use it.
4166 Bind rxvt-function-map in input-decode-map.
4167
4168 * term/xterm.el (xterm-alternatives-map): New map.
4169 (terminal-init-xterm): Use it.
4170 Bind xterm-function-map in input-decode-map.
4171
4172 * term/x-win.el (x-alternatives-map): New var.
4173 (x-setup-function-keys): Use it.
4174
4175 * help-fns.el (describe-variable): Slightly change the layout of
4176 meta-info to separate it better from the docstring.
4177 Standardize insertion of extra empty lines in various circumstances.
4178
4179 * diff-mode.el (diff-hunk-style): New fun.
4180 (diff-end-of-hunk): Use it.
4181 (diff-context->unified): Use the new `apply' undo element,
4182 if applicable, so as to save undo-log space.
4183 (diff-fine-change): New face.
4184 (diff-fine-highlight-preproc): New function.
4185 (diff-fine-highlight): New command.
4186 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
4187
4188 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
4189 (smerge-refine-highlight-change): Add `props' argument.
4190 (smerge-refine-subst): New function holding most of smerge-refine.
4191 (smerge-refine): Use it.
4192
4193 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
4194
4195 * vc.el (vc-default-wash-log): Remove unused code, the
4196 log washers all live in the backends now.
4197 (vc-default-comment-history): Correct for the fact
4198 that wash-log is argumentless in the new API.
4199
4200 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
4201
4202 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
4203 (tramp-maybe-send-script): Apply `member' but `memq'.
4204 (tramp-advice-file-expand-wildcards): Simplify implementation.
4205
4206 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
4207
4208 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
4209
4210 * mb-depth.el (minibuf-depth-indicator-function): New variable.
4211 (minibuf-depth-setup-minibuffer): Use it.
4212
4213 2007-10-07 Glenn Morris <rgm@gnu.org>
4214
4215 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
4216 version numbers.
4217
4218 2007-10-06 Juri Linkov <juri@jurta.org>
4219
4220 * textmodes/fill.el (fill-paragraph-or-region): New function.
4221
4222 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
4223 instead of fill-paragraph.
4224
4225 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
4226 with fill-paragraph-or-region. Suspend command is now the same
4227 `suspend-frame' on window systems and on tty.
4228
4229 * image.el (image-type): Check if image-types is bound to not fail
4230 on tty.
4231
4232 * delsel.el (delete-selection-pre-hook):
4233 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
4234 is fbound to not fail on mouseless tty.
4235
4236 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
4237
4238 * net/tramp.el (top): Move loading of tramp-util.el and
4239 tramp-vc.el to tramp-compat.el.
4240 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
4241 temporary file if possible, in order to avoid a security hole.
4242 (tramp-do-copy-or-rename-file-out-of-band)
4243 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
4244 with DONT-CREATE, because the connection is not setup yet.
4245 (tramp-handle-process-file): Rewrite temporary file handling.
4246 (tramp-completion-mode): New defvar.
4247 (tramp-completion-mode-p): Use it.
4248
4249 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
4250
4251 * net/tramp-fish.el (tramp-fish-handle-process-file):
4252 Rewrite temporary file handling.
4253
4254 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
4255
4256 * vc.el: Workfile version -> focus version change. Port various
4257 comments from new VC to reduce the noise in the diff.
4258 Patch in the new vc-create-repo function to go with the
4259 header comment about it already present.
4260 There are no changes to existing logic in this patch.
4261 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
4262
4263 2007-10-06 Aaron Hawley <aaronh@garden.org>
4264
4265 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
4266
4267 2007-10-05 Chris Moore <dooglus@gmail.com>
4268
4269 * server.el (server-kill-new-buffers): Doc fix.
4270
4271 2007-10-05 John W. Eaton <jwe@octave.org>
4272
4273 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
4274 (octave-begin-keywords): Add "do".
4275 (octave-end-keywords): Remove "end".
4276 (octave-reserved-words): Add "end". Remove "all_va_args",
4277 "gplot", and 'gsplot".
4278 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
4279 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
4280 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
4281 "default_return_value", "define_all_return_values",
4282 "do_fortran_indexing", "empty_list_elements_ok",
4283 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
4284 "ok_to_lose_imaginary_part", "prefer_column_vectors",
4285 "prefer_zero_one_indexing", "propagate_empty_matrices",
4286 "resize_on_range_error", "treat_neg_dim_as_zero",
4287 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
4288 "warn_divide_by_zero", "warn_function_name_clash",
4289 "warn_missing_semicolon", "whitespace_in_literal_matrix".
4290 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
4291 "crash_dumps_octave_core", "sighup_dumps_octave_core",
4292 "sigterm_dumps_octave_core".
4293 (octave-block-match-alist): Remove "end" from block-end keywords.
4294 (octave-mode): Update ftp site address.
4295
4296 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
4297
4298 * vc.el: Reorder functions, no code changes.
4299
4300 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
4301
4302 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
4303 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
4304 the cond clauses where needed.
4305 (tramp-handle-write-region): Rearrange code for proper handling of
4306 tmpfile.
4307
4308 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
4309
4310 * net/tramp.el:
4311 * net/tramp-fish.el:
4312 * net/tramp-ftp.el:
4313 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
4314 `tramp-compat-make-temp-file'.
4315
4316 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
4317
4318 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
4319
4320 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
4323 already uses a more recent copyright version than the "current" one.
4324
4325 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4326
4327 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
4328 (doc-view-insert-image): Minor aesthetical docstring changes.
4329
4330 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
4331
4332 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
4333 completing filename.
4334 (doc-view-search-internal): Docstring change.
4335
4336 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
4337
4338 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
4339 (tramp-file-name-handler-alist):
4340 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
4341 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
4342 used before, creates the file already, which is not desired.
4343 (tramp-do-copy-or-rename-file-directly): Simplify handling of
4344 temporary file.
4345 (tramp-handle-insert-file-contents): Assign the result in the
4346 short track case.
4347 (tramp-handle-insert-file-contents-literally): New defun.
4348 (tramp-completion-mode-p): Revert change from 2007-09-24.
4349 Checking for `return' etc as last character is not sufficient, for
4350 example in dired-mode when entering <g> (revert-buffer) or
4351 <s> (dired-sort).
4352
4353 * net/tramp-compat.el (top): Add also compatibility code for loading
4354 appropriate timer package.
4355 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
4356 order to avoid autoloading problems.
4357
4358 * net/tramp-fish.el:
4359 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
4360
4361 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
4362 where the second parameter of `copy-file' or `rename-file' is a
4363 remote file but not via ftp.
4364
4365 2007-10-02 Richard Stallman <rms@gnu.org>
4366
4367 * frame.el (cursor-in-non-selected-windows): Doc fix.
4368
4369 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4370
4371 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
4372 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
4373
4374 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
4375
4376 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
4377 when `expt' doesn't give range errors.
4378
4379 2007-10-01 Markus Triska <markus.triska@gmx.at>
4380
4381 * calc/calc-math.el (math-smallest-emacs-expt):
4382 Make the computation more robust.
4383
4384 2007-09-30 David Kastrup <dak@gnu.org>
4385
4386 * startup.el (argv): Alias for `command-line-args-left' to use as
4387 `(pop argv)' inside of --eval command sequences. Allows for
4388 passing shell commands into Emacs verbatim without need for Lisp
4389 quoting.
4390
4391 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
4392 check only for changed size.
4393 (auto-revert-tail-handler): Get size from caller. If the file has
4394 shrunk, tail the whole file again (the file presumably has been
4395 rewritten).
4396
4397 * woman.el (woman-topic-all-completions, woman-mini-help):
4398 Fix fallout from 2007-09-07 introduction of `dolist' when the list
4399 actually was being manipulated in the loop.
4400 (woman-Cyg-to-Win, woman-pre-process-region)
4401 (woman-horizontal-escapes, woman-if-body, woman-unescape)
4402 (woman-strings, woman-special-characters, woman1-hc)
4403 (woman-change-fonts, woman-find-next-control-line):
4404 Use `match-beginning' rather than `match-string' when the result is
4405 just used as a flag.
4406
4407 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
4408
4409 * net/tramp-compat.el: New file.
4410
4411 * net/tramp.el:
4412 * net/tramp-fish.el:
4413 * net/tramp-smb.el:
4414 * net/tramp-uu.el:
4415 * net/trampver.el: Move compatibility code to tramp-compat.el.
4416 Apply `mapc' instead of `mapcar' when the code needs side effects
4417 only. Move utf-8 coding cookie to the second line.
4418
4419 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
4420
4421 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
4422 Improve custom type.
4423 (icon-map-list): Make it customizable. Document how to disable
4424 stock icons.
4425
4426 2007-09-30 Richard Stallman <rms@gnu.org>
4427
4428 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
4429
4430 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4431
4432 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
4433
4434 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4435
4436 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
4437 (t-mouse-mode): New compatibility alias.
4438
4439 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
4440
4441 * server.el (server-delete-client): Only delete the terminal if it
4442 is non-nil.
4443
4444 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
4445
4446 * net/tramp.el (with-file-property, with-connection-property):
4447 Highlight as keyword.
4448 (tramp-rfn-eshadow-setup-minibuffer)
4449 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
4450 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
4451 (tramp-do-copy-or-rename-file-directly)
4452 (tramp-do-copy-or-rename-file-out-of-band)
4453 (tramp-handle-shell-command, tramp-get-debug-buffer)
4454 (tramp-send-command-and-read, tramp-equal-remote)
4455 (tramp-get-local-gid): Pacify byte-compiler.
4456 (tramp-handle-file-name-directory): Result shall not be expanded.
4457 (tramp-find-foreign-file-name-handler): Rewrite.
4458 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
4459
4460 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
4461
4462 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4463 Apply `tramp-completion-mode-p'.
4464 (tramp-fish-handle-set-file-times)
4465 (tramp-fish-handle-executable-find)
4466 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
4467 (tramp-fish-retrieve-data): Pacify byte-compiler.
4468
4469 * net/tramp-gw.el (tramp-gw-basic-authentication):
4470 Call `tramp-read-passwd' with first parameter `nil'.
4471
4472 2007-09-28 Glenn Morris <rgm@gnu.org>
4473
4474 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
4475 than mapcar.
4476
4477 * textmodes/tex-mode.el (tex-suscript-height-ratio)
4478 (tex-suscript-height-minimum): New customizable variables.
4479 (tex-suscript-height): New function.
4480 (superscript, subscript): Set height using tex-suscript-height
4481 rather than fixing at 0.8.
4482 (tex-fontify-script, tex-font-script-display): Add :version tag.
4483
4484 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
4485
4486 * progmodes/python.el (python-eldoc-function): Doc fix.
4487
4488 2007-09-27 Glenn Morris <rgm@gnu.org>
4489
4490 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
4491 image if it is not in image-type-auto-detectable, or is there with
4492 a nil value.
4493
4494 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
4495
4496 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
4497 connection more robust.
4498
4499 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4500
4501 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
4502 Deal with the case that special &keywords are at the beginning or
4503 end of the argument list. Also add some (incomplete) support for
4504 non-standard arglists.
4505
4506 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4507
4508 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
4509 (eldoc-message-commands, eldoc-current-idle-delay)
4510 (eldoc-function-argstring-format): Fix typos in docstrings.
4511
4512 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
4513
4514 * calc/calc-units.el (calc-convert-units)
4515 (calc-convert-temperature): Remove unnecessary colons.
4516
4517 2007-09-26 Bastien Guerry <bzg@altern.org>
4518
4519 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
4520 New function.
4521 (org-export-latex-remove-from-headlines): Name changed because of typo.
4522 (org-export-latex-quotation-marks-convention): Option removed.
4523 (org-export-latex-make-preamble): Handle the DATE option.
4524 (org-export-latex-cleaned-string): Now the only cleaning function,
4525 synched up with org.el.
4526 (org-export-latex-lists, org-export-latex-parse-list)
4527 (org-export-list-to-latex): New functions.
4528
4529 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
4530
4531 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
4532 (org-outline-regexp): New constant.
4533 (org-remember-handler): Throw error when the target file is not in
4534 org-mode.
4535 (org-cleaned-string-for-export): No longer call
4536 `org-export-latex-cleaned-string' with an argument.
4537 (org-get-tags): Returns now a list, not a string.
4538 (org-get-tags-string): New function.
4539 (org-archive-subtree): No need to split return of `org-get-tags'.
4540 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
4541 instead of `org-get-tags'.
4542 (org-agenda-format-date): Rename from `org-agenda-date-format'.
4543 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
4544 (org-compatible-face): New argument INHERITS. Inherit from this
4545 face if possible.
4546 (org-level-1, org-level-2, org-level-3, org-level-4)
4547 (org-level-5, org-level-6, org-level-7, org-level-8)
4548 (org-special-keyword, org-drawer, org-column, org-warning)
4549 (org-archived, org-todo, org-done, org-headline-done, org-table)
4550 (org-formula, org-code, org-agenda-structure)
4551 (org-scheduled-today, org-scheduled-previously)
4552 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
4553 in the new way.
4554 (org-get-heading): New argument NO-TAGS.
4555 (org-fast-tag-selection-include-todo): Made defvar instead of
4556 defcustom, feature is not deprecated.
4557 (org-remember-store-without-prompt): New default value t.
4558 (org-todo-log-states): New variable.
4559 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
4560 Compute the log states.
4561 (org-goto-map): More commands copied from global map. Also bind
4562 `org-occur'.
4563 (org-goto): Made into a general lookup command.
4564 (org-get-location): Complete rewrite.
4565 (org-goto-exit-command): New variable.
4566 (org-goto-selected-point): New variable.
4567 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
4568 Set the new variables.
4569 (org-paste-subtree): Whitespace insertion strategy revised.
4570 (org-remember-apply-template): Protect v-A from the possibility
4571 that v-a might be nil.
4572 (org-remember-handler): Insertion rules revised.
4573 (org-todo): Respect org-todo-log-states.
4574 (org-up-heading-safe): New function.
4575 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
4576
4577 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
4578
4579 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
4580 region if in transient-mark-mode.
4581
4582 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * calc/calc-ext.el (calc-init-extensions, calc-reset):
4585 * calc/calc-help.el (calc-full-help):
4586 * calc/calc-misc.el (another-calc):
4587 * calc/calc-store.el (calc-var-name-map):
4588 * calc/calc-stuff.el (calc-flush-caches):
4589 * calc/calc-units.el (math-build-units-table):
4590 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
4591 (calc-quit):
4592 * calendar/icalendar.el (icalendar--format-ical-event)
4593 (icalendar--convert-ical-to-diary):
4594 * emacs-lisp/authors.el (authors):
4595 * emacs-lisp/cust-print.el (custom-print-install)
4596 (custom-print-uninstall):
4597 * emacs-lisp/disass.el (disassemble-1):
4598 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4599 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
4600 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
4601 (elint-check-let-form, elint-check-condition-case-form)
4602 (elint-initialize):
4603 * emacs-lisp/elp.el (elp-results):
4604 * emacs-lisp/generic.el (generic-mode-internal):
4605 * emacs-lisp/re-builder.el (reb-delete-overlays):
4606 * emacs-lisp/regi.el (regi-interpret):
4607 * emacs-lisp/sregex.el (sregex--char-aux):
4608 * emulation/cua-rect.el (cua--deactivate-rectangle)
4609 (cua--highlight-rectangle, cua--rectangle-post-command):
4610 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
4611 * emulation/viper-macs.el (viper-describe-kbd-macros)
4612 (viper-describe-one-macro):
4613 * emulation/viper-util.el (viper-setup-master-buffer):
4614 * emulation/viper.el (set-viper-state-in-major-mode):
4615 * international/mule-diag.el (describe-current-coding-system):
4616 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
4617 * mail/emacsbug.el (report-emacs-bug):
4618 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
4619 * obsolete/hilit19.el (hilit-unhighlight-region)
4620 (hilit-set-mode-patterns):
4621 * play/solitaire.el (solitaire-check, solitaire-solve):
4622 * play/zone.el (zone-pgm-rotate):
4623 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
4624 * progmodes/ada-prj.el (ada-prj-display-page):
4625 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
4626 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
4627 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
4628 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
4629 * progmodes/sh-script.el (sh-make-vars-local)
4630 (sh-reset-indent-vars-to-global-values):
4631 * progmodes/sql.el (top):
4632 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
4633 * progmodes/xscheme.el (top):
4634 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
4635 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
4636 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
4637 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
4638 (artist-submit-bug-report):
4639 * textmodes/flyspell.el (flyspell-delay-commands)
4640 (flyspell-deplacement-commands):
4641 * textmodes/table.el (table--generate-source-epilogue, table-insert)
4642 (table--generate-source-cells-in-a-row, table--make-cell-map)
4643 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
4644
4645 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
4646
4647 * allout.el (produce-allout-mode-map, allout-process-exposed):
4648 * ansi-color.el (ansi-color-make-color-map):
4649 * autoinsert.el (auto-insert):
4650 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
4651 * dired-aux.el (dired-create-files):
4652 * dired.el (dired-restore-desktop-buffer):
4653 * ediff-diff.el (ediff-setup-fine-diff-regions):
4654 * ediff-mult.el (ediff-intersect-directories)
4655 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
4656 (ediff-redraw-registry-buffer):
4657 * ediff-ptch.el (ediff-fixup-patch-map):
4658 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
4659 (ediff-really-quit, ediff-clear-diff-vector):
4660 * emerge.el (emerge-really-quit):
4661 * ffap.el (ffap-replace-file-component):
4662 * filecache.el (file-cache-add-directory)
4663 (file-cache-add-directory-recursively)
4664 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
4665 (file-cache-delete-directory, file-cache-files-matching-internal)
4666 (file-cache-display):
4667 * files.el (cd):
4668 * find-lisp.el (find-lisp-insert-directory):
4669 * finder.el (finder-compile-keywords):
4670 * help.el (view-emacs-news):
4671 * hi-lock.el (hi-lock-write-interactive-patterns):
4672 * ido.el (ido-to-end, ido-set-matches-1):
4673 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
4674 (image-dired-mark-tagged-files):
4675 * jka-cmpr-hook.el (jka-compr-get-compression-info):
4676 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
4677 * ps-print.el (ps-background, ps-begin-file)
4678 (ps-build-reference-face-lists):
4679 * simple.el (clone-buffer):
4680 * startup.el (command-line):
4681 * tempo.el (tempo-insert-template, tempo-is-user-element)
4682 (tempo-forward-mark, tempo-backward-mark):
4683 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
4684
4685 2007-09-25 Glenn Morris <rgm@gnu.org>
4686
4687 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
4688
4689 * view.el (view-search-no-match-lines): Add a doc string.
4690 Rewrite to simplify and work better.
4691
4692 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4693
4694 * progmodes/cc-mode.el (c-mode-base-map):
4695 Use c-indent-line-or-region instead of c-indent-line.
4696
4697 * indent.el (indent-for-tab-command): First check if the region is
4698 active.
4699
4700 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4701
4702 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
4703 whitespace-rescan-timer-time is 0.
4704
4705 2007-09-24 Karl Berry <karl@gnu.org>
4706
4707 * international/mule.el (coding-system-base): Fix doc string grammar.
4708
4709 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
4710
4711 * net/tramp.el (tramp-completion-mode-p): Rename from
4712 `tramp-completion-mode'. Revert logic, check `return', `newline'
4713 and such alike. Packages like Icicles tend to use other completion
4714 characters but `tab' and `space' only.
4715
4716 2007-09-24 Adam Hupp <adam@hupp.org>
4717
4718 * progmodes/python.el (run-python): Import emacs module without
4719 waiting; prevents lockup on error.
4720
4721 2007-09-23 Richard Stallman <rms@gnu.org>
4722
4723 * mail/sendmail.el (mail-bury): Delete the frame
4724 if this frame looks like it was made for this message.
4725
4726 * completion.el (completion-separator-self-insert-command)
4727 (completion-separator-self-insert-autofilling):
4728 If `self-insert-command' has been remapped, use the substitute.
4729
4730 * simple.el (copy-region-as-kill): Doc fix.
4731
4732 * textmodes/org.el (org-confirm-shell-link-function)
4733 (org-confirm-elisp-link-function): Doc fixes.
4734
4735 2007-09-23 Glenn Morris <rgm@gnu.org>
4736
4737 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
4738
4739 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
4740
4741 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
4742
4743 * term/tvi970.el (terminal-init-tvi970): Likewise.
4744
4745 * term/sun-mouse.el (print-mouse-format): Likewise.
4746
4747 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
4748 Use forward-line instead of previous-line and next-line.
4749
4750 2007-09-22 Juri Linkov <juri@jurta.org>
4751
4752 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
4753
4754 * tutorial.el (tutorial--default-keys): Update standard bindings:
4755 rename `iconify-or-deiconify-frame' to `suspend-frame',
4756 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
4757
4758 2007-09-22 Juri Linkov <juri@jurta.org>
4759
4760 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
4761 Add help-echo to external links and to links without description.
4762 (fancy-splash-insert): Use help-echo from the 3rd element of the
4763 link specification list, or "Follow this link" if it's nil. Doc fix.
4764
4765 2007-09-22 Juri Linkov <juri@jurta.org>
4766
4767 * startup.el (command-line): Rename `inhibit-startup-message' to
4768 `inhibit-startup-screen'.
4769 (fancy-about-text): Use shorter label for "Ordering Manuals".
4770 (fancy-startup-tail): Add optional arg `concise'. When `concise'
4771 is nil, display a line with "To start..." and 3 links to useful
4772 tasks. Display the "Dismiss" button and "Don't show this message
4773 again" only when concise is non-nil.
4774 (fancy-startup-screen): Call `fancy-startup-tail' with optional
4775 arg `concise'. If CONCISE is non-nil, display a concise version
4776 of the splash screen in another window. Otherwise, switch to the
4777 startup buffer in the same window.
4778 (startup-echo-area-message): Change displayed binding from
4779 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
4780 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
4781 the GNU system".
4782 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
4783 to "*GNU Emacs*".
4784 (display-about-screen): Don't check the existence of the buffer
4785 "*About GNU Emacs*".
4786 (display-splash-screen): Make alias to `display-startup-screen'.
4787 (command-line-1): Rename `inhibit-startup-message' to
4788 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
4789 started with command line options "-f", "-funcall", "-e", "-eval",
4790 "-execute", "-insert", "-find-file", "-file", "-visit".
4791 Inhibit startup screen when Emacs is started with a file name only
4792 on tty (i.e. don't inhibit it when started with a file name like
4793 "emacs FILE..." on a window system).
4794 (command-line-1): Simplify logic of displaying the startup screen:
4795 if file-count > 0, then display the concise version in another
4796 window, otherwise display full version in the same window.
4797
4798 * help.el (help-map): Bind C-h C-a to about-emacs.
4799 (help-for-help-internal): Add C-a description to C-h help text.
4800
4801 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
4802
4803 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
4804 (checkdoc-permit-comma-termination-flag): Autoload the
4805 safe-local-variable setting.
4806
4807 * bookmark.el (bookmark-xemacsp): Remove.
4808 (bookmark-make): Don't use bookmark-xemacsp,
4809 use (featurep 'xemacs) instead.
4810
4811 * speedbar.el (speedbar-frame-mode)
4812 (speedbar-frame-reposition-smartly)
4813 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
4814 (speedbar-check-vc): Remove use of non-existent variable
4815 dframe-xemacsp, use (featurep 'xemacs) instead.
4816
4817 * indent.el (indent-for-tab-command): Indent the region if
4818 transient-mark-mode and the region is active.
4819
4820 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
4821
4822 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
4823 add inferior-octave-directory-tracker to the buffer-local value
4824 of comint-input-filter-functions.
4825
4826 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4827
4828 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
4829
4830 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
4833 on w32 frames.
4834
4835 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * startup.el (normal-top-level): Remove DISPLAY from
4838 process-environment to let it be computed dynamically in callproc.c.
4839
4840 * frame.el (frame-initialize, make-frame):
4841 * faces.el (tty-set-up-initial-frame-faces):
4842 * env.el (setenv): Don't set display-environment-variable.
4843
4844 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
4845 (server-create-tty-frame): Don't set unused `tty' property.
4846 Set `display' instead of display-environment-variable.
4847 (server-create-window-system-frame): No display-environment-variable.
4848
4849 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
4850
4851 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
4852 (rfn-eshadow-update-overlay-hook): New defvars.
4853 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
4854 Run the hooks.
4855
4856 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
4857 (tramp-rfn-eshadow-setup-minibuffer)
4858 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
4859 rfn-eshadow.el.
4860
4861 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
4862 timeout.
4863
4864 2007-09-21 Glenn Morris <rgm@gnu.org>
4865
4866 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
4867 * term/sun-mouse.el (suspend-emacstool): Remove.
4868 * term/sun.el: Remove emacstool-related code.
4869
4870 * emacs-lisp/bytecomp.el (byte-compile-warnings)
4871 (byte-compile-warnings-safe-p): Add `mapcar'.
4872 (byte-compile-warning-types): Add mapcar and make-local.
4873 (byte-compile-normal-call): Add option to suppress mapcar warning.
4874 (top-level): Use mapc rather than mapcar in eval-when-compile.
4875
4876 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
4877 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
4878 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
4879 Handle escaped parens.
4880 (latex-forward-sexp): Doc fix.
4881
4882 * eshell/esh-mode.el (eshell-output-filter-functions):
4883 Add eshell-postoutput-scroll-to-bottom.
4884
4885 * loadup.el: Remove termdev.
4886
4887 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
4888 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
4889
4890 2007-09-21 Markus Triska <markus.triska@gmx.at>
4891
4892 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
4893 `mapcar' is called for effect.
4894
4895 2007-09-21 Kevin Ryde <user42@zip.com.au>
4896
4897 * international/mule.el (sgml-html-meta-auto-coding-function):
4898 Bind `case-fold-search' to t.
4899
4900 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * termdev.el: Remove.
4903
4904 * frame.el (get-device-terminal): New function. Moved from termdev.el.
4905 (frames-on-display-list): Use it.
4906
4907 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
4908
4909 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
4910
4911 2007-09-20 Richard Stallman <rms@gnu.org>
4912
4913 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
4914
4915 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
4918
4919 2007-09-20 Glenn Morris <rgm@gnu.org>
4920
4921 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
4922 motion functions, rather than hard-coding "\n\n".
4923 (tex-validate-region): Check for eobp, to speed up.
4924 (tex-next-unmatched-end): Doc fix.
4925
4926 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * files.el (auto-mode-alist): Use archive-mode for .rar files.
4929
4930 * international/mule.el (auto-coding-alist): Rar archives are binary.
4931
4932 * arc-mode.el: Add basic support for Rar.
4933 (archive-find-type): Recognize Rar's signature.
4934 (archive-desummarize): New fun.
4935 (archive-summarize): Use it to restore the buffer's data in case
4936 someone wants to switch to some other major mode.
4937 (archive-resummarize): Use it as well.
4938 (archive-rar-summarize, archive-rar-extract): New functions.
4939
4940 * filesets.el: Remove spurious * in docstrings.
4941 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
4942 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
4943 (filesets-ingroup-collect): Remove unused arg `depth'.
4944 (filesets-update): Remove unused arg `version'.
4945
4946 * finder.el (finder-compile-keywords): Fix up comment style.
4947 (finder-mouse-face-on-line): previous-line -> forward-line.
4948
4949 * recentf.el: Remove spurious * in docstrings.
4950 (recentf-save-list): Fix up comment style.
4951
4952 * progmodes/octave-mod.el: Remove spurious * in docstrings.
4953 (octave-mode-map): Move init into declaration and remove \t binding.
4954 (octave-mode-startup-message): Remove unused var.
4955 (octave-scan-blocks): Remove unused arg `from'.
4956 (octave-forward-block, octave-down-block, octave-up-block):
4957 Update callers.
4958
4959 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
4960 (meta-mode-map): Likewise and remove \t binding.
4961
4962 * net/snmp-mode.el: Remove spurious * in docstrings.
4963 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
4964 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
4965 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
4966 that completion accepts lists of strings.
4967 (snmp-mode-syntax-table): Move initialization into declaration.
4968 (snmp-mode-map): Likewise and remove \t binding.
4969 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
4970 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
4971 (snmp-indent-command): Remove.
4972
4973 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
4974 binding, so tab-always-indent works right.
4975
4976 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
4977
4978 * net/browse-url.el (browse-url-elinks-new-window): New function.
4979 (browse-url-elinks): Use browse-url-elinks-new-window.
4980 Accept optional second argument `new-window'. Fix typo in doc-string.
4981 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
4982 Improve error message.
4983
4984 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4985
4986 * net/browse-url.el (browse-url-url-encode-chars): Use the right
4987 parameter name in the function body.
4988 Reported by Johannes Weiner.
4989
4990 2007-09-19 Glenn Morris <rgm@gnu.org>
4991
4992 * net/socks.el (socks-open-network-stream): Signal an explicit
4993 error if the port associated with a service string can't be found.
4994
4995 * textmodes/tex-mode.el (tex-terminate-paragraph):
4996 Use backward-paragraph.
4997
4998 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4999
5000 * server.el (server-running-p): New function.
5001
5002 2007-09-18 Jason Rumney <jasonr@gnu.org>
5003
5004 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
5005 x-focus-frame.
5006
5007 * frame.el (select-frame-set-input-focus, select-frame-by-name):
5008 Use x-focus-frame for w32.
5009
5010 2007-09-17 David Kastrup <dak@gnu.org>
5011
5012 * textmodes/tex-mode.el (tex-verbatim-environments):
5013 Eliminate CL dependency.
5014
5015 2007-09-17 Richard Stallman <rms@gnu.org>
5016
5017 * newcomment.el (comment-add): New arg EXTRA.
5018 (comment-region-default): Pass EXTRA if not indenting lines.
5019
5020 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5021
5022 * net/browse-url.el (browse-url-url-encode-chars): New function.
5023 URL-encode some chars in a string.
5024 (browse-url-encode-url): Rewrite using the previous function.
5025 (browse-url-file-url): Use `browse-url-url-encode-chars'.
5026 (browse-url-elinks-sentinel): Fix typo.
5027 (browse-url-new-window-flag): Doc change.
5028
5029 2007-09-17 Glenn Morris <rgm@gnu.org>
5030
5031 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
5032 filename from `--file-line-error', if it is available.
5033
5034 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5035
5036 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
5037 TeX `--file-line-error' format.
5038
5039 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5040
5041 * xt-mouse.el: Delete add-hook calls that were moved to
5042 xterm-mouse-mode.
5043 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
5044 does not work.
5045
5046 2007-09-17 Richard Stallman <rms@gnu.org>
5047
5048 * cus-face.el (custom-theme-set-faces): Undo previous change.
5049
5050 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
5051
5052 2007-09-17 Glenn Morris <rgm@gnu.org>
5053
5054 * textmodes/tex-mode.el (tex-region): Simplify previous change,
5055 handling the case where the region is not in `tex-main-file'.
5056 (tex-region-1): Delete.
5057 (tex-region-header): New function, doing the header part of the
5058 old tex-region-1.
5059
5060 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * simple.el (newline): Simplify use of prefix-numeric-value.
5063 (line-move-partial): Remove unused var `ppos'.
5064 (line-move-1): Replace 9999 with most-positive-fixnum.
5065 (move-end-of-line): Use more efficient single-property search.
5066 (move-beginning-of-line): Remove unused var `start'.
5067 (blink-matching-open): Restructure in a more functional style.
5068
5069 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5070
5071 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
5072
5073 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * server.el (server-clients): Only keep procs, no properties any more.
5076 (server-client): Remove.
5077 (server-client-get, server-client-set): Remove, replace all callers by
5078 process-get and process-put resp.
5079 (server-clients-with, server-add-client, server-delete-client)
5080 (server-create-tty-frame, server-create-window-system-frame)
5081 (server-process-filter, server-execute, server-visit-files)
5082 (server-buffer-done, server-kill-buffer-query-function)
5083 (server-kill-emacs-query-function, server-switch-buffer)
5084 (server-save-buffers-kill-terminal): Update accordingly.
5085
5086 * server.el (server-with-environment): Simplify.
5087 (server-select-display, server-unselect-display): Re-add functions that
5088 seem to have been lost in the multi-tty merge.
5089 (server-eval-and-print, server-create-tty-frame)
5090 (server-create-window-system-frame, server-goto-toplevel)
5091 (server-execute, server-return-error): New functions extracted from
5092 server-process-filter.
5093 (server-execute-continuation): New functions.
5094 (server-process-filter): Restructure so that all arguments are analysed
5095 first and then acted upon in a subsequent stage. This way
5096 server-goto-toplevel can be executed later, when we know if
5097 it's necessary.
5098 Remove the "-version" and "-version-good" support.
5099
5100 2007-09-16 Drew Adams <drew.adams@oracle.com>
5101
5102 * cus-edit.el (custom-face-edit-activate): Doc fix.
5103
5104 2007-09-16 Glenn Morris <rgm@gnu.org>
5105
5106 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
5107 Following cal-bahai renaming, update all instances of
5108 list-bahai-diary-entries to diary-bahai-list-entries,
5109 mark-bahai-diary-entries to diary-bahai-mark-entries,
5110 calendar-goto-bahai-date to calendar-bahai-goto-date,
5111 insert-bahai-diary-entry to diary-bahai-insert-entry,
5112 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
5113 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
5114 calendar-print-bahai-date to calendar-bahai-print-date.
5115
5116 * textmodes/tex-mode.el (tex-region): Handle the case where the
5117 region is not in `tex-main-file'. Move the old code that applies
5118 to both cases...
5119 (tex-region-1): ...to this new function.
5120
5121 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5122
5123 * vc.el (vc-process-sentinel): New function.
5124 (vc-exec-after): Use it instead of using ugly hackish analysis and
5125 construction of Elisp code.
5126 (vc-sentinel-movepoint): New dynamically scoped var.
5127 (vc-print-log, vc-annotate): Set it to move the user's point.
5128
5129 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
5130 inhibit-modification-hooks.
5131
5132 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
5133 (calendar-bahai-print-date, calendar-bahai-goto-date)
5134 (diary-bahai-list-entries, diary-bahai-insert-entry):
5135 New names to clean up the namespace a bit more.
5136 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
5137
5138 2007-09-15 Glenn Morris <rgm@gnu.org>
5139
5140 * calendar/holidays.el (holiday-list): Rename it back to
5141 `list-holidays', but leave `holiday-list' as an alias.
5142
5143 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
5144 custom group.
5145
5146 * textmodes/css-mode.el (css): New custom group.
5147 (css-electrick-keys, css-selector, css-property)
5148 (css-indent-offset): Specify custom group.
5149
5150 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
5153 (cvs-execute-single-file): Use process-file.
5154 (cvs-run-process): Use start-file-process.
5155
5156 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
5157
5158 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
5159 level. Remove the hooks when turning off the mode.
5160
5161 * term/xterm.el: Require xt-mouse at compile time.
5162 (terminal-init-xterm): Turn on xterm mouse tracking for this
5163 terminal if xterm-mouse-mode is enabled.
5164
5165 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5166
5167 * term/xterm.el (xterm-function-map): Replace bindings that were
5168 deleted by the merge.
5169
5170 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
5171
5172 * play/bubbles.el (bubbles-version): Bump value to "0.5".
5173 (bubbles-mode-map): Move define-key statements here.
5174 (bubbles-game-theme-menu): Ditto.
5175 (bubbles-graphics-theme-menu): Ditto.
5176 (bubbles-menu): Ditto.
5177 (bubbles-mode): Initialize buffer-undo-list, redisplay.
5178 (bubbles--initialize): Reset buffer-undo-list, redisplay.
5179 (bubbles-plop): Set buffer-undo-list, redisplay.
5180 (bubbles-undo): Reset buffer-undo-list, redisplay.
5181 (bubbles--show-images): Take care of missing text properties.
5182
5183 2007-09-14 Glenn Morris <rgm@gnu.org>
5184
5185 * startup.el (fancy-startup-text, fancy-about-text): Fix face
5186 quoting.
5187
5188 * calendar/cal-hebrew.el, calendar/cal-menu.el
5189 * calendar/calendar.el, calendar/diary-lib.el
5190 * calendar/holidays.el: Rename all instances of
5191 list-calendar-holidays callers to calendar-list-holidays,
5192 list-holidays to holiday-list, check-calendar-holidays to
5193 calendar-check-holidays, mark-calendar-holidays to
5194 calendar-mark-holidays, and filter-visible-calendar-holidays to
5195 holiday-filter-visible-calendar.
5196
5197 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
5198
5199 * term/xterm.el (xterm-function-map): Add C-M- bindings.
5200
5201 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
5202
5203 * play/bubbles.el (bubbles--initialize-images): Fix bug:
5204 Use transparent background for empty cells in graphics mode.
5205
5206 2007-09-13 Jari Aalto <jari.aalto@cante.net>
5207
5208 * man.el (Man-default-man-entry): At end of line, continue looking
5209 to the next line for possible end of hyphenated command.
5210
5211 2007-09-13 Chris Moore <dooglus@gmail.com>
5212
5213 * shell.el (shell-resync-dirs): Don't move the cursor relative to
5214 the command being edited.
5215
5216 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
5217
5218 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
5219
5220 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
5221
5222 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
5223 C-M-S- keys.
5224
5225 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
5226
5227 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5228
5229 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
5230 New argument `filename-p' to use one set of confusing chars or another.
5231 (browse-url-file-url): Use the argument.
5232 Suggested by Johannes Weiner.
5233
5234 2007-09-12 Romain Francoise <romain@orebokech.com>
5235
5236 * cus-start.el (all): Revert 2007-09-08 change.
5237
5238 2007-09-12 Aaron Hawley <aaronh@garden.org>
5239
5240 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
5241 extract .Z files, since it is more common than uncompress.
5242
5243 2007-09-12 Glenn Morris <rgm@gnu.org>
5244
5245 * textmodes/org-publish.el (org-publish-org-to-html): Remove
5246 duplicate function definition.
5247
5248 2007-09-10 Chris Moore <dooglus@gmail.com>
5249
5250 * diff-mode.el (diff-sanity-check-hunk):
5251 Also accept single-line hunks.
5252
5253 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
5254
5255 * startup.el (startup-screen-inhibit-startup-screen)
5256 (pure-space-overflow-message): New vars.
5257 (fancy-splash-insert): Allow functions for face and link specs.
5258 (fancy-splash-head): Remove unused arg. Move splash text...
5259 (fancy-startup-text, fancy-about-text): ...here.
5260 (fancy-startup-tail): Rename from fancy-splash-tail.
5261 (fancy-startup-screen, fancy-about-screen): Split off from
5262 fancy-splash-screens.
5263 (display-startup-screen): New function.
5264 (display-about-screen): Rename from display-splash-screen.
5265 (command-line-1): Use concise startup screen if necessary.
5266
5267 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
5268
5269 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
5270 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
5271
5272 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5273
5274 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5275 (python-font-lock-keywords): Update to the 2.5 version of the language.
5276 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5277 (python-backspace): Only behave funny in code.
5278 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5279 (inferior-python-mode): Add PDB prompt regexp.
5280 (python-fill-paragraph): Refine the fenced-string regexp.
5281 (python-find-imports): Handle imports spanning several lines.
5282 (python-mode): Add `class' to hideshow support.
5283
5284 2007-09-10 Dave Love <fx@gnu.org>
5285
5286 * outline.el (outline-4, outline-5, outline-7):
5287 Move font-lock-builtin-face down from 4 to 7 to better keep the
5288 progression of color brightness, and to better match Org-mode's faces.
5289
5290 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5291
5292 * progmodes/meta-mode.el (meta-font-lock-keywords)
5293 (font-lock-match-meta-declaration-item-and-skip-to-next)
5294 (meta-comment-indent, meta-indent-previous-line)
5295 (meta-indent-unfinished-line, meta-beginning-of-defun)
5296 (meta-end-of-defun, meta-common-initialization): Handle \f.
5297 (meta-indent-unfinished-line): Do not handle a `%' in a string as
5298 a comment-start.
5299
5300 * files.el (file-modes-char-to-who, file-modes-char-to-right)
5301 (file-modes-rights-to-number): Auxiliary functions for symbolic to
5302 numeric notation of file modes.
5303 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
5304 numeric value.
5305 (read-file-modes): New. Read either an octal value of a file mode or a
5306 symbolic value, and return its numeric value.
5307
5308 * dired-aux.el (dired-do-chmod): Change to use the built-in
5309 `set-file-modes' and the previous symbolic mode parsing functions.
5310
5311 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5312
5313 * textmodes/texinfo.el: Remove spurious * in docstrings.
5314 (texinfo-mode-syntax-table, texinfo-mode-map):
5315 Initialize in the declaration.
5316
5317 * tmm.el: Remove spurious * in docstrings.
5318 (tmm-prompt): Use with-current-buffer.
5319
5320 * vcursor.el: Remove spurious * in docstrings.
5321 (vcursor-map): Initialize in the declaration.
5322 (vcursor-use-vcursor-map): Use define-minor-mode.
5323 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
5324
5325 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
5326 Initialize in the declaration.
5327 (widget-minor-mode): Use define-minor-mode.
5328
5329 * woman.el (woman-mode-map, woman-syntax-table):
5330 Initialize in the declaration.
5331
5332 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
5333
5334 * doc-view.el: New file.
5335
5336 2007-09-09 Juri Linkov <juri@jurta.org>
5337
5338 * Makefile.in (update-authors): Add etc/ to AUTHORS.
5339
5340 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
5341
5342 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
5343 to "Startup screen". Fix docstring.
5344 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
5345 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
5346 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
5347 (initial-scratch-message): Fix docstring.
5348 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
5349 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
5350 Add link to "Customize Startup" and set interval between links to
5351 5 spaces.
5352 (fancy-about-text): Add links "Authors" and "Contributing".
5353 (fancy-splash-head): Add text "Welcome to " on the startup screen,
5354 and "This is " on the about screen. Add link to
5355 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
5356 For the about screen move emacs version to the header from
5357 `fancy-splash-tail' (as it's done already for normal about screen).
5358 (fancy-splash-tail): Insert emacs version only for startup screen.
5359 (normal-splash-screen): Remove duplicate empty lines.
5360 (normal-about-screen): Add links "Authors" and "Contributing".
5361
5362 * menu-bar.el (menu-bar-help-menu):
5363 Move "About Emacs" and "About GNU" to the end of the Help menu.
5364 Move "Emacs Psychotherapist" after "Send Bug Report...".
5365 Move "External Packages" after "Find Emacs Packages".
5366
5367 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
5368
5369 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
5370 they are useless with the byte compiler.
5371 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
5372 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
5373 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
5374 (tramp-file-name-real-host, tramp-file-name-port)
5375 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
5376 defuns.
5377
5378 * net/tramp-cache.el (top): Improve error message when
5379 `tramp-persistency-file-name' is corrupted.
5380
5381 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
5382
5383 * textmodes/org.el (org-re): Also replace the :alpha: class.
5384 (org-todo-tag-alist): Variable removed.
5385 (org-todo-key-alist, org-todo-key-trigger): New variables.
5386 (org-use-fast-todo-selection): New option.
5387 (org-log-done): Docstring fixed.
5388 (org-deadline-warning-days): New default value 14.
5389 (org-edit-timestamp-down-means-later): New option.
5390 (org-tag-alist): Docstring fixed.
5391 (org-fast-tag-selection-include-todo): New option.
5392 (org-export-language-setup): New languages added.
5393 (org-set-regexps-and-options): Compute the new variables.
5394 (org-paste-subtree): Cleaning up.
5395 (org-remember-apply-template): New escape %A.
5396 (org-todo): Call fast TODO selection.
5397 (org-fast-todo-selection): New function.
5398 (org-add-log-note): Allow prefix for abort exit.
5399 (org-at-property-p, org-entry-properties)
5400 (org-columns-get-autowidth-alist): Use :alpha: class.
5401 (org-get-wdays): New function.
5402 (org-agenda-remove-date): New variable.
5403 (org-agenda-get-deadlines): Use `org-get-wdays'.
5404 (org-agenda-get-deadlines): Reverse ee before returning.
5405 (org-format-agenda-item): New argument REMOVE-RE.
5406 (org-agenda-convert-date): Baha'i calendar added.
5407 (org-infile-export-plist): Also find DATE line.
5408 (org-get-min-level): New function.
5409 (org-export-as-html, org-export-as-ascii): Use the date format.
5410 (org-shiftup, org-shiftdown): Use.
5411 `org-edit-timestamp-down-means-later'.
5412 (org-assign-fast-keys): New function.
5413
5414 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
5415
5416 * cus-start.el (all): Add prefer-window-split-horizontally from
5417 window.c.
5418
5419 2007-09-08 Eli Zaretskii <eliz@gnu.org>
5420
5421 * net/browse-url.el (browse-url-galeon): Fix last change.
5422 (top-level): Require cl when compiling.
5423
5424 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
5425
5426 * textmodes/org-export-latex.el: arch-tag restored.
5427
5428 * textmodes/org-publish.el: arch-tag restored.
5429
5430 2007-09-08 Masatake YAMATO <jet@gyve.org>
5431
5432 * progmodes/which-func.el (which-func-modes): Add diff-mode.
5433
5434 * progmodes/cc-langs.el: Support new keywords added to
5435 objective-c frontend of gcc.
5436 (c-simple-stmt-kwds): Add @throw.
5437 (c-block-stmt-2-kwds): Add @synchronized.
5438 (c-block-stmt-1-kwds): Add @finally and @try.
5439
5440 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
5441
5442 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
5443 (org-agenda-after-show-hook): New variable.
5444 (org-columns-compile-format)
5445 (org-columns-get-autowidth-alist, org-buffer-property-keys)
5446 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
5447 property names.
5448 (org-get-wdays): New function.
5449
5450 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
5453
5454 * term/xterm.el (xterm-function-map): Initialize in the declaration.
5455
5456 * vc-arch.el (vc-arch-checkin): Fix typo.
5457
5458 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5459
5460 * cus-face.el (custom-theme-set-faces): Set face attributes
5461 locally for each frame.
5462
5463 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
5466 via font-lock-defaults.
5467
5468 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
5469 derived-mode-p.
5470
5471 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
5472
5473 * progmodes/autoconf.el (autoconf-definition-regexp):
5474 Handle optional square brackets around definition name.
5475
5476 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
5477
5478 * net/browse-url.el (browse-url-browser-function): Add elinks.
5479 (browse-url-elinks-wrapper): New option.
5480 (browse-url-encode-url, browse-url-elinks)
5481 (browse-url-elinks-sentinel): New functions.
5482 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
5483 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
5484 Use new function browse-url-encode-url.
5485
5486 2007-09-07 Glenn Morris <rgm@gnu.org>
5487
5488 * version.el (emacs-version): Revert 2007-08-29 change: no need to
5489 say if multi-tty is present.
5490
5491 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5492
5493 * cus-start.el (split-window-preferred-function): Add custom info.
5494
5495 * calendar/holidays.el (holiday-list, calendar-check-holidays)
5496 (calendar-mark-holidays, calendar-list-holidays)
5497 (holiday-filter-visible-calendar): New names to clean up namespace.
5498 (filter-visible-calendar-holidays, list-calendar-holidays)
5499 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
5500 Add compatibility aliases.
5501 (calendar-check-holidays, calendar-mark-holidays)
5502 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
5503 (holiday-sexp): Replace append with list.
5504 (holiday-filter-visible-calendar): Replace append with push.
5505
5506 * woman.el: Remove spurious * in docstrings.
5507 (woman-mini-help, woman-non-underline-faces, woman0-rename)
5508 (woman-topic-all-completions-merge, woman-file-name-all-completions)
5509 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
5510 (woman-write-directory-cache, woman-display-extended-fonts)
5511 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
5512 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
5513 (woman-mode): Use inhibit-read-only.
5514 (woman-negative-vertical-space): Use dotimes.
5515 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
5516
5517 2007-09-06 Romain Francoise <romain@orebokech.com>
5518
5519 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
5520 (vc-bzr-workfile-version): Use it.
5521
5522 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
5523
5524 * complete.el (PC-do-completion): Don't try to treat
5525 empty string as an abbreviation.
5526
5527 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5528
5529 * help-fns.el (describe-variable): Keep doc's text properties.
5530
5531 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
5532
5533 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
5534 instead of a file.
5535
5536 2007-09-06 Glenn Morris <rgm@gnu.org>
5537
5538 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
5539 (checkdoc-minor-mode): Allow user to specify lighter via
5540 checkdoc-minor-mode-string.
5541
5542 2007-09-05 Richard Stallman <rms@gnu.org>
5543
5544 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
5545 Several items removed, simplified, or put on one line.
5546 (fancy-about-text): Add substantial contents, part of startup text.
5547 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
5548 (normal-splash-screen): Call normal-mouse-startup-screen,
5549 normal-no-mouse-startup-screen, or normal-about-screen.
5550 (normal-mouse-startup-screen): New fn, broken out, shortened.
5551 (normal-no-mouse-startup-screen): New fn, broken out.
5552 (normal-about-screen): New function, contents all new.
5553
5554 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5555
5556 * emacs-lisp/rx.el (rx): Fix typo in docstring.
5557
5558 2007-09-05 Glenn Morris <rgm@gnu.org>
5559
5560 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
5561 is bound.
5562
5563 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5564
5565 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
5566 in doc string.
5567
5568 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5569
5570 * server.el (server-start, server-unload-hook): Undo previous change.
5571
5572 * xt-mouse.el: Undo previous change.
5573
5574 2007-09-04 Juri Linkov <juri@jurta.org>
5575
5576 * startup.el (fancy-about-text): New variable.
5577 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
5578 (fancy-current-text, fancy-splash-stop-time)
5579 (fancy-splash-outer-buffer): Remove variables.
5580 (fancy-splash-head, fancy-splash-tail): Add new optional argument
5581 `startup' and use it to conditionally display different texts for
5582 Startup and About screens. Don't display Help commands on the About
5583 screen.
5584 (fancy-splash-screens-1): Remove function and move its content to
5585 `fancy-splash-screens' to the part that dislpays the About screen.
5586 (exit-splash-screen): Don't treat specially exiting from
5587 alternating screens.
5588 (fancy-splash-screens): Rename argument `static' to `startup'.
5589 Fix docstring. Remove code for displaying alternating screens.
5590 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
5591 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
5592 for `inhibit-read-only'.
5593 (normal-splash-screen): Rename argument `static' to `startup'.
5594 Fix docstring. Use argument `startup' to conditionally display
5595 different texts for Startup and About screens. Don't display Help
5596 commands on the About screen. Remove `unwind-protect' `sit-for'
5597 delay and `kill-buffer' after it.
5598 (display-startup-echo-area-message): Remove call to
5599 `use-fancy-splash-screens-p' because image.el is preloaded and
5600 doesn't display "Loading image... done".
5601 (display-splash-screen): Rename argument `static' to `startup'.
5602 Fix docstring.
5603
5604 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5605
5606 * server.el (server-start, server-unload-hook):
5607 suspend-tty-functions has been renamed to suspend-tty-hook.
5608
5609 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
5610 resume-tty-hook.
5611
5612 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
5613
5614 * loadup.el: Fix merge problem, only load "button" once.
5615
5616 2007-09-03 Glenn Morris <rgm@gnu.org>
5617
5618 * vc-svn.el (vc-svn-print-log): If there is only one file, use
5619 "Working file:" as the prefix, for the sake of
5620 log-view-current-file.
5621
5622 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
5623
5624 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
5625 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
5626 if the selected frames is in
5627 xterm-modify-other-keys-terminal-list.
5628 (xterm-turn-off-modify-other-keys): Add an optional frame
5629 parameter. Only turn off modify-other-keys if FRAME is in
5630 xterm-modify-other-keys-terminal-list.
5631 (xterm-remove-modify-other-keys): New function.
5632 (terminal-init-xterm): Use it. Deal with delete-frame hook.
5633 Add the selected frame to xterm-modify-other-keys-terminal-list.
5634
5635 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5636
5637 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
5638 (icon-map-list): New variable.
5639 (x-gtk-map-stock): Use icon-map-list.
5640
5641 2007-09-02 Romain Francoise <romain@orebokech.com>
5642
5643 * log-view.el (log-view-current-file): Balance parens.
5644
5645 2007-09-02 Glenn Morris <rgm@gnu.org>
5646
5647 * comint.el (comint-mode): Don't set scroll-conservatively.
5648
5649 * eshell/em-unix.el (eshell/time): Stringify and flatten the
5650 non-command arguments.
5651
5652 * log-view.el (log-view-current-file): Give a more explicit error
5653 if log-view-file-re fails to find a match.
5654
5655 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
5656
5657 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5658 Fix bug: Don't expand top-level file name more than once.
5659 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
5660
5661 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5662
5663 * server.el (server-process-filter): Don't display the splash screen.
5664 It's annoying enough on the initial screen and becomes positively
5665 obnoxious here.
5666
5667 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
5670 Change naming to use "avl-tree--" for internal functions.
5671
5672 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
5673
5674 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
5675 the merge.
5676 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
5677 (provide): Move to the end of file.
5678
5679 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
5680
5681 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5682
5683 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
5684 New variable. List of exceptions for the duplicated word rule.
5685 (flyspell-mark-duplications-flag): Mention it.
5686 (flyspell-word): Treat it.
5687
5688 * files.el (create-file-buffer): If the filename sans directory starts
5689 with spaces, remove them.
5690
5691 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5692
5693 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
5694 (x-gtk-map-stock): Use two directory elements when matching
5695 file name.
5696
5697 2007-08-31 James Wright <james@chumsley.org>
5698
5699 * eshell/em-unix.el (eshell/info): New function.
5700
5701 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 * frame.el (frame-initialize, make-frame):
5704 * server.el (server-process-filter):
5705 * faces.el (tty-set-up-initial-frame-faces): Don't set
5706 term-environment-variable since it's not used any more.
5707
5708 * env.el (setenv): Don't treat $TERM specially.
5709
5710 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
5711 stated otherwise, subprocesses do not send back escape sequences
5712 corresponding to the terminal from which Emacs was started.
5713
5714 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
5715
5716 * calculator.el: Require cl for compilation.
5717
5718 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
5719
5720 * outline.el (outline-font-lock-levels): Comment out unused var.
5721 (outline-font-lock-face): Wrap around face list to handle any
5722 nesting depth gracefully.
5723
5724 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
5725
5726 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
5727 `set-file-times'.
5728
5729 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
5730
5731 * textmodes/org.el (org-export-visible): Fix drawers before export.
5732 (org-do-sort): Allow sorting by priority.
5733 (org-agenda-files): Ignore non-existing files.
5734 (org-agenda-skip-unavailable-files): New variable.
5735 (org-ellipsis): All a face as value.
5736 (org-mode): Interprete the face value of `org-ellipsis'.
5737 (org-archive-save-context-info): New option.
5738 (org-archive-subtree): Store context info in archived entry.
5739 (org-fast-tag-selection-can-set-todo-state): New variable.
5740 (org-fast-tag-selection): Allow setting TODO states through this
5741 interface.
5742 (org-cycle): Docstring updated.
5743 (org-todo-keyword-faces): New option.
5744 (org-get-todo-face): New function.
5745 (org-set-font-lock-defaults, org-agenda-highlight-todo):
5746 Use `org-get-todo-face'.
5747 (org-switch-to-buffer-other-window): New function.
5748 (org-table-edit-field, org-table-show-reference)
5749 (org-table-edit-formulas, org-add-log-note)
5750 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
5751 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
5752 `switch-to-buffer-other-window' to make sure that the temporary
5753 windows show up on the current frame.
5754 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
5755 (org-get-entries-from-diary, org-replace-region-by-html):
5756 Don't allow pop-up frames.
5757 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5758 Fix problems with time-of-day.
5759 (org-export-get-title-from-subtree): New function.
5760 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
5761 with listing items that are DONE.
5762 (org-change-tag-in-region): New command.
5763 (org-agenda-skip-scheduled-if-done)
5764 (org-agenda-skip-deadline-if-done): Docstring clarified.
5765 (org-mode): Hide drawers on startup.
5766 (org-get-todo-face): New function.
5767 (org-todo-keyword-faces): New option.
5768 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
5769 (org-remove-keyword-keys): New function.
5770
5771 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
5772
5773 * progmodes/grep.el (grep-find-ignored-directories):
5774 Add monotone _MTN bookkeeping directory in workspaces.
5775 Add RCS control directory. List items in alphabetical order.
5776
5777 * progmodes/grep.el (grep-files-aliases): Add cc alias.
5778 Sort items in alphabetical order. Fix parens.
5779
5780 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5781
5782 * vc-hg.el (vc-hg-extra-menu-map): New variable.
5783 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
5784 (vc-hg-pull): New functions.
5785 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
5786
5787 * term/mac-win.el: Don't require url, only autoloaded url
5788 functions are used in this file.
5789
5790 2007-08-29 Andreas Schwab <schwab@suse.de>
5791
5792 * shell.el (shell): Return correct value from interactive spec.
5793
5794 2007-08-29 Glenn Morris <rgm@gnu.org>
5795
5796 * version.el (emacs-version): Increase to 23.0.50.
5797
5798 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5799
5800 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
5801
5802 2007-08-29 Juri Linkov <juri@jurta.org>
5803
5804 * loadup.el: Add "button" loading after "faces" and move "startup"
5805 to load after "button".
5806
5807 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
5808
5809 * loadup.el: Load term/mac-win on a Mac using Carbon.
5810
5811 * term/mac-win.el: Provide mac-win.
5812 (mac-initialized): New variable.
5813 (mac-initialize-window-system): New function. Move global setup here.
5814 (handle-args-function-alist, frame-creation-function-alist):
5815 (window-system-initialization-alist): Add mac entries.
5816 (x-setup-function-keys): New function containing all the
5817 top level function key definitions.
5818
5819 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
5820
5821 * env.el (read-envvar-name): Don't consider the environment frame param.
5822
5823 * env.el (setenv):
5824 * frame.el (frame-initialize, make-frame):
5825 * faces.el (tty-set-up-initial-frame-faces):
5826 * server.el (server-process-filter): Set
5827 display-environment-variable and term-environment-variable.
5828
5829 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
5830
5831 2007-08-29 Jason Rumney <jasonr@gnu.org>
5832
5833 * loadup.el: Only load term/x-win when X is compiled in.
5834 Load term/w32-win and dependencies on windows-nt.
5835
5836 * term/w32-win.el: Reorder to match x-win.el more closely.
5837 Provide w32-win. Don't throw error when global window-system not w32.
5838 (internal-face-interactive): Remove obsolete function.
5839 (x-setup-function-keys): Use local-function-key-map.
5840 (w32-initialized): New variable.
5841 (w32-initialize-window-system): Set it.
5842 Move more global setup here.
5843 (x-setup-function-keys): New function.
5844 (w32-initialize-window-system): Move non function key global setup here.
5845 (x-cut-buffer-max): Remove.
5846 (w32-initialize-window-system): New function.
5847 (handle-args-function-alist, frame-creation-function-alist):
5848 (window-system-initialization-alist): Add w32 entries.
5849
5850 2007-08-29 David Kastrup <dak@gnu.org>
5851
5852 * env.el (getenv): Pass frame to getenv-internal.
5853
5854 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
5855
5856 * version.el (emacs-version): Show if multi-tty is present.
5857
5858 * loadup.el: Delay loading env; mule-conf gets confused by cl
5859 during bootstrap. Also load termdev and term/x-win.
5860
5861 * bindings.el (mode-line-client): New variable.
5862 (help-echo): Add it to the default mode-line format.
5863
5864 * cus-start.el: Remove bogus window-system reference from GTK test.
5865
5866 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
5867 (ebrowse-electric-position-mode-map):
5868 * ebuff-menu.el (electric-buffer-menu-mode-map):
5869 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
5870 not `suspend-emacs'.
5871
5872 * ediff-wind.el (ediff-setup-windows-automatic): New function.
5873 (ediff-window-setup-function): Use it as default.
5874
5875 * files.el (save-buffers-kill-terminal): New function.
5876 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
5877
5878 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
5879 and `with-selected-frame'.
5880
5881 * help-fns.el (describe-variable): Describe frame-local variables
5882 correctly.
5883
5884 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
5885 display support.
5886 (normal-erase-is-backspace-setup-frame): New function.
5887
5888 * subr.el (with-selected-frame): New function.
5889 (read-quoted-char): Use terminal-local binding of
5890 local-function-key-map instead of function-key-map.
5891
5892 * talk.el (talk): New function.
5893 (talk-handle-delete-frame): New function.
5894 (talk-add-display): Open a new frame only if FRAME was not a frame.
5895
5896 * termdev.el: New file.
5897
5898 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
5899 * term/x-win.el: Don't bind f10.
5900 * tmm.el: Remove autoload binding for f10.
5901
5902 * international/encoded-kb.el (encoded-kbd-setup-display): Use
5903 `set-input-meta-mode'. Fix broken condition before set-input-mode.
5904 Store the saved input method as a terminal parameter. Add keymap
5905 parameter. Use it instead of changing key-translation-map directly.
5906 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
5907 Remove.
5908 (encoded-kbd-setup-display): New function.
5909
5910 * international/mule-cmds.el (set-locale-environment): Fix getenv
5911 call. Use save-buffers-kill-terminal. Ignore window-system; always
5912 set the keyboard coding system. Add DISPLAY parameter.
5913 (set-display-table-and-terminal-coding-system): Add DISPLAY
5914 parameter. Pass it to set-terminal-coding-system.
5915
5916 * international/mule.el (keyboard-coding-system): Test for
5917 encoded-kbd-setup-display, not encoded-kbd-mode.
5918 (set-terminal-coding-system, set-keyboard-coding-system): Add
5919 DISPLAY parameter.
5920 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
5921
5922 * term/README: Update.
5923
5924 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
5925
5926 * term/x-win.el (x-setup-function-keys): New function. Move
5927 function-key-map tweaks here. Protect against multiple calls on
5928 the same terminal. Use terminal-local binding of
5929 local-function-key-map instead of function-key-map.
5930 (x-initialize-window-system): Make a copy of pure list. Pass a
5931 frame getenv.
5932
5933 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
5934 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
5935 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
5936 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
5937 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
5938 local-function-key-map instead of function-key-map.
5939
5940 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
5941 `substitute-key-definition' and `define-key' calls against
5942 multiple execution. Use terminal-local binding of
5943 local-function-key-map instead of function-key-map. Pass a frame
5944 to getenv.
5945
5946 * edmacro.el (edmacro-format-keys):
5947 * emulation/cua-base.el (cua--pre-command-handler):
5948 * isearch.el (isearch-other-meta-char):
5949 * xt-mouse.el: Use terminal-local binding of
5950 local-function-key-map instead of function-key-map.
5951
5952 * fringe.el (set-fringe-mode): Simplify and fix using
5953 `modify-all-frames-parameters'.
5954 * scroll-bar.el (set-scroll-bar-mode): Ditto.
5955 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
5956 check before calling `tool-bar-setup'.
5957 (tool-bar-setup): New variable.
5958 (tool-bar-setup): Use it to guard against multiple calls. Add
5959 optional frame parameter, and select that frame before adding items.
5960 (toggle-tool-bar-mode-from-frame): New function.
5961
5962 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
5963 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
5964 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
5965 "Tool-bar" toggles to reflect the state of the current frame.
5966 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
5967
5968 * env.el: Require cl for byte compilation (for `block' and `return').
5969 (environment, setenv-internal): New functions.
5970 (let-environment): New macro.
5971 (setenv, getenv): Add optional terminal parameter. Update docs.
5972 (setenv): Use setenv-internal. Always set process-environment.
5973 Handle `local-environment-variables'.
5974 (read-envvar-name, setenv, getenv): Use frame parameters
5975 to store the local environment, not terminal parameters. Include
5976 `process-environment' as well.
5977
5978 * faces.el (tty-run-terminal-initialization): New function.
5979 (tty-create-frame-with-faces): Use it. Set up faces and
5980 background mode only after the terminal has been initialized.
5981 Call terminal-init-*. Don't load the initialization file more
5982 than once. Call set-locale-environment.
5983 (frame-set-background-mode): Handle the 'background-mode terminal
5984 parameter.
5985 (tty-find-type): New function.
5986 (x-create-frame-with-faces): Remove bogus check for
5987 first frame. Call `tool-bar-setup'. Don't make frame visible
5988 until we are done setting up all its parameters. Call
5989 x-setup-function-keys.
5990
5991 * frame.el (make-frame): Always inherit 'environment and 'client
5992 parameters. Set up the 'environment frame parameter, when needed.
5993 Also inherit 'client parameter. Don't override explicitly
5994 specified values with inherited ones. Add 'terminal frame
5995 parameter. Append window-system-default-frame-alist to parameters
5996 before calling frame-creation-function.
5997 (frame-initialize): Copy the environment from the initial frame.
5998 (window-system-default-frame-alist): Enhance doc string.
5999 (frame-notice-user-settings): Don't put 'tool-bar-lines in
6000 `default-frame-alist' when initial frame is on a tty.
6001 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
6002 Remove specified parameters from `window-system-default-frame-alist'.
6003 (make-frame-on-tty, framep-on-display, suspend-frame):
6004 Extend doc string, update parameter names.
6005 (frames-on-display-list): Use terminal-id to get the display id.
6006 (frame-notice-user-settings): Extend to apply
6007 settings in `window-system-default-frame-alist' as well.
6008 (terminal-id, terminal-parameters, terminal-parameter)
6009 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
6010 (delete-frame-functions): Add to `delete-frame-functions' hook.
6011 (blink-cursor-mode): Adapt blink-cursor-mode default
6012 value from startup.el.
6013 (make-frame-on-display): Protect condition on x-initialized when
6014 x-win.el is not loaded. Update doc.
6015 (suspend-frame): Use display-controlling-tty-p to decide between
6016 suspend-emacs and suspend-tty.
6017 (frames-on-display-list): Update for display ids.
6018 (framep-on-display): Ditto.
6019 (suspend-frame): Use display-name, not frame-tty-name.
6020 (selected-terminal): New function.
6021
6022 * server.el: Use `device' instead of `display' or `display-id' in
6023 variable and client parameter names.
6024 (server-select-display): Remove (unused).
6025 (server-tty-live-p, server-handle-delete-tty): Remove.
6026 (server-unquote-arg, server-quote-arg, server-buffer-clients):
6027 Update docs.
6028 (server-getenv-from, server-with-environment, server-send-string)
6029 (server-save-buffers-kill-terminal): New functions.
6030 (server-delete-client): Handle quits in kill-buffer. Don't kill
6031 modified buffers. Add extra logging. Delete frames after
6032 deleting the tty. Clear 'client parameter before deleting a frame.
6033 Use delete-display, not delete-tty.
6034 (server-visit-files): Don't set `server-existing-buffer' if the
6035 buffer already has other clients. Return list of buffers
6036 created. Update doc. Don't set client-record when nowait.
6037 (server-handle-delete-frame): Delete the client if this was its
6038 last frame. Check that the frame is alive. Remove bogus comment.
6039 Add note on possible race condition. Delete tty clients, if needed.
6040 (server-handle-suspend-tty): Use server-send-string. Kill the
6041 client in case of errors from process-send-string. Use the display
6042 parameter.
6043 (server-unload-hook): Remove obsolete delete-tty hook.
6044 (server-start): Ask before restarting if the old server still has
6045 clients. Add feedback messages. Remove obsolete delete-tty hook.
6046 (server-process-filter): Use server-send-string. Accept `-dir'
6047 command. Switch to *scratch* immediately after creating the frame,
6048 before evaluating any -evals. Protect `display-splash-screen'
6049 call in a condition-case. Explain why. Call
6050 `display-startup-echo-area-message' before
6051 `display-splash-screen'. Don't display the splash screen when no
6052 frame was created. Show the Emacs splash screen and startup echo
6053 area message. Display the *scratch* buffer by default. Store the
6054 local environment in a frame (not terminal) parameter. Do not try
6055 to decode environment strings. Fix reference to the 'display
6056 frame parameter. Change syntax of environment variables. Put
6057 environment into terminal parameters, not client parameters. Use
6058 a dummy client with --no-wait's X frames. In `-position LINE'
6059 handler, don't ruin the request string until the line number is
6060 extracted. Log opened files. Handle -current-frame command.
6061 Don't create frames when it is given. Don't bind X frames to the
6062 client when we are in -no-wait mode. Set locale environment
6063 variables from client while creating tty frames. Disable call to
6064 configure-display-for-locale. When processing -position command,
6065 don't change the request string until the parameters are
6066 extracted. Don't try to create an X frame when Emacs does not
6067 support it. Improve logging. Temporarily set ncurses-related
6068 environment variables to those of the client while creating a new
6069 tty frame. Select buffers opened by nowait clients, don't leave
6070 them buried under others. Set the display parameter, and use it
6071 when appropriate.
6072
6073 * startup.el (display-startup-echo-area-message): Handle
6074 `inhibit-startup-echo-area-message' here.
6075 (command-line-1): Moved from here.
6076 (fancy-splash-screens): Use `overriding-local-map' instead of
6077 `overriding-terminal-local-map' for now; the latter doesn't work
6078 right, it looses keypresses to another terminal. Use
6079 `overriding-terminal-local-map' to set up keymap. Install a
6080 `delete-frame-functions' hook to catch `delete-frame' events.
6081 Ignore `select-window' events to cope better with
6082 `focus-follows-mouse'. Don't switch back to the original buffer
6083 if the splash frame has been killed. Restore previous buffer, even
6084 if it's *scratch*.
6085 (normal-splash-screen): Don't let-bind `mode-line-format'; it
6086 changes the global binding - setq it instead. Use
6087 `save-buffers-kill-terminal'.
6088 (display-splash-screen): Don't do anything if the splash screen is
6089 already displayed elsewhere.
6090 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
6091 (command-line): Replace duplicated code with a call to
6092 tty-run-terminal-initialization. Don't load the terminal
6093 initialization file more than once. Remove call to nonexistent
6094 function `set-locale-translation-file-name'.
6095
6096 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
6097 parameters.
6098 (xterm-mouse-position-function, xterm-mouse-event): Update.
6099 (xterm-mouse-mode): Don't depend on current value of window-system.
6100 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
6101 Update for multi-tty.
6102 (turn-on-xterm-mouse-tracking-on-terminal)
6103 (turn-off-xterm-mouse-tracking-on-terminal)
6104 (xterm-mouse-handle-delete-frame): New functions.
6105 (delete-frame-functions, after-make-frame-functions)
6106 (suspend-tty-functions, resume-tty-functions): Install extra hooks
6107 for multi-tty.
6108
6109 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6110
6111 * simple.el (invisible-p): Remove: implemented in C now.
6112 (line-move-invisible-p): Remove obsolete alias.
6113
6114 2007-08-28 Juri Linkov <juri@jurta.org>
6115
6116 * image-mode.el (image-type): New variable.
6117 (image-mode): Set default major mode name to "Image[text]".
6118 (image-minor-mode): Change LIGHTER to display image-type in the
6119 mode line.
6120 (image-minor-mode): Set default image-type to "text".
6121 (image-toggle-display): After switching to text mode, set
6122 image-type to "text" and major mode name to "Image[text]".
6123 After switching to image mode, set image-type to actual image
6124 type, and add image type to major mode name. Let-bind the same
6125 variable names as arguments of `image-type' and `create-image'.
6126 Bind `type' to the result of `image-type' and use it as arg
6127 of `create-image' to not determine the image type twice.
6128
6129 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
6130
6131 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
6132 (tramp-set-file-uid-gid, tramp-get-local-uid)
6133 (tramp-get-local-gid): New defuns.
6134 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
6135 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
6136 Improve fast track.
6137 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
6138 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
6139 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
6140 (tramp-handle-write-region): Improve fast track.
6141 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
6142 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
6143 be nil.
6144
6145 2007-08-28 Ivan Kanis <apple@kanis.eu>
6146
6147 * time.el: New feature to display several time zones in a buffer.
6148 (display-time-world-mode, display-time-world-display)
6149 (display-time-world, display-time-world-timer): New functions.
6150 (display-time-world-list, display-time-world-time-format)
6151 (display-time-world-buffer-name, display-time-world-timer-enable)
6152 (display-time-world-timer-second, display-time-world-mode-map):
6153 New variables.
6154
6155 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6156
6157 * term/x-win.el (x-gtk-stock-map): New variable.
6158 (x-gtk-map-stock): New function.
6159
6160 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
6161 prev/next-node.
6162
6163 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
6164
6165 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
6166
6167 2007-08-28 Glenn Morris <rgm@gnu.org>
6168
6169 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
6170
6171 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6172
6173 * progmodes/modula2.el (m2-definition, m2-module):
6174 Don't use previous-line. Reported by T. V. Raman.
6175
6176 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6177
6178 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
6179 argument to tool-bar-mode call.
6180
6181 2007-08-27 Glenn Morris <rgm@gnu.org>
6182
6183 * diff-mode.el (diff-find-file-name): Only accept regular files,
6184 to rule out /dev/null, directories, etc.
6185
6186 * vc-svn.el (vc-svn-diff): If the repository version of all the
6187 files is the same as the specified OLDVERS, do a local diff.
6188
6189 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6190
6191 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
6192 of buffers in uniquify-managed.
6193
6194 * simple.el (invisible-p): Rename from text-invisible-p.
6195 Update callers.
6196
6197 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6198
6199 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
6200 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
6201 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
6202 (cperl-etags-goto-tag-location): Use new style backquotes.
6203
6204 * net/browse-url.el: Remove spurious * in custom docstrings.
6205 (browse-url-filename-alist): Use new-style backquote.
6206
6207 * emacs-lisp/backquote.el (backquote-unquote-symbol)
6208 (backquote-splice-symbol): Clarify they're not new-style unquotes.
6209
6210 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
6211 (\,@): Backslash the , and ,@ which are not new-style unquotes.
6212
6213 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
6214
6215 * net/socks.el (socks-username/password-auth-filter):
6216 Remove unused vars `state' and `desired-len'.
6217 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
6218 (socks-wait-for-state-change): Use new-style backquotes.
6219
6220 * pcvs.el (cvs-mode-status): Fix long-standing typo.
6221
6222 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
6223 backquotes after each `read' rather than once per buffer.
6224
6225 * dframe.el: Remove spurious * in custom docstrings.
6226 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
6227 (dframe-xemacs20p): Remove, inline at the sole use point.
6228 (defface): Don't defvar the face, don't use old-style backquote.
6229 (defcustom): Don't use old-style backquote.
6230 (dframe-frame-parameter, dframe-mouse-event-p):
6231 Make it obvious that it's always defined.
6232 (dframe-popup-kludge): New function to replace
6233 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
6234 (dframe-frame-mode, dframe-set-timer-internal)
6235 (dframe-mouse-set-point): Remove use of with-no-warnings from
6236 XEmacs-specific code.
6237 (dframe-set-timer-internal): Fix very old bug with
6238 post-command-idle-hook.
6239
6240 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
6241
6242 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
6243
6244 * emacs-lisp/avl-tree.el: New file.
6245
6246 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6247
6248 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
6249 was used.
6250
6251 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
6252
6253 * complete.el (PC-do-completion): Make RET accept a non-unique but
6254 complete expansion again.
6255
6256 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
6257
6258 * eshell/esh-opt.el (eshell-eval-using-options):
6259 Add debug declaration.
6260
6261 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
6262
6263 * log-view.el (log-view-toggle-mark-entry): Add docstring.
6264 (log-view-get-marked): Likewise.
6265
6266 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
6267 (vc-delete-automatic-version-backups): Likewise.
6268
6269 * vc.el (vc-dired-buffers-for-dir): Likewise.
6270
6271 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6272
6273 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
6274 safe-local-variable setting.
6275 * progmodes/perl-mode.el (perl-indent-level): Likewise.
6276
6277 * log-view.el (log-view-marked-list): Delete variable.
6278 (log-view-mode): Don't use it.
6279 (log-view-toggle-mark-entry): Likewise, simplify.
6280 (log-view-current-tag): Don't return properties.
6281 (log-view-get-marked): New function.
6282
6283 2007-08-25 Alexandre Julliard <julliard@winehq.org>
6284
6285 * vc-git.el (vc-git-mode-line-string): New function.
6286
6287 2007-08-25 Alan Mackenzie <acm@muc.de>
6288
6289 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
6290 new language variable.
6291
6292 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
6293 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
6294 "extern" etc., rather than BOI. Fix addition of spurious
6295 syntactic-symbol 'defun-block-intro, replacing it with
6296 'innamespace, etc.
6297
6298 2007-08-25 Juri Linkov <juri@jurta.org>
6299
6300 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
6301
6302 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
6303 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
6304 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
6305
6306 * image.el (image-type-header-regexps): Use more complex regexp for svg.
6307 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
6308 (image-type-auto-detectable): Add (svg . maybe).
6309
6310 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
6311 to treat it like .tgz.
6312
6313 * calendar/cal-bahai.el: Add file coding cookie.
6314
6315 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
6316
6317 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
6318 Don't behave differently when executed via M-x. Add doc string.
6319
6320 * sort.el (sort-fold-case, sort-numeric-base): Mark as
6321 safe-local-variable.
6322
6323 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
6324
6325 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
6326 the default value.
6327 (math-calendar-tzinfo): New variable.
6328 (math-get-calendar-tzinfo): New function.
6329 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
6330 to get information when zone is nil.
6331
6332 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
6333
6334 * log-view.el (log-view-toggle-mark-entry): New function.
6335 (log-view-mode-map): Bind it.
6336 (log-view-marked-list): New variable.
6337 (log-view-mode): Make it local.
6338
6339 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6340
6341 * play/zone.el (zone-pgm-rat-race): New func.
6342 (zone-programs): Add `zone-pgm-rat-race'.
6343
6344 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6345
6346 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
6347 a list.
6348
6349 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
6350
6351 * progmodes/hideshow.el (hs-match-data): Delete alias.
6352 (hs-hide-block-at-point, hs-find-block-beginning)
6353 (hs-show-block): Use `match-data' directly.
6354
6355 2007-08-24 Martin Rudalics <rudalics@gmx.at>
6356
6357 * format.el (format-alist): Fix typo in doc-string.
6358
6359 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
6360
6361 * net/tramp.el (tramp-local-host-p): New defun.
6362 (tramp-handle-file-local-copy, tramp-handle-write-region):
6363 Implement fast track when being on the local host.
6364 (tramp-file-name-handler): Don't set "started" property. It shall
6365 be reserved for the "ftp" method.
6366 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
6367
6368 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
6369 (tramp-ftp-file-name-handler): Set "started" property.
6370
6371 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
6372
6373 * files.el (backup-buffer-copy): Don't wrap delete in
6374 condition-case, only try to delete if file exists.
6375
6376 2007-08-24 Glenn Morris <rgm@gnu.org>
6377
6378 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
6379
6380 * startup.el (tutorial-directory): Set with eval-at-startup so it
6381 gets the right value in an installed Emacs.
6382
6383 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6384
6385 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
6386 (eldoc-highlight-function-argument): Use it.
6387
6388 2007-08-23 Masatake YAMATO <jet@gyve.org>
6389
6390 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
6391 name of parameters in document body.
6392
6393 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
6396 (byte-compile-output-as-comment): Use with-current-buffer rather than
6397 a weird set-buffer&prog1 combination.
6398
6399 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
6400 test so as to optimise cases where the `progn's result is constant.
6401
6402 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6403
6404 * locate.el (locate-get-file-positions):
6405 Use line-beginning-position and line-end-position.
6406
6407 2007-08-23 John Wiegley <johnw@newartisans.com>
6408
6409 * calendar/cal-bahai.el: Added in the diacriticals that were
6410 missing for many of the month names.
6411
6412 2007-08-22 Jason Rumney <jasonr@gnu.org>
6413
6414 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
6415
6416 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
6417
6418 * image-mode.el (image-minor-mode): Use image-mode-text-map.
6419
6420 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
6421
6422 * dabbrev.el (dabbrev--progress-reporter): New variable.
6423 (dabbrev--scanning-message): Delete func.
6424 (dabbrev--find-expansion): Use a progress reporter
6425 instead of dabbrev--scanning-message.
6426
6427 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6428
6429 * comint.el (comint-exec-1): Raise an error if
6430 `start-file-process' does not return a process object.
6431
6432 * shell.el (shell): Prompt for `default-directory' if it is a
6433 remote file name, and if called with a prefix arg.
6434
6435 2007-08-22 Sam Steingold <sds@gnu.org>
6436
6437 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
6438
6439 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
6440
6441 * textmodes/org-export-latex.el: New file.
6442
6443 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
6444
6445 * textmodes/org.el (org-agenda-skip): Allow a form for
6446 `org-agenda-skip-function'.
6447 (org-agenda-redo): Re-use local settings.
6448 (org-agenda): Store local settings.
6449 (org-agenda-deadline-faces): New option.
6450 (org-agenda-deadline-face): New function.
6451 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
6452 entries on their due date.
6453 (org-agenda-get-timestamps): No longer handle the due dates of
6454 schedules and deadline items.
6455 (org-insert-link-global, org-open-at-point-global): New commands.
6456 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
6457 :for-ascii parameter.
6458 (org-skip-comments): Function removed.
6459 (org-cleaned-string-for-export): Handle special table lines.
6460 (org-global-properties): New option.
6461 (org-entry-get-with-inheritance): Check global properties.
6462 (org-local-properties): New variable.
6463 (org-set-regexps-and-options): Find the #+PROPERTY line.
6464 (org-link-types): Change type into variable (was constant).
6465 (org-make-link-regexps): New function.
6466 (org-link-re-with-space, org-link-re-with-space2)
6467 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
6468 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
6469 these regular expressions happens now in the function
6470 `org-make-link-regexps'.
6471 (org-store-link): Call the functions in
6472 `org-store-link-functions'.
6473 (org-add-link-type): New function.
6474 (org-store-link-functions): New variable.
6475 (org-activate-tags): Force matches to be in headlines.
6476 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
6477 (org-columns-display-here): Make sure this works in a narrowed
6478 buffer by checking for point-min.
6479 (org-columns-display-here): Make the rest of the line intangible,
6480 so that point never can be there.
6481 (org-cleaned-string-for-export): Use `with-current-buffer'.
6482 (org-replace-region-by-html): Use `with-current-buffer'.
6483 (org-unfontify-region, org-do-occur, org-columns-display-here)
6484 (org-columns-remove-overlays, org-columns-quit)
6485 (org-columns-edit-value, org-columns-next-allowed-value)
6486 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
6487 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
6488 (org-agenda-todo, org-agenda-change-all-lines)
6489 (org-agenda-align-tags, org-agenda-priority)
6490 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
6491 (org-agenda-show-new-time, org-cleaned-string-for-export)
6492 (org-export-grab-title-from-buffer)
6493 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
6494 instead of `buffer-read-only'.
6495 (org-export-as-html): Set `coding-system-for-write'.
6496 (org-remember-store-without-prompt): New option.
6497 (org-archive-subtree): Fixed bug with modifying TODO keyword.
6498 (org-beginning-of-line): Also treat C-a special in items.
6499 (org-table-convert-refs-to-rc): Fixed problem with column
6500 reference after "..".
6501 (org-columns-compute): Don't mark buffer modified because of text
6502 properties.
6503 (org-batch-store-agenda-views): Use the variable
6504 `default-directory', not the function.
6505 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
6506 (org-clock-out-when-done): New option.
6507 (org-html-entities): Added HTML entities for smileys.
6508
6509 2007-08-22 Glenn Morris <rgm@gnu.org>
6510
6511 * image.el (create-image): Doc fix.
6512
6513 * startup.el (tutorial-directory): New constant.
6514 (fancy-splash-text): Tutorials now in tutorial-directory.
6515 * tutorial.el (help-with-tutorial): Tutorials now in
6516 tutorial-directory.
6517
6518 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
6519
6520 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
6521 otherwise.
6522 (tramp-get-remote-path): New defun. Replace occurrences of
6523 `tramp-default-remote-path' by this function.
6524 (tramp-set-remote-path): Move most of the code to
6525 `tramp-get-remote-path'.
6526 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
6527 existing directories, this is done already in
6528 `tramp-get-remote-path'.
6529
6530 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
6531
6532 * image-file.el (image-file-name-extensions): Add "svg".
6533 * image.el (image-type-header-regexps): Add svg entry.
6534
6535 2007-08-22 Glenn Morris <rgm@gnu.org>
6536
6537 * files.el (backup-buffer-copy): Check backup directory is
6538 writable, to avoid infloop deleting old backup.
6539
6540 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
6541 movemail related variables.
6542 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
6543 will now be set before this is called.
6544
6545 2007-08-21 Juri Linkov <juri@jurta.org>
6546
6547 * delsel.el (delete-selection-pre-hook):
6548 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
6549 instead of checking last-command.
6550
6551 2007-08-21 Juri Linkov <juri@jurta.org>
6552
6553 * loadup.el: Preload "button".
6554
6555 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6558 Add previous-line and next-line.
6559
6560 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
6561 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
6562
6563 * vc-hooks.el (vc-menu-entry): New var.
6564 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
6565 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
6566 (vc-menu-map): Declare and initialize in one step.
6567 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
6568
6569 * menu-bar.el (vc-menu-map): Don't setup any more.
6570 Instead, just create the proper spot in the menu.
6571
6572 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * smerge-mode.el (smerge-resolve): New arg `safe'.
6575 (smerge-resolve-all, smerge-batch-resolve): New function.
6576 (smerge-refine): Make sure `diff' returns the expected result.
6577 (smerge-parsep-re): New const.
6578 (smerge-mode): Use it to adjust paragraph-separate.
6579
6580 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6581 Correctly match / regexp matchers as first char on a line when
6582 fontifying only that line.
6583
6584 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
6585
6586 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * vc-bzr.el: Don't fiddle with vc-handled-backend.
6589 (vc-bzr-registered): Don't redundantly protect against
6590 file-error. Actually use the format-specific code.
6591 (vc-bzr-buffer-nonblank-p): Remove.
6592 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
6593
6594 2007-08-20 Juri Linkov <juri@jurta.org>
6595
6596 * startup.el (fancy-splash-text): Change multiple tabs into one
6597 tab. Remove "Useful File menu items" section (with "Exit Emacs"
6598 and "Recover Crashed Session").
6599 (fancy-splash-screens): Set tab-width to 22.
6600 (normal-splash-screen): Replace literal tabs with \t and
6601 fix whitespace. Remove "Useful File menu items" section (with
6602 "Exit Emacs" and "Recover Crashed Session").
6603
6604 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
6605
6606 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
6607 extracted from `eval-last-sexp-1'.
6608 (eval-last-sexp-1): Call `preceding-sexp'.
6609
6610 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
6611
6612 * vc-rcs.el (vc-rcs-annotate-command):
6613 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
6614 Add back :vc-annotate-prefix propertization.
6615
6616 2007-08-20 Andreas Schwab <schwab@suse.de>
6617
6618 * mail/rmail.el (rmail-autodetect): Doc fix.
6619
6620 2007-08-19 Juri Linkov <juri@jurta.org>
6621
6622 * startup.el (normal-splash-screen): Add more links.
6623
6624 2007-08-19 Juri Linkov <juri@jurta.org>
6625
6626 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
6627 because it's common to both types of splash screen: fancy and normal.
6628 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
6629 (exit-splash-screen): Rename from `fancy-splash-quit'.
6630 Use `quit-window' instead of `kill-buffer'.
6631 (fancy-splash-head): Use make-button to insert GNU image link.
6632 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
6633 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
6634 (normal-splash-screen): Put "Browse manuals" on the same line with
6635 "Emacs manual". Remove descriptions from "Useful tasks" and put
6636 all links in two columns on two lines.
6637
6638 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
6639
6640 * emulation/viper.el (viper-remove-hooks): Remove some additional
6641 viper hooks when the user calls viper-go-away.
6642 (viper-go-away): Restore the default of default-major-mode.
6643 Save the value of default-major-mode before vaperization.
6644
6645 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
6646
6647 * emulation/viper-ex.el: Replace error "" with "Viper bell".
6648
6649 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
6650 buffer for which file is created.
6651
6652 2007-08-19 Glenn Morris <rgm@gnu.org>
6653
6654 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
6655 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
6656 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
6657 shadow files messing up the compilation.
6658
6659 2007-08-18 Glenn Morris <rgm@gnu.org>
6660
6661 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
6662 string. Also apply eldoc-argument-case in the help-split-fundoc
6663 case. Adapt for changed behavior of eldoc-function-argstring,
6664 eldoc-function-argstring-format, and
6665 eldoc-highlight-function-argument.
6666 (eldoc-highlight-function-argument): Handle nil INDEX argument,
6667 just call eldoc-docstring-format-sym-doc in that case.
6668 (eldoc-function-argstring): Change the behavior. Now it converts
6669 an argument list to a string.
6670 (eldoc-function-argstring-format): Change the behavior. Now it
6671 applies `eldoc-argument-case' to a string.
6672
6673 * progmodes/scheme.el (scheme-mode-variables): Set
6674 font-lock-comment-start-skip.
6675
6676 2007-08-18 Martin Rudalics <rudalics@gmx.at>
6677
6678 * progmodes/ada-mode.el (ada-create-syntax-table): Move
6679 set-syntax-table from here to ...
6680 (ada-mode): ... here. Do not change global value of
6681 comment-multi-line. Call new function
6682 ada-initialize-syntax-table-properties and add new function
6683 ada-handle-syntax-table-properties to font-lock-mode-hook.
6684 (ada-deactivate-properties, ada-initialize-properties): Replace
6685 by new functions ...
6686 (ada-handle-syntax-table-properties)
6687 (ada-initialize-syntax-table-properties)
6688 (ada-set-syntax-table-properties): ... to set up syntax-table
6689 properties uniformly, independently from whether font-lock-mode
6690 is enabled or not. Handle read-only buffers and do not change
6691 undo-list when setting syntax-table properties.
6692 (ada-after-change-function): Use ada-set-syntax-table-properties.
6693
6694 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6695
6696 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
6697 (meta-indent-current-nesting): Use a computation of the nesting
6698 instead.
6699 (meta-indent-current-indentation): Indentation is given according
6700 to nesting and if the previous line was finished or not.
6701 (meta-indent-unfinished-line): Tell if the current line ends with
6702 a finished expression.
6703 (meta-indent-looking-at-code): Like `looking-at', but checks if
6704 the point is in a string before.
6705 (meta-indent-level-count): Use it. Don't count parenthesis as it's
6706 done in the nesting function.
6707 (meta-indent-in-string-p): Tell if the current point is in a
6708 string.
6709 (meta-indent-calculate): Treat b-o-b as a special case. Use the
6710 previous functions.
6711
6712 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
6713
6714 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
6715 (copyright-update-year, copyright-update)
6716 (copyright-fix-years): Use it.
6717
6718 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
6719
6720 * emacs-lisp/copyright.el (copyright-update-year):
6721 Fix bug: Handle nil copyright-limit.
6722
6723 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6724
6725 * calc/calc-units.el (math-standard-units): Give exact
6726 conversion for tsp.
6727
6728 * calc/calc.el (math-bignum-digit-length): Compute the
6729 appropriate value.
6730
6731 * calc/calc-bin.el (math-bignum-logb-digit-size)
6732 (math-bignum-digit-power-of-two):
6733 * calc/calc-comb.el (math-small-factorial-table):
6734 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
6735 (math-approx-gamma-const):
6736 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
6737 (math-besY1, math-bernoulli-b-cache):
6738 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
6739 Remove `eval-when-compile's.
6740
6741 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6742
6743 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
6744 (cperl-find-pods-heres): Fix an error when typing expressions like
6745 `s{a}{b}'.
6746
6747 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6748
6749 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
6750 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
6751 a special case (there's no build number).
6752
6753 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
6754
6755 * completion.el (symbol-under-point, symbol-before-point)
6756 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
6757
6758 2007-08-17 Glenn Morris <rgm@gnu.org>
6759
6760 * progmodes/compile.el (compilation-get-file-structure): Make use
6761 of the directory part when checking for an existing entry, to
6762 handle files with same basename in different directories.
6763
6764 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
6765
6766 * calc/calc.el (calc-language-alist): Add texinfo-mode.
6767
6768 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6769
6770 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
6771 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
6772 (ps-paragraph-spacing): Docstring fix.
6773
6774 2007-08-16 Glenn Morris <rgm@gnu.org>
6775
6776 * ps-print.el (ps-font-size): Doc fix.
6777
6778 2007-08-16 Richard Stallman <rms@gnu.org>
6779
6780 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
6781
6782 2007-08-15 Juri Linkov <juri@jurta.org>
6783
6784 * startup.el (initialization): Change parent group from `internal'
6785 to `environment'.
6786 (initial-buffer-choice): New variable.
6787 (command-line): Revert 2007-07-02 change that sets
6788 buffer-offer-save in *scratch* and enables auto-save in it.
6789 (fancy-splash-text): Add links to existing items. Add new items
6790 with links for useful tasks. Move information about Control-g to
6791 fancy-splash-head. Move "Emacs Guided Tour" to the end.
6792 (fancy-splash-keymap): New variable.
6793 (fancy-splash-last-input-event): Remove variable.
6794 (fancy-splash-insert): Add processing of `:link' element.
6795 (fancy-splash-head): Replace "Type Control-l to begin editing"
6796 with "Type `q' to exit".
6797 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
6798 (fancy-splash-default-action, fancy-splash-special-event-action):
6799 Remove functions.
6800 (fancy-splash-quit): New function.
6801 (fancy-splash-screens): Rename input arg from `hide-on-input' to
6802 `static' and reverse the condition of its usage. Don't preserve
6803 original values of `minor-mode-map-alist',
6804 `emulation-mode-map-alists', `special-event-map'.
6805 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6806 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6807 Remove processing of special events. Use local key map
6808 `fancy-splash-keymap'. Set buffer to read-only.
6809 (normal-splash-screen): Rename input arg from `hide-on-input' to
6810 `static' and reverse the condition of its usage.
6811 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
6812 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
6813 Add links to existing items. Add new items with links for useful
6814 tasks. Use local key map `fancy-splash-keymap'.
6815 (display-splash-screen): Rename input arg from `hide-on-input' to
6816 `static'.
6817 (about-emacs): Add alias to display-splash-screen.
6818 (command-line-1): Use `initial-buffer-choice'.
6819
6820 * menu-bar.el (menu-bar-help-menu):
6821 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
6822 item to about-emacs instead of display-splash-screen.
6823
6824 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
6825
6826 * calc/calc-units.el (math-standard-units): Update values.
6827 Put in exact, rational values when possible.
6828 (math-unit-prefixes): Replace floats with powers of ten.
6829 (math-standard-units-systems): Replace floats with integers.
6830 (math-make-unit-string): Remove extra spaces in output.
6831
6832 2007-08-15 Glenn Morris <rgm@gnu.org>
6833
6834 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
6835 sloppier, for the sake of GNU Mailman.
6836 (rmail-digest-rfc1153): Initialize `result' correctly.
6837
6838 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6839
6840 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
6841 in the mail title. Suggested by Reiner Steib.
6842
6843 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
6844
6845 * calc/calc-aent.el (calc-do-quick-calc): Add binary
6846 representation of integers to the list of outputs.
6847
6848 2007-08-14 Glenn Morris <rgm@gnu.org>
6849
6850 * simple.el (bad-packages-alist): New constant.
6851 (bad-package-check): New function. Together, these two add elements
6852 to `after-load-alist' to check for problematic external packages.
6853 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
6854
6855 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
6856
6857 * calc/calc-units.el (math-get-standard-units)
6858 (math-get-units, math-make-unit-string)
6859 (math-get-default-units, math-put-default-units): New functions.
6860 (math-default-units-table): New variable.
6861 (calc-convert-units, calc-convert-temperature): Add machinery
6862 to supply default values.
6863
6864 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6865
6866 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
6867 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
6868 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
6869 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
6870
6871 * emulation/tpu-extras.el: Remove spurious * in docstrings.
6872 Put its autoloads into tpu-edt.el rather than loaddefs.el.
6873 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
6874 Make into a proper minor-mode.
6875 (tpu-backward-char, tpu-next-line, tpu-previous-line)
6876 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
6877 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
6878 (tpu-set-cursor-free, tpu-set-cursor-bound):
6879 Delegate to tpu-cursor-free-mode.
6880 (tpu-next-line, tpu-previous-line, tpu-forward-line)
6881 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
6882 Use line-move or forward-line instead of next-line-internal.
6883
6884 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
6885
6886 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
6887
6888 2007-08-12 Richard Stallman <rms@gnu.org>
6889
6890 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
6891 (cvs-execute-single-file): Use new name split-string-and-unquote.
6892 (cvs-header-msg): Use new name combine-and-quote-strings.
6893
6894 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
6895
6896 * progmodes/gud.el (gud-common-init): Use new name
6897 split-string-and-unquote.
6898
6899 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
6900 in javac regexp.
6901
6902 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
6903 combine-and-quote-strings and split-string-and-unquote.
6904
6905 * subr.el (combine-and-quote-strings): Rename from strings->string.
6906 (split-string-and-unquote): Rename from string->strings.
6907
6908 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6909
6910 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
6911 to buffer-local settings.
6912
6913 * emacs-lisp/backquote.el (backquote-delay-process): New function.
6914 (backquote-process): Add internal arg `level'. Use the two to
6915 correctly handle nested backquotes.
6916
6917 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
6918
6919 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
6920 (vc-bzr-state-words): Add "kind changed" state word.
6921 (vc-bzr-status): New function. Return Bzr idea of file status,
6922 which is different from VC's.
6923 (vc-bzr-state): Use vc-bzr-status.
6924 (vc-workfile-unchanged-p): Use vc-bzr-status.
6925 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
6926 (vc-dired-state): Process "kind changed" state word.
6927
6928 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
6929
6930 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
6931
6932 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
6933 Move from vc-default-find-file-not-found-hook.
6934
6935 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * man.el: Remove spurious * in docstrings.
6938 Merge defvars and toplevel setq-defaults.
6939 (Man-highlight-references0): Limit=nil rather than point-max.
6940 (Man-mode-map): Move initialization into the declaration.
6941 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
6942 (Man-view-header-file): Use expand-file-name rather than concat.
6943 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
6944
6945 * man.el (Man-next-section): Make sure we do not move backward.
6946
6947 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * files.el (auto-mode-alist): Use the purecopied text (duh!).
6950
6951 2007-08-08 Glenn Morris <rgm@gnu.org>
6952
6953 * Replace `iff' in doc-strings and comments.
6954
6955 2007-08-08 Martin Rudalics <rudalics@gmx.at>
6956
6957 * dired.el (dired-pop-to-buffer):
6958 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
6959 * calendar/calendar.el (generate-calendar-window):
6960 * progmodes/compile.el (compilation-set-window-height):
6961 * textmodes/two-column.el (2C-two-columns, 2C-merge):
6962 Use window-full-width-p instead of comparing frame-width and
6963 window-width.
6964
6965 * progmodes/compile.el (compilation-find-buffer): Remove extra
6966 argument in call to compilation-buffer-internal-p.
6967
6968 2007-08-07 Tom Tromey <tromey@redhat.com>
6969
6970 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
6971 Add safe-local-variable property.
6972
6973 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * image-mode.el (image-toggle-display): Use image-refresh.
6976
6977 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
6978
6979 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
6980 unofficial version.
6981 (vc-bzr-command): Remove redundant setting of process-connection-type.
6982 (vc-bzr-admin-checkout-format-file): Add autoload.
6983 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
6984 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
6985 (vc-bzr-registered): Compare dirstate format tag with known good
6986 value, abort parsing if match fails. Warn user in docstring.
6987 (vc-bzr-workfile-version): Case for different Bzr branch formats.
6988 See bzrlib/branch.py in Bzr sources.
6989 (vc-bzr-diff): First argument FILES may be a string rather than a list.
6990 (vc-bzr-shell-command): Remove in favor of
6991 vc-bzr-command-discarding-stderr.
6992 (vc-bzr-command-discarding-stderr): New function.
6993
6994 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
6995
6996 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
6997 program, and return nil.
6998 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
6999 (vc-bzr-state): Look for path names relative to the repository
7000 root after status keyword.
7001 (vc-bzr-file-name-relative): New function.
7002 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
7003 depend on it.
7004 (vc-bzr-admin-dirname, ...-checkout-format-file)
7005 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
7006 files that we now parse directly for speed.
7007 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
7008 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
7009 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
7010 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
7011 Bzr warnings, so we must discard it.
7012 (vc-bzr-workfile-version): Speedup counting lines from
7013 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
7014 if that file doesn't exist.
7015 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
7016 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
7017 to `vc-directory-exclusion-list'.
7018 (vc-bzr-shell-command): New function.
7019
7020 2007-08-06 Tom Tromey <tromey@redhat.com>
7021
7022 * diff-mode.el (diff-unified->context, diff-reverse-direction)
7023 (diff-fixup-modifs): Typo in docstring.
7024
7025 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
7028 count-screen-lines.
7029 (tpu-edt-off): Disable relevant pieces of advice.
7030
7031 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
7032 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
7033 (newline, newline-and-indent, do-auto-fill): Use advice instead of
7034 redefining the function.
7035 (tpu-set-scroll-margins): Activate the pieces of advice.
7036
7037 2007-08-06 Martin Rudalics <rudalics@gmx.at>
7038
7039 * help.el (resize-temp-buffer-window): Use window-full-width-p
7040 instead of comparing frame-width and window-width.
7041
7042 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
7043
7044 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
7045 optional quotes around files in NEED-UPDATE . REMOVED case.
7046
7047 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
7048 (ada-treat-cmd-string): Improve error message.
7049 (ada-do-file-completion): Call `ada-require-project-file', so
7050 project variables are set properly.
7051 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
7052 (ada-gnatfind-buffer-name): New constant.
7053 (ada-find-any-references): Use new constant. Set buffer name
7054 properly in compilation-start. Toggle read-only properly.
7055 (ada-find-in-src-path): Fix spelling error in docstring.
7056
7057 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
7058 by zero error.
7059
7060 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
7063
7064 2007-08-12 Richard Stallman <rms@gnu.org>
7065
7066 * progmodes/sh-script.el (sh): Delete group `unix'.
7067
7068 * progmodes/gud.el (gud): Change to group `processes'.
7069
7070 2007-08-11 Glenn Morris <rgm@gnu.org>
7071
7072 * progmodes/compile.el (compilation-buffer-name): Don't check
7073 compilation-arguments. It is superfluous, and the variable isn't
7074 even set when this function is called.
7075
7076 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7077
7078 * term/mac-win.el (mac-ae-reopen-application): New function.
7079 (mac-apple-event-map): Bind "reopen application" Apple event to it.
7080
7081 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7082
7083 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
7084 take tex-font-script-display into account.
7085 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
7086 cell to a list of 2 elements to simplify the unfontify code.
7087
7088 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7089
7090 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
7091 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
7092 ps-print-color-p is neither nil nor black-white. Reported by Christian
7093 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7094
7095 2007-08-08 Andreas Schwab <schwab@suse.de>
7096
7097 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
7098 self-insert-command, not self-insert.
7099
7100 2007-08-08 Glenn Morris <rgm@gnu.org>
7101
7102 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
7103 argument optional, for backwards compatibility, and only highlight
7104 args when present. Fix symbol name typo (doc/args).
7105
7106 * help-mode.el (help-make-xrefs): Search for symbol constituents,
7107 rather than just `-'.
7108
7109 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
7110
7111 * calc/calc-units.el (calc-convert-temperature):
7112 Use `/' to create fractions.
7113
7114 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
7115
7116 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
7117 global matching.
7118 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
7119 ERROR-BUFFER more robust. Display output.
7120 (tramp-file-name-handler): Add a connection property when we found
7121 a foreign file name handler. This allows backends like ftp to
7122 profit also from usr/host name completion based on connection
7123 cache.
7124 (tramp-send-command-and-read): Search for trash after the regexp
7125 until eol only. In XEmacs, there is a problem with \n.
7126
7127 * net/tramp-cache.el (top): Read persistent connection history
7128 when cache is empty.
7129
7130 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
7131
7132 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
7133 resulting output.
7134
7135 2007-08-07 Sam Steingold <sds@gnu.org>
7136
7137 * progmodes/compile.el (compilation-start): Pass nil as startfile
7138 to comint-exec.
7139
7140 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
7141
7142 * longlines.el (longlines-decoded): New variable.
7143 (longlines-mode): Avoid encoding or decoding the buffer twice.
7144
7145 2007-08-07 Martin Rudalics <rudalics@gmx.at>
7146
7147 * format.el (format-insert-file): Make sure that at most one undo
7148 entry is recorded for the insertion. Inhibit point-motion and
7149 modification hooks around call to insert-file-contents.
7150
7151 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7152
7153 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
7154 Select the buffer's window before moving point.
7155
7156 2007-08-07 Richard Stallman <rms@gnu.org>
7157
7158 * term.el (term): Remove parent group `unix'.
7159
7160 * simple.el (default-indent-new-line): New function.
7161 It calls comment-line-break-function if there are comments.
7162 (do-auto-fill): Use that.
7163
7164 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
7165
7166 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
7167 (PC-do-completion): Add "acronym completion" for symbols and
7168 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
7169
7170 2007-08-06 Sam Steingold <sds@gnu.org>
7171
7172 * mouse.el (mouse-buffer-menu): Pass mode-name through
7173 format-mode-line because it may be a list,
7174 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
7175
7176 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
7177
7178 * printing.el (pr-update-menus): Docstring fix.
7179
7180 2007-08-06 Jason Rumney <jasonr@gnu.org>
7181
7182 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
7183
7184 * vc-hooks.el (vc-call): Add doc string.
7185
7186 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
7187
7188 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
7189 process-filter.
7190
7191 2007-08-06 Kenichi Handa <handa@m17n.org>
7192
7193 * international/quail.el: Wrap (require 'help-mode) by
7194 eval-when-compile.
7195 (quail-help-init): New function.
7196 (quail-help): Call quail-help-init.
7197 (quail-store-decode-map-key): Change it to a function.
7198
7199 2007-08-05 Jason Rumney <jasonr@gnu.org>
7200
7201 * vc.el (vc-rollback): Add norevert argument back.
7202 (vc-revert-buffer): Add back as obsolete alias.
7203
7204 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
7205
7206 * term.el: Honor term-default-fg-color and term-default-bg-color
7207 settings when modifying term-current-face.
7208 (term-default-fg-color, term-default-bg-color): Initialize from
7209 default term-current-face.
7210 (term-mode, term-reset-terminal): Set term-current-face with
7211 term-default-fg-color and term-default-bg-color.
7212 (term-handle-colors-array): term-current-face has term-default-fg-color
7213 and term-default-bg-color after reset escape sequence.
7214 (term-handle-colors-array): Set term-current-color with
7215 term-default-fg/bg-color instead of ansi-term-color-vector when the
7216 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
7217
7218 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7219
7220 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
7221 (math-nlfit-givens): Let bind free variables.
7222
7223 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
7224
7225 * printing.el: Require lpr and ps-print when loading printing package.
7226 Reported by Glenn Morris <rgm@gnu.org>.
7227
7228 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
7229
7230 * files.el (set-auto-mode): Handle also remote files wrt
7231 `auto-mode-alist'.
7232
7233 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
7234
7235 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
7236 curves and plotting.
7237
7238 * calc/calc-nlfit.el: New file.
7239
7240 2007-08-04 Glenn Morris <rgm@gnu.org>
7241
7242 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
7243 zero, not nil, when the library is first loaded. Check for a file
7244 that has been modified on disk.
7245
7246 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
7247 Remove duplicate defvar preventing initialization.
7248 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
7249
7250 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
7253 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
7254 may match up to 4 lines.
7255 (diff-beginning-of-file-and-junk): Rewrite.
7256
7257 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7258
7259 * printing.el: Evaluate require only during compilation.
7260 (pr-version): New version 6.9.1.
7261 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
7262 (pr-global-menubar): Fix code.
7263
7264 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
7265
7266 * term.el (term-erase-in-display): Fix case when point is not at
7267 the beginning of the line.
7268
7269 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
7270
7271 * calc/calc-ext.el (math-get-value, math-get-sdev)
7272 (math-contains-sdev): New functions.
7273
7274 * calc/calc-graph.el (calc-graph-format-data)
7275 (calc-graph-add-curve): Check for error forms.
7276 (calc-graph-set-styles): Add option for error forms.
7277
7278 2007-08-03 Miles Bader <miles@gnu.org>
7279
7280 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
7281 backend names for new backends to `Git', `Hg', and `Bzr'.
7282 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
7283 not `HG'.
7284 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
7285 name, not `GIT'.
7286 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
7287 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
7288
7289 2007-08-03 Richard Stallman <rms@gnu.org>
7290
7291 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
7292 to update deleted flag.
7293
7294 * cus-edit.el (customize-apropos, customize-apropos-options)
7295 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
7296
7297 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
7298
7299 * startup.el (fancy-splash-head, startup-echo-area-message):
7300 Change message text.
7301
7302 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
7303 All callers use line-move.
7304
7305 * progmodes/compile.el (compilation-find-buffer): Return current
7306 buffer immediately if suitable.
7307 (compile, compilation-buffer-name, compilation-start): Doc fixes.
7308
7309 2007-08-03 Daiki Ueno <ueno@unixuser.org>
7310
7311 * faces.el (face-normalize-spec): New function.
7312 (frame-set-background-mode): Normalize face-spec before calling
7313 face-spec-match-p.
7314
7315 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * server.el (server-window): Add switch-to-buffer-other-frame option.
7318
7319 2007-08-03 Glenn Morris <rgm@gnu.org>
7320
7321 * cus-edit.el (customize-apropos): Make the error message indicate
7322 what kind of thing the user was trying to customize.
7323
7324 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
7325
7326 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
7327 Fix off-by-one error in previous change.
7328
7329 2007-08-03 Drew Adams <drew.adams@oracle.com>
7330
7331 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
7332 Make buffer writable.
7333
7334 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7335
7336 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
7337 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
7338 Use native Emacs functions, when appropriate.
7339
7340 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
7341 Stefan Monnier <monnier@iro.umontreal.ca>
7342
7343 * vc.el: Document new VC operation `extra-menu'.
7344
7345 * vc-hooks.el (vc-default-extra-menu): New function.
7346
7347 * menu-bar.el (menu-bar-vc-filter): New function.
7348 (menu-bar-tools-menu): Use it as a filter.
7349
7350 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
7351
7352 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
7353
7354 2007-08-01 Glenn Morris <rgm@gnu.org>
7355
7356 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
7357 strings.
7358 (fortran-tab-mode-default): Remove needless autoload.
7359 (fortran-tab-mode-string): Add help-echo and mouse properties, and
7360 mark as risky.
7361 (fortran-line-length): New buffer-local variable, safe if integer.
7362 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
7363 Change from variables to constants.
7364 (fortran-font-lock-syntactic-keywords): Delete as a variable,
7365 replace with a new function definition.
7366 (fortran-mode): Use fortran-line-length, and
7367 fortran-font-lock-syntactic-keywords as a function. Add a
7368 hack-local-variables-hook function.
7369 (fortran-line-length, fortran-hack-local-variables): New functions.
7370 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
7371 Use fortran-line-length rather than 72.
7372 (fortran-window-create-momentarily): Doc fix.
7373
7374 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
7375
7376 * cus-edit.el (custom-group-value-create, custom-goto-parent):
7377 Fix parent groups link.
7378
7379 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
7380
7381 * progmodes/python.el (python-current-defun): Adjust to never fall
7382 into infinite loop.
7383
7384 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
7387
7388 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
7389
7390 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
7391 (copyright-fix-years, copyright): Correctly handle the case where
7392 copyright-limit is nil.
7393
7394 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
7395
7396 * progmodes/python.el (run-python): Fix path separator under w32.
7397
7398 2007-07-30 Richard Stallman <rms@gnu.org>
7399
7400 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7401 Treat non-break space as whitespace in Lisp.
7402
7403 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * vc.el (vc-dired-hook): Use inhibit-read-only.
7406
7407 * progmodes/compile.el (compilation-forget-errors):
7408 Reset compilation-auto-jump-to-next.
7409
7410 2007-07-30 Michael Olson <mwolson@gnu.org>
7411
7412 * cus-edit.el (custom-group-save): Fix void function definition
7413 error. Thanks to Zhang Wei for the report.
7414
7415 * ps-print.el: Check in trivial changes to the autoloads section
7416 caused by the build process. These autoloads really ought to be
7417 placed in a separate file, methinks.
7418
7419 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * calendar/calendar.el (calendar-mode): Make sure
7422 displayed-(month|year) are set.
7423 (calendar-basic-setup): Display buffer before adjusting window sizes.
7424 (generate-calendar-window): Use inhibit-read-only. Simplify.
7425 Generate buffer and set displayed-month and displayed-year before
7426 calling update-calendar-mode-line.
7427
7428 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
7429
7430 * net/tramp.el:
7431 * net/tramp-uu.el:
7432 * net/trampver.el: Use utf-8 encoding with coding cookie.
7433
7434 * net/tramp-cache.el:
7435 * net/tramp-fish.el:
7436 * net/tramp-ftp.el:
7437 * net/tramp-gw.el:
7438 * net/tramp-smb.el: Remove coding cookie.
7439
7440 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7441 Flush buffer file-name's file property.
7442 (tramp-handle-file-remote-p): The first parameter is FILENAME.
7443
7444 * net/trampver.el: Update release number.
7445
7446 2007-07-29 Juri Linkov <juri@jurta.org>
7447
7448 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
7449 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
7450 when major-mode is not dired-mode.
7451 (dired-toggle-read-only): New function.
7452 (dired-recursive-deletes): Remove obsolete comments about old
7453 default value.
7454 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
7455
7456 * wdired.el (wdired-exit): New function.
7457 (wdired-mode-map): Bind C-x C-q to wdired-exit.
7458
7459 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * cus-edit.el (customize-read-group): New fun.
7462 (customize-group-other-window, customize-face-other-window):
7463 Prompt before delegating to customize-(group|face).
7464 Bind pop-up-windows rather than use the other-window argument.
7465 (customize-group, customize-face): Prompt from the interactive spec.
7466 Remove args `prompt-for-group' and `other-window'.
7467
7468 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
7469 (ad-body-forms, ad-advised-interactive-form): Revert this part of
7470 last change.
7471
7472 2007-07-28 Masatake YAMATO <jet@gyve.org>
7473
7474 * vc.el (vc-dired-mode): Add a menu for VC related operation.
7475 Use backend name as the menu label. Suggested by David Kastrup.
7476
7477 2007-07-28 Alan Mackenzie <acm@muc.de>
7478
7479 Fix problem with modes derived from CC Mode:
7480 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
7481 macro to cc-langs.
7482 (c-init-language-vars-for): Remove call to above macro.
7483 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
7484 been moved to here.
7485 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
7486
7487 2007-07-28 Eli Zaretskii <eliz@gnu.org>
7488
7489 * net/trampver.el: Fix the `coding' cookie.
7490
7491 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
7492
7493 * vc-git.el (vc-git-print-log): Support both the old single file
7494 interface and the new one.
7495
7496 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
7497
7498 * bindings.el (mode-line-remote): Use updated %@ construct.
7499
7500 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7503 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
7504 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
7505 (diary-list-bahai-entries, diary-bahai-mark-entries)
7506 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
7507 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7508 New names to clean up namespace.
7509 (list-bahai-diary-entries, mark-bahai-diary-entries)
7510 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
7511 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
7512 Add compatibility aliases.
7513
7514 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
7515
7516 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
7517 (calendar-scroll-left-three-months)
7518 (calendar-scroll-right-three-months): Clean up namespace.
7519 (scroll-calendar-left, scroll-calendar-right)
7520 (scroll-calendar-left-three-months)
7521 (scroll-calendar-right-three-months): Add compatibility aliases.
7522
7523 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
7524 Behave like mouse-scroll-calendar-* when used from the mouse.
7525
7526 * calendar/cal-menu.el (cal-menu-scroll-menu)
7527 (cal-menu-global-mouse-menu):
7528 * calendar/calendar.el (calendar-mode-map):
7529 Use new calendar-scroll-* names.
7530 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
7531 Remove. Use calendar-scroll-* directly instead.
7532
7533 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
7536 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
7537 (ad-make-advised-definition, ad-cache-id-verification-code):
7538 Use commandp and interactive-form instead.
7539
7540 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
7541
7542 * vc-git.el: Relicense to GPLv3 or later.
7543 (vc-directory-exclusion-list, vc-handled-backends): Remove.
7544
7545 * vc-hooks.el (vc-handled-backends): Add GIT.
7546
7547 * vc.el (vc-directory-exclusion-list): Add .git.
7548
7549 2007-07-26 Alexandre Julliard <julliard@winehq.org>
7550
7551 * vc-git.el (vc-git-revision-table)
7552 (vc-git-revision-completion-table): New functions.
7553
7554 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7555
7556 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
7557 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
7558 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
7559 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
7560 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
7561 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
7562 New command actions for EPS header and EPS footer.
7563
7564 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
7565 footer. Fix some problems with one-or-more, zero-or-more and
7566 alternative constructions generation. Some log messages
7567 implementation. Doc fix.
7568 (ebnf-version): New version 4.4.
7569 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
7570 (ebnf-eps-footer, ebnf-log): New options.
7571 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
7572 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
7573 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
7574 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
7575 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
7576 (ebnf-style-custom-list, ebnf-style-database): Put new values.
7577 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
7578 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
7579 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
7580 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
7581 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
7582 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
7583 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
7584 (ebnf-non-terminal-dimension, ebnf-special-dimension)
7585 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
7586 (ebnf-except-dimension, ebnf-alternative-dimension)
7587 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
7588 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
7589 message fun.
7590 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
7591 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
7592 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
7593 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
7594 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
7595 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
7596 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
7597 compatibility with Emacs 20 & 21.
7598 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
7599 (ebnf-eps-file-alist, ebnf-basic-width-extra)
7600 (ebnf-basic-empty-height): New vars.
7601 (ebnf-prologue): Fix PostScript code.
7602 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
7603 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
7604 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
7605 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
7606
7607 2007-07-25 Glenn Morris <rgm@gnu.org>
7608
7609 * Relicense all FSF files to GPLv3 or later.
7610
7611 * COPYING: Switch to GPLv3.
7612
7613 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
7616 Replace it with another one which disables undo before calling
7617 erase-buffer and then turns it back on if needed.
7618
7619 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7620
7621 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
7622
7623 2007-07-24 Glenn Morris <rgm@gnu.org>
7624
7625 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7626 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7627 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7628 (cal-tex-cursor-week, cal-tex-cursor-week2)
7629 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7630 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7631 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7632 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7633
7634 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * calendar/calendar.el (calendar-mode-map): Move initialization
7637 into declaration. Add menu bindings (used to be done in cal-menu).
7638 (calendar-mode): Don't add an activate-menubar-hook.
7639
7640 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
7641 modify calendar-mode-map), use easy-menu, and make sure that C-h k
7642 can be used on the menu entries.
7643 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
7644 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
7645 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
7646 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
7647 (calendar-flatten, cal-menu-update): Remove.
7648 (calendar-mouse-insert-hebrew-diary-entry)
7649 (calendar-mouse-insert-islamic-diary-entry)
7650 (calendar-mouse-insert-bahai-diary-entry):
7651 Remove (fold into cal-menu-diary-menu).
7652 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
7653 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
7654 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
7655 (calendar-mouse-view-diary-entries): Minor simplifications.
7656 (calendar-event-to-date): Use with-current-buffer.
7657
7658 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
7659
7660 * add-log.el (change-log-redate): Remove (not needed anymore and
7661 doesn't appear to work).
7662
7663 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * frame.el: Use mapc and dolist instead of mapcar where possible.
7666 (close-display-connection): New command.
7667
7668 2007-07-25 Alexandre Julliard <julliard@winehq.org>
7669
7670 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
7671 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
7672
7673 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7674
7675 * ps-print.el (ps-multibyte-buffer): Docstring fix.
7676
7677 * ps-mule.el: Doc fix.
7678 (ps-multibyte-buffer, ps-mule-font-info-database-default)
7679 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
7680
7681 2007-07-25 Glenn Morris <rgm@gnu.org>
7682
7683 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
7684 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
7685 (cal-tex-daily-end, cal-tex-hook)
7686 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
7687 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
7688 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7689 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7690 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
7691 (cal-tex-day-prefix, cal-tex-day-name-format)
7692 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
7693 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
7694 (cal-tex-LaTeX-subst-list): Change from variables to constants.
7695 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
7696 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
7697 etc, rather than \bf.
7698 (cal-tex-mini-calendar): Fix typos in previous change.
7699 (cal-tex-latexify-list): Remove inner let binding.
7700 (cal-tex-end-document, cal-tex-banner): Use multi-line
7701 cal-tex-comment.
7702 (cal-tex-comment): Handle embedded newlines.
7703 (cal-tex-LaTeXify-string): Use substring-no-properties.
7704
7705 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
7706
7707 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7708 Add support for the Maden build tool.
7709
7710 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
7711
7712 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
7713
7714 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
7717
7718 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7719
7720 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
7721 C-x C-q.
7722
7723 * vc-git.el (vc-git-print-log): Fix previous change.
7724
7725 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
7726
7727 * window.el (save-selected-window): Minor optimization.
7728 (bw-adjust-window): If operation failed, try with a smaller delta.
7729 (window-fixed-size-p): New function.
7730 (window-area-factor): New var.
7731 (balance-windows-area): New command.
7732
7733 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
7734 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
7735 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
7736 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
7737 (ps-mule-begin-job): Use dolist.
7738
7739 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
7740
7741 * subr.el (start-file-process-shell-command)
7742 (process-file-shell-command): New defuns.
7743
7744 * progmodes/compile.el (compilation-start):
7745 Apply `start-file-process-shell-command'.
7746
7747 2007-07-24 Alexandre Julliard <julliard@winehq.org>
7748
7749 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
7750
7751 2007-07-24 Alan Mackenzie <acm@muc.de>
7752
7753 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
7754 Initialise byte-compile-unresolved-functions before rather than
7755 after a compilation.
7756 (byte-compile-unresolved-functions): Amplify doc string.
7757
7758 2007-07-24 Glenn Morris <rgm@gnu.org>
7759
7760 * startup.el (normal-splash-screen): Use `emacs-copyright'.
7761
7762 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
7763 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
7764 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
7765 (cal-tex-cursor-week, cal-tex-cursor-week2)
7766 (cal-tex-cursor-week-iso, cal-tex-week-hours)
7767 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
7768 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
7769 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
7770
7771 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
7772 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
7773 (cal-tex-day-name-format, cal-tex-cal-one-month)
7774 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
7775 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
7776 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
7777 (cal-tex-list-holidays, cal-tex-cursor-year)
7778 (cal-tex-cursor-year-landscape, cal-tex-year)
7779 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
7780 (cal-tex-cursor-month, cal-tex-insert-days)
7781 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
7782 (cal-tex-first-blank-p, cal-tex-cursor-week)
7783 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
7784 (cal-tex-week-hours, cal-tex-cursor-week-monday)
7785 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
7786 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
7787 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
7788 (cal-tex-latexify-list, cal-tex-previous-month)
7789 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
7790 modernization, including using dotimes rather than
7791 calendar-for-loop.
7792 (cal-tex-LaTeX-subst-list): Remove `@'.
7793 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
7794 Use \textit and \textbf rather than \em and \it.
7795
7796 * calendar/cal-bahai.el (list-bahai-diary-entries)
7797 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
7798 * calendar/cal-islam.el (list-islamic-diary-entries)
7799 * calendar/calendar.el (generate-calendar, generate-calendar-month)
7800 * calendar/diary-lib.el (diary-list-entries)
7801 (mark-calendar-date-pattern): Use `dotimes' rather than
7802 `calendar-for-loop'.
7803
7804 * calendar/calendar.el (calendar-for-loop): Doc fix.
7805
7806 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
7809 underlying file is uptodate.
7810
7811 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
7812
7813 * replace.el (perform-replace): Use isearch-no-upper-case-p.
7814
7815 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7816
7817 * vc-hooks.el (vc-mode-line-map): New const.
7818 (vc-mode-line): Use it.
7819
7820 2007-07-23 Alexandre Julliard <julliard@winehq.org>
7821
7822 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
7823 (vc-git-unregister): New functions.
7824 (vc-git-find-version): Use the result of ls-files as a parameter
7825 for cat-file.
7826
7827 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
7828
7829 * net/tramp.el (tramp-perl-file-attributes)
7830 (tramp-perl-directory-files-and-attributes)
7831 (tramp-handle-file-attributes-with-stat)
7832 (tramp-handle-directory-files-and-attributes-with-stat)
7833 (tramp-convert-file-attributes): Handle huge file sizes.
7834
7835 2007-07-23 Juri Linkov <juri@jurta.org>
7836
7837 * isearch.el (isearch-message-function): New variable.
7838 (isearch-update, isearch-search): Use it.
7839
7840 * simple.el (goto-history-element): New function created from
7841 next-history-element.
7842 (next-history-element): Most code moved to goto-history-element.
7843 Call goto-history-element with (- minibuffer-history-position n).
7844 (previous-history-element): Call goto-history-element with (+
7845 minibuffer-history-position n).
7846 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
7847 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
7848 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
7849 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
7850 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
7851 (minibuffer-history-isearch-pop-state): New functions.
7852
7853 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
7854
7855 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
7856 Also, if FILE is a list, return non-nil if any of its elements
7857 should stay local. Update docstring.
7858
7859 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
7862 change by reverting a small part.
7863
7864 2007-07-23 Richard Stallman <rms@gnu.org>
7865
7866 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
7867
7868 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7869
7870 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
7871 handling it. Use vc-git-command.
7872 (vc-git-find-version, vc-git-diff-tree): New functions.
7873 (vc-git-revert): Use vc-git-command.
7874 (vc-git--run-command): Delete.
7875
7876 2007-07-23 Alexandre Julliard <julliard@winehq.org>
7877
7878 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
7879
7880 2007-07-20 Kenichi Handa <handa@m17n.org>
7881
7882 * international/utf-8.el (utf-8-post-read-conversion):
7883 Temporarily bind utf-8-compose-scripts to nil while running
7884 *-compose-region functions.
7885
7886 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7887
7888 * vc-git.el: Update status.
7889 (vc-directory-exclusion-list): Use eval-after-load.
7890
7891 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
7892
7893 * bindings.el (mode-line-remote): New variable.
7894 (help-echo): Add to default values of mode-line-format.
7895
7896 * files.el: Mark mode-line-remote as risky.
7897
7898 2007-07-22 Juri Linkov <juri@jurta.org>
7899
7900 * isearch.el (isearch-edit-string): Save old point and
7901 isearch-other-end to old-point and old-other-end before reading
7902 the search string from minibuffer. After exiting minibuffer set
7903 point to old-other-end if point and the search direction is the
7904 same as before reading the search string.
7905 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
7906 to isearch-other-end. Instead of isearch-search-and-update call
7907 three functions isearch-search, isearch-push-state and isearch-update.
7908
7909 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7910
7911 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
7912 deal with multiple file arguments.
7913 (vc-git-print-log): Deal with multiple file arguments.
7914
7915 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
7918 diff-refine-hunk. Adjust users.
7919 (diff-unified-hunk-p, diff-splittable-p): New functions.
7920 (diff-mode-menu): Use it to disable Split when it doesn't work.
7921
7922 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7923
7924 * diff-mode.el (diff-mode-menu): New entries.
7925
7926 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7927
7928 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
7929 if applicable, so as to save undo-log space.
7930
7931 * diff-mode.el (diff-find-file-name): Add arg `batch'.
7932
7933 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
7934 (diff-file-kill): Use it.
7935 (diff-beginning-of-hunk): Add arg `try-harder' using it.
7936 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
7937 Use it so they find the hunk even when we're in the file header.
7938
7939 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7940
7941 * vc-git.el (vc-git-revision-granularity, vc-git-root)
7942 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
7943 (vc-git-create-repo): New functions.
7944 (vc-git-registered): New autoloaded function definition.
7945 (vc-git-registered): Use vc-git-root.
7946 (vc-git-responsible-p): New defalias.
7947 (vc-git-annotate-extract-revision-at-line): Uncomment.
7948 (vc-git-print-log): Add the file name to the log.
7949 (vc-git-log-view-mode): New derived mode.
7950 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
7951
7952 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7953
7954 * progmodes/grep.el (grep-compute-defaults): Keep default values.
7955
7956 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
7957
7958 * textmodes/reftex.el (reftex-access-parse-file): Create parse
7959 file in a way that does not interfere with recentf mode.
7960 (reftex-access-parse-file): Do not risk destroying an existing
7961 buffer.
7962
7963 2007-07-22 Alexandre Julliard <julliard@winehq.org>
7964
7965 * vc-git.el: New file.
7966
7967 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7968
7969 * textmodes/tex-mode.el (tex-font-script-display): Change default.
7970
7971 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7972
7973 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
7974 for branches and new files.
7975
7976 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
7977 local-map handling ...
7978 (vc-mode-line): ... here. Improve handling of help-echo.
7979
7980 * vc.el (mode-line-string): Document help-echo usage.
7981
7982 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
7983
7984 Sync with Tramp 2.1.10.
7985
7986 * net/tramp.el (tramp-get-ls-command): Fix typo.
7987
7988 * net/trampver.el: Update release number.
7989
7990 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7991
7992 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
7993
7994 * term/x-win.el (x-handle-no-bitmap-icon): New function.
7995
7996 2007-07-22 Martin Rudalics <rudalics@gmx.at>
7997
7998 * add-log.el (change-log-fill-parenthesized-list): New function.
7999 (change-log-indent): Call change-log-fill-parenthesized-list.
8000 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
8001 Have lines with leading asterisk start a paragraph.
8002
8003 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
8004
8005 * calc/calc-math.el (math-emacs-precision)
8006 (math-largest-emacs-expt, math-smallest-emacs-expt):
8007 New variables.
8008 (math-use-emacs-fn): New function.
8009 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
8010 appropriate.
8011
8012 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8013
8014 * image-dired.el (image-dired-sane-db-file): New func.
8015 (image-dired-write-tags, image-dired-remove-tag)
8016 (image-dired-list-tags, image-dired-write-comments)
8017 (image-dired-get-comment, image-dired-mark-tagged-files)
8018 (image-dired-create-gallery-lists): Call new func.
8019 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
8020
8021 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8022
8023 * vc-hg.el (vc-hg-dir-state): Fix loop.
8024 (vc-hg-print-log): Fix expected return value for vc-hg-command.
8025 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
8026 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
8027 (vc-hg-revert): Likewise.
8028 (vc-hg-revision-table, vc-hg-revision-completion-table): New
8029 functions.
8030
8031 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8032
8033 * add-log.el (change-log-resolve-conflict): Don't lose data if the
8034 merge fails.
8035
8036 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8037
8038 * progmodes/compile.el (compilation-auto-jump-to-first-error):
8039 Add group and version.
8040
8041 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * add-log.el (add-log-file-name): Use file-relative-name.
8044 (add-change-log-entry): Delay reading
8045 add-log-(full-name|mailing-address) to after we've switched to the
8046 ChangeLog buffer so we get the right value.
8047 (add-change-log-entry, add-log-current-defun, change-log-merge):
8048 Use derived-mode-p rather than checking major-mode directly.
8049
8050 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
8051 name for buffer-file-name if it refers to a directory.
8052
8053 * vc-arch.el (vc-arch-diff): Fix last change.
8054
8055 * progmodes/compile.el (compilation-start): Remember the original
8056 directory in a buffer-local compilation-directory.
8057 (compile): Set the global value of compilation-directory.
8058 (recompile): Use compilation-directory even in the compilation buffer.
8059
8060 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8061
8062 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
8063
8064 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8065
8066 * ps-print.el: Problem with foreground and background color when
8067 printing a buffer with and without faces. Reported by Christian
8068 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8069 (ps-print-version): New version 6.7.5.
8070 (ps-default-fg): Change default value to nil, so black color is used
8071 when a face does not specify a foreground color.
8072 (ps-default-bg): Change default value to nil, so white color is used
8073 for background color.
8074 (ps-begin-job): Fix code.
8075
8076 2007-07-20 Eli Zaretskii <eliz@gnu.org>
8077
8078 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
8079 in $(INSTALL_DIR)/lisp/ if they already exist.
8080
8081 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8082
8083 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
8084 in $(INSTALL_DIR)/lisp/ if they already exist.
8085
8086 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8087
8088 * progmodes/vera-mode.el (vera-re-search-forward)
8089 (vera-re-search-backward): Remove use of store-match-data.
8090 (vera-mode-map): Move initialization into declaration.
8091
8092 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
8093 (flymake-find-buildfile): Use locate-dominating-file.
8094
8095 * vc.el (vc-delistify): Use mapconcat.
8096 (vc-do-command): Minor simplification.
8097 (vc-expand-dirs): Use push.
8098
8099 * vc-mcvs.el (vc-mcvs-create-repo):
8100 * vc-cvs.el (vc-cvs-create-repo): Remove.
8101
8102 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
8103 directory and the root as well.
8104
8105 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8106
8107 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
8108 instead of a file.
8109
8110 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
8111 (vc-hg-registered): Replace if with when.
8112 (vc-hg-state): Deal with nonexistent files and handle removed files.
8113 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
8114 (vc-hg-checkout): Re-enable.
8115 (vc-hg-create-repo): Fix typos.
8116 (vc-hg-print-log): Fix for multiple files.
8117 (vc-hg-workfile-unchanged-p): New function.
8118
8119 * vc.el: Fix typo.
8120 (vc-print-log): Fix call to print-log.
8121 (vc-default-comment-history): Likewise.
8122 (vc-directory-exclusion-list): Add .hg and .bzr.
8123 (vc-diff-internal): Pass a list instead of a file.
8124
8125 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
8126
8127 * vc-bzr.el (vc-bzr-create-repo): New function.
8128
8129 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
8132 `file' from which to start the search.
8133
8134 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
8135
8136 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
8137 having a single file argument to having a list of files as the
8138 first argument.
8139
8140 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8141
8142 * files.el (locate-dominating-file): New function.
8143
8144 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
8145
8146 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
8147 (grep-compute-defaults): Use it.
8148
8149 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * uniquify.el: Docstring fixes.
8152
8153 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
8154
8155 * vc.el (revision-granularity, create-repo): Document new vc
8156 backend properties.
8157 (vc-rollback): Renamed from vc-cancel-version. Update
8158 references. Pass a list instead of a file.
8159 (vc-revert): Renamed from vc-revert-buffer. Update references.
8160 (vc-delistify, vc-expand-dirs): New functions.
8161 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
8162 of files instead of a single file.
8163 (vc-position-context, vc-resync-window, vc-diff-internal)
8164 (vc-print-log): Pass a list instead of a file.
8165
8166 * vc-hooks.el (vc-stay-local-p, vc-backend)
8167 (vc-backend-subdirectory-name): Work on a file list, not a single
8168 file.
8169 (vc-workfile-version): Update docstring.
8170 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
8171 vc-revert instead of vc-revert-buffer.
8172 (vc-prefix-map): Likewise. Bind vc-update.
8173
8174 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
8175 (vc-svn-wash-log): New functions.
8176 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
8177 (vc-svn-command): Deal with a list of files, not a single file.
8178
8179 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
8180 (vc-rcs-wash-log): New functions.
8181 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
8182 Deal with a list of files, not a single file.
8183 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
8184
8185 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
8186 functions.
8187 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
8188 list of files, not a single file.
8189
8190 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
8191 New functions.
8192 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
8193 (vc-mcvs-diff): Deal with a list of files, not a single file.
8194
8195 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
8196 functions.
8197 (vc-hg-print-log): Deal with a list of files, not a single file.
8198 (vc-hg-diff-tree): New function, replace defalias with the same
8199 name.
8200 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
8201 FILES to denote that it is a file list, not a single file.
8202
8203 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
8204 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
8205 a single file.
8206 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
8207 that it is a file list, not a single file.
8208 (vc-cvs-diff): Likewise. Simplify.
8209
8210 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
8211 Deal with a list of files, not a single file.
8212
8213 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
8214 (vc-bzr-print-log): Update FILE parameter name to denote that it
8215 is a file list, not a single file.
8216 (vc-bzr-diff): Likewise. Use the car of files.
8217
8218 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
8219
8220 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
8221 (follow-delete-other-windows-and-split, follow-recenter)
8222 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
8223 (follow-redisplay, follow-estimate-first-window-start)
8224 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
8225 Fix typos in docstrings.
8226
8227 2007-07-18 Martin Rudalics <rudalics@gmx.at>
8228
8229 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
8230 avoid that filling introduces lines with a single asterisk.
8231
8232 * kmacro.el (kmacro-end-macro): When ignoring empty macro
8233 avoid incorrect kmacro-ring-empty-p messages.
8234 Reported by Michael Schierl <schierlm@gmx.de>.
8235
8236 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8237
8238 * vc.el: Add more info about the vc-registered function.
8239
8240 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
8241
8242 * files.el (file-remote-p): Introduce optional parameter
8243 IDENTIFICATION.
8244
8245 * recentf.el (recentf-keep-default-predicate): Adapt call of
8246 `file-remote-p'.
8247
8248 * progmodes/grep.el (grep-probe): Use `process-file'.
8249 (grep-compute-defaults): Handle variables host specific.
8250
8251 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
8252 parameter IDENTIFICATION.
8253
8254 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
8255 parameter IDENTIFICATION.
8256 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
8257 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8258 Add entry for `set-file-times'.
8259 (tramp-do-copy-or-rename-file-via-buffer)
8260 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
8261 (tramp-handle-unhandled-file-name-directory): Rewrite.
8262 (tramp-convert-file-attributes): Add error handling when inode is
8263 extraordinary big.
8264 (tramp-get-inode): Change parameter from FILE to VEC.
8265 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
8266 is nil. This is according to the specification. Goto (point-max)
8267 when ready.
8268 (tramp-handle-shell-command): Rewrite completely, using
8269 `process-file' and `start-file-process'.
8270 (tramp-methods, tramp-find-shell)
8271 (tramp-open-connection-setup-interactive-shell)
8272 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
8273 var. Reported by Steve Youngs <steve@sxemacs.org>.
8274
8275 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
8276 entry for `set-file-times'. Rename `start-process' into
8277 `start-file-process'. Remove `call-process' entry.
8278 (tramp-fish-handle-set-file-times): New defun.
8279 (tramp-fish-handle-executable-find): Use `process-file'.
8280 (tramp-fish-handle-process-file): New defun. Replaces
8281 `tramp-fish-handle-call-process'.
8282 (tramp-fish-do-copy-or-rename-file-directly): Use
8283 `set-file-times'.
8284 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
8285
8286 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
8287 `tramp-get-inode' parameter.
8288
8289 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
8292 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
8293 nowadays, and by the time Emacs-23 comes out, nobody will even remember
8294 it has ever existed.
8295
8296 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
8297
8298 * vc.el: Undo previous change.
8299
8300 2007-07-16 Eli Zaretskii <eliz@gnu.org>
8301
8302 * makefile.w32-in (clean): Don't delete *~.
8303
8304 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * textmodes/tex-mode.el (tex-verbatim-environments):
8307 Add safe-local-variable property.
8308 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
8309 when starting font-lock rather than when loading tex-mode.el.
8310
8311 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
8312 whole $( rather than just the $. Rename from sh-quoted-subshell.
8313 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
8314
8315 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8316
8317 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
8318 bookmark-alist. Instead, if not sorting, simply return it.
8319 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
8320 for its return value, not for its side effect.
8321
8322 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
8323 case of alignment under a constant symbol, find and consider
8324 the sexp actually at indentation to be the "last sexp".
8325
8326 2007-07-16 Drew Adams <drew.adams@oracle.com>
8327
8328 * mouse.el (mouse-yank-secondary): Better error message if no
8329 secondary selection.
8330
8331 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
8332
8333 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
8334
8335 * term/xterm.el (xterm-turn-on-modify-other-keys)
8336 (xterm-turn-off-modify-other-keys): New functions.
8337 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
8338 terminal supports it.
8339
8340 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
8341
8342 * bookmark.el (bookmark-show-all-annotations):
8343 Make sure each inserted annotation ends with newline.
8344
8345 2007-07-15 Richard Stallman <rms@gnu.org>
8346
8347 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
8348
8349 * tutorial.el (tutorial--find-changed-keys):
8350 Handle C-x specially like ESC.
8351
8352 2007-07-15 Aaron Hawley <aaronh@garden.org>
8353
8354 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
8355
8356 2007-07-15 Juri Linkov <juri@jurta.org>
8357
8358 * delsel.el (delete-selection-pre-hook):
8359 * emulation/cua-base.el (cua-paste): Before a yank command,
8360 check also whether last-command is one of mouse-save-then-kill,
8361 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
8362
8363 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
8364
8365 * recentf.el (recentf-keep-default-predicate): New defun.
8366 (recentf-keep): Use it as initial value.
8367
8368 2007-07-15 Karl Fogel <kfogel@red-bean.com>
8369
8370 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
8371 thus restoring bookmark bindings to three slots under C-x r. See
8372 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
8373
8374 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8375
8376 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
8377
8378 2007-07-15 Jason Rumney <jasonr@gnu.org>
8379
8380 * w32-fns.el (set-default-process-coding-system): Use dos line ends
8381 for input to cmdproxy on all versions of Windows.
8382 Use dos line ends for input to plink.
8383
8384 * comint.el (comint-simple-send): Concat newline before sending.
8385 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
8386
8387 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
8390 safe-local-variable setting.
8391
8392 2007-07-14 David Kastrup <dak@gnu.org>
8393
8394 * emacs-lisp/advice.el (defadvice): Doc fix.
8395
8396 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
8397
8398 * subr.el (when, unless): Doc fix.
8399
8400 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
8401
8402 * replace.el (match): Use yellow1 instead of yellow.
8403
8404 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
8405 red.
8406
8407 * pcvs-info.el (cvs-unknown): Likewise.
8408
8409 2007-07-13 Eli Zaretskii <eliz@gnu.org>
8410
8411 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
8412 (install): Use them to copy all *.el files before *.elc.
8413
8414 2007-07-13 Drew Adams <drew.adams@oracle.com>
8415
8416 * bookmark.el (bookmark-jump-other-window): New function.
8417 (bookmark-map): Bind it to "o".
8418
8419 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
8420 and its thread contains discussion about this change.
8421 The original patch was slightly tweaked by Karl Fogel
8422 <kfogel@red-bean.com> before committing.
8423
8424 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8425
8426 * bookmark.el: Shorten some comments to fit within 80 lines.
8427
8428 2007-07-13 Karl Fogel <kfogel@red-bean.com>
8429
8430 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
8431 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
8432 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
8433 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
8434
8435 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
8436
8437 * textmodes/org.el: Bug fixes.
8438 (org-end-of-line): Move to end of line if in headline without tags.
8439
8440 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * vc-hooks.el: Remove spurious * in docstrings.
8443 (vc-handled-backends): Add BZR.
8444
8445 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
8446
8447 2007-07-12 Davis Herring <herring@lanl.gov>
8448
8449 * desktop.el (desktop-buffer-info, desktop-save):
8450 Use `desktop-dirname' instead of `dirname'.
8451
8452 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8453
8454 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
8455
8456 * progmodes/python.el (python-which-func-length-limit): New var.
8457 (python-which-func): New function.
8458 (python-current-defun): Add optional `length-limit' and try to fit
8459 computed function name to that length.
8460 (python-mode): Hook `python-which-func' up.
8461
8462 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8463
8464 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
8465
8466 * comint.el (comint-dynamic-complete-as-filename):
8467 Use read-file-name-completion-ignore-case.
8468
8469 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
8470
8471 * comint.el (comint-dynamic-list-filename-completions):
8472 Use read-file-name-completion-ignore-case.
8473
8474 * vc-cvs.el: Require CL.
8475 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
8476 New functions to provide completion of revision names.
8477
8478 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8479 (vc-cvs-annotate-first-line-re): New const.
8480 (vc-cvs-annotate-process-filter): New fun.
8481 (vc-cvs-annotate-command): Use them and run the command asynchronously.
8482
8483 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
8484
8485 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
8486 (eldoc-print-current-symbol-info): Adjust for changed helper
8487 function signatures.
8488 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
8489 `eldoc-highlight-function-argument'.
8490 (eldoc-highlight-function-argument): New function.
8491 (eldoc-get-var-docstring): Format documentation with
8492 `font-lock-variable-name-face'.
8493 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
8494 where suited.
8495 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
8496 (eldoc-beginning-of-sexp): Return number of skipped sexps.
8497
8498 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
8499
8500 * progmodes/compile.el (compilation-start): `start-process' must
8501 still be redefined when calling `start-process-shell-command'.
8502
8503 * progmodes/gud.el (gud-file-name): When `default-directory' is a
8504 remote file name, prepend its remote part to the filename.
8505 (gud-common-init): When `default-directory' is a remote file name,
8506 make the filename relative to it.
8507 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
8508
8509 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8510
8511 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
8512 mouse binding and a tooltip.
8513
8514 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * menu-bar.el (vc-menu-map): New defalias.
8517
8518 2007-07-10 Richard Stallman <rms@gnu.org>
8519
8520 * emacs-lisp/lisp-mode.el (eval-defun):
8521 Explain special handling of `defface'.
8522
8523 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
8524
8525 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
8526
8527 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
8528
8529 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
8532
8533 * vc-arch.el (vc-arch-complete): Remove.
8534 (vc-arch-revision-completion-table): Use complete-with-action.
8535
8536 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
8537 (complete-with-action): New function.
8538 (dynamic-completion-table): Use it.
8539
8540 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
8541
8542 * comint.el (make-comint, make-comint-in-buffer)
8543 (comint-exec-1): Replace `start-process' by `start-file-process'.
8544
8545 * progmodes/compile.el (compilation-start): Revert redefining
8546 `start-process'.
8547
8548 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
8551 with EOLs when generating MD5 checksums.
8552
8553 * follow.el: Don't change the global map from the follow-mode-map
8554 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
8555 XEmacs code.
8556 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
8557 since `follow-mode' should be used instead for that.
8558
8559 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
8560 (easy-menu-do-define): Use it.
8561 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
8562
8563 * progmodes/compile.el (compilation-auto-jump-to-first-error)
8564 (compilation-auto-jump-to-next): New vars.
8565 (compilation-auto-jump): New function.
8566 (compilation-error-properties): Use them to jump to first error.
8567 (compilation-start): Set the var if requested.
8568
8569 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
8570 duplicates without also removing entries from other directories.
8571
8572 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
8573
8574 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
8575 Remember span as default.
8576 (org-columns-edit-value): Rename from `org-column-edit'.
8577 (org-columns-display-here-title): Rename from
8578 `org-overlay-columns-title'.
8579 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
8580 (org-columns-get-autowidth-alist): Rename from
8581 `org-get-columns-autowidth-alist'.
8582 (org-columns-display-here): Rename from `org-overlay-columns'.
8583 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
8584 (org-columns-quit): Rename from `org-column-quit'.
8585 (org-columns-show-value): Rename from `org-column-show-value'.
8586 (org-columns-content, org-columns-widen)
8587 (org-columns-next-allowed-value)
8588 (org-columns-edit-allowed, org-columns-store-format)
8589 (org-columns-uncompile-format, org-columns-redo)
8590 (org-columns-edit-attributes, org-delete-property)
8591 (org-set-property, org-columns-update)
8592 (org-columns-compute, org-columns-eval)
8593 (org-columns-not-in-agenda, org-columns-compute-all)
8594 (org-property-next-allowed-value)
8595 (org-columns-compile-format)
8596 (org-fill-paragraph-experimental)
8597 (org-string-to-number, org-property-action)
8598 (org-columns-move-left, org-columns-new)
8599 (org-column-number-to-string)
8600 (org-property-previous-allowed-value)
8601 (org-at-property-p, org-columns-delete)
8602 (org-columns-previous-allowed-value)
8603 (org-columns-move-right, org-columns-narrow)
8604 (org-property-get-allowed-values)
8605 (org-verify-version, org-column-string-to-number)
8606 (org-delete-property-globally): New functions.
8607 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
8608 (org-columns-overlays): Rename from `org-column-overlays'.
8609 (org-columns-map): Rename from `org-column-map'.
8610 (org-columns-current-maxwidths): Rename from
8611 `org-current-columns-maxwidths'.
8612 (org-columns-begin-marker, org-columns-current-fmt-compiled)
8613 (org-previous-header-line-format)
8614 (org-columns-inhibit-recalculation)
8615 (org-columns-top-level-marker): New variables.
8616 (org-columns-default-format): Rename from `org-default-columns-format'.
8617 (org-property-re): New constant.
8618
8619 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
8620
8621 * subr.el (looking-at-p, string-match-p): New functions.
8622
8623 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
8624
8625 * textmodes/tex-mode.el (tex-fontify-script)
8626 (tex-font-script-display): New variables to make display of
8627 superscripts and subscripts customizable.
8628 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
8629
8630 2007-07-09 Richard Stallman <rms@gnu.org>
8631
8632 * isearch.el (isearch-edit-string): Call to isearch-push-state
8633 after the search.
8634
8635 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8636
8637 * window.el (fit-window-to-buffer): Remove setting of window-min-height
8638 to 1 as enlarge-window uses the value to resize/shrink windows other
8639 than WINDOW if needed.
8640
8641 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8642
8643 * cus-start.el (file-coding-system-alist): Fix custom type.
8644
8645 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
8646
8647 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8648 modified.
8649 (longlines-auto-wrap, longlines-window-change-function):
8650 Remove unnecessary calls to set-buffer-modified-p.
8651
8652 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
8653
8654 * cus-start.el (file-coding-system-alist): Fix custom type.
8655
8656 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
8659 (vc-cvs-checkout): Remove last arg now unused; simplify.
8660
8661 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
8662
8663 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
8664
8665 * net/tramp.el:
8666 * net/tramp-ftp.el:
8667 * net/tramp-smb.el:
8668 * net/tramp-uu.el:
8669 * net/trampver.el: Migrate to Tramp 2.1.
8670
8671 * net/tramp-cache.el:
8672 * net/tramp-fish.el:
8673 * net/tramp-gw.el: New Tramp packages.
8674
8675 * net/tramp-util.el:
8676 * net/tramp-vc.el: Removed.
8677
8678 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
8679 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
8680
8681 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
8682
8683 * progmodes/compile.el (compilation-start): Redefine
8684 `start-process' temporarily when `default-directory' is remote.
8685 Remove case of synchronous compilation, this won't happen ever.
8686 (compilation-setup): Make local variable `comint-file-name-prefix'
8687 for remote compilation.
8688
8689 2007-07-08 Martin Rudalics <rudalics@gmx.at>
8690
8691 * novice.el (disabled-command-function): Fit window to buffer to
8692 make last line visible.
8693 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8694
8695 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
8696 when handling the terminating event.
8697
8698 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8699
8700 * calc/calc.el (math-read-number-simple): Remove leading 0s.
8701 (math-bignum-digit-length): Change to optimal value.
8702
8703 * calc/calc-bin.el (math-bignum-logb-digit-size)
8704 (math-bignum-digit-power-of-two): Evaluate when compiled.
8705
8706 * calc/calc-comb.el (math-small-factorial-table)
8707 (math-init-random-base, math-prime-test): Remove unnecessary calls
8708 to `math-read-number-simple'.
8709
8710 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8711 (math-approx-gamma-const): Add docstrings.
8712
8713 * calc/calc-forms.el (math-julian-date-beginning)
8714 (math-julian-date-beginning-int): New constants.
8715 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
8716 Use the new constants.
8717
8718 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
8719
8720 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8721 Add docstrings.
8722
8723 2007-07-07 Tom Tromey <tromey@redhat.com>
8724
8725 * vc.el (vc-annotate): Jump to line and output message only after the
8726 process is really all done.
8727
8728 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * vc.el (vc-exec-after): Don't move point from the sentinel.
8731 Forcefully read all the remaining text in the pipe upon process exit.
8732 (vc-annotate-display-autoscale, vc-annotate-lines):
8733 Don't stop at the first unrecognized line.
8734 (vc-annotate-display-select): Run autoscale after the process is done
8735 since it depends on the whole result.
8736
8737 2007-07-07 Eli Zaretskii <eliz@gnu.org>
8738
8739 * term/w32-win.el (menu-bar-open): New function.
8740 Bind <f10> to it.
8741
8742 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
8743
8744 * simple.el (start-file-process): New defun.
8745
8746 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8747
8748 * files.el (find-file-confirm-nonexistent-file): Rename from
8749 find-file-confirm-inexistent-file. Update users.
8750
8751 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
8752 format of autoload block where the file's time-stamp is replaced by its
8753 MD5 checksum.
8754 (autoload-generate-file-autoloads): Use MD5 checksum instead of
8755 time-stamp for secondary autoloads files.
8756 (update-directory-autoloads): Remove duplicate entries.
8757 Use time-less-p for time-stamps, as done in autoload-find-destination.
8758
8759 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
8760
8761 * calc/calc.el (math-read-number): Replace number by variable.
8762 (math-read-number-simple): Properly parse small integers.
8763
8764 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8765
8766 * vc.el: Fix doc for the checkout function.
8767
8768 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
8769
8770 * vc-hg.el (vc-hg-root): New function.
8771 (vc-hg-registered): Use it.
8772 (vc-hg-diff-tree): New defalias.
8773 (vc-hg-responsible-p): Likewise.
8774 (vc-hg-checkout): Comment out, not needed.
8775 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
8776 (vc-hg-find-version, vc-hg-next-version): New functions.
8777
8778 2007-07-06 Andreas Schwab <schwab@suse.de>
8779
8780 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
8781 dynamic bindings around the evaluation of the expression.
8782 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
8783
8784 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
8785
8786 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
8787 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
8788 Use run-hooks rather than run-mode-hooks.
8789
8790 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
8791
8792 * calc/calc-comb.el (math-random-digit): Rename to
8793 `math-random-three-digit-number'.
8794 (math-random-digits): Don't depend on representation of integer.
8795
8796 * calc/calc-bin.el (math-bignum-logb-digit-size)
8797 (math-bignum-digit-power-of-two): New constants.
8798 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
8799 (math-not-bignum, math-clip-bignum): Use the constants
8800 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
8801 instead of their values.
8802 (math-clip): Use math-small-integer-size instead of its value.
8803
8804 * calc/calc.el (math-add-bignum): Replace number by constant.
8805
8806 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
8807
8808 * wid-edit.el (widget-documentation-string-value-create):
8809 Insert indentation spaces.
8810
8811 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8812
8813 * emacs-lisp/byte-opt.el: Revert last change.
8814
8815 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8816
8817 * vc-hooks.el (vc-handled-backends): Add HG.
8818
8819 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
8820
8821 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8822
8823 * complete.el (PC-do-complete-and-exit): Add support for the new
8824 `confirm-only' confirmation mode.
8825
8826 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
8827
8828 * cus-edit.el (custom-commands): New variable.
8829 (custom-tool-bar-map): New variable. Initialize using
8830 `custom-commands'.
8831 (custom-mode): Use `custom-tool-bar-map'.
8832 (custom-buffer-create-internal): Insert action buttons only if
8833 tool bar is not used. Use `custom-commands'.
8834 (Custom-help, custom-command-apply): New function.
8835 (custom-command-apply, Custom-set, Custom-save)
8836 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
8837 Use `custom-command-apply' instead of duplicating code.
8838 (customize-group-other-window): Call `customize-group' instead of
8839 duplicating code.
8840 (customize-face-other-window): Call `customize-face' instead of
8841 duplicating code.
8842 (customize-group, customize-face): Add optional args for opening
8843 in another window.
8844 (custom-variable-tag): Don't inherit `variable-pitch' face.
8845 (custom-group-tag): Inherit `variable-pitch' face.
8846 (custom-variable-value-create): Set documentation indentation.
8847 (custom-group-value-create): Make group name a link, instead of
8848 using an extra "go to group" button.
8849 (custom-prompt-variable, custom-group-set, custom-group-save)
8850 (custom-group-reset-current, custom-group-reset-saved)
8851 (custom-group-reset-standard): Minor cleanup.
8852
8853 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
8854
8855 * Makefile.in (bootstrap-prepare): When copying from
8856 ldefs-boot.el, make sure loaddefs.el is writeable.
8857
8858 (bootstrap-prepare): Make $(lisp)/ps-print.el
8859 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
8860
8861 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8862
8863 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
8864 only caller, and delete.
8865 (vc-hg-state): Deal with exceptions and only parse the output on
8866 successful return.
8867 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
8868 caller, and delete.
8869 (vc-hg-workfile-version): Deal with exceptions and only parse the
8870 output on successful return.
8871 (vc-hg-revert): New function.
8872
8873 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
8874
8875 * calculator.el (calculator-expt): Use more cases to determine
8876 the value.
8877
8878 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
8879
8880 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
8881 file names.
8882
8883 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
8884
8885 * calculator.el (calculator-expt, calculator-integer-p):
8886 New functions.
8887 (calculator-fact): Check to see if the factorial will be too
8888 large before computing it.
8889 (calculator-initial-operators): Use `calculator-expt' to
8890 compute "^".
8891 (calculator-mode): Mention that results which are too large
8892 will return inf.
8893 * calc/calc-comb.el (math-small-factorial-table): Replace list
8894 by vector.
8895
8896 2007-07-03 David Kastrup <dak@gnu.org>
8897
8898 * shell.el: On request of the authors, remove their addresses for
8899 the sake of bug reports, and add the developer list address as
8900 maintainer information.
8901
8902 2007-07-03 Richard Stallman <rms@gnu.org>
8903
8904 * files.el (make-directory): Doc fix.
8905 (find-file-confirm-inexistent-file): Make it a defcustom.
8906 Make nil the default.
8907
8908 2007-07-02 Richard Stallman <rms@gnu.org>
8909
8910 * startup.el (command-line): Set buffer-offer-save in *scratch*
8911 and enable auto-save in it.
8912
8913 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
8914
8915 * textmodes/org.el (orgstruct-mode-map): New variable.
8916 (orgstruct-mode): New minor mode.
8917 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
8918 (orgstruct-make-binding, org-context-p, org-get-local-variables)
8919 (org-run-like-in-org-mode): New functions.
8920 (org-cycle-list-bullet): New command.
8921 (org-special-properties, org-property-start-re)
8922 (org-property-end-re): New constants.
8923 (org-with-point-at): New macro.
8924 (org-get-property-block, org-entry-properties, org-entry-get)
8925 (org-entry-delete, org-entry-get-with-inheritance)
8926 (org-entry-put, org-buffer-property-keys): New functions.
8927 (org-insert-property-drawer): New command.
8928 (org-entry-property-inherited-from): New variable.
8929 (org-column): New face.
8930 (org-column-overlays, org-current-columns-fmt)
8931 (org-current-columns-maxwidths, org-column-map): New variables.
8932 (org-column-menu): New menu.
8933 (org-new-column-overlay, org-overlay-columns)
8934 (org-overlay-columns-title, org-remove-column-overlays)
8935 (org-column-show-value, org-column-quit, org-column-edit):
8936 New functions.
8937 (org-columns, org-agenda-columns): New commands.
8938 (org-get-columns-autowidth-alist): New functions.
8939 (org-properties): New customize group.
8940 (org-default-columns-format): New option.
8941 (org-priority): Realign tags after changing priority.
8942 (org-preserve-lc): New macro.
8943 (org-update-checkbox-count): Catch case when there is no headline.
8944 (org-agenda-quit): Remove any column overlays.
8945 (org-beginning-of-item-list): Fixed bug when non-item line is
8946 indented too deep.
8947 (org-cached-props): New variable.
8948 (org-cached-entry-get): New function.
8949 (org-make-tags-matcher): Handle property matches.
8950 (org-table-recalculate): Swap evaluation order: Field formula
8951 first, then column formulas, but don't allow them to overwrite the
8952 field formulas.
8953 (org-table-eval-formula): New argument untouchable.
8954 (org-table-put-field-property): New function.
8955
8956 2007-07-02 Martin Rudalics <rudalics@gmx.at>
8957
8958 * help-mode.el (help-make-xrefs): Skip spaces too when
8959 skipping tabs.
8960
8961 * ffap.el (dired-at-point-prompter): Improve prompt in
8962 list-directory case.
8963
8964 2007-07-01 Richard Stallman <rms@gnu.org>
8965
8966 * files.el (find-file-visit-truename): Fix safe-local-variable value.
8967
8968 2007-07-01 Richard Stallman <rms@gnu.org>
8969
8970 * cus-start.el (max-mini-window-height): Added.
8971
8972 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
8973
8974 * complete.el (partial-completion-mode): Remove advice of
8975 read-file-name-internal.
8976 (PC-do-completion): Rebind minibuffer-completion-table.
8977 (PC-read-file-name-internal): New function doing what
8978 read-file-name-internal advice did.
8979
8980 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
8981
8982 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
8983 property on a few symbols.
8984 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
8985 (byte-optimize-lapcode): Remove bindings that are not referenced
8986 and certainly will not effect through dynamic scoping.
8987
8988 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * files.el (find-file-confirm-inexistent-file): New var.
8991 (find-file, find-file-other-window, find-file-other-frame)
8992 (find-file-read-only, find-file-read-only-other-window)
8993 (find-file-read-only-other-frame): Use it.
8994
8995 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
8998
8999 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
9000
9001 * generic-x.el (generic-define-mswindows-modes)
9002 (generic-define-unix-modes, apache-log-generic-mode)
9003 (bat-generic-mode-keymap, java-manifest-generic-mode)
9004 (show-tabs-generic-mode): Fix typos in docstrings.
9005
9006 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
9007
9008 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
9009 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
9010 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
9011 (rcirc-print): Never ignore messages from ourself.
9012
9013 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
9016 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
9017
9018 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9019
9020 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
9021 replace-regexp-in-string.
9022
9023 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * emacs-lisp/cl.el: Set edebug and indentation before loading
9026 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
9027
9028 2007-06-28 Andreas Schwab <schwab@suse.de>
9029
9030 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
9031 $(lisp)/subdirs.el.
9032
9033 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
9034
9035 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
9036 the speedbar frame if nil; that deletes the current frame or
9037 causes an error if it is the only frame.
9038 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
9039
9040 2007-06-28 Kevin Ryde <user42@zip.com.au>
9041
9042 * textmodes/nroff-mode.el: Groff \# comments.
9043 (nroff-mode-syntax-table): \# comment intro,
9044 plain # as punct per global table.
9045 (nroff-font-lock-keywords): Add # as a single char escape.
9046 (nroff-mode): In comment-start-skip, match \#.
9047
9048 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
9051 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
9052 point-min == 1.
9053
9054 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
9055
9056 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
9057 Rename and move to...
9058
9059 * subr.el (strings->string, string->strings): ...here.
9060
9061 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
9062 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
9063
9064 * progmodes/gud.el (gud-common-init): Call string->strings instead
9065 of split-string.
9066
9067 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
9068
9069 * dired-aux.el: Remove `dired-call-process'.
9070 (dired-check-process): Call `process-file'.
9071
9072 * wdired.el (wdired-do-perm-changes): Call `process-file'.
9073
9074 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
9075 `ange-ftp-process-file'.
9076
9077 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
9080
9081 * emacs-lisp/cl-extra.el:
9082 * emacs-lisp/cl-seq.el:
9083 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
9084 Add autoload cookies on all defs autoloaded manually in cl.el.
9085
9086 * emacs-lisp/cl-loaddefs.el: New file.
9087
9088 * textmodes/texinfmt.el (texinfo-raisesections-alist)
9089 (texinfo-lowersections-alist): Merge definition and declaration.
9090 (texinfo-start-of-header, texinfo-end-of-header): Remove.
9091 (texinfo-format-syntax-table): Merge init into declaration.
9092 (texinfo-format-parse-line-args, texinfo-format-parse-args)
9093 (texinfo-format-parse-defun-args, texinfo-format-node)
9094 (texinfo-push-stack, texinfo-multitable-widths)
9095 (texinfo-define-info-enclosure, texinfo-alias)
9096 (texinfo-format-defindex, batch-texinfo-format): Use push.
9097 (texinfo-footnote-number): Remove duplicate declaration.
9098
9099 * ps-print.el: Update with auto-generated autoloads.
9100
9101 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
9102
9103 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
9106 relative to current dir for file-local settings.
9107 (autoload-generate-file-autoloads): Add `outfile' arg.
9108 (update-directory-autoloads): Use it to directly call
9109 autoload-generate-file-autoloads instead of going through
9110 update-file-autoloads so we avoid redundant searches and so we can know
9111 the set of buffers changed so we can save them all.
9112
9113 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
9114 rather than throwing `up-to-date'.
9115 (autoload-generate-file-autoloads): Adjust correspondingly.
9116 (update-file-autoloads): Be careful to let-bind
9117 autoload-modified-buffers and adjust to new calling conventions.
9118 (autoload-modified-buffers): Make it a dynamically scoped var.
9119 (update-directory-autoloads): Use file-relative-name instead of
9120 autoload-trim-file-name.
9121 (autoload-insert-section-header): Don't use autoload-trim-file-name
9122 since the file is already relative now.
9123 (autoload-trim-file-name): Remove.
9124
9125 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
9126 (vc-arch-complete, vc-arch--version-completion-table)
9127 (vc-arch-revision-completion-table): New functions to provide
9128 completion of revision names.
9129 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
9130 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
9131 to let the user trim the revlib.
9132
9133 * vc.el: Add new VC operation `revision-completion-table'.
9134 (vc-default-revision-completion-table): New function.
9135 (vc-version-diff, vc-version-other-window): Use it to provide
9136 completion of revision names if the backend provides it.
9137
9138 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
9139
9140 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
9141 of newer .svn/entries.
9142
9143 2007-06-25 David Kastrup <dak@gnu.org>
9144
9145 * calc/calc-poly.el (math-padded-polynomial)
9146 (math-partial-fractions): Add some function comments.
9147
9148 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9149
9150 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9151 Make `outbuf' optional.
9152 (update-file-autoloads): Use it.
9153
9154 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
9157 (autoload-find-destination): Keep it uptodate.
9158 (autoload-save-buffers): New fun.
9159 (update-file-autoloads): Use it. Re-add the "up to date" message.
9160
9161 * emacs-lisp/autoload.el: Refactor for upcoming changes.
9162 (autoload-find-destination): New function extracted from
9163 update-file-autoloads.
9164 (update-file-autoloads): Use it.
9165 (autoload-generate-file-autoloads): New function extracted from
9166 generate-file-autoloads. Use file-relative-name. Delay computation of
9167 output-start to the first cookie. Remove done-any, replaced by
9168 output-start.
9169 (generate-file-autoloads): Use it.
9170
9171 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9172
9173 * calc/calc-comb.el (math-init-random-base, math-prime-test):
9174 Use math-read-number-simple to insert constants.
9175 (math-prime-test): Redo calculation of sum.
9176
9177 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
9178
9179 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
9180 math-scale-bignum-3.
9181 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
9182 math-bignum-digit-size.
9183 (math-isqrt-small): Add another possible initial guess.
9184
9185 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9186
9187 * textmodes/bibtex.el (bibtex-entry-format): New options
9188 `whitespace', `braces', and `string'.
9189 (bibtex-field-braces-alist, bibtex-field-strings-alist)
9190 (bibtex-field-braces-opt, bibtex-field-strings-opt)
9191 (bibtex-cite-matcher-alist): New variables.
9192 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
9193 (bibtex-flash-head): Use blink-matching-delay.
9194 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
9195 (bibtex-format-entry, bibtex-reformat): Handle new options of
9196 bibtex-entry-format.
9197 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
9198 New functions.
9199 (bibtex-complete-internal): Do not display messages while
9200 minibuffer is used. Do not leave around a completions buffer
9201 that is out of date.
9202 (bibtex-copy-summary-as-kill): New optional arg.
9203 (bibtex-font-lock-url): New optional arg no-button.
9204 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
9205 (bibtex-url): Allow multiple URLs per entry.
9206
9207 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9208
9209 * emacs-lisp/autoload.el (autoload-generated-file): New function.
9210 (update-file-autoloads, update-directory-autoloads): Use it.
9211 (autoload-file-load-name): New function.
9212 (generate-file-autoloads, update-file-autoloads): Use it.
9213 (autoload-find-file): Accept non-absolute argument. Set default-dir.
9214 (generate-file-autoloads): If the autoloaded form is malformed,
9215 indicate the problem with a warning instead of aborting.
9216
9217 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9218
9219 * simple.el (next-error-recenter): Accept `(4)' as well;
9220 also, specify `integer' instead of `number'.
9221
9222 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9223
9224 * ls-lisp.el (insert-directory): If an invalid regexp error is
9225 thrown, try using FILE as a literal file name, not a wildcard.
9226
9227 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
9228
9229 * ruler-mode.el (ruler-mode): Prevent clobbering the original
9230 `header-line-format' when reentering ruler mode.
9231
9232 2007-06-23 Eli Zaretskii <eliz@gnu.org>
9233
9234 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
9235 FILE exists as a file.
9236
9237 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9238
9239 * calc/calc.el (math-bignum-digit-length)
9240 (math-bignum-digit-size, math-small-integer-size):
9241 New constants.
9242 (math-normalize, math-bignum-big, math-make-float)
9243 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
9244 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
9245 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
9246 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
9247 (math-quotient, math-div-bignum, math-div-bignum-digit)
9248 (math-div-bignum-part, math-format-bignum-decimal)
9249 (math-read-bignum): Use math-bignum-digit-length,
9250 math-bignum-digit-size and math-small-integer-size.
9251
9252 * calc/calc-ext.el (math-fixnum-big): Use the variable
9253 math-bignum-digit-size.
9254
9255 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9256
9257 * log-view.el (log-view-mode-menu): New menu.
9258
9259 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9260
9261 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
9262 differently.
9263
9264 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
9265 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
9266
9267 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9268
9269 * vc-hg.el (vc-hg-print-log): Insert the file name.
9270 (vc-hg-log-view-mode): Fontify the file name.
9271
9272 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9273
9274 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
9275 (calcFunc-julian): Fix incorrect number used in calculations.
9276
9277 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
9278
9279 * simple.el (next-error-recenter): New defcustom.
9280 (next-error, next-error-internal): Recenter if specified,
9281 immediately prior to running `next-error-hook'.
9282
9283 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
9284 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
9285
9286 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
9287
9288 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
9289
9290 * calc/calc-comb.el (math-small-factorial-table): New variable.
9291 (calcFunc-fact): Use `math-small-factorial-table'.
9292
9293 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
9294 initial values.
9295 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
9296 New variables to use in caches.
9297
9298 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
9299 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
9300
9301 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
9302 (math-bernoulli-b-cache): Use math-read-number-simple to insert
9303 bignums.
9304
9305 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
9306 New variables to use in caches.
9307
9308 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9309
9310 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
9311
9312 * vc-hg.el (vc-hg-log-view-mode): New mode.
9313
9314 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
9315
9316 * calc/calc.el (math-read-number-simple): New function.
9317
9318 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9319
9320 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
9321 (vera-font-lock-match-item): Fix doc string.
9322 (vera-in-comment-p): Remove unused function.
9323 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
9324 use `syntax-ppss'.
9325 (vera-forward-syntactic-ws): Fix argument order.
9326 (vera-prepare-search): Use `with-syntax-table'.
9327 (vera-indent-line): Fix doc string.
9328 (vera-electric-tab): Fix doc string.
9329 (vera-expand-abbrev): Define alias instead of using `fset'.
9330 (vera-comment-uncomment-region): Use `comment-start-skip'.
9331
9332 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
9333
9334 * textmodes/org.el (org-export-with-footnotes): New option.
9335 (org-export-as-html): Fix replacement bug for XEmacs.
9336 (org-agenda-default-appointment-duration): New option.
9337
9338 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9339
9340 * vc-hg.el: Add to do items.
9341 (vc-hg-diff): Add support for comparing different revisions.
9342 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
9343 (vc-hg-annotate-extract-revision-at-line)
9344 (vc-hg-previous-version, vc-hg-checkin): New functions.
9345 (vc-hg-annotate-re): New constant.
9346
9347 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
9348
9349 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
9350
9351 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
9354 buffer-local value of log-view-*-re if applicable.
9355
9356 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
9357 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
9358 (vc-bzr-command*): Remove both (incompatible) versions.
9359 (vc-bzr-do-command*): Remove.
9360 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
9361 Remove by folding into its only caller vc-bzr-command.
9362 (vc-bzr-command): Always set the environment, even when ineffective.
9363 (vc-bzr-version): Minor fix up.
9364 (vc-bzr-admin-dirname): New var.
9365 (vc-bzr-bzr-dir): Remove.
9366 (vc-bzr-root-dir): New fun.
9367 (vc-bzr-registered): Use it. Add an autoloaded version.
9368 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
9369 (vc-bzr-view-log-function): Remove.
9370 (vc-bzr-log-view-mode): New major mode to replace it.
9371 (vc-bzr-print-log): Only activate the old hack if needed.
9372
9373 * vc.el (vc-default-log-view-mode): New function.
9374 (vc-print-log): Add new `log-view-mode' VC operation.
9375
9376 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
9377
9378 * ido.el (ido-find-file-in-dir): Don't signal an error for
9379 empty directories.
9380
9381 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
9382
9383 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
9384 directory where the desktop file was found, as the docstring says.
9385 (desktop-kill): Use `read-directory-name'.
9386
9387 2007-06-20 Alan Mackenzie <acm@muc.de>
9388
9389 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
9390 When removing lines, also remove the \n. Correction of patch of
9391 2007-04-21.
9392
9393 2007-06-20 Martin Rudalics <rudalics@gmx.at>
9394
9395 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
9396 event is not a cons cell. Do not unread drag-mouse-1 events.
9397 Select right window in check whether space was stolen from
9398 window above.
9399
9400 * help-mode.el (help-make-xrefs): Adjust position of new forward
9401 button.
9402
9403 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
9404
9405 * vc-bzr.el (vc-bzr-with-process-environment)
9406 (vc-bzr-std-process-invocation): New macros.
9407 (vc-bzr-command, vc-bzr-command*): Use them.
9408 (vc-bzr-with-c-locale): Remove.
9409 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
9410 (vc-bzr-buffer-nonblank-p): New function.
9411 (vc-bzr-state-words): New const.
9412 (vc-bzr-state): Look for `bzr status' keywords in output.
9413 Display everything else as a warning message to the user.
9414 Fix status report with bzr >= 0.15.
9415
9416 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9417
9418 * vc-hg.el (vc-hg-global-switches): Simplify.
9419 (vc-hg-state): Handle more states.
9420 (vc-hg-diff): Fix doc-string.
9421 (vc-hg-register): New function.
9422 (vc-hg-checkout): Likewise.
9423
9424 2007-06-20 Reto Zimmermann <reto@gnu.org>
9425
9426 * progmodes/vera-mode.el: New file.
9427
9428 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
9429
9430 * calc/calc.el (calc-multiplication-has-precendence):
9431 New variable.
9432 (math-standard-ops, math-standard-ops-p, math-expr-ops):
9433 New functions.
9434 (math-expr-opers): Define using math-standard-ops rather than
9435 math-standard-opers.
9436 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
9437 equal the function math-standard-ops rather than the variable
9438 math-standard-opers.
9439 (calc-algebraic-entry): Let math-expr-opers equal
9440 math-standard-ops or math-expr-ops, as appropriate.
9441 (math-expr-read-level, math-read-factor): Let math-expr-opers
9442 equal math-expr-ops.
9443 * calc/calc-embed.el (calc-embedded-finish-edit):
9444 Let math-expr-opers equal the function math-standard-ops
9445 rather than the variable math-standard-opers.
9446 * calc/calc-ext.el (math-read-plain-expr)
9447 (math-format-flat-expr-fancy): Let math-expr-opers equal the
9448 function math-standard-ops rather than the variable
9449 math-standard-opers.
9450 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
9451 Let math-expr-opers equal the function math-standard-ops rather
9452 than the variable math-standard-opers.
9453 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
9454 equal the function math-standard-ops rather than the variable
9455 math-standard-opers.
9456 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
9457 equal the function math-standard-ops rather than the variable
9458 math-standard-opers.
9459 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
9460 math-expr-ops.
9461
9462 2007-06-19 Ivan Kanis <apple@kanis.eu>
9463
9464 * vc-hg.el: New file.
9465
9466 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9467
9468 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
9469 with font-lock-multiline.
9470
9471 2007-06-17 Glenn Morris <rgm@gnu.org>
9472
9473 * lpr.el (lpr-page-header-switches): Move %s to separate element
9474 for correct quoting. Doc fix.
9475
9476 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
9479 than setting sgml-xml-mode.
9480 (sgml-mode, html-mode): Set sgml-xml-mode.
9481 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
9482 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
9483 (sgml-electric-tag-pair-before-change-function)
9484 (sgml-electric-tag-pair-flush-overlays): New functions.
9485 (sgml-electric-tag-pair-mode): New minor mode.
9486 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
9487 (sgml-calculate-indent): Use assoc-string.
9488
9489 2007-06-16 Karl Fogel <kfogel@red-bean.com>
9490
9491 * thingatpt.el (thing-at-point-email-regexp): Don't require two
9492 chars before the "@" in an email address. Andreas Roehler noticed
9493 this problem.
9494
9495 2007-06-15 Karl Fogel <kfogel@red-bean.com>
9496
9497 * thingatpt.el: Add support for email addresses (`email').
9498 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
9499 (thing-at-point-email-regexp): New variable.
9500 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
9501 properties on this symbol, with lambda forms for values.
9502
9503 2007-06-15 Masatake YAMATO <jet@gyve.org>
9504
9505 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
9506
9507 * vc.el (vc-dired-hook): Check the backend returned from
9508 `vc-responsible-backend' can really handle `subdir'.
9509
9510 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
9511
9512 * wid-edit.el (widget-add-documentation-string-button):
9513 Fix handling of documentation indent.
9514
9515 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
9516
9517 * mb-depth.el: New file.
9518
9519 2007-06-15 Masatake YAMATO <jet@gyve.org>
9520
9521 * vc.el (vc-dired-mode): Show backend name as part of mode name.
9522
9523 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
9524
9525 * wid-edit.el (widget-default-create): Move ?h handling here...
9526 (widget-default-format-handler): ...from here.
9527 (widget-docstring, widget-add-documentation-string-button): New funs.
9528 (documentation-string): Add :visibility-widget property.
9529 (widget-documentation-string-value-create): Use it.
9530
9531 * cus-edit.el (custom-split-regexp-maybe): Simplify.
9532 (custom-buffer-create-internal): Simplify message.
9533 (custom-variable-tag): Reduce height to normal.
9534 (custom-variable-value-create, custom-face-value-create)
9535 (custom-visibility): New widget.
9536 (custom-visibility): New face.
9537 (custom-group-value-create):
9538 Call widget-add-documentation-string-button, using `custom-visibility'.
9539
9540 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * emacs-lisp/bytecomp.el (byte-compile-current-group)
9543 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
9544 change. Apparently the "warning even if the group is implicit" is
9545 a feature rather than a bug.
9546
9547 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
9548
9549 * emulation/viper.el (viper-describe-key-ad)
9550 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
9551 Compile them conditionally.
9552 (viper-version): Belated version change.
9553
9554 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
9555
9556 * follow.el (follow-all-followers, follow-generic-filter):
9557 * pcomplete.el (pcomplete-restore-windows):
9558 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
9559 (x-dnd-drop-data):
9560 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
9561 * progmodes/python.el (python-complete-symbol):
9562 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
9563
9564 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
9565
9566 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
9567 around bright and dim regexps. Make sure bright and dim matches
9568 use word anchors. Send text through rcirc-markup functions.
9569 (rcirc-url-regexp): Add single quote character.
9570 (rcirc-connect): Write logs to disk on auto-save-hook.
9571 Make server a non-optional argument.
9572 (rcirc-log-alist): New variable.
9573 (rcirc-log-directory): Make customizable.
9574 (rcirc-log-flag): New customizable variable.
9575 (rcirc-log): New function.
9576 (rcirc-print): Use above function.
9577 (rcirc-log-write): New function.
9578 (rcirc-generate-new-buffer-name): Strip text properties.
9579 (rcirc-switch-to-buffer-function): Remove variable.
9580 (rcirc-last-non-irc-buffer): Remove variable.
9581 (rcirc-non-irc-buffer): Add function.
9582 (rcirc-next-active-buffer): Use above function.
9583 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
9584 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
9585 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
9586 (rcirc-omit-mode): Add minor-mode.
9587 (rcirc-mode-map): Change C-c C-o binding.
9588 (rcirc-mode): Clear mode-line-process. Use a custom
9589 fill-paragraph-function. Set up buffer-invisibility-spec.
9590 (rcirc-response-formats): Remove timestamp code.
9591 (rcirc-omit-responses): Add variable.
9592 (rcirc-print): Don't put the overlay arrow on potentially omitted
9593 lines. Log line to disk. Record activity for private messages
9594 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
9595 (rcirc-jump-to-first-unread-line): Print message if there is no
9596 unread text.
9597 (rcirc-clear-unread): New function.
9598 (rcirc-markup-text-functions): Add variable.
9599 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
9600 (rcirc-debug): Don't mess with window configuration.
9601 (rcirc-send-message): Send message before printing locally.
9602 Add SILENT argument, do not print message if non-nil.
9603 (rcirc-visible-buffers): New function and variable.
9604 (rcirc-window-configuration-change-1): Add function.
9605 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
9606 server buffer.
9607 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
9608 (rcirc-fill-paragraph): Add function.
9609 (rcirc-record-activity, rcirc-window-configuration-change-1):
9610 Only update the activity string if it has actually changed.
9611 (rcirc-update-activity-string): Remove padding characters from the
9612 mode-line string.
9613 (rcirc-disconnect-buffer): New function to be called when a
9614 channel is parted or the user quits.
9615 (rcirc-server-name): Warn when the server-name hasn't been set.
9616 (rcirc-window-configuration-change): Postpone work until
9617 post-command-hook.
9618 (rcirc-window-configuration-change-1): Update mode-line and
9619 overlay arrows here.
9620 (rcirc-authenticate): Fixc hanserv identification.
9621 (rcirc-default-server): Remove variable.
9622 (rcirc): Connect according to rcirc-connections.
9623 (rcirc-connections): Add variable.
9624 (rcirc-startup-channels-alist): Remove variable.
9625 (rcirc-startup-channels): Remove function.
9626
9627 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9628
9629 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
9630
9631 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
9632
9633 * term/xterm.el (terminal-init-xterm): Escape parens in character
9634 constants.
9635
9636 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9637
9638 * progmodes/sh-script.el: Remove unneeded * from docstrings.
9639 Use [:alpha:] and [:alnum:] where applicable.
9640 (sh-quoted-subshell): Rewrite to correctly
9641 handle nested mixes of `...' and $(...).
9642 (sh-apply-quoted-subshell): Remove.
9643 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
9644
9645 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
9646
9647 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
9648
9649 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
9650 previous change.
9651
9652 2007-06-12 Tom Tromey <tromey@redhat.com>
9653
9654 * subr.el (user-emacs-directory): New defconst.
9655 * cmuscheme.el (scheme-start-file):
9656 * shell.el (shell):
9657 * completion.el (save-completions-file-name):
9658 * custom.el (custom-theme-directory):
9659 * term/x-win.el (emacs-session-filename):
9660 * filesets.el (filesets-menu-cache-file):
9661 * thumbs.el (thumbs-thumbsdir):
9662 * server.el (server-auth-dir):
9663 * image-dired.el (image-dired-dir):
9664 (image-dired-db-file):
9665 (image-dired-temp-image-file):
9666 (image-dired-gallery-dir):
9667 (image-dired-temp-rotate-image-file):
9668 * play/gamegrid.el (gamegrid-user-score-file-directory):
9669 * savehist.el (savehist-file):
9670 * tutorial.el (tutorial--saved-dir):
9671 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
9672
9673 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
9674
9675 * scroll-lock.el (scroll-lock-mode): Doc fix.
9676
9677 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9678
9679 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
9680
9681 * ediff-init.el: Doc strings.
9682
9683 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9686 (byte-compile-file): Bind it.
9687 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
9688 group argument is provided implicitly.
9689 (byte-compile-format-warn, byte-compile-from-buffer)
9690 (byte-compile-insert-header): Don't hardcode point-min==1.
9691 (byte-compile-file-form-require): Remove unused var old-load-list.
9692 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
9693
9694 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
9695
9696 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
9697 Display error messages.
9698 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
9699 Get rid of cl.el dependencies.
9700
9701 * emulation/viper-init.el (viper-suppress-input-method-change-message):
9702 New variable.
9703 (viper-activate-input-method-action)
9704 (viper-inactivate-input-method-action):
9705 Use viper-suppress-input-method-change-message.
9706
9707 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
9708 for C-s, C-r.
9709
9710 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9711 Use viper-replace-overlay-cursor-color instead of
9712 viper-replace-overlay-cursor-color.
9713 (viper-sit-for-short): Use sit-for with 3 arguments.
9714
9715 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
9716 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
9717 to gud-mode.
9718
9719 * ediff-mult.el (ediff-meta-buffer-brief-message)
9720 (ediff-meta-buffer-verbose-message): New variables.
9721 (ediff-meta-buffer-message): Variable deleted.
9722 (ediff-verbose-help-enabled): New variable.
9723 (ediff-toggle-verbose-help-meta-buffer): New function.
9724 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
9725 message options.
9726
9727 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
9728 (ediff-fixup-patch-map): Improve heuristic.
9729
9730 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
9733 (log-view-font-lock-keywords): Simplify.
9734 (log-view-current-file, log-view-current-tag): Simplify.
9735
9736 2007-06-12 Sam Steingold <sds@gnu.org>
9737
9738 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
9739
9740 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
9741
9742 * desktop.el (desktop-load-locked-desktop): New option.
9743 (desktop-read): Use it.
9744 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
9745 Use `when'.
9746
9747 2007-06-12 Davis Herring <herring@lanl.gov>
9748
9749 * desktop.el (desktop-save-mode-off): New function.
9750 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
9751 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
9752 (desktop-claim-lock, desktop-release-lock): New functions.
9753 (desktop-kill): Tell `desktop-save' that this is the last save.
9754 Release the lock afterwards.
9755 (desktop-buffer-info): New function.
9756 (desktop-save): Use it. Run `desktop-save-hook' where the doc
9757 says to. Detect conflicts, and manage the lock.
9758 (desktop-read): Detect conflicts. Manage the lock.
9759
9760 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9761
9762 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
9763
9764 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
9765 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
9766 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
9767 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
9768 keysyms rather than byte sequences.
9769 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
9770
9771 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * font-lock.el (font-lock-add-keywords): In case font-lock was only
9774 half-activated, forcefully activate it completely.
9775
9776 2007-06-11 Richard Stallman <rms@gnu.org>
9777
9778 * cus-edit.el (custom-variable-type): Doc fix.
9779
9780 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9781
9782 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
9783 (sh-font-lock-flush-syntax-ppss-cache): New functions.
9784 (sh-font-lock-syntactic-keywords): Use them to distinguish the
9785 different possible cases for \'.
9786
9787 * complete.el (PC-bindings): Don't bind things already bound in the
9788 parent keymap.
9789
9790 * textmodes/bibtex-style.el: New file.
9791
9792 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
9793
9794 * vc-bzr.el: New file.
9795
9796 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 * vc-svn.el (vc-svn-program): New var.
9799 (vc-svn-command): Use it.
9800
9801 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
9802
9803 * server.el (server-switch-buffer): Remove redundant check.
9804
9805 2007-06-10 Martin Rudalics <rudalics@gmx.at>
9806
9807 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9808 Match against file-name-nondirectory.
9809 Fix text on user customization variables.
9810 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
9811
9812 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9813
9814 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
9815
9816 2007-06-09 Davis Herring <herring@lanl.gov>
9817
9818 * desktop.el (desktop-minor-mode-table): Doc fix.
9819
9820 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9821
9822 * textmodes/css-mode.el (css-navigation-syntax-table):
9823 Use set-char-table-range so it also works in the unicode branch.
9824
9825 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
9826
9827 * help-mode.el (help-xref-forward-stack)
9828 (help-xref-stack-forward-item, help-forward-label): New variables.
9829 (help-forward): New button type.
9830 (help-setup-xref): Initialise help-xref-forward-stack.
9831 (help-make-xrefs): Add forward button, if appropriate.
9832 (help-xref-go-back): Push item on forward stack.
9833 (help-xref-go-forward, help-go-forward): New functions.
9834
9835 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
9836
9837 * dired.el (dired-mode-map): Remove spurious separator.
9838
9839 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9840
9841 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
9842
9843 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9844 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
9845
9846 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
9847
9848 * textmodes/org.el: Version number fixed.
9849
9850 2007-06-07 Glenn Morris <rgm@gnu.org>
9851
9852 * version.el (emacs-copyright): New constant.
9853 * startup.el (fancy-splash-tail): Use emacs-copyright.
9854 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
9855
9856 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
9857 `make-local'.
9858 (byte-compile-warnings-safe-p): Add `make-local'.
9859 (byte-compile-make-variable-buffer-local):
9860 Allow byte-compile-warnings to suppress this warning.
9861
9862 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
9863 format of "menu" description.
9864 (tutorial--find-changed-keys): Describe the specific menu a
9865 command is in.
9866
9867 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
9868 Rewrite compatibility functions to silence byte-compiler.
9869
9870 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
9871
9872 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
9873 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
9874
9875 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
9876
9877 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
9878
9879 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
9880
9881 * progmodes/ebrowse.el (ebrowse-member-table):
9882 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
9883 (org-batch-agenda-csv): Fix typos in docstrings.
9884
9885 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9886
9887 * international/mule-cmds.el (toggle-enable-multibyte-characters)
9888 (sort-coding-systems, search-unencodable-char): Doc fixes.
9889 (coding-system-change-eol-conversion, set-default-coding-systems)
9890 (prefer-coding-system, find-multibyte-characters, princ-list)
9891 (leim-list-entry-regexp, set-input-method, locale-language-names)
9892 (input-method-exit-on-first-char, exit-language-environment-hook)
9893 (locale-charset-language-names): Fix typos in docstrings.
9894
9895 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
9896
9897 * pgg.el (pgg-sign-region, pgg-sign):
9898 * ses.el (ses-call-printer):
9899 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
9900 * textmodes/org.el (org-cycle): Fix typos in docstrings.
9901
9902 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
9903
9904 * textmodes/org.el (org-export-region-as-html)
9905 (org-replace-region-by-html, org-number-to-letters)
9906 (org-table-fedit-finish, org-normalize-color)
9907 (org-table-fedit-ref-right, org-date-to-gregorian)
9908 (org-table-fedit-move, org-table-convert-refs-to-rc)
9909 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
9910 (org-write-agenda, org-colgroup-info-to-vline-list)
9911 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
9912 (org-indent-line-function, org-export-as-html-to-buffer)
9913 (org-store-agenda-views, org-update-mode-line)
9914 (org-find-if, org-delete-all)
9915 (org-table-fedit-convert-buffer, org-emphasize)
9916 (org-uniquify, org-table-fedit-lisp-indent)
9917 (org-table-fedit-scroll, org-get-todo-sequence-head)
9918 (org-table-fedit-scroll-down, org-table-fedit-line-down)
9919 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
9920 (org-table-fedit-toggle-coordinates, org-dvipng-color)
9921 (org-table-fedit-line-up, org-table-fedit-ref-down)
9922 (org-table-formula-from-user, org-mode-flyspell-verify)
9923 (org-cycle-show-empty-lines, org-ctrl-c-ret)
9924 (org-table-formula-to-user, org-diary-to-ical-string)
9925 (orgtbl-export, org-table-fedit-post-command)
9926 (org-closed-in-range, org-shiftcontrolright)
9927 (org-table-convert-refs-to-an, org-table-hline-and-move)
9928 (org-table-formula-less-p, org-format-table-ascii)
9929 (org-agenda-get-sexps, org-shift-refpart)
9930 (org-diary-sexp-entry, org-time-string-to-absolute)
9931 (org-table-show-reference, org-letters-to-number)
9932 (org-fix-agenda-info, org-table-fedit-ref-up)
9933 (org-table-fedit-shift-reference, org-table-fedit-abort)
9934 (org-closest-date, org-shiftcontrolleft)
9935 (org-at-heading-or-item-p, org-rematch-and-replace)
9936 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
9937 New functions.
9938 (org-table-edit-scroll-down, org-finish-edit-formulas)
9939 (org-table-edit-next-field, org-abort-edit-formulas)
9940 (org-font-lock-level, org-export-find-first-heading-line)
9941 (org-table-edit-line-down, org-table-edit-backward-field)
9942 (org-edit-formula-lisp-indent, org-table-edit-move)
9943 (org-check-log-option, org-this-word)
9944 (org-table-edit-line-up, org-table-edit-formulas-post-command)
9945 (org-agenda-file-to-end, org-expand-file-name)
9946 (org-fake-empty-table-line, org-table-edit-scroll)
9947 (org-toggle-log-option, org-show-reference): Function removed.
9948 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
9949 New defsubsts.
9950 (org-unmodified, org-batch-store-agenda-views)
9951 (org-batch-agenda-csv): New macro.
9952 (org-agenda-export): New customization group.
9953 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
9954 (org-highest-priority, org-agenda-exporter-settings)
9955 (org-log-done-with-time, org-replace-disputed-keys)
9956 (org-format-latex-header, org-export-table-header-tags)
9957 (org-cycle-separator-lines, org-export-table-data-tags)
9958 (org-icalendar-include-sexps)
9959 (org-empty-line-terminates-plain-lists)
9960 (org-log-repeat, org-special-ctrl-a)
9961 (org-table-use-standard-references, org-disputed-keys)
9962 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
9963 (org-agenda-export-html-style): New option.
9964 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
9965 (org-CUA-compatible): Option removed.
9966 (org-agenda-structure, org-sexp-date): New face.
9967 (org-todo-keywords-for-agenda, org-not-done-keywords)
9968 (org-planning-or-clock-line-re, org-agenda-name)
9969 (org-table-colgroup-info, org-todo-sets)
9970 (constants-unit-system, org-clock-mode-line-entry)
9971 (org-mode-line-timer, org-table-current-begin-pos)
9972 (org-todo-keywords-1, org-mode-line-string)
9973 (org-table-clean-did-remove-column, org-table-fedit-map)
9974 (org-clock-heading, org-table-buffer-is-an)
9975 (org-agenda-info, org-done-keywords)
9976 (org-done-keywords-for-agenda, org-todo-heads)
9977 (org-todo-kwd-alist, org-clock-start-time): New variable.
9978 (org-todo-kwd-priority-p, org-edit-formulas-map)
9979 (org-repeat-re, org-todo-kwd-max-priority)
9980 (org-version, org-done-string)
9981 (org-table-clean-did-remove-column-1, org-disputed-keys):
9982 Remove variables.
9983 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
9984 (org-ts-lengths): Constant removed.
9985 (org-follow-gnus-link): Don't ask how many articles to read.
9986 (org-export-find-first-export-line): Rename from
9987 `org-export-find-first-heading'.
9988 Use `org-export-skip-text-before-1st-heading'.
9989 (org-table-fedit-post-command): Rename from
9990 `org-table-edit-formulas-post-command'.
9991 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
9992 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
9993 (org-table-fedit-lisp-indent): Rename from
9994 `org-edit-formula-lisp-indent'.
9995 (org-table-show-reference): Rename from `org-show-reference'.
9996 (org-table-store-formulas): Use `org-table-formula-less-p'.
9997 (org-table-edit-formulas): Position cursor to current field equation.
9998 (org-update-checkbox-count, org-hide-archived-subtrees)
9999 (org-timestamp-up-day, org-timestamp-down-day)
10000 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
10001 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
10002 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
10003 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
10004 Let `org-on-heading-p' also check for invisible heading.
10005 (org-read-date): Match am/pm times.
10006 (org-eval-in-calendar): Fix default date in prompt.
10007
10008 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
10011 "ChangeLog.a" entries, giving the latter lower priority.
10012
10013 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
10014
10015 * faces.el (face-id): If the argument is a face alias,
10016 return the ID of the target face.
10017
10018 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
10019
10020 * net/socks.el (top): Remove unnecessary copyright line.
10021
10022 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
10023
10024 * longlines.el (longlines-auto-wrap): Handle argument correctly.
10025
10026 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
10027
10028 * net/socks.el: New file, taken from w3 repository.
10029 (top): Update Copyright. Don't load cl.el.
10030 (all): Replace `case' by `cond', `string-to-int' by
10031 `string-to-number', and `process-kill-without-query' by
10032 `set-process-query-on-exit-flag'.
10033 (socks-char-int): Remove defalias and all occurrences.
10034
10035 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
10036
10037 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
10038 Fix typos in docstrings.
10039 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
10040 (compilation-finish-function): Fix typo in obsolescence declaration.
10041
10042 2007-06-03 Sam Steingold <sds@gnu.org>
10043
10044 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
10045 handle unending automatic recompilation of changed files (`omake -P').
10046 (compilation-loop): VISITED is now 5th CDR.
10047 (compilation-next-error-function): Set TIMESTAMP.
10048
10049 2007-06-03 Sam Steingold <sds@gnu.org>
10050
10051 * files.el (kill-buffer-ask): New function.
10052 (kill-some-buffers): Use it.
10053 (kill-matching-buffers): New user command.
10054
10055 2007-06-01 David Kastrup <dak@gnu.org>
10056
10057 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10058 Change default to `top'.
10059
10060 2007-05-31 Richard Stallman <rms@gnu.org>
10061
10062 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
10063
10064 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * textmodes/css-mode.el: New file.
10067
10068 2007-05-30 Michael Olson <mwolson@gnu.org>
10069
10070 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
10071 died and we are trying to send a signal to it. The program using
10072 tq.el should periodically check to see whether the process has
10073 died and react appropriately -- this is not the responsibility of
10074 tq.el, and is consistent with the rest of the tq.el source code.
10075
10076 2007-05-29 Martin Rudalics <rudalics@gmx.at>
10077
10078 * textmodes/table.el (table--point-entered-cell-function)
10079 (table--point-left-cell-function):
10080 Bind `inhibit-point-motion-hooks' to t.
10081
10082 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10083
10084 * emacs-lisp/rx.el (rx): Doc fix.
10085
10086 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
10087
10088 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
10089
10090 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
10091
10092 Sync with Tramp 2.0.56.
10093
10094 * net/tramp.el:
10095 * net/tramp-ftp.el:
10096 * net/tramp-smb.el:
10097 * net/tramp-util.el:
10098 * net/tramp-vc.el:
10099 Don't load cl.el, because that pollutes the namespace. Replace cl
10100 macros by their implementations where necessary. Requested by
10101 Richard Stallman <rms@gnu.org>.
10102
10103 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
10104 doesn't exist.
10105 (with-parsed-tramp-file-name): Protect debug spec during compilation.
10106 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
10107 (tramp-file-name-p, tramp-file-name-multi-method)
10108 (tramp-file-name-method, tramp-file-name-user)
10109 (tramp-file-name-host, tramp-file-name-localname): New defuns,
10110 replacing defstruct `tramp-file-name'.
10111 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
10112 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
10113 Apply `vector' instead of `make-tramp-file-name'.
10114 (tramp-handle-make-auto-save-file-name):
10115 Apply `tramp-temporary-file-directory' for compatibility reasons.
10116 (tramp-completion-mode): Use `natnump' instead of `wholenump'
10117 because of XEmacs.
10118 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
10119 started.
10120
10121 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
10122
10123 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
10124
10125 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
10126
10127 * log-edit.el (log-edit-changelog-paragraph): Return point-max
10128 as the end of the ChangeLog paragraph when it ends without a line
10129 termination.
10130
10131 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
10132
10133 * net/webjump.el (webjump-sample-sites):
10134 Add simple Wikipedia query.
10135
10136 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10137
10138 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
10139 compatibility code.
10140
10141 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
10142 (copyright-update-year): Use it.
10143
10144 * edmacro.el (edmacro-format-keys): Use current-active-maps.
10145
10146 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
10147 Add indentation and debugging info. Fix up comment convention.
10148
10149 * cus-dep.el (custom-make-dependencies): Simplify.
10150
10151 * composite.el (compose-region, decompose-region):
10152 Use inhibit-read-only and restore-buffer-modified-p.
10153
10154 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
10155 (xterm-mouse-event): Use it.
10156
10157 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
10158
10159 * bs.el (bs-cycle-previous): Don't modify the cycle list until
10160 `switch-to-buffer' has returned succesfully.
10161 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
10162 window is dedicated (it could iconify the frame).
10163
10164 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
10165
10166 * vc-hooks.el (vc-find-root): Fix file attribute test.
10167
10168 2007-05-24 Richard Stallman <rms@gnu.org>
10169
10170 * textmodes/flyspell.el (flyspell-correct-word-before-point):
10171 Don't let opoint be nil.
10172 (flyspell-emacs-popup): Explicit error if no dialogs.
10173
10174 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
10175
10176 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
10177 (image-next-line, image-previous-line, image-scroll-up)
10178 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
10179 New functions.
10180 (image-mode-map): Remap motion commands.
10181 (image-mode-text-map): New keymap for viewing images as text.
10182 (image-mode): Use image-mode-map.
10183 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
10184
10185 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * textmodes/fill.el (canonically-space-region): Make the second arg
10188 a marker if it's not already the case.
10189
10190 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10191
10192 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
10193 (tar-get-descriptor): Handle type 55, an extended pax header.
10194
10195 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
10198 to confuse outline-minor-mode.
10199
10200 2007-05-23 Eli Zaretskii <eliz@gnu.org>
10201
10202 * tar-mode.el (tar-file-name-handler): New function.
10203 (tar-extract): Bind file-name-handler-alist to it to force
10204 find-buffer-file-type-coding-system behave as if the file being
10205 extracted existed. Use last-coding-system-used to force
10206 buffer-file-coding-system to what decode-coding-region actually
10207 used to decode the file.
10208
10209 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10210
10211 * progmodes/compile.el (compilation-handle-exit):
10212 `compilation-finish-function' may change the current buffer.
10213
10214 2007-05-22 Richard Stallman <rms@gnu.org>
10215
10216 * files.el (set-auto-mode): Doc fix.
10217
10218 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10219
10220 * help-fns.el (find-source-lisp-file): New function.
10221 (describe-function-1): Use find-source-lisp-file to find source
10222 file in compile tree.
10223
10224 2007-05-22 Eli Zaretskii <eliz@gnu.org>
10225
10226 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
10227
10228 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
10229
10230 * emacs-lisp/easy-mmode.el (define-minor-mode)
10231 (easy-mmode-define-navigation): Fix typos in docstrings.
10232
10233 2007-05-22 Glenn Morris <rgm@gnu.org>
10234
10235 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
10236
10237 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
10238
10239 * mail/mail-extr.el (mail-extract-address-components):
10240 Recognize non-ASCII characters except for NBSP as words.
10241
10242 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
10243
10244 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
10245 (rcirc-print): Handle `window-width'.
10246 (rcirc-buffer-maximum-lines): Doc fix.
10247
10248 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
10249
10250 * image-mode.el (image-toggle-display): Don't clear image cache.
10251 Only use filename in image spec if the file is readable.
10252 Call image-refresh.
10253
10254 * image.el (image-type-from-file-name, image-type): Simplify.
10255 (image-type-auto-detected-p): Don't scan auto-mode-alist.
10256
10257 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
10258 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
10259
10260 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10261
10262 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
10263 is an error.
10264
10265 * term/linux.el (terminal-init-linux): Don't signal an error
10266 if gpm isn't running.
10267
10268 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
10269
10270 * t-mouse.el: Reduce to a minor-mode macro call.
10271 (t-mouse-mode): Remove the lighter.
10272
10273 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
10274
10275 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
10276
10277 * files.el (auto-mode-alist): Change the regexp so that
10278 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
10279
10280 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
10281
10282 * Version 22.1 released.
10283
10284 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
10285
10286 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
10287 changes.
10288
10289 2007-05-19 Kevin Ryde <user42@zip.com.au>
10290
10291 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
10292
10293 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10294
10295 * textmodes/sgml-mode.el: Revert last change.
10296
10297 2007-05-18 Richard Stallman <rms@gnu.org>
10298
10299 * simple.el (push-mark): Doc fix.
10300
10301 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
10302
10303 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
10304 tpu-global-map.
10305 (tpu-original-global-map): Variable deleted.
10306 (tpu-control-keys-map): New keymap variable.
10307 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
10308 setting keymapping directly.
10309 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
10310 tpu-global-map.
10311 (tpu-edt-on): Activate the tpu-global-map.
10312 (tpu-edt-off): Deactivate the tpu-global-map.
10313
10314 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
10315
10316 * textmodes/ispell.el (ispell-get-word): Return markers
10317 for start and end positions.
10318 (ispell-word): Assume END is a marker.
10319
10320 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10321
10322 * printing.el: Group together all XEmacs/Emacs definitions.
10323 (pr-version): New version 6.9.
10324 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
10325 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
10326 (pr-menu-bind): Fix code.
10327 (pr-e-frame-char-height, pr-e-frame-char-width)
10328 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
10329 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
10330 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
10331 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
10332 (pr-x-event-y-pixel): Aliases eliminated.
10333 (pr-xemacs-global-menubar): Macro moved.
10334 (current-menubar, current-mouse-event, zmacs-region-stays)
10335 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
10336 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
10337 Vars moved.
10338 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
10339 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
10340 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
10341 (pr-menu-set-utility-title, pr-even-or-odd-pages)
10342 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
10343 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
10344 moved.
10345
10346 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
10347
10348 * textmodes/sgml-mode.el (sgml-tag):
10349 Fix bug: Call sgml-transformation-function.
10350
10351 2007-05-17 Martin Rudalics <rudalics@gmx.at>
10352
10353 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
10354 modified flag of buffer. Use `inhibit-modification-hooks'.
10355
10356 2007-05-16 Richard Stallman <rms@gnu.org>
10357
10358 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
10359
10360 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10361
10362 * files.el (magic-mode-alist, magic-fallback-mode-alist):
10363 Move the *ml, Postscript, and XmCD entries to the fallback part.
10364
10365 * files.el (magic-fallback-mode-alist):
10366 Rename from file-start-mode-alist.
10367
10368 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
10369
10370 * progmodes/compile.el (compilation-handle-exit): Quote first
10371 argument of `run-hook-with-args'.
10372
10373 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
10374
10375 * buff-menu.el (Buffer-menu-sort-column):
10376 * dabbrev.el (dabbrev-upcase-means-case-search):
10377 * dired.el (dired-recursive-deletes, dired-recursive-copies):
10378 * info.el (Info-current-subfile):
10379 * ls-lisp.el (ls-lisp-verbosity):
10380 * msb.el (msb-menu-cond):
10381 * pcvs.el (cvs-dired-use-hook):
10382 * simple.el (set-mark-command-repeat-pop):
10383 * time.el (display-time-24hr-format, display-time-mail-file):
10384 Doc fixes.
10385
10386 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
10387 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
10388
10389 * view.el (view-inhibit-help-message): Fix typo in docstring.
10390 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
10391
10392 2007-05-16 Martin Rudalics <rudalics@gmx.at>
10393
10394 * textmodes/ispell.el (ispell-start-process): Defend against bad
10395 default-directory.
10396
10397 2007-05-14 Eli Zaretskii <eliz@gnu.org>
10398
10399 * mail/rmail.el (rmail-convert-to-babyl-format): Check
10400 content-transfer-encoding _last_, because it's its position that
10401 we need as value of base64-header-field-end.
10402
10403 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
10404
10405 * files.el (mode-require-final-newline, require-final-newline)
10406 (enable-local-variables, enable-local-eval): Doc fixes.
10407
10408 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10409
10410 * ps-print.el: Use default color when foreground or background color
10411 are unspecified. Reported by Leo <sdl.web@gmail.com>.
10412 (ps-print-version): New version 6.7.4.
10413 (ps-rgb-color): New argument. Use default color when color is
10414 unspecified.
10415 (ps-begin-job): Fix code.
10416
10417 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
10418
10419 * longlines.el (longlines-mode): Make longlines-auto-wrap
10420 buffer-local. Add hooks unconditionally.
10421 (longlines-auto-wrap): Toggle wrapping.
10422 (longlines-after-change-function)
10423 (longlines-post-command-function): Check longlines-auto-wrap.
10424
10425 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
10426
10427 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
10428 (xterm-mouse-translate): Use it.
10429
10430 2007-05-10 Richard Stallman <rms@gnu.org>
10431
10432 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
10433 (iso-cvt-write-only): Likewise.
10434
10435 * emacs-lisp/easy-mmode.el (define-minor-mode):
10436 Fix generated doc string.
10437
10438 * startup.el (fancy-splash-text): Add URL of guided tour.
10439 Adjust horizontal and vertical whitespace.
10440
10441 * progmodes/compile.el (compilation-handle-exit):
10442 Use run-hook-with-args to run compilation-finish-functions.
10443
10444 * files.el (file-start-mode-alist): New variable.
10445 (magic-mode-regexp-match-limit): Doc fix.
10446 (set-auto-mode): Handle file-start-mode-alist.
10447 A little cleanup of structure.
10448
10449 * dabbrev.el (dabbrev-eliminate-newlines):
10450 Renamed from dabbrev--eliminate-newlines. All uses changed.
10451
10452 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
10453
10454 * man.el (Man-next-section): Don't consider the last line of the page
10455 as being part of any section.
10456
10457 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
10458
10459 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
10460 can take any number of values.
10461
10462 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
10465 to the list of citation commands.
10466
10467 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
10470
10471 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
10472
10473 * progmodes/python.el (python-font-lock-keywords)
10474 (python-open-block-statement-p, python-mode): Add support for the new
10475 "with" keyword.
10476
10477 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10478
10479 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
10480 the exact opposite of diff-goto-source.
10481
10482 * emacs-lisp/advice.el (ad-special-forms): Remove.
10483 (ad-special-form-p): Use subr-arity.
10484
10485 * newcomment.el (comment-search-forward): Make sure we search forward.
10486 (comment-enter-backward): Try and distinguish the non-matching case at
10487 EOB from the non-matching case with a missing comment-end-skip for
10488 a 2-char comment ender.
10489 (comment-choose-indent): New function extracted from comment-indent.
10490 Improve the alignment algorithm.
10491 (comment-indent): Use it.
10492
10493 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
10494 XML style Processing Instructions.
10495 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
10496 (sgml-calculate-indent): Handle `pi' context.
10497
10498 * vc.el: Ensure that update-changelog issues an error when used with
10499 a backend that does not implement it.
10500 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
10501 Remove `backend' argument. Use expand-file-name.
10502 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
10503
10504 * progmodes/python.el (python-end-of-block): Revert last change.
10505 (python-end-of-statement): Make sure we move *forward*.
10506
10507 2007-05-08 Richard Stallman <rms@gnu.org>
10508
10509 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
10510 Don't include non-self-insert commands in the exception for `-'.
10511
10512 2007-05-08 David Reitter <david.reitter@gmail.com>
10513
10514 * progmodes/python.el (python-guess-indent): Check non-nullness
10515 before comparing indent against the 2..8 interval.
10516
10517 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10518
10519 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
10520 available.
10521
10522 2007-05-06 Richard Stallman <rms@gnu.org>
10523
10524 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
10525
10526 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
10529 rather than storing their value in the revert-buffer function.
10530
10531 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
10532
10533 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
10534 when disabling t-mouse-mode.
10535
10536 2007-05-01 Davis Herring <herring@lanl.gov>
10537
10538 * calendar/timeclock.el: Update version number.
10539 (timeclock-modeline-display): Mention timeclock-use-display-time
10540 in explanatory message.
10541 (timeclock-in): Fix non-interactive workday specifications.
10542 (timeclock-log): Don't kill the log buffer if it already existed.
10543 Suppress warnings when finding the log. Don't check for a nil
10544 project twice. Run hooks after killing the buffer (if applicable).
10545 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
10546 was geometric). All uses changed.
10547 (timeclock-generate-report): Support prefix argument.
10548
10549 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
10550
10551 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
10552 disconnections.
10553
10554 2007-05-01 Romain Francoise <romain@orebokech.com>
10555
10556 * dired-x.el: Revert 2007-04-06 change.
10557
10558 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
10559
10560 * find-dired.el (find-dired-filter): Propertize all text down to eob.
10561
10562 2007-04-29 Richard Stallman <rms@gnu.org>
10563
10564 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
10565
10566 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * progmodes/cc-mode.el (c-before-change): Use point-min rather
10569 than 1.
10570
10571 2007-04-28 Richard Stallman <rms@gnu.org>
10572
10573 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
10574
10575 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
10576
10577 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
10578 don't put stop on toolbar.
10579
10580 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
10583
10584 2007-04-28 Eli Zaretskii <eliz@gnu.org>
10585
10586 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
10587 instead of $(lisp)/mh-e.
10588
10589 2007-04-28 Glenn Morris <rgm@gnu.org>
10590
10591 * image-dired.el (image-dired-cmd-create-thumbnail-options)
10592 (image-dired-cmd-create-temp-image-options): Replace option
10593 +profile "*" with -strip.
10594
10595 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
10596
10597 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
10598 Use window-start and window-end.
10599
10600 2007-04-27 Andreas Schwab <schwab@suse.de>
10601
10602 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
10603
10604 2007-04-27 Eli Zaretskii <eliz@gnu.org>
10605
10606 * textmodes/fill.el (fill-paragraph): Doc fix.
10607
10608 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10609
10610 * locate.el (locate-in-alternate-database): Doc fix.
10611
10612 2007-04-26 Glenn Morris <rgm@gnu.org>
10613
10614 * button.el (button): Use underline if supported, else fall back
10615 to color.
10616
10617 * version.el (emacs-version): Increase to 22.1.50.
10618
10619 2007-04-25 Richard Stallman <rms@gnu.org>
10620
10621 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
10622
10623 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
10624
10625 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
10626 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
10627 pushing mark.
10628 (idlwave-current-routine): Don't push mark.
10629
10630 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
10631
10632 * image-dired.el (image-dired-display-image): Derive image-type from
10633 filename rather than assuming jpeg, in case no resizing was needed.
10634
10635 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10636
10637 * custom.el (defface): Doc fix.
10638
10639 See ChangeLog.12 for earlier changes.
10640
10641 ;; Local Variables:
10642 ;; coding: iso-2022-7bit
10643 ;; add-log-time-zone-rule: t
10644 ;; End:
10645
10646 Copyright (C) 2007 Free Software Foundation, Inc.
10647
10648 This file is part of GNU Emacs.
10649
10650 GNU Emacs is free software; you can redistribute it and/or modify
10651 it under the terms of the GNU General Public License as published by
10652 the Free Software Foundation; either version 3, or (at your option)
10653 any later version.
10654
10655 GNU Emacs is distributed in the hope that it will be useful,
10656 but WITHOUT ANY WARRANTY; without even the implied warranty of
10657 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10658 GNU General Public License for more details.
10659
10660 You should have received a copy of the GNU General Public License
10661 along with GNU Emacs; see the file COPYING. If not, write to the
10662 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
10663 Boston, MA 02110-1301, USA.
10664
10665 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af