]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Changes from arch/CVS synchronization
[gnu-emacs] / lisp / ChangeLog
1 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * cus-start.el (file-coding-system-alist): Fix custom type.
4
5 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
6
7 * longlines.el (longlines-wrap-region): Avoid marking buffer as
8 modified.
9 (longlines-auto-wrap, longlines-window-change-function): Remove
10 unnecessary calls to set-buffer-modified-p.
11
12 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
13
14 * textmodes/tex-mode.el (tex-fontify-script)
15 (tex-font-script-display): New variables to make display of
16 superscripts and subscripts customizable.
17 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
18
19 2007-07-09 Richard Stallman <rms@gnu.org>
20
21 * isearch.el (isearch-edit-string): Call to isearch-push-state
22 after the search.
23
24 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25
26 * window.el (fit-window-to-buffer): Remove setting of window-min-height
27 to 1 as enlarge-window uses the value to resize/shrink windows other
28 than WINDOW if needed.
29
30 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
31
32 * cus-start.el (file-coding-system-alist): Fix custom type.
33
34 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
37 (vc-cvs-checkout): Remove last arg now unused; simplify.
38
39 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
40
41 * longlines.el (longlines-wrap-region): Avoid marking buffer as
42 modified.
43 (longlines-auto-wrap, longlines-window-change-function):
44 Remove unnecessary calls to set-buffer-modified-p.
45
46 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
47
48 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
49
50 * net/tramp.el:
51 * net/tramp-ftp.el:
52 * net/tramp-smb.el:
53 * net/tramp-uu.el:
54 * net/trampver.el: Migrate to Tramp 2.1.
55
56 * net/tramp-cache.el:
57 * net/tramp-fish.el:
58 * net/tramp-gw.el: New Tramp packages.
59
60 * net/tramp-util.el:
61 * net/tramp-vc.el: Removed.
62
63 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
64 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
65
66 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
67
68 * progmodes/compile.el (compilation-start): Redefine
69 `start-process' temporarily when `default-directory' is remote.
70 Remove case of synchronous compilation, this won't happen ever.
71 (compilation-setup): Make local variable `comint-file-name-prefix'
72 for remote compilation.
73
74 2007-07-08 Martin Rudalics <rudalics@gmx.at>
75
76 * novice.el (disabled-command-function): Fit window to buffer to
77 make last line visible.
78 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
79
80 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
81 when handling the terminating event.
82
83 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
84
85 * calc/calc.el (math-read-number-simple): Remove leading 0s.
86 (math-bignum-digit-length): Change to optimal value.
87
88 * calc/calc-bin.el (math-bignum-logb-digit-size)
89 (math-bignum-digit-power-of-two): Evaluate when compiled.
90
91 * calc/calc-comb.el (math-small-factorial-table)
92 (math-init-random-base, math-prime-test): Remove unnecessary calls
93 to `math-read-number-simple'.
94
95 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
96 (math-approx-gamma-const): Add docstrings.
97
98 * calc/calc-forms.el (math-julian-date-beginning)
99 (math-julian-date-beginning-int) New constants.
100 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
101 Use the new constants.
102
103 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
104
105 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
106 Add docstrings.
107
108 2007-07-07 Tom Tromey <tromey@redhat.com>
109
110 * vc.el (vc-annotate): Jump to line and output message only after the
111 process is really all done.
112
113 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * vc.el (vc-exec-after): Don't move point from the sentinel.
116 Forcefully read all the remaining text in the pipe upon process exit.
117 (vc-annotate-display-autoscale, vc-annotate-lines):
118 Don't stop at the first unrecognized line.
119 (vc-annotate-display-select): Run autoscale after the process is done
120 since it depends on the whole result.
121
122 2007-07-07 Eli Zaretskii <eliz@gnu.org>
123
124 * term/w32-win.el (menu-bar-open): New function.
125 Bind <f10> to it.
126
127 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
128
129 * simple.el (start-file-process): New defun.
130
131 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
132
133 * files.el (find-file-confirm-nonexistent-file): Rename from
134 find-file-confirm-inexistent-file. Update users.
135
136 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
137 format of autoload block where the file's time-stamp is replaced by its
138 MD5 checksum.
139 (autoload-generate-file-autoloads): Use MD5 checksum instead of
140 time-stamp for secondary autoloads files.
141 (update-directory-autoloads): Remove duplicate entries.
142 Use time-less-p for time-stamps, as done in autoload-find-destination.
143
144 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
145
146 * calc/calc.el (math-read-number): Replace number by variable.
147 (math-read-number-simple): Properly parse small integers.
148
149 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
150
151 * vc.el: Fix doc for the checkout function.
152
153 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
154
155 * vc-hg.el (vc-hg-root): New function.
156 (vc-hg-registered): Use it.
157 (vc-hg-diff-tree): New defalias.
158 (vc-hg-responsible-p): Likewise.
159 (vc-hg-checkout): Comment out, not needed.
160 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
161 (vc-hg-find-version, vc-hg-next-version): New functions.
162
163 2007-07-06 Andreas Schwab <schwab@suse.de>
164
165 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
166 dynamic bindings around the evaluation of the expression.
167 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
168
169 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
172 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
173 Use run-hooks rather than run-mode-hooks.
174
175 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
176
177 * calc/calc-comb.el (math-random-digit): Rename to
178 `math-random-three-digit-number'.
179 (math-random-digits): Don't depend on representation of integer.
180
181 * calc/calc-bin.el (math-bignum-logb-digit-size)
182 (math-bignum-digit-power-of-two): New constants.
183 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
184 (math-not-bignum, math-clip-bignum): Use the constants
185 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
186 instead of their values.
187 (math-clip): Use math-small-integer-size instead of its value.
188
189 * calc/calc.el (math-add-bignum): Replace number by constant.
190
191 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
192
193 * wid-edit.el (widget-documentation-string-value-create):
194 Insert indentation spaces.
195
196 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
197
198 * emacs-lisp/byte-opt.el: Revert last change.
199
200 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
201
202 * vc-hooks.el (vc-handled-backends): Add HG.
203
204 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
205
206 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
207
208 * complete.el (PC-do-complete-and-exit): Add support for the new
209 `confirm-only' confirmation mode.
210
211 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
212
213 * cus-edit.el (custom-commands): New variable.
214 (custom-tool-bar-map): New variable. Initialize using
215 `custom-commands'.
216 (custom-mode): Use `custom-tool-bar-map'.
217 (custom-buffer-create-internal): Insert action buttons only if
218 tool bar is not used. Use `custom-commands'.
219 (Custom-help, custom-command-apply): New function.
220 (custom-command-apply, Custom-set, Custom-save)
221 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
222 Use `custom-command-apply' instead of duplicating code.
223 (customize-group-other-window): Call `customize-group' instead of
224 duplicating code.
225 (customize-face-other-window): Call `customize-face' instead of
226 duplicating code.
227 (customize-group, customize-face): Add optional args for opening
228 in another window.
229 (custom-variable-tag): Don't inherit `variable-pitch' face.
230 (custom-group-tag): Inherit `variable-pitch' face.
231 (custom-variable-value-create): Set documentation indentation.
232 (custom-group-value-create): Make group name a link, instead of
233 using an extra "go to group" button.
234 (custom-prompt-variable, custom-group-set, custom-group-save)
235 (custom-group-reset-current, custom-group-reset-saved)
236 (custom-group-reset-standard): Minor cleanup.
237
238 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
239
240 * Makefile.in (bootstrap-prepare): When copying from
241 ldefs-boot.el, make sure loaddefs.el is writeable.
242
243 (bootstrap-prepare): Make $(lisp)/ps-print.el
244 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
245
246 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
247
248 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
249 only caller, and delete.
250 (vc-hg-state): Deal with exceptions and only parse the output on
251 successful return.
252 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
253 caller, and delete.
254 (vc-hg-workfile-version): Deal with exceptions and only parse the
255 output on successful return.
256 (vc-hg-revert): New function.
257
258 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
259
260 * calculator.el (calculator-expt): Use more cases to determine
261 the value.
262
263 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
264
265 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
266 file names.
267
268 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
269
270 * calculator.el (calculator-expt, calculator-integer-p):
271 New functions.
272 (calculator-fact): Check to see if the factorial will be too
273 large before computing it.
274 (calculator-initial-operators): Use `calculator-expt' to
275 compute "^".
276 (calculator-mode): Mention that results which are too large
277 will return inf.
278 * calc/calc-comb.el (math-small-factorial-table): Replace list
279 by vector.
280
281 2007-07-03 David Kastrup <dak@gnu.org>
282
283 * shell.el: On request of the authors, remove their addresses for
284 the sake of bug reports, and add the developer list address as
285 maintainer information.
286
287 2007-07-03 Richard Stallman <rms@gnu.org>
288
289 * files.el (make-directory): Doc fix.
290 (find-file-confirm-inexistent-file): Make it a defcustom.
291 Make nil the default.
292
293 2007-07-02 Richard Stallman <rms@gnu.org>
294
295 * startup.el (command-line): Set buffer-offer-save in *scratch*
296 and enable auto-save in it.
297
298 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
299
300 * textmodes/org.el (orgstruct-mode-map): New variable.
301 (orgstruct-mode): New minor mode.
302 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
303 (orgstruct-make-binding, org-context-p, org-get-local-variables)
304 (org-run-like-in-org-mode): New functions.
305 (org-cycle-list-bullet): New command.
306 (org-special-properties, org-property-start-re)
307 (org-property-end-re): New constants.
308 (org-with-point-at): New macro.
309 (org-get-property-block, org-entry-properties, org-entry-get)
310 (org-entry-delete, org-entry-get-with-inheritance)
311 (org-entry-put, org-buffer-property-keys): New functions.
312 (org-insert-property-drawer): New command.
313 (org-entry-property-inherited-from): New variable.
314 (org-column): New face.
315 (org-column-overlays, org-current-columns-fmt)
316 (org-current-columns-maxwidths, org-column-map): New variables.
317 (org-column-menu): New menu.
318 (org-new-column-overlay, org-overlay-columns)
319 (org-overlay-columns-title, org-remove-column-overlays)
320 (org-column-show-value, org-column-quit, org-column-edit): New
321 functions.
322 (org-columns, org-agenda-columns): New commands.
323 (org-get-columns-autowidth-alist): New functions.
324 (org-properties): New customize group.
325 (org-default-columns-format): New option.
326 (org-priority): Realign tags after changing priority.
327 (org-preserve-lc): New macro.
328 (org-update-checkbox-count): Catch case when there is no headline.
329 (org-agenda-quit): Remove any column overlays.
330 (org-beginning-of-item-list): Fixed bug when non-item line is
331 indented too deep.
332 (org-cached-props): New variable.
333 (org-cached-entry-get): New function.
334 (org-make-tags-matcher): Handle property matches.
335 (org-table-recalculate): Swap evaluation order: Field formula
336 first, then column formulas, but don't allow them to overwrite the
337 field formulas.
338 (org-table-eval-formula): New argument untouchable.
339 (org-table-put-field-property): New function.
340
341 2007-07-02 Martin Rudalics <rudalics@gmx.at>
342
343 * help-mode.el (help-make-xrefs): Skip spaces too when
344 skipping tabs.
345
346 * ffap.el (dired-at-point-prompter): Improve prompt in
347 list-directory case.
348
349 2007-07-01 Richard Stallman <rms@gnu.org>
350
351 * files.el (find-file-visit-truename): Fix safe-local-variable value.
352
353 2007-07-01 Richard Stallman <rms@gnu.org>
354
355 * cus-start.el (max-mini-window-height): Added.
356
357 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
358
359 * complete.el (partial-completion-mode): Remove advice of
360 read-file-name-internal.
361 (PC-do-completion): Rebind minibuffer-completion-table.
362 (PC-read-file-name-internal): New function doing what
363 read-file-name-internal advice did.
364
365 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
366
367 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
368 property on a few symbols.
369 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
370 (byte-optimize-lapcode): Remove bindings that are not referenced
371 and certainly will not effect through dynamic scoping.
372
373 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
374
375 * files.el (find-file-confirm-inexistent-file): New var.
376 (find-file, find-file-other-window, find-file-other-frame)
377 (find-file-read-only, find-file-read-only-other-window)
378 (find-file-read-only-other-frame): Use it.
379
380 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
383
384 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
385
386 * generic-x.el (generic-define-mswindows-modes)
387 (generic-define-unix-modes, apache-log-generic-mode)
388 (bat-generic-mode-keymap, java-manifest-generic-mode)
389 (show-tabs-generic-mode): Fix typos in docstrings.
390
391 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
392
393 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
394 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
395 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
396 (rcirc-print): Never ignore messages from ourself.
397
398 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
399
400 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
401 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
402
403 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
404
405 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
406 replace-regexp-in-string.
407
408 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * emacs-lisp/cl.el: Set edebug and indentation before loading
411 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
412
413 2007-06-28 Andreas Schwab <schwab@suse.de>
414
415 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
416 $(lisp)/subdirs.el.
417
418 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
419
420 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
421 the speedbar frame if nil; that deletes the current frame or
422 causes an error if it is the only frame.
423 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
424
425 2007-06-28 Kevin Ryde <user42@zip.com.au>
426
427 * textmodes/nroff-mode.el: Groff \# comments.
428 (nroff-mode-syntax-table): \# comment intro,
429 plain # as punct per global table.
430 (nroff-font-lock-keywords): Add # as a single char escape.
431 (nroff-mode): In comment-start-skip, match \#.
432
433 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
436 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
437 point-min == 1.
438
439 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
440
441 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
442 Rename and move to...
443
444 * subr.el (strings->string, string->strings): ...here.
445
446 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
447 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
448
449 * progmodes/gud.el (gud-common-init): Call string->strings instead
450 of split-string.
451
452 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
453
454 * dired-aux.el: Remove `dired-call-process'.
455 (dired-check-process): Call `process-file'.
456
457 * wdired.el (wdired-do-perm-changes): Call `process-file'.
458
459 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
460 `ange-ftp-process-file'.
461
462 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
465
466 * emacs-lisp/cl-extra.el:
467 * emacs-lisp/cl-seq.el:
468 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
469 Add autoload cookies on all defs autoloaded manually in cl.el.
470
471 * emacs-lisp/cl-loaddefs.el: New file.
472
473 * textmodes/texinfmt.el (texinfo-raisesections-alist)
474 (texinfo-lowersections-alist): Merge definition and declaration.
475 (texinfo-start-of-header, texinfo-end-of-header): Remove.
476 (texinfo-format-syntax-table): Merge init into declaration.
477 (texinfo-format-parse-line-args, texinfo-format-parse-args)
478 (texinfo-format-parse-defun-args, texinfo-format-node)
479 (texinfo-push-stack, texinfo-multitable-widths)
480 (texinfo-define-info-enclosure, texinfo-alias)
481 (texinfo-format-defindex, batch-texinfo-format): Use push.
482 (texinfo-footnote-number): Remove duplicate declaration.
483
484 * ps-print.el: Update with auto-generated autoloads.
485
486 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
487
488 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
489
490 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
491 relative to current dir for file-local settings.
492 (autoload-generate-file-autoloads): Add `outfile' arg.
493 (update-directory-autoloads): Use it to directly call
494 autoload-generate-file-autoloads instead of going through
495 update-file-autoloads so we avoid redundant searches and so we can know
496 the set of buffers changed so we can save them all.
497
498 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
499 rather than throwing `up-to-date'.
500 (autoload-generate-file-autoloads): Adjust correspondingly.
501 (update-file-autoloads): Be careful to let-bind
502 autoload-modified-buffers and adjust to new calling conventions.
503 (autoload-modified-buffers): Make it a dynamically scoped var.
504 (update-directory-autoloads): Use file-relative-name instead of
505 autoload-trim-file-name.
506 (autoload-insert-section-header): Don't use autoload-trim-file-name
507 since the file is already relative now.
508 (autoload-trim-file-name): Remove.
509
510 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
511 (vc-arch-complete, vc-arch--version-completion-table)
512 (vc-arch-revision-completion-table): New functions to provide
513 completion of revision names.
514 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
515 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
516 to let the user trim the revlib.
517
518 * vc.el: Add new VC operation `revision-completion-table'.
519 (vc-default-revision-completion-table): New function.
520 (vc-version-diff, vc-version-other-window): Use it to provide
521 completion of revision names if the backend provides it.
522
523 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
524
525 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
526 of newer .svn/entries.
527
528 2007-06-25 David Kastrup <dak@gnu.org>
529
530 * calc/calc-poly.el (math-padded-polynomial)
531 (math-partial-fractions): Add some function comments.
532
533 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
536 Make `outbuf' optional.
537 (update-file-autoloads): Use it.
538
539 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
540
541 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
542 (autoload-find-destination): Keep it uptodate.
543 (autoload-save-buffers): New fun.
544 (update-file-autoloads): Use it. Re-add the "up to date" message.
545
546 * emacs-lisp/autoload.el: Refactor for upcoming changes.
547 (autoload-find-destination): New function extracted from
548 update-file-autoloads.
549 (update-file-autoloads): Use it.
550 (autoload-generate-file-autoloads): New function extracted from
551 generate-file-autoloads. Use file-relative-name. Delay computation of
552 output-start to the first cookie. Remove done-any, replaced by
553 output-start.
554 (generate-file-autoloads): Use it.
555
556 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
557
558 * calc/calc-comb.el (math-init-random-base, math-prime-test):
559 Use math-read-number-simple to insert constants.
560 (math-prime-test): Redo calculation of sum.
561
562 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
563
564 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
565 math-scale-bignum-3.
566 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
567 math-bignum-digit-size.
568 (math-isqrt-small): Add another possible initial guess.
569
570 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
571
572 * textmodes/bibtex.el (bibtex-entry-format): New options
573 `whitespace', `braces', and `string'.
574 (bibtex-field-braces-alist, bibtex-field-strings-alist)
575 (bibtex-field-braces-opt, bibtex-field-strings-opt)
576 (bibtex-cite-matcher-alist): New variables.
577 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
578 (bibtex-flash-head): Use blink-matching-delay.
579 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
580 (bibtex-format-entry, bibtex-reformat): Handle new options of
581 bibtex-entry-format.
582 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
583 New functions.
584 (bibtex-complete-internal): Do not display messages while
585 minibuffer is used. Do not leave around a completions buffer
586 that is out of date.
587 (bibtex-copy-summary-as-kill): New optional arg.
588 (bibtex-font-lock-url): New optional arg no-button.
589 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
590 (bibtex-url): Allow multiple URLs per entry.
591
592 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * emacs-lisp/autoload.el (autoload-generated-file): New function.
595 (update-file-autoloads, update-directory-autoloads): Use it.
596 (autoload-file-load-name): New function.
597 (generate-file-autoloads, update-file-autoloads): Use it.
598 (autoload-find-file): Accept non-absolute argument. Set default-dir.
599 (generate-file-autoloads): If the autoloaded form is malformed,
600 indicate the problem with a warning instead of aborting.
601
602 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
603
604 * simple.el (next-error-recenter): Accept `(4)' as well;
605 also, specify `integer' instead of `number'.
606
607 2007-06-23 Eli Zaretskii <eliz@gnu.org>
608
609 * ls-lisp.el (insert-directory): If an invalid regexp error is
610 thrown, try using FILE as a literal file name, not a wildcard.
611
612 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
613
614 * ruler-mode.el (ruler-mode): Prevent clobbering the original
615 `header-line-format' when reentering ruler mode.
616
617 2007-06-23 Eli Zaretskii <eliz@gnu.org>
618
619 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
620 FILE exists as a file.
621
622 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
623
624 * calc/calc.el (math-bignum-digit-length)
625 (math-bignum-digit-size, math-small-integer-size):
626 New constants.
627 (math-normalize, math-bignum-big, math-make-float)
628 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
629 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
630 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
631 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
632 (math-quotient, math-div-bignum, math-div-bignum-digit)
633 (math-div-bignum-part, math-format-bignum-decimal)
634 (math-read-bignum): Use math-bignum-digit-length,
635 math-bignum-digit-size and math-small-integer-size.
636
637 * calc/calc-ext.el (math-fixnum-big): Use the variable
638 math-bignum-digit-size.
639
640 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
641
642 * log-view.el (log-view-mode-menu): New menu.
643
644 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
647 differently.
648
649 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
650 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
651
652 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
653
654 * vc-hg.el (vc-hg-print-log): Insert the file name.
655 (vc-hg-log-view-mode): Fontify the file name.
656
657 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
658
659 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
660 (calcFunc-julian): Fix incorrect number used in calculations.
661
662 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
663
664 * simple.el (next-error-recenter): New defcustom.
665 (next-error, next-error-internal): Recenter if specified,
666 immediately prior to running `next-error-hook'.
667
668 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
669 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
670
671 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
672
673 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
674
675 * calc/calc-comb.el (math-small-factorial-table): New variable.
676 (calcFunc-fact): Use `math-small-factorial-table'.
677
678 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
679 initial values.
680 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
681 New variables to use in caches.
682
683 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
684 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
685
686 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
687 (math-bernoulli-b-cache): Use math-read-number-simple to insert
688 bignums.
689
690 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
691 New variables to use in caches.
692
693 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
694
695 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
696
697 * vc-hg.el (vc-hg-log-view-mode): New mode.
698
699 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
700
701 * calc/calc.el (math-read-number-simple): New function.
702
703 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
704
705 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
706 (vera-font-lock-match-item): Fix doc string.
707 (vera-in-comment-p): Remove unused function.
708 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
709 use `syntax-ppss'.
710 (vera-forward-syntactic-ws): Fix argument order.
711 (vera-prepare-search): Use `with-syntax-table'.
712 (vera-indent-line): Fix doc string.
713 (vera-electric-tab): Fix doc string.
714 (vera-expand-abbrev): Define alias instead of using `fset'.
715 (vera-comment-uncomment-region): Use `comment-start-skip'.
716
717 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
718
719 * textmodes/org.el (org-export-with-footnotes): New option.
720 (org-export-as-html): Fix replacement bug for XEmacs.
721 (org-agenda-default-appointment-duration): New option.
722
723 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
724
725 * vc-hg.el: Add to do items.
726 (vc-hg-diff): Add support for comparing different revisions.
727 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
728 (vc-hg-annotate-extract-revision-at-line)
729 (vc-hg-previous-version, vc-hg-checkin): New functions.
730 (vc-hg-annotate-re): New constant.
731
732 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
733
734 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
735
736 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
737
738 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
739 buffer-local value of log-view-*-re if applicable.
740
741 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
742 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
743 (vc-bzr-command*): Remove both (incompatible) versions.
744 (vc-bzr-do-command*): Remove.
745 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
746 Remove by folding into its only caller vc-bzr-command.
747 (vc-bzr-command): Always set the environment, even when ineffective.
748 (vc-bzr-version): Minor fix up.
749 (vc-bzr-admin-dirname): New var.
750 (vc-bzr-bzr-dir): Remove.
751 (vc-bzr-root-dir): New fun.
752 (vc-bzr-registered): Use it. Add an autoloaded version.
753 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
754 (vc-bzr-view-log-function): Remove.
755 (vc-bzr-log-view-mode): New major mode to replace it.
756 (vc-bzr-print-log): Only activate the old hack if needed.
757
758 * vc.el (vc-default-log-view-mode): New function.
759 (vc-print-log): Add new `log-view-mode' VC operation.
760
761 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
762
763 * ido.el (ido-find-file-in-dir): Don't signal an error for
764 empty directories.
765
766 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
767
768 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
769 directory where the desktop file was found, as the docstring says.
770 (desktop-kill): Use `read-directory-name'.
771
772 2007-06-20 Alan Mackenzie <acm@muc.de>
773
774 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
775 When removing lines, also remove the \n. Correction of patch of
776 2007-04-21.
777
778 2007-06-20 Martin Rudalics <rudalics@gmx.at>
779
780 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
781 event is not a cons cell. Do not unread drag-mouse-1 events.
782 Select right window in check whether space was stolen from
783 window above.
784
785 * help-mode.el (help-make-xrefs): Adjust position of new forward
786 button.
787
788 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
789
790 * vc-bzr.el (vc-bzr-with-process-environment)
791 (vc-bzr-std-process-invocation): New macros.
792 (vc-bzr-command, vc-bzr-command*): Use them.
793 (vc-bzr-with-c-locale): Remove.
794 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
795 (vc-bzr-buffer-nonblank-p): New function.
796 (vc-bzr-state-words): New const.
797 (vc-bzr-state): Look for `bzr status` keywords in output.
798 Display everything else as a warning message to the user.
799 Fix status report with bzr >= 0.15.
800
801 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
802
803 * vc-hg.el (vc-hg-global-switches): Simplify.
804 (vc-hg-state): Handle more states.
805 (vc-hg-diff): Fix doc-string.
806 (vc-hg-register): New function.
807 (vc-hg-checkout): Likewise.
808
809 2007-06-20 Reto Zimmermann <reto@gnu.org>
810
811 * progmodes/vera-mode.el: New file.
812
813 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
814
815 * calc/calc.el (calc-multiplication-has-precendence):
816 New variable.
817 (math-standard-ops, math-standard-ops-p, math-expr-ops):
818 New functions.
819 (math-expr-opers): Define using math-standard-ops rather than
820 math-standard-opers.
821 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
822 equal the function math-standard-ops rather than the variable
823 math-standard-opers.
824 (calc-algebraic-entry): Let math-expr-opers equal
825 math-standard-ops or math-expr-ops, as appropriate.
826 (math-expr-read-level, math-read-factor): Let math-expr-opers
827 equal math-expr-ops.
828 * calc/calc-embed.el (calc-embedded-finish-edit):
829 Let math-expr-opers equal the function math-standard-ops
830 rather than the variable math-standard-opers.
831 * calc/calc-ext.el (math-read-plain-expr)
832 (math-format-flat-expr-fancy): Let math-expr-opers equal the
833 function math-standard-ops rather than the variable
834 math-standard-opers.
835 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
836 Let math-expr-opers equal the function math-standard-ops rather
837 than the variable math-standard-opers.
838 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
839 equal the function math-standard-ops rather than the variable
840 math-standard-opers.
841 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
842 equal the function math-standard-ops rather than the variable
843 math-standard-opers.
844 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
845 math-expr-ops.
846
847 2007-06-19 Ivan Kanis <apple@kanis.eu>
848
849 * vc-hg.el: New file.
850
851 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
854 with font-lock-multiline.
855
856 2007-06-17 Glenn Morris <rgm@gnu.org>
857
858 * lpr.el (lpr-page-header-switches): Move %s to separate element
859 for correct quoting. Doc fix.
860
861 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
864 than setting sgml-xml-mode.
865 (sgml-mode, html-mode): Set sgml-xml-mode.
866 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
867 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
868 (sgml-electric-tag-pair-before-change-function)
869 (sgml-electric-tag-pair-flush-overlays): New functions.
870 (sgml-electric-tag-pair-mode): New minor mode.
871 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
872 (sgml-calculate-indent): Use assoc-string.
873
874 2007-06-16 Karl Fogel <kfogel@red-bean.com>
875
876 * thingatpt.el (thing-at-point-email-regexp): Don't require two
877 chars before the "@" in an email address. Andreas Roehler noticed
878 this problem.
879
880 2007-06-15 Karl Fogel <kfogel@red-bean.com>
881
882 * thingatpt.el: Add support for email addresses (`email').
883 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
884 (thing-at-point-email-regexp): New variable.
885 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
886 properties on this symbol, with lambda forms for values.
887
888 2007-06-15 Masatake YAMATO <jet@gyve.org>
889
890 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
891
892 * vc.el (vc-dired-hook): Check the backend returned from
893 `vc-responsible-backend' can really handle `subdir'.
894
895 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
896
897 * wid-edit.el (widget-add-documentation-string-button):
898 Fix handling of documentation indent.
899
900 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
901
902 * mb-depth.el: New file.
903
904 2007-06-15 Masatake YAMATO <jet@gyve.org>
905
906 * vc.el (vc-dired-mode): Show backend name as part of mode name.
907
908 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
909
910 * wid-edit.el (widget-default-create): Move ?h handling here...
911 (widget-default-format-handler): ...from here.
912 (widget-docstring, widget-add-documentation-string-button): New funs.
913 (documentation-string): Add :visibility-widget property.
914 (widget-documentation-string-value-create): Use it.
915
916 * cus-edit.el (custom-split-regexp-maybe): Simplify.
917 (custom-buffer-create-internal): Simplify message.
918 (custom-variable-tag): Reduce height to normal.
919 (custom-variable-value-create, custom-face-value-create)
920 (custom-visibility): New widget.
921 (custom-visibility): New face.
922 (custom-group-value-create):
923 Call widget-add-documentation-string-button, using `custom-visibility'.
924
925 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * emacs-lisp/bytecomp.el (byte-compile-current-group)
928 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
929 change. Apparently the "warning even if the group is implicit" is
930 a feature rather than a bug.
931
932 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
933
934 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
935 Different advices for Emacs and XEmacs. Compile them conditionally.
936 (viper-version): Belated version change.
937
938 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
939
940 * follow.el (follow-all-followers, follow-generic-filter):
941 * pcomplete.el (pcomplete-restore-windows):
942 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
943 (x-dnd-drop-data):
944 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
945 * progmodes/python.el (python-complete-symbol):
946 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
947
948 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
949
950 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
951 around bright and dim regexps. Make sure bright and dim matches
952 use word anchors. Send text through rcirc-markup functions.
953 (rcirc-url-regexp): Add single quote character.
954 (rcirc-connect): Write logs to disk on auto-save-hook.
955 Make server a non-optional argument.
956 (rcirc-log-alist): New variable.
957 (rcirc-log-directory): Make customizable.
958 (rcirc-log-flag): New customizable variable.
959 (rcirc-log): New function.
960 (rcirc-print): Use above function.
961 (rcirc-log-write): New function.
962 (rcirc-generate-new-buffer-name): Strip text properties.
963 (rcirc-switch-to-buffer-function): Remove variable.
964 (rcirc-last-non-irc-buffer): Remove variable.
965 (rcirc-non-irc-buffer): Add function.
966 (rcirc-next-active-buffer): Use above function.
967 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
968 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
969 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
970 (rcirc-omit-mode): Add minor-mode.
971 (rcirc-mode-map): Change C-c C-o binding.
972 (rcirc-mode): Clear mode-line-process. Use a custom
973 fill-paragraph-function. Set up buffer-invisibility-spec.
974 (rcirc-response-formats): Remove timestamp code.
975 (rcirc-omit-responses): Add variable.
976 (rcirc-print): Don't put the overlay arrow on potentially omitted
977 lines. Log line to disk. Record activity for private messages
978 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
979 (rcirc-jump-to-first-unread-line): Print message if there is no
980 unread text.
981 (rcirc-clear-unread): New function.
982 (rcirc-markup-text-functions): Add variable.
983 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
984 (rcirc-debug): Don't mess with window configuration.
985 (rcirc-send-message): Send message before printing locally.
986 Add SILENT argument, do not print message if non-nil.
987 (rcirc-visible-buffers): New function and variable.
988 (rcirc-window-configuration-change-1): Add function.
989 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
990 server buffer.
991 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
992 (rcirc-fill-paragraph): Add function.
993 (rcirc-record-activity, rcirc-window-configuration-change-1):
994 Only update the activity string if it has actually changed.
995 (rcirc-update-activity-string): Remove padding characters from the
996 mode-line string.
997 (rcirc-disconnect-buffer): New function to be called when a
998 channel is parted or the user quits.
999 (rcirc-server-name): Warn when the server-name hasn't been set.
1000 (rcirc-window-configuration-change): Postpone work until
1001 post-command-hook.
1002 (rcirc-window-configuration-change-1): Update mode-line and
1003 overlay arrows here.
1004 (rcirc-authenticate): Fixc hanserv identification.
1005 (rcirc-default-server): Remove variable.
1006 (rcirc): Connect according to rcirc-connections.
1007 (rcirc-connections): Add variable.
1008 (rcirc-startup-channels-alist): Remove variable.
1009 (rcirc-startup-channels): Remove function.
1010
1011 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
1014
1015 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
1016
1017 * term/xterm.el (terminal-init-xterm): Escape parens in character
1018 constants.
1019
1020 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1021
1022 * progmodes/sh-script.el: Remove unneeded * from docstrings.
1023 Use [:alpha:] and [:alnum:] where applicable.
1024 (sh-quoted-subshell): Rewrite to correctly
1025 handle nested mixes of `...` and $(...).
1026 (sh-apply-quoted-subshell): Remove.
1027 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
1028
1029 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
1030
1031 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
1032
1033 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
1034 previous change.
1035
1036 2007-06-12 Tom Tromey <tromey@redhat.com>
1037
1038 * subr.el (user-emacs-directory): New defconst.
1039 * cmuscheme.el (scheme-start-file):
1040 * shell.el (shell):
1041 * completion.el (save-completions-file-name):
1042 * custom.el (custom-theme-directory):
1043 * term/x-win.el (emacs-session-filename):
1044 * filesets.el (filesets-menu-cache-file):
1045 * thumbs.el (thumbs-thumbsdir):
1046 * server.el (server-auth-dir):
1047 * image-dired.el (image-dired-dir):
1048 (image-dired-db-file):
1049 (image-dired-temp-image-file):
1050 (image-dired-gallery-dir):
1051 (image-dired-temp-rotate-image-file):
1052 * play/gamegrid.el (gamegrid-user-score-file-directory):
1053 * savehist.el (savehist-file):
1054 * tutorial.el (tutorial--saved-dir):
1055 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
1056
1057 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
1058
1059 * scroll-lock.el (scroll-lock-mode): Doc fix.
1060
1061 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
1062
1063 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
1064
1065 * ediff-init.el: Doc strings.
1066
1067 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1070 (byte-compile-file): Bind it.
1071 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
1072 group argument is provided implicitly.
1073 (byte-compile-format-warn, byte-compile-from-buffer)
1074 (byte-compile-insert-header): Don't hardcode point-min==1.
1075 (byte-compile-file-form-require): Remove unused var old-load-list.
1076 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
1077
1078 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
1079
1080 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
1081 Display error messages.
1082 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
1083 Get rid of cl.el dependencies.
1084
1085 * emulation/viper-init.el (viper-suppress-input-method-change-message):
1086 New variable.
1087 (viper-activate-input-method-action)
1088 (viper-inactivate-input-method-action):
1089 Use viper-suppress-input-method-change-message.
1090
1091 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
1092 for C-s, C-r.
1093
1094 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
1095 Use viper-replace-overlay-cursor-color instead of
1096 viper-replace-overlay-cursor-color.
1097 (viper-sit-for-short): Use sit-for with 3 arguments.
1098
1099 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
1100 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
1101 to gud-mode.
1102
1103 * ediff-mult.el (ediff-meta-buffer-brief-message)
1104 (ediff-meta-buffer-verbose-message): New variables.
1105 (ediff-meta-buffer-message): Variable deleted.
1106 (ediff-verbose-help-enabled): New variable.
1107 (ediff-toggle-verbose-help-meta-buffer): New function.
1108 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
1109 message options
1110
1111 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
1112 (ediff-fixup-patch-map): Improve heuristic.
1113
1114 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
1117 (log-view-font-lock-keywords): Simplify.
1118 (log-view-current-file, log-view-current-tag): Simplify.
1119
1120 2007-06-12 Sam Steingold <sds@gnu.org>
1121
1122 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
1123
1124 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
1125
1126 * desktop.el (desktop-load-locked-desktop): New option.
1127 (desktop-read): Use it.
1128 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
1129 Use `when'.
1130
1131 2007-06-12 Davis Herring <herring@lanl.gov>
1132
1133 * desktop.el (desktop-save-mode-off): New function.
1134 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
1135 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
1136 (desktop-claim-lock, desktop-release-lock): New functions.
1137 (desktop-kill): Tell `desktop-save' that this is the last save.
1138 Release the lock afterwards.
1139 (desktop-buffer-info): New function.
1140 (desktop-save): Use it. Run `desktop-save-hook' where the doc
1141 says to. Detect conflicts, and manage the lock.
1142 (desktop-read): Detect conflicts. Manage the lock.
1143
1144 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
1147
1148 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
1149 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
1150 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
1151 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
1152 keysyms rather than byte sequences.
1153 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
1154
1155 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * font-lock.el (font-lock-add-keywords): In case font-lock was only
1158 half-activated, forcefully activate it completely.
1159
1160 2007-06-11 Richard Stallman <rms@gnu.org>
1161
1162 * cus-edit.el (custom-variable-type): Doc fix.
1163
1164 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1167 (sh-font-lock-flush-syntax-ppss-cache): New functions.
1168 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1169 different possible cases for \'.
1170
1171 * complete.el (PC-bindings): Don't bind things already bound in the
1172 parent keymap.
1173
1174 * textmodes/bibtex-style.el: New file.
1175
1176 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
1177
1178 * vc-bzr.el: New file.
1179
1180 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * vc-svn.el (vc-svn-program): New var.
1183 (vc-svn-command): Use it.
1184
1185 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
1186
1187 * server.el (server-switch-buffer): Remove redundant check.
1188
1189 2007-06-10 Martin Rudalics <rudalics@gmx.at>
1190
1191 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1192 Match against file-name-nondirectory.
1193 Fix text on user customization variables.
1194 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
1195
1196 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1197
1198 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
1199
1200 2007-06-09 Davis Herring <herring@lanl.gov>
1201
1202 * desktop.el (desktop-minor-mode-table): Doc fix.
1203
1204 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1205
1206 * textmodes/css-mode.el (css-navigation-syntax-table):
1207 Use set-char-table-range so it also works in the unicode branch.
1208
1209 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
1210
1211 * help-mode.el (help-xref-forward-stack)
1212 (help-xref-stack-forward-item, help-forward-label): New variables.
1213 (help-forward): New button type.
1214 (help-setup-xref): Initialise help-xref-forward-stack.
1215 (help-make-xrefs): Add forward button, if appropriate.
1216 (help-xref-go-back): Push item on forward stack.
1217 (help-xref-go-forward, help-go-forward): New functions.
1218
1219 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * dired.el (dired-mode-map): Remove spurious separator.
1222
1223 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1224
1225 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1226
1227 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1228 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1229
1230 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
1231
1232 * textmodes/org.el: Version number fixed.
1233
1234 2007-06-07 Glenn Morris <rgm@gnu.org>
1235
1236 * version.el (emacs-copyright): New constant.
1237 * startup.el (fancy-splash-tail): Use emacs-copyright.
1238 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
1239
1240 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
1241 `make-local'.
1242 (byte-compile-warnings-safe-p): Add `make-local'.
1243 (byte-compile-make-variable-buffer-local):
1244 Allow byte-compile-warnings to suppress this warning.
1245
1246 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
1247 format of "menu" description.
1248 (tutorial--find-changed-keys): Describe the specific menu a
1249 command is in.
1250
1251 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
1252 Rewrite compatibility functions to silence byte-compiler.
1253
1254 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
1255
1256 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1257 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1258
1259 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
1260
1261 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
1262
1263 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * progmodes/ebrowse.el (ebrowse-member-table):
1266 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
1267 (org-batch-agenda-csv): Fix typos in docstrings.
1268
1269 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1270
1271 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1272 (sort-coding-systems, search-unencodable-char): Doc fixes.
1273 (coding-system-change-eol-conversion, set-default-coding-systems)
1274 (prefer-coding-system, find-multibyte-characters, princ-list)
1275 (leim-list-entry-regexp, set-input-method, locale-language-names)
1276 (input-method-exit-on-first-char, exit-language-environment-hook)
1277 (locale-charset-language-names): Fix typos in docstrings.
1278
1279 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1280
1281 * pgg.el (pgg-sign-region, pgg-sign):
1282 * ses.el (ses-call-printer):
1283 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1284 * textmodes/org.el (org-cycle): Fix typos in docstrings.
1285
1286 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
1287
1288 * textmodes/org.el
1289 (org-export-region-as-html, org-replace-region-by-html)
1290 (org-number-to-letters, org-table-fedit-finish)
1291 (org-normalize-color, org-table-fedit-ref-right)
1292 (org-date-to-gregorian, org-table-fedit-move)
1293 (org-table-convert-refs-to-rc, org-calendar-holiday)
1294 (org-table-fedit-toggle-ref-type, org-write-agenda)
1295 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
1296 (org-defkey, org-encode-for-stdout)
1297 (org-indent-line-function, org-export-as-html-to-buffer)
1298 (org-store-agenda-views, org-update-mode-line)
1299 (org-find-if, org-delete-all)
1300 (org-table-fedit-convert-buffer, org-emphasize)
1301 (org-uniquify, org-table-fedit-lisp-indent)
1302 (org-table-fedit-scroll, org-get-todo-sequence-head)
1303 (org-table-fedit-scroll-down, org-table-fedit-line-down)
1304 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
1305 (org-table-fedit-toggle-coordinates, org-dvipng-color)
1306 (org-table-fedit-line-up, org-table-fedit-ref-down)
1307 (org-table-formula-from-user, org-mode-flyspell-verify)
1308 (org-cycle-show-empty-lines, org-ctrl-c-ret)
1309 (org-table-formula-to-user, org-diary-to-ical-string)
1310 (orgtbl-export, org-table-fedit-post-command)
1311 (org-closed-in-range, org-shiftcontrolright)
1312 (org-table-convert-refs-to-an, org-table-hline-and-move)
1313 (org-table-formula-less-p, org-format-table-ascii)
1314 (org-agenda-get-sexps, org-shift-refpart)
1315 (org-diary-sexp-entry, org-time-string-to-absolute)
1316 (org-table-show-reference, org-letters-to-number)
1317 (org-fix-agenda-info, org-table-fedit-ref-up)
1318 (org-table-fedit-shift-reference, org-table-fedit-abort)
1319 (org-closest-date, org-shiftcontrolleft)
1320 (org-at-heading-or-item-p, org-rematch-and-replace)
1321 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
1322 New functions.
1323 (org-table-edit-scroll-down, org-finish-edit-formulas)
1324 (org-table-edit-next-field, org-abort-edit-formulas)
1325 (org-font-lock-level, org-export-find-first-heading-line)
1326 (org-table-edit-line-down, org-table-edit-backward-field)
1327 (org-edit-formula-lisp-indent, org-table-edit-move)
1328 (org-check-log-option, org-this-word)
1329 (org-table-edit-line-up, org-table-edit-formulas-post-command)
1330 (org-agenda-file-to-end, org-expand-file-name)
1331 (org-fake-empty-table-line, org-table-edit-scroll)
1332 (org-toggle-log-option, org-show-reference): Function removed.
1333 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
1334 New defsubsts.
1335 (org-unmodified, org-batch-store-agenda-views)
1336 (org-batch-agenda-csv): New macro.
1337 (org-agenda-export): New customization group.
1338 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
1339 (org-highest-priority, org-agenda-exporter-settings)
1340 (org-log-done-with-time, org-replace-disputed-keys)
1341 (org-format-latex-header, org-export-table-header-tags)
1342 (org-cycle-separator-lines, org-export-table-data-tags)
1343 (org-icalendar-include-sexps)
1344 (org-empty-line-terminates-plain-lists)
1345 (org-log-repeat, org-special-ctrl-a)
1346 (org-table-use-standard-references, org-disputed-keys)
1347 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
1348 (org-agenda-export-html-style): New option.
1349 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
1350 (org-CUA-compatible): Option removed.
1351 (org-agenda-structure, org-sexp-date): New face.
1352 (org-todo-keywords-for-agenda, org-not-done-keywords)
1353 (org-planning-or-clock-line-re, org-agenda-name)
1354 (org-table-colgroup-info, org-todo-sets)
1355 (constants-unit-system, org-clock-mode-line-entry)
1356 (org-mode-line-timer, org-table-current-begin-pos)
1357 (org-todo-keywords-1, org-mode-line-string)
1358 (org-table-clean-did-remove-column, org-table-fedit-map)
1359 (org-clock-heading, org-table-buffer-is-an)
1360 (org-agenda-info, org-done-keywords)
1361 (org-done-keywords-for-agenda, org-todo-heads)
1362 (org-todo-kwd-alist, org-clock-start-time): New variable.
1363 (org-todo-kwd-priority-p, org-edit-formulas-map)
1364 (org-repeat-re, org-todo-kwd-max-priority)
1365 (org-version, org-done-string)
1366 (org-table-clean-did-remove-column-1, org-disputed-keys):
1367 Remove variables.
1368 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
1369 (org-ts-lengths): Constant removed.
1370 (org-follow-gnus-link): Don't ask how many articles to read.
1371 (org-export-find-first-export-line): Rename from
1372 `org-export-find-first-heading'.
1373 Use `org-export-skip-text-before-1st-heading'.
1374 (org-table-fedit-post-command): Rename from
1375 `org-table-edit-formulas-post-command'.
1376 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
1377 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
1378 (org-table-fedit-lisp-indent): Rename from
1379 `org-edit-formula-lisp-indent'.
1380 (org-table-show-reference): Rename from `org-show-reference'.
1381 (org-table-store-formulas): Use `org-table-formula-less-p'.
1382 (org-table-edit-formulas): Position cursor to current field equation.
1383 (org-update-checkbox-count, org-hide-archived-subtrees)
1384 (org-timestamp-up-day, org-timestamp-down-day)
1385 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
1386 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
1387 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
1388 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
1389 Let `org-on-heading-p' also check for invisible heading.
1390 (org-read-date): Match am/pm times.
1391 (org-eval-in-calendar): Fix default date in prompt.
1392
1393 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
1396 "ChangeLog.a" entries, giving the latter lower priority.
1397
1398 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
1399
1400 * faces.el (face-id): If the argument is a face alias,
1401 return the ID of the target face.
1402
1403 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
1404
1405 * net/socks.el (top): Remove unnecessary copyright line.
1406
1407 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * longlines.el (longlines-auto-wrap): Handle argument correctly.
1410
1411 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
1412
1413 * net/socks.el: New file, taken from w3 repository.
1414 (top): Update Copyright. Don't load cl.el.
1415 (all): Replace `case' by `cond', `string-to-int' by
1416 `string-to-number', and `process-kill-without-query' by
1417 `set-process-query-on-exit-flag'.
1418 (socks-char-int): Remove defalias and all occurencies.
1419
1420 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
1421
1422 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1423 Fix typos in docstrings.
1424 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1425 (compilation-finish-function): Fix typo in obsolescence declaration.
1426
1427 2007-06-03 Sam Steingold <sds@gnu.org>
1428
1429 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
1430 handle unending automatic recompilation of changed files (`omake -P').
1431 (compilation-loop): VISITED is now 5th CDR.
1432 (compilation-next-error-function): Set TIMESTAMP.
1433
1434 2007-06-03 Sam Steingold <sds@gnu.org>
1435
1436 * files.el (kill-buffer-ask): New function.
1437 (kill-some-buffers): Use it.
1438 (kill-matching-buffers): New user command.
1439
1440 2007-06-01 David Kastrup <dak@gnu.org>
1441
1442 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1443 Change default to `top'.
1444
1445 2007-05-31 Richard Stallman <rms@gnu.org>
1446
1447 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
1448
1449 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1450
1451 * textmodes/css-mode.el: New file.
1452
1453 2007-05-30 Michael Olson <mwolson@gnu.org>
1454
1455 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1456 died and we are trying to send a signal to it. The program using
1457 tq.el should periodically check to see whether the process has
1458 died and react appropriately -- this is not the responsibility of
1459 tq.el, and is consistent with the rest of the tq.el source code.
1460
1461 2007-05-29 Martin Rudalics <rudalics@gmx.at>
1462
1463 * textmodes/table.el (table--point-entered-cell-function)
1464 (table--point-left-cell-function):
1465 Bind `inhibit-point-motion-hooks' to t.
1466
1467 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1468
1469 * emacs-lisp/rx.el (rx): Doc fix.
1470
1471 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
1472
1473 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1474
1475 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
1476
1477 Sync with Tramp 2.0.56.
1478
1479 * net/tramp.el:
1480 * net/tramp-ftp.el:
1481 * net/tramp-smb.el:
1482 * net/tramp-util.el:
1483 * net/tramp-vc.el:
1484 Don't load cl.el, because that pollutes the namespace. Replace cl
1485 macros by their implementations where necessary. Requested by
1486 Richard Stallman <rms@gnu.org>.
1487
1488 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
1489 doesn't exist.
1490 (with-parsed-tramp-file-name): Protect debug spec during compilation.
1491 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
1492 (tramp-file-name-p, tramp-file-name-multi-method)
1493 (tramp-file-name-method, tramp-file-name-user)
1494 (tramp-file-name-host, tramp-file-name-localname): New defuns,
1495 replacing defstruct `tramp-file-name'.
1496 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
1497 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
1498 Apply `vector' instead of `make-tramp-file-name'.
1499 (tramp-handle-make-auto-save-file-name):
1500 Apply `tramp-temporary-file-directory' for compatibility reasons.
1501 (tramp-completion-mode): Use `natnump' instead of `wholenump'
1502 because of XEmacs.
1503 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1504 started.
1505
1506 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
1507
1508 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1509
1510 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
1511
1512 * log-edit.el (log-edit-changelog-paragraph): Return point-max
1513 as the end of the ChangeLog paragraph when it ends without a line
1514 termination.
1515
1516 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
1517
1518 * net/webjump.el (webjump-sample-sites):
1519 Add simple Wikipedia query.
1520
1521 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
1524 compatibility code.
1525
1526 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
1527 (copyright-update-year): Use it.
1528
1529 * edmacro.el (edmacro-format-keys): Use current-active-maps.
1530
1531 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
1532 Add indentation and debugging info. Fix up comment convention.
1533
1534 * cus-dep.el (custom-make-dependencies): Simplify.
1535
1536 * composite.el (compose-region, decompose-region):
1537 Use inhibit-read-only and restore-buffer-modified-p.
1538
1539 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1540 (xterm-mouse-event): Use it.
1541
1542 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * bs.el (bs-cycle-previous): Don't modify the cycle list until
1545 `switch-to-buffer' has returned succesfully.
1546 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
1547 window is dedicated (it could iconify the frame).
1548
1549 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
1550
1551 * vc-hooks.el (vc-find-root): Fix file attribute test.
1552
1553 2007-05-24 Richard Stallman <rms@gnu.org>
1554
1555 * textmodes/flyspell.el (flyspell-correct-word-before-point):
1556 Don't let opoint be nil.
1557 (flyspell-emacs-popup): Explicit error if no dialogs.
1558
1559 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
1560
1561 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
1562 (image-next-line, image-previous-line, image-scroll-up)
1563 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
1564 New functions.
1565 (image-mode-map): Remap motion commands.
1566 (image-mode-text-map): New keymap for viewing images as text.
1567 (image-mode): Use image-mode-map.
1568 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
1569
1570 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * textmodes/fill.el (canonically-space-region): Make the second arg
1573 a marker if it's not already the case.
1574
1575 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1576
1577 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1578 (tar-get-descriptor): Handle type 55, an extended pax header.
1579
1580 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
1583 to confuse outline-minor-mode.
1584
1585 2007-05-23 Eli Zaretskii <eliz@gnu.org>
1586
1587 * tar-mode.el (tar-file-name-handler): New function.
1588 (tar-extract): Bind file-name-handler-alist to it to force
1589 find-buffer-file-type-coding-system behave as if the file being
1590 extracted existed. Use last-coding-system-used to force
1591 buffer-file-coding-system to what decode-coding-region actually
1592 used to decode the file.
1593
1594 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1595
1596 * progmodes/compile.el (compilation-handle-exit):
1597 `compilation-finish-function' may change the current buffer.
1598
1599 2007-05-22 Richard Stallman <rms@gnu.org>
1600
1601 * files.el (set-auto-mode): Doc fix.
1602
1603 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1604
1605 * help-fns.el (find-source-lisp-file): New function.
1606 (describe-function-1): Use find-source-lisp-file to find source
1607 file in compile tree.
1608
1609 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1610
1611 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1612
1613 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
1614
1615 * emacs-lisp/easy-mmode.el (define-minor-mode)
1616 (easy-mmode-define-navigation): Fix typos in docstrings.
1617
1618 2007-05-22 Glenn Morris <rgm@gnu.org>
1619
1620 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1621
1622 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
1623
1624 * mail/mail-extr.el (mail-extract-address-components):
1625 Recognize non-ASCII characters except for NBSP as words.
1626
1627 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
1628
1629 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1630 (rcirc-print): Handle `window-width'.
1631 (rcirc-buffer-maximum-lines): Doc fix.
1632
1633 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
1634
1635 * image-mode.el (image-toggle-display): Don't clear image cache.
1636 Only use filename in image spec if the file is readable.
1637 Call image-refresh.
1638
1639 * image.el (image-type-from-file-name, image-type): Simplify.
1640 (image-type-auto-detected-p): Don't scan auto-mode-alist.
1641
1642 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1643 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1644
1645 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1646
1647 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
1648 is an error.
1649
1650 * term/linux.el (terminal-init-linux): Don't signal an error
1651 if gpm isn't running.
1652
1653 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
1654
1655 * t-mouse.el: Reduce to a minor-mode macro call.
1656 (t-mouse-mode): Remove the lighter.
1657
1658 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
1659
1660 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
1661
1662 * files.el (auto-mode-alist): Change the regexp so that
1663 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
1664
1665 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * Version 22.1 released.
1668
1669 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1672 changes.
1673
1674 2007-05-19 Kevin Ryde <user42@zip.com.au>
1675
1676 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
1677
1678 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1679
1680 * textmodes/sgml-mode.el: Revert last change.
1681
1682 2007-05-18 Richard Stallman <rms@gnu.org>
1683
1684 * simple.el (push-mark): Doc fix.
1685
1686 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
1687
1688 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1689 tpu-global-map.
1690 (tpu-original-global-map): Variable deleted.
1691 (tpu-control-keys-map): New keymap variable.
1692 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1693 setting keymapping directly.
1694 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1695 tpu-global-map.
1696 (tpu-edt-on): Activate the tpu-global-map.
1697 (tpu-edt-off): Deactivate the tpu-global-map.
1698
1699 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
1700
1701 * textmodes/ispell.el (ispell-get-word): Return markers
1702 for start and end positions.
1703 (ispell-word): Assume END is a marker.
1704
1705 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1706
1707 * printing.el: Group together all XEmacs/Emacs definitions.
1708 (pr-version): New version 6.9.
1709 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
1710 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
1711 (pr-menu-bind): Fix code.
1712 (pr-e-frame-char-height, pr-e-frame-char-width)
1713 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
1714 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
1715 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
1716 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
1717 (pr-x-event-y-pixel): Aliases eliminated.
1718 (pr-xemacs-global-menubar): Macro moved.
1719 (current-menubar, current-mouse-event, zmacs-region-stays)
1720 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
1721 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
1722 Vars moved.
1723 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
1724 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
1725 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
1726 (pr-menu-set-utility-title, pr-even-or-odd-pages)
1727 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
1728 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
1729 moved.
1730
1731 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
1732
1733 * textmodes/sgml-mode.el (sgml-tag):
1734 Fix bug: Call sgml-transformation-function.
1735
1736 2007-05-17 Martin Rudalics <rudalics@gmx.at>
1737
1738 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1739 modified flag of buffer. Use `inhibit-modification-hooks'.
1740
1741 2007-05-16 Richard Stallman <rms@gnu.org>
1742
1743 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1744
1745 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1746
1747 * files.el (magic-mode-alist, magic-fallback-mode-alist):
1748 Move the *ml, Postscript, and XmCD entries to the fallback part.
1749
1750 * files.el (magic-fallback-mode-alist):
1751 Rename from file-start-mode-alist.
1752
1753 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1754
1755 * progmodes/compile.el (compilation-handle-exit): Quote first
1756 argument of `run-hook-with-args'.
1757
1758 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
1759
1760 * buff-menu.el (Buffer-menu-sort-column):
1761 * dabbrev.el (dabbrev-upcase-means-case-search):
1762 * dired.el (dired-recursive-deletes, dired-recursive-copies):
1763 * info.el (Info-current-subfile):
1764 * ls-lisp.el (ls-lisp-verbosity):
1765 * msb.el (msb-menu-cond):
1766 * pcvs.el (cvs-dired-use-hook):
1767 * simple.el (set-mark-command-repeat-pop):
1768 * time.el (display-time-24hr-format, display-time-mail-file):
1769 Doc fixes.
1770
1771 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1772 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1773
1774 * view.el (view-inhibit-help-message): Fix typo in docstring.
1775 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1776
1777 2007-05-16 Martin Rudalics <rudalics@gmx.at>
1778
1779 * textmodes/ispell.el (ispell-start-process): Defend against bad
1780 default-directory.
1781
1782 2007-05-14 Eli Zaretskii <eliz@gnu.org>
1783
1784 * mail/rmail.el (rmail-convert-to-babyl-format): Check
1785 content-transfer-encoding _last_, because it's its position that
1786 we need as value of base64-header-field-end.
1787
1788 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
1789
1790 * files.el (mode-require-final-newline, require-final-newline)
1791 (enable-local-variables, enable-local-eval): Doc fixes.
1792
1793 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1794
1795 * ps-print.el: Use default color when foreground or background color
1796 are unspecified. Reported by Leo <sdl.web@gmail.com>.
1797 (ps-print-version): New version 6.7.4.
1798 (ps-rgb-color): New argument. Use default color when color is
1799 unspecified.
1800 (ps-begin-job): Fix code.
1801
1802 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
1803
1804 * longlines.el (longlines-mode): Make longlines-auto-wrap
1805 buffer-local. Add hooks unconditionally.
1806 (longlines-auto-wrap): Toggle wrapping.
1807 (longlines-after-change-function)
1808 (longlines-post-command-function): Check longlines-auto-wrap.
1809
1810 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
1811
1812 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
1813 (xterm-mouse-translate): Use it.
1814
1815 2007-05-10 Richard Stallman <rms@gnu.org>
1816
1817 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1818 (iso-cvt-write-only): Likewise.
1819
1820 * emacs-lisp/easy-mmode.el (define-minor-mode):
1821 Fix generated doc string.
1822
1823 * startup.el (fancy-splash-text): Add URL of guided tour.
1824 Adjust horizontal and vertical whitespace.
1825
1826 * progmodes/compile.el (compilation-handle-exit):
1827 Use run-hook-with-args to run compilation-finish-functions.
1828
1829 * files.el (file-start-mode-alist): New variable.
1830 (magic-mode-regexp-match-limit): Doc fix.
1831 (set-auto-mode): Handle file-start-mode-alist.
1832 A little cleanup of structure.
1833
1834 * dabbrev.el (dabbrev-eliminate-newlines):
1835 Renamed from dabbrev--eliminate-newlines. All uses changed.
1836
1837 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1838
1839 * man.el (Man-next-section): Don't consider the last line of the page
1840 as being part of any section.
1841
1842 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
1845 can take any number of values.
1846
1847 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
1850 to the list of citation commands.
1851
1852 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1855
1856 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1857
1858 * progmodes/python.el (python-font-lock-keywords)
1859 (python-open-block-statement-p, python-mode): Add support for the new
1860 "with" keyword.
1861
1862 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
1865 the exact opposite of diff-goto-source.
1866
1867 * emacs-lisp/advice.el (ad-special-forms): Remove.
1868 (ad-special-form-p): Use subr-arity.
1869
1870 * newcomment.el (comment-search-forward): Make sure we search forward.
1871 (comment-enter-backward): Try and distinguish the non-matching case at
1872 EOB from the non-matching case with a missing comment-end-skip for
1873 a 2-char comment ender.
1874 (comment-choose-indent): New function extracted from comment-indent.
1875 Improve the alignment algorithm.
1876 (comment-indent): Use it.
1877
1878 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
1879 XML style Processing Instructions.
1880 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
1881 (sgml-calculate-indent): Handle `pi' context.
1882
1883 * vc.el: Ensure that update-changelog issues an error when used with
1884 a backend that does not implement it.
1885 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
1886 Remove `backend' argument. Use expand-file-name.
1887 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
1888
1889 * progmodes/python.el (python-end-of-block): Revert last change.
1890 (python-end-of-statement): Make sure we move *forward*.
1891
1892 2007-05-08 Richard Stallman <rms@gnu.org>
1893
1894 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1895 Don't include non-self-insert commands in the exception for `-'.
1896
1897 2007-05-08 David Reitter <david.reitter@gmail.com>
1898
1899 * progmodes/python.el (python-guess-indent): Check non-nullness
1900 before comparing indent against the 2..8 interval.
1901
1902 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1903
1904 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1905 available.
1906
1907 2007-05-06 Richard Stallman <rms@gnu.org>
1908
1909 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1910
1911 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
1912
1913 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
1914 rather than storing their value in the revert-buffer function.
1915
1916 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
1917
1918 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
1919 when disabling t-mouse-mode.
1920
1921 2007-05-01 Davis Herring <herring@lanl.gov>
1922
1923 * calendar/timeclock.el: Update version number.
1924 (timeclock-modeline-display): Mention timeclock-use-display-time
1925 in explanatory message.
1926 (timeclock-in): Fix non-interactive workday specifications.
1927 (timeclock-log): Don't kill the log buffer if it already existed.
1928 Suppress warnings when finding the log. Don't check for a nil
1929 project twice. Run hooks after killing the buffer (if applicable).
1930 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1931 was geometric). All uses changed.
1932 (timeclock-generate-report): Support prefix argument.
1933
1934 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
1935
1936 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1937 disconnections.
1938
1939 2007-05-01 Romain Francoise <romain@orebokech.com>
1940
1941 * dired-x.el: Revert 2007-04-06 change.
1942
1943 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
1944
1945 * find-dired.el (find-dired-filter): Propertize all text down to eob.
1946
1947 2007-04-29 Richard Stallman <rms@gnu.org>
1948
1949 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1950
1951 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * progmodes/cc-mode.el (c-before-change): Use point-min rather
1954 than 1.
1955
1956 2007-04-28 Richard Stallman <rms@gnu.org>
1957
1958 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1959
1960 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
1961
1962 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1963 don't put stop on toolbar.
1964
1965 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1968
1969 2007-04-28 Eli Zaretskii <eliz@gnu.org>
1970
1971 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1972 instead of $(lisp)/mh-e.
1973
1974 2007-04-28 Glenn Morris <rgm@gnu.org>
1975
1976 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1977 (image-dired-cmd-create-temp-image-options): Replace option
1978 +profile "*" with -strip.
1979
1980 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
1981
1982 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1983 Use window-start and window-end.
1984
1985 2007-04-27 Andreas Schwab <schwab@suse.de>
1986
1987 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1988
1989 2007-04-27 Eli Zaretskii <eliz@gnu.org>
1990
1991 * textmodes/fill.el (fill-paragraph): Doc fix.
1992
1993 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
1994
1995 * locate.el (locate-in-alternate-database): Doc fix.
1996
1997 2007-04-26 Glenn Morris <rgm@gnu.org>
1998
1999 * button.el (button): Use underline if supported, else fall back
2000 to color.
2001
2002 * version.el (emacs-version): Increase to 22.1.50.
2003
2004 2007-04-25 Richard Stallman <rms@gnu.org>
2005
2006 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2007
2008 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2009
2010 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2011 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2012 pushing mark.
2013 (idlwave-current-routine): Don't push mark.
2014
2015 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2016
2017 * image-dired.el (image-dired-display-image): Derive image-type from
2018 filename rather than assuming jpeg, in case no resizing was needed.
2019
2020 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2021
2022 * custom.el (defface): Doc fix.
2023
2024 See ChangeLog.12 for earlier changes.
2025
2026 ;; Local Variables:
2027 ;; coding: iso-2022-7bit
2028 ;; add-log-time-zone-rule: t
2029 ;; End:
2030
2031 Copyright (C) 2007 Free Software Foundation, Inc.
2032
2033 This file is part of GNU Emacs.
2034
2035 GNU Emacs is free software; you can redistribute it and/or modify
2036 it under the terms of the GNU General Public License as published by
2037 the Free Software Foundation; either version 2, or (at your option)
2038 any later version.
2039
2040 GNU Emacs is distributed in the hope that it will be useful,
2041 but WITHOUT ANY WARRANTY; without even the implied warranty of
2042 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2043 GNU General Public License for more details.
2044
2045 You should have received a copy of the GNU General Public License
2046 along with GNU Emacs; see the file COPYING. If not, write to the
2047 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2048 Boston, MA 02110-1301, USA.
2049
2050 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af