]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Merge from emacs--devo--0
[gnu-emacs] / lisp / ChangeLog
1 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
4
5 2007-08-12 Richard Stallman <rms@gnu.org>
6
7 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8 (cvs-execute-single-file): Use new name split-string-and-unquote.
9 (cvs-header-msg): Use new name combine-and-quote-strings.
10
11 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
12
13 * progmodes/gud.el (gud-common-init): Use new name
14 split-string-and-unquote.
15
16 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
17 in javac regexp.
18
19 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
20 combine-and-quote-strings and split-string-and-unquote.
21
22 * subr.el (combine-and-quote-strings): Renamed from strings->string.
23 (split-string-and-unquote): Renamed from string->strings.
24
25 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
28 to buffer-local settings.
29
30 * emacs-lisp/backquote.el (backquote-delay-process): New function.
31 (backquote-process): Add internal arg `level'. Use the two to
32 correctly handle nested backquotes.
33
34 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
35
36 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
37 (vc-bzr-state-words): Add "kind changed" state word.
38 (vc-bzr-status): New function. Return Bzr idea of file status,
39 which is different from VC's.
40 (vc-bzr-state): Use vc-bzr-status.
41 (vc-workfile-unchanged-p): Use vc-bzr-status.
42 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
43 (vc-dired-state): Process "kind changed" state word.
44
45 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
48
49 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
50 Move from vc-default-find-file-not-found-hook.
51
52 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * man.el: Remove spurious * in docstrings.
55 Merge defvars and toplevel setq-defaults.
56 (Man-highlight-references0): Limit=nil rather than point-max.
57 (Man-mode-map): Move initialization into the declaration.
58 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
59 (Man-view-header-file): Use expand-file-name rather than concat.
60 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
61
62 * man.el (Man-next-section): Make sure we do not move backward.
63
64 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * files.el (auto-mode-alist): Use the purecopied text (duh!).
67
68 2007-08-08 Glenn Morris <rgm@gnu.org>
69
70 * Replace `iff' in doc-strings and comments.
71
72 2007-08-08 Martin Rudalics <rudalics@gmx.at>
73
74 * dired.el (dired-pop-to-buffer):
75 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
76 * calendar/calendar.el (generate-calendar-window):
77 * progmodes/compile.el (compilation-set-window-height):
78 * textmodes/two-column.el (2C-two-columns, 2C-merge):
79 Use window-full-width-p instead of comparing frame-width and
80 window-width.
81
82 * progmodes/compile.el (compilation-find-buffer): Remove extra
83 argument in call to compilation-buffer-internal-p.
84
85 2007-08-07 Tom Tromey <tromey@redhat.com>
86
87 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
88 Add safe-local-variable property.
89
90 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
91
92 * image-mode.el (image-toggle-display): Use image-refresh.
93
94 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
95
96 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
97 unofficial version.
98 (vc-bzr-command): Remove redundant setting of process-connection-type.
99 (vc-bzr-admin-checkout-format-file): Add autoload.
100 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
101 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
102 (vc-bzr-registered): Compare dirstate format tag with known good
103 value, abort parsing if match fails. Warn user in docstring.
104 (vc-bzr-workfile-version): Case for different Bzr branch formats.
105 See bzrlib/branch.py in Bzr sources.
106 (vc-bzr-diff): First argument FILES may be a string rather than a list.
107 (vc-bzr-shell-command): Remove in favor of
108 vc-bzr-command-discarding-stderr.
109 (vc-bzr-command-discarding-stderr): New function.
110
111 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
112
113 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
114 program, and return nil
115 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
116 (vc-bzr-state): Look for path names relative to the repository
117 root after status keyword.
118 (vc-bzr-file-name-relative): New function.
119 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
120 depend on it.
121 (vc-bzr-admin-dirname, ...-checkout-format-file)
122 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
123 files that we now parse directly for speed.
124 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
125 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
126 (vc-bzr-state): "bzr status" successful only if exitcode is 0
127 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
128 Bzr warnings, so we must discard it.
129 (vc-bzr-workfile-version): Speedup counting lines from
130 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
131 if that file doesn't exist.
132 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
133 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
134 (not ".bzr"!) to `vc-directory-exclusion-list'
135 (vc-bzr-shell-command): New function.
136
137 2007-08-06 Tom Tromey <tromey@redhat.com>
138
139 * diff-mode.el (diff-unified->context, diff-reverse-direction)
140 (diff-fixup-modifs): Typo in docstring.
141
142 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
145 count-screen-lines.
146 (tpu-edt-off): Disable relevant pieces of advice.
147
148 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
149 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
150 (newline, newline-and-indent, do-auto-fill): Use advice instead of
151 redefining the function.
152 (tpu-set-scroll-margins): Activate the pieces of advice.
153
154 2007-08-06 Martin Rudalics <rudalics@gmx.at>
155
156 * help.el (resize-temp-buffer-window): Use window-full-width-p
157 instead of comparing frame-width and window-width.
158
159 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
162
163 2007-08-12 Richard Stallman <rms@gnu.org>
164
165 * progmodes/sh-script.el (sh): Delete group `unix'.
166
167 * progmodes/gud.el (gud): Change to group `processes'.
168
169 2007-08-11 Glenn Morris <rgm@gnu.org>
170
171 * progmodes/compile.el (compilation-buffer-name): Don't check
172 compilation-arguments. It is superfluous, and the variable isn't
173 even set when this function is called.
174
175 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
176
177 * term/mac-win.el (mac-ae-reopen-application): New function.
178 (mac-apple-event-map): Bind "reopen application" Apple event to it.
179
180 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
181
182 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
183 take tex-font-script-display into account.
184 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
185 cell to a list of 2 elements to simplify the unfontify code.
186
187 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
188
189 * url/url-auth.el (url-basic-auth): When prompting for username
190 and password, default to the username and password in the URL.
191
192 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
193
194 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
195 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
196 ps-print-color-p is neither nil nor black-white. Reported by Christian
197 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
198
199 2007-08-08 Andreas Schwab <schwab@suse.de>
200
201 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
202 self-insert-command, not self-insert.
203
204 2007-08-08 Glenn Morris <rgm@gnu.org>
205
206 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
207 argument optional, for backwards compatibility, and only highlight
208 args when present. Fix symbol name typo (doc/args).
209
210 * help-mode.el (help-make-xrefs): Search for symbol constituents,
211 rather than just `-'.
212
213 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
214
215 * calc/calc-units.el (calc-convert-temperature):
216 Use `/' to create fractions.
217
218 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
219
220 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
221 global matching.
222 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
223 ERROR-BUFFER more robust. Display output.
224 (tramp-file-name-handler): Add a connection property when we found
225 a foreign file name handler. This allows backends like ftp to
226 profit also from usr/host name completion based on connection
227 cache.
228 (tramp-send-command-and-read): Search for trash after the regexp
229 until eol only. In XEmacs, there is a problem with \n.
230
231 * net/tramp-cache.el (top): Read persistent connection history
232 when cache is empty.
233
234 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
235
236 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
237 resulting output.
238
239 2007-08-07 Sam Steingold <sds@gnu.org>
240
241 * progmodes/compile.el (compilation-start): Pass nil as startfile
242 to comint-exec.
243
244 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
245
246 * longlines.el (longlines-decoded): New variable.
247 (longlines-mode): Avoid encoding or decoding the buffer twice.
248
249 2007-08-07 Martin Rudalics <rudalics@gmx.at>
250
251 * format.el (format-insert-file): Make sure that at most one undo
252 entry is recorded for the insertion. Inhibit point-motion and
253 modification hooks around call to insert-file-contents.
254
255 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
258 Select the buffer's window before moving point.
259
260 2007-08-07 Richard Stallman <rms@gnu.org>
261
262 * term.el (term): Remove parent group `unix'.
263
264 * simple.el (default-indent-new-line): New function.
265 It calls comment-line-break-function if there are comments.
266 (do-auto-fill): Use that.
267
268 2007-08-07 Ivan Kanis <apple@kanis.eu>
269
270 * time.el (display-time-world-mode, display-time-world-display)
271 (display-time-world, display-time-world-list)
272 (display-time-world-time-format, display-time-world-buffer-name)
273 (display-time-world-timer-enable)
274 (display-time-world-timer-second, display-time-world-mode-map):
275 New.
276
277 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
278
279 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
280 (PC-do-completion): Add "acronym completion" for symbols and
281 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
282
283 2007-08-06 Sam Steingold <sds@gnu.org>
284
285 * mouse.el (mouse-buffer-menu): Pass mode-name through
286 format-mode-line because it may be a list,
287 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
288
289 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
290
291 * printing.el (pr-update-menus): Docstring fix.
292
293 2007-08-06 Jason Rumney <jasonr@gnu.org>
294
295 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
296
297 * vc-hooks.el (vc-call): Add doc string.
298
299 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
300
301 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
302 process-filter.
303
304 2007-08-06 Kenichi Handa <handa@m17n.org>
305
306 * international/quail.el: Wrap (require 'help-mode) by
307 eval-when-compile.
308 (quail-help-init): New function.
309 (quail-help): Call quail-help-init.
310 (quail-store-decode-map-key): Change it to a function.
311
312 2007-08-05 Jason Rumney <jasonr@gnu.org>
313
314 * vc.el (vc-rollback): Add norevert argument back.
315 (vc-revert-buffer): Add back as obsolete alias.
316
317 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
318
319 * term.el: Honor term-default-fg-color and term-default-bg-color
320 settings when modifying term-current-face.
321 (term-default-fg-color, term-default-bg-color): Initialize from
322 default term-current-face.
323 (term-mode, term-reset-terminal): Set term-current-face with
324 term-default-fg-color and term-default-bg-color.
325 (term-handle-colors-array): term-current-face has term-default-fg-color
326 and term-default-bg-color after reset escape sequence.
327 (term-handle-colors-array): Set term-current-color with
328 term-default-fg/bg-color instead of ansi-term-color-vector when the
329 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
330
331 2007-08-05 Jay Belanger <belanger@localhost.localdomain>
332
333 * calc/calc-nlfit.el (math-nlfit-curve):
334 Remove unnecessary variables.
335 (math-nlfit-givens): Let bind free variables.
336
337 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
338
339 * printing.el: Require lpr and ps-print when loading printing package.
340 Reported by Glenn Morris <rgm@gnu.org>.
341
342 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
343
344 * files.el (set-auto-mode): Handle also remote files wrt
345 `auto-mode-alist'.
346
347 2007-08-04 Jay Belanger <belanger@localhost.localdomain>
348
349 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
350 curves and plotting.
351
352 * calc/calc-nlfit.el: New file.
353
354 2007-08-04 Glenn Morris <rgm@gnu.org>
355
356 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
357 zero, not nil, when the library is first loaded. Check for a file
358 that has been modified on disk.
359
360 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
361 Remove duplicate defvar preventing initialization.
362 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
363
364 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
367 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
368 may match up to 4 lines.
369 (diff-beginning-of-file-and-junk): Rewrite.
370
371 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
372
373 * printing.el: Evaluate require only during compilation.
374 (pr-version): New version 6.9.1.
375 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
376 (pr-global-menubar): Fix code.
377
378 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
379
380 * term.el (term-erase-in-display): Fix case when point is not at
381 the beginning of the line.
382
383 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
384
385 * calc/calc-ext.el (math-get-value,math-get-sdev)
386 (math-contains-sdev): New functions.
387
388 * calc/calc-graph.el (calc-graph-format-data)
389 (calc-graph-add-curve): Check for error forms.
390 (calc-graph-set-styles): Add option for error forms.
391
392 2007-08-03 Miles Bader <miles@gnu.org>
393
394 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
395 backend names for new backends to `Git', `Hg', and `Bzr'.
396 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
397 not `HG'.
398 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
399 name, not `GIT'.
400 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
401 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
402
403 2007-08-03 Richard Stallman <rms@gnu.org>
404
405 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
406 to update deleted flag.
407
408 * cus-edit.el (customize-apropos, customize-apropos-options)
409 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
410
411 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
412
413 * startup.el (fancy-splash-head, startup-echo-area-message):
414 Change message text.
415
416 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
417 All callers use line-move.
418
419 * progmodes/compile.el (compilation-find-buffer): Return current
420 buffer immediately if suitable.
421 (compile, compilation-buffer-name, compilation-start): Doc fixes.
422
423 2007-08-03 Daiki Ueno <ueno@unixuser.org>
424
425 * faces.el (face-normalize-spec): New function.
426 (frame-set-background-mode): Normalize face-spec before calling
427 face-spec-match-p.
428
429 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * server.el (server-window): Add switch-to-buffer-other-frame option.
432
433 2007-08-03 Glenn Morris <rgm@gnu.org>
434
435 * cus-edit.el (customize-apropos): Make the error message indicate
436 what kind of thing the user was trying to customize.
437
438 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
439
440 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords): Fix
441 off-by-one error in previous change.
442
443 2007-08-03 Drew Adams <drew.adams@oracle.com>
444
445 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
446 Make buffer writable.
447
448 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
449
450 * calc/calc-math.el (math-sqrt-raw,math-sin-raw-2)
451 (math-cos-raw-2,math-arctan-raw,math-ln-raw):
452 Use native Emacs functions, when appropriate.
453
454 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
455 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * vc.el: Document new VC operation `extra-menu'.
458
459 * vc-hooks.el (vc-default-extra-menu): New function.
460
461 * menu-bar.el (menu-bar-vc-filter): New function.
462 (menu-bar-tools-menu): Use it as a filter.
463
464 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
465
466 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
467
468 2007-08-01 Glenn Morris <rgm@gnu.org>
469
470 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
471 strings.
472 (fortran-tab-mode-default): Remove needless autoload.
473 (fortran-tab-mode-string): Add help-echo and mouse properties, and
474 mark as risky.
475 (fortran-line-length): New buffer-local variable, safe if integer.
476 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
477 Change from variables to constants.
478 (fortran-font-lock-syntactic-keywords): Delete as a variable,
479 replace with a new function definition.
480 (fortran-mode): Use fortran-line-length, and
481 fortran-font-lock-syntactic-keywords as a function. Add a
482 hack-local-variables-hook function.
483 (fortran-line-length, fortran-hack-local-variables): New functions.
484 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
485 Use fortran-line-length rather than 72.
486 (fortran-window-create-momentarily): Doc fix.
487
488 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
489
490 * cus-edit.el (custom-group-value-create, custom-goto-parent):
491 Fix parent groups link.
492
493 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
494
495 * progmodes/python.el (python-current-defun): Adjust to never fall
496 into infinite loop.
497
498 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
501
502 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
503
504 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
505 (copyright-fix-years, copyright): Correctly handle the case where
506 copyright-limit is nil.
507
508 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
509
510 * progmodes/python.el (run-python): Fix path separator under w32.
511
512 2007-07-30 Richard Stallman <rms@gnu.org>
513
514 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
515 Treat non-break space as whitespace in Lisp.
516
517 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * vc.el (vc-dired-hook): Use inhibit-read-only.
520
521 * progmodes/compile.el (compilation-forget-errors):
522 Reset compilation-auto-jump-to-next.
523
524 2007-07-30 Michael Olson <mwolson@gnu.org>
525
526 * cus-edit.el (custom-group-save): Fix void function definition
527 error. Thanks to Zhang Wei for the report.
528
529 * ps-print.el: Check in trivial changes to the autoloads section
530 caused by the build process. These autoloads really ought to be
531 placed in a separate file, methinks.
532
533 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
534
535 * calendar/calendar.el (calendar-mode): Make sure
536 displayed-(month|year) are set.
537 (calendar-basic-setup): Display buffer before adjusting window sizes.
538 (generate-calendar-window): Use inhibit-read-only. Simplify.
539 Generate buffer and set displayed-month and displayed-year before
540 calling update-calendar-mode-line.
541
542 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
543
544 * net/tramp.el:
545 * net/tramp-uu.el:
546 * net/trampver.el: Use utf-8 encoding with coding cookie.
547
548 * net/tramp-cache.el:
549 * net/tramp-fish.el:
550 * net/tramp-ftp.el:
551 * net/tramp-gw.el:
552 * net/tramp-smb.el: Remove coding cookie.
553
554 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
555 Flush buffer file-name's file property.
556 (tramp-handle-file-remote-p): The first parameter is FILENAME.
557
558 * net/trampver.el: Update release number.
559
560 2007-07-29 Juri Linkov <juri@jurta.org>
561
562 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
563 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
564 when major-mode is not dired-mode.
565 (dired-toggle-read-only): New function.
566 (dired-recursive-deletes): Remove obsolete comments about old
567 default value.
568 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
569
570 * wdired.el (wdired-exit): New function.
571 (wdired-mode-map): Bind C-x C-q to wdired-exit.
572
573 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * cus-edit.el (customize-read-group): New fun.
576 (customize-group-other-window, customize-face-other-window):
577 Prompt before delegating to customize-(group|face).
578 Bind pop-up-windows rather than use the other-window argument.
579 (customize-group, customize-face): Prompt from the interactive spec.
580 Remove args `prompt-for-group' and `other-window'.
581
582 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
583 (ad-body-forms, ad-advised-interactive-form): Revert this part of
584 last change.
585
586 2007-07-28 Masatake YAMATO <jet@gyve.org>
587
588 * vc.el (vc-dired-mode): Add a menu for VC related operation.
589 Use backend name as the menu label Suggested by David Kastrup.
590
591 2007-07-28 Alan Mackenzie <acm@muc.de>
592
593 Fix problem with modes derived from CC Mode:
594 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
595 macro to cc-langs.
596 (c-init-language-vars-for): Remove call to above macro.
597 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
598 been moved to here.
599 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
600
601 2007-07-28 Eli Zaretskii <eliz@gnu.org>
602
603 * net/trampver.el: Fix the `coding' cookie.
604
605 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
606
607 * vc-git.el (vc-git-print-log): Support both the old single file
608 interface and the new one.
609
610 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
611
612 * bindings.el (mode-line-remote): Use updated %@ construct.
613
614 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
617 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
618 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
619 (diary-list-bahai-entries, diary-bahai-mark-entries)
620 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
621 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
622 New names to clean up namespace.
623 (list-bahai-diary-entries, mark-bahai-diary-entries)
624 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
625 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
626 Add compatibility aliases.
627
628 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
629
630 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
631 (calendar-scroll-left-three-months)
632 (calendar-scroll-right-three-months): Clean up namespace.
633 (scroll-calendar-left, scroll-calendar-right)
634 (scroll-calendar-left-three-months)
635 (scroll-calendar-right-three-months): Add compatibility aliases.
636
637 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
638 Behave like mouse-scroll-calendar-* when used from the mouse.
639
640 * calendar/cal-menu.el (cal-menu-scroll-menu)
641 (cal-menu-global-mouse-menu):
642 * calendar/calendar.el (calendar-mode-map):
643 Use new calendar-scroll-* names.
644 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
645 Remove. Use calendar-scroll-* directly instead.
646
647 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
650 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
651 (ad-make-advised-definition, ad-cache-id-verification-code):
652 Use commandp and interactive-form instead.
653
654 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
655
656 * vc-git.el: Relicense to GPLv3 or later.
657 (vc-directory-exclusion-list, vc-handled-backends): Remove.
658
659 * vc-hooks.el (vc-handled-backends): Add GIT.
660
661 * vc.el (vc-directory-exclusion-list): Add .git.
662
663 2007-07-26 Alexandre Julliard <julliard@winehq.org>
664
665 * vc-git.el (vc-git-revision-table)
666 (vc-git-revision-completion-table): New functions.
667
668 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
669
670 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
671 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
672 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
673 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
674 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
675 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
676 New command actions for EPS header and EPS footer.
677
678 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
679 footer. Fix some problems with one-or-more, zero-or-more and
680 alternative constructions generation. Some log messages
681 implementation. Doc fix.
682 (ebnf-version): New version 4.4.
683 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
684 (ebnf-eps-footer, ebnf-log): New options.
685 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
686 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
687 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
688 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
689 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
690 (ebnf-style-custom-list, ebnf-style-database): Put new values.
691 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
692 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
693 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
694 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
695 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
696 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
697 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
698 (ebnf-non-terminal-dimension, ebnf-special-dimension)
699 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
700 (ebnf-except-dimension, ebnf-alternative-dimension)
701 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
702 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
703 message fun.
704 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
705 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
706 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
707 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
708 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
709 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
710 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
711 compatibility with Emacs 20 & 21.
712 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
713 (ebnf-eps-file-alist, ebnf-basic-width-extra)
714 (ebnf-basic-empty-height): New vars.
715 (ebnf-prologue): Fix PostScript code.
716 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
717 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
718 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
719 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
720
721 2007-07-25 Glenn Morris <rgm@gnu.org>
722
723 * Relicense all FSF files to GPLv3 or later.
724
725 * COPYING: Switch to GPLv3.
726
727 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
730 Replace it with another one which disables undo before calling
731 erase-buffer and then turns it back on if needed.
732
733 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
734
735 * ps-print.el: Problem with foreground and background color when
736 printing a buffer with and without faces. Reported by Christian
737 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
738 (ps-print-version): New version 6.7.5.
739 (ps-default-fg): Change default value to nil, so black color is used
740 when a face does not specify a foreground color.
741 (ps-default-bg): Change default value to nil, so white color is used
742 for background color.
743 (ps-begin-job): Fix code.
744
745 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
746
747 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
748
749 2007-07-24 Glenn Morris <rgm@gnu.org>
750
751 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
752 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
753 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
754 (cal-tex-cursor-week, cal-tex-cursor-week2)
755 (cal-tex-cursor-week-iso, cal-tex-week-hours)
756 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
757 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
758 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
759
760 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
761
762 * calendar/calendar.el (calendar-mode-map): Move initialization
763 into declaration. Add menu bindings (used to be done in cal-menu).
764 (calendar-mode): Don't add an activate-menubar-hook.
765
766 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
767 modify calendar-mode-map), use easy-menu, and make sure that C-h k
768 can be used on the menu entries.
769 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
770 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
771 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
772 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
773 (calendar-flatten, cal-menu-update): Remove.
774 (calendar-mouse-insert-hebrew-diary-entry)
775 (calendar-mouse-insert-islamic-diary-entry)
776 (calendar-mouse-insert-bahai-diary-entry):
777 Remove (fold into cal-menu-diary-menu).
778 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
779 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
780 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
781 (calendar-mouse-view-diary-entries): Minor simplifications.
782 (calendar-event-to-date): Use with-current-buffer.
783
784 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
785
786 * add-log.el (change-log-redate): Remove (not needed anymore and
787 doesn't appear to work).
788
789 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * frame.el: Use mapc and dolist instead of mapcar where possible.
792 (close-display-connection): New command.
793
794 2007-07-25 Alexandre Julliard <julliard@winehq.org>
795
796 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
797 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
798
799 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
800
801 * ps-print.el (ps-multibyte-buffer): Docstring fix.
802
803 * ps-mule.el: Doc fix.
804 (ps-multibyte-buffer, ps-mule-font-info-database-default)
805 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
806
807 2007-07-25 Glenn Morris <rgm@gnu.org>
808
809 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
810 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
811 (cal-tex-daily-end, cal-tex-hook)
812 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
813 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
814 (cal-tex-cursor-week-iso, cal-tex-week-hours)
815 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
816 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
817 (cal-tex-day-prefix, cal-tex-day-name-format)
818 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
819 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
820 (cal-tex-LaTeX-subst-list): Change from variables to constants.
821 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
822 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
823 etc, rather than \bf.
824 (cal-tex-mini-calendar): Fix typos in previous change.
825 (cal-tex-latexify-list): Remove inner let binding.
826 (cal-tex-end-document, cal-tex-banner): Use multi-line
827 cal-tex-comment.
828 (cal-tex-comment): Handle embedded newlines.
829 (cal-tex-LaTeXify-string): Use substring-no-properties.
830
831 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
832
833 * progmodes/compile.el (compilation-error-regexp-alist-alist):
834 Add support for the Maden build tool.
835
836 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
837
838 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
839
840 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
841
842 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
843
844 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
845
846 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
847 C-x C-q.
848
849 * vc-git.el (vc-git-print-log): Fix previous change.
850
851 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * window.el (save-selected-window): Minor optimization.
854 (bw-adjust-window): If operation failed, try with a smaller delta.
855 (window-fixed-size-p): New function.
856 (window-area-factor): New var.
857 (balance-windows-area): New command.
858
859 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
860 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
861 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
862 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
863 (ps-mule-begin-job): Use dolist.
864
865 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
866
867 * subr.el (start-file-process-shell-command)
868 (process-file-shell-command): New defuns.
869
870 * progmodes/compile.el (compilation-start):
871 Apply `start-file-process-shell-command'.
872
873 2007-07-24 Alexandre Julliard <julliard@winehq.org>
874
875 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
876
877 2007-07-24 Alan Mackenzie <acm@muc.de>
878
879 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
880 Initialise byte-compile-unresolved-functions before rather than
881 after a compilation.
882 (byte-compile-unresolved-functions): Amplify doc string.
883
884 2007-07-24 Glenn Morris <rgm@gnu.org>
885
886 * startup.el (normal-splash-screen): Use `emacs-copyright'.
887
888 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
889 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
890 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
891 (cal-tex-cursor-week, cal-tex-cursor-week2)
892 (cal-tex-cursor-week-iso, cal-tex-week-hours)
893 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
894 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
895 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
896
897 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
898 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
899 (cal-tex-day-name-format, cal-tex-cal-one-month)
900 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
901 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
902 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
903 (cal-tex-list-holidays, cal-tex-cursor-year)
904 (cal-tex-cursor-year-landscape, cal-tex-year)
905 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
906 (cal-tex-cursor-month, cal-tex-insert-days)
907 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
908 (cal-tex-first-blank-p, cal-tex-cursor-week)
909 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
910 (cal-tex-week-hours, cal-tex-cursor-week-monday)
911 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
912 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
913 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
914 (cal-tex-latexify-list, cal-tex-previous-month)
915 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
916 modernization, including using dotimes rather than
917 calendar-for-loop.
918 (cal-tex-LaTeX-subst-list): Remove `@'.
919 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
920 Use \textit and \textbf rather than \em and \it.
921
922 * calendar/cal-bahai.el (list-bahai-diary-entries)
923 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
924 * calendar/cal-islam.el (list-islamic-diary-entries)
925 * calendar/calendar.el (generate-calendar, generate-calendar-month)
926 * calendar/diary-lib.el (diary-list-entries)
927 (mark-calendar-date-pattern): Use `dotimes' rather than
928 `calendar-for-loop'.
929
930 * calendar/calendar.el (calendar-for-loop): Doc fix.
931
932 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
935 underlying file is uptodate.
936
937 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
938
939 * replace.el (perform-replace): Use isearch-no-upper-case-p.
940
941 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * vc-hooks.el (vc-mode-line-map): New const.
944 (vc-mode-line): Use it.
945
946 2007-07-23 Alexandre Julliard <julliard@winehq.org>
947
948 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
949 (vc-git-unregister): New functions.
950 (vc-git-find-version): Use the result of ls-files as a parameter
951 for cat-file.
952
953 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
954
955 * net/tramp.el (tramp-perl-file-attributes)
956 (tramp-perl-directory-files-and-attributes)
957 (tramp-handle-file-attributes-with-stat)
958 (tramp-handle-directory-files-and-attributes-with-stat)
959 (tramp-convert-file-attributes): Handle huge file sizes.
960
961 2007-07-23 Juri Linkov <juri@jurta.org>
962
963 * isearch.el (isearch-message-function): New variable.
964 (isearch-update, isearch-search): Use it.
965
966 * simple.el (goto-history-element): New function created from
967 next-history-element.
968 (next-history-element): Most code moved to goto-history-element.
969 Call goto-history-element with (- minibuffer-history-position n).
970 (previous-history-element): Call goto-history-element with (+
971 minibuffer-history-position n).
972 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
973 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
974 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
975 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
976 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
977 (minibuffer-history-isearch-pop-state): New functions.
978
979 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
980
981 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
982 Also, if FILE is a list, return non-nil if any of its elements
983 should stay local. Update docstring.
984
985 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
988 change by reverting a small part.
989
990 2007-07-23 Richard Stallman <rms@gnu.org>
991
992 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
993
994 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
995
996 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
997 handling it. Use vc-git-command.
998 (vc-git-find-version, vc-git-diff-tree): New functions.
999 (vc-git-revert): Use vc-git-command.
1000 (vc-git--run-command): Delete.
1001
1002 2007-07-23 Alexandre Julliard <julliard@winehq.org>
1003
1004 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
1005
1006 2007-07-20 Kenichi Handa <handa@m17n.org>
1007
1008 * international/utf-8.el (utf-8-post-read-conversion):
1009 Temporarily bind utf-8-compose-scripts to nil while running
1010 *-compose-region functions.
1011
1012 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1013
1014 * vc-git.el: Update status.
1015 (vc-directory-exclusion-list): Use eval-after-load.
1016
1017 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
1018
1019 * bindings.el (mode-line-remote): New variable.
1020 (help-echo): Add to default values of mode-line-format.
1021
1022 * files.el: Mark mode-line-remote as risky.
1023
1024 2007-07-22 Juri Linkov <juri@jurta.org>
1025
1026 * isearch.el (isearch-edit-string): Save old point and
1027 isearch-other-end to old-point and old-other-end before reading
1028 the search string from minibuffer. After exiting minibuffer set
1029 point to old-other-end if point and the search direction is the
1030 same as before reading the search string.
1031 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1032 to isearch-other-end. Instead of isearch-search-and-update call
1033 three functions isearch-search, isearch-push-state and isearch-update.
1034
1035 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1036
1037 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
1038 deal with multiple file arguments.
1039 (vc-git-print-log): Deal with multiple file arguments.
1040
1041 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1042
1043 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
1044 diff-refine-hunk. Adjust users.
1045 (diff-unified-hunk-p, diff-splittable-p): New functions.
1046 (diff-mode-menu): Use it to disable Split when it doesn't work.
1047
1048 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1049
1050 * diff-mode.el (diff-mode-menu): New entries.
1051
1052 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
1055 if applicable, so as to save undo-log space.
1056
1057 * diff-mode.el (diff-find-file-name): Add arg `batch'.
1058
1059 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1060 (diff-file-kill): Use it.
1061 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1062 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1063 Use it so they find the hunk even when we're in the file header.
1064
1065 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1066
1067 * vc-git.el (vc-git-revision-granularity, vc-git-root)
1068 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
1069 (vc-git-create-repo): New functions.
1070 (vc-git-registered): New autoloaded function definition.
1071 (vc-git-registered): Use vc-git-root.
1072 (vc-git-responsible-p): New defalias.
1073 (vc-git-annotate-extract-revision-at-line): Uncomment.
1074 (vc-git-print-log): Add the file name to the log.
1075 (vc-git-log-view-mode): New derived mode.
1076 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
1077
1078 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
1079
1080 * progmodes/grep.el (grep-compute-defaults): Keep default values.
1081
1082 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1083
1084 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1085 file in a way that does not interfere with recentf mode.
1086 (reftex-access-parse-file): Do not risk destroying an existing
1087 buffer.
1088
1089 2007-07-22 Alexandre Julliard <julliard@winehq.org>
1090
1091 * vc-git.el: New file.
1092
1093 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1094
1095 * textmodes/tex-mode.el (tex-font-script-display): Change default.
1096
1097 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1098
1099 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
1100 for branches and new files.
1101
1102 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
1103 local-map handling ...
1104 (vc-mode-line): ... here. Improve handling of help-echo.
1105
1106 * vc.el (mode-line-string): Document help-echo usage.
1107
1108 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
1109
1110 Sync with Tramp 2.1.10.
1111
1112 * net/tramp.el (tramp-get-ls-command): Fyx typo.
1113
1114 * net/trampver.el: Update release number.
1115
1116 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1117
1118 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1119
1120 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1121
1122 2007-07-22 Martin Rudalics <rudalics@gmx.at>
1123
1124 * add-log.el (change-log-fill-parenthesized-list): New function.
1125 (change-log-indent): Call change-log-fill-parenthesized-list.
1126 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
1127 Have lines with leading asterisk start a paragraph.
1128
1129 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
1130
1131 * calc/calc-math.el (math-emacs-precision)
1132 (math-largest-emacs-expt, math-smallest-emacs-expt):
1133 New variables.
1134 (math-use-emacs-fn): New function.
1135 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
1136 appropriate.
1137
1138 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1139
1140 * image-dired.el (image-dired-sane-db-file): New func.
1141 (image-dired-write-tags, image-dired-remove-tag)
1142 (image-dired-list-tags, image-dired-write-comments)
1143 (image-dired-get-comment, image-dired-mark-tagged-files)
1144 (image-dired-create-gallery-lists): Call new func.
1145 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1146
1147 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1148
1149 * vc-hg.el (vc-hg-dir-state): Fix loop.
1150 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1151 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1152 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1153 (vc-hg-revert): Likewise.
1154 (vc-hg-revision-table, vc-hg-revision-completion-table): New
1155 functions.
1156
1157 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * add-log.el (change-log-resolve-conflict): Don't lose data if the
1160 merge fails.
1161
1162 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1163
1164 * progmodes/compile.el (compilation-auto-jump-to-first-error):
1165 Add group and version.
1166
1167 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1168
1169 * add-log.el (add-log-file-name): Use file-relative-name.
1170 (add-change-log-entry): Delay reading
1171 add-log-(full-name|mailing-address) to after we've switched to the
1172 ChangeLog buffer so we get the right value.
1173 (add-change-log-entry, add-log-current-defun, change-log-merge):
1174 Use derived-mode-p rather than checking major-mode directly.
1175
1176 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1177 name for buffer-file-name if it refers to a directory.
1178
1179 * vc-arch.el (vc-arch-diff): Fix last change.
1180
1181 * progmodes/compile.el (compilation-start): Remember the original
1182 directory in a buffer-local compilation-directory.
1183 (compile): Set the global value of compilation-directory.
1184 (recompile): Use compilation-directory even in the compilation buffer.
1185
1186 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1187
1188 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1189
1190 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1191
1192 * ps-print.el: Problem with foreground and background color when
1193 printing a buffer with and without faces. Reported by Christian
1194 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1195 (ps-print-version): New version 6.7.5.
1196 (ps-default-fg): Change default value to nil, so black color is used
1197 when a face does not specify a foreground color.
1198 (ps-default-bg): Change default value to nil, so white color is used
1199 for background color.
1200 (ps-begin-job): Fix code.
1201
1202 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1203
1204 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
1205 in $(INSTALL_DIR)/lisp/ if they already exist.
1206
1207 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
1208
1209 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
1210 in $(INSTALL_DIR)/lisp/ if they already exist.
1211
1212 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1213
1214 * progmodes/vera-mode.el (vera-re-search-forward)
1215 (vera-re-search-backward): Remove use of store-match-data.
1216 (vera-mode-map): Move initialization into declaration.
1217
1218 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
1219 (flymake-find-buildfile): Use locate-dominating-file.
1220
1221 * vc.el (vc-delistify): Use mapconcat.
1222 (vc-do-command): Minor simplification.
1223 (vc-expand-dirs): Use push.
1224
1225 * vc-mcvs.el (vc-mcvs-create-repo):
1226 * vc-cvs.el (vc-cvs-create-repo): Remove.
1227
1228 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
1229 directory and the root as well.
1230
1231 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1232
1233 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
1234 instead of a file.
1235
1236 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
1237 (vc-hg-registered): Replace if with when.
1238 (vc-hg-state): Deal with nonexistent files and handle removed files.
1239 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1240 (vc-hg-checkout): Re-enable.
1241 (vc-hg-create-repo): Fix typos.
1242 (vc-hg-print-log): Fix for multiple files.
1243 (vc-hg-workfile-unchanged-p): New function.
1244
1245 * vc.el: Fix typo.
1246 (vc-print-log): Fix call to print-log.
1247 (vc-default-comment-history): Likewise.
1248 (vc-directory-exclusion-list): Add .hg and .bzr.
1249 (vc-diff-internal): Pass a list instead of a file.
1250
1251 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
1252
1253 * vc-bzr.el (vc-bzr-create-repo): New function.
1254
1255 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1258 `file' from which to start the search.
1259
1260 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
1261
1262 * vc-cvs.el: vc-cvs-checkin had some reference problems, now fixed.
1263
1264 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * files.el (locate-dominating-file): New function.
1267
1268 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
1269
1270 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
1271 (grep-compute-defaults): Use it.
1272
1273 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1274
1275 * uniquify.el: Docstring fixes.
1276
1277 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
1278
1279 * vc-hooks.el: Generalize stay-local-p to operate on lists of
1280 files. Change two keybindings to point to new function names.
1281 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-hg.el, vc-mcvs.el, vc-rcs.el,
1282 vc-sccs.el, vc-svn.el: These now implement the NewVC-fileset.
1283 * vc.el: Adapted for NewVC-fileset, but no functional changes yet.
1284
1285 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1286
1287 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1288 (follow-delete-other-windows-and-split, follow-recenter)
1289 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1290 (follow-redisplay, follow-estimate-first-window-start)
1291 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1292 Fix typos in docstrings.
1293
1294 2007-07-18 Martin Rudalics <rudalics@gmx.at>
1295
1296 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
1297 avoid that filling introduces lines with a single asterisk.
1298
1299 * kmacro.el (kmacro-end-macro): When ignoring empty macro
1300 avoid incorrect kmacro-ring-empty-p messages.
1301 Reported by Michael Schierl <schierlm@gmx.de>.
1302
1303 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1304
1305 * vc.el: Add more info about the vc-registered function.
1306
1307 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
1308
1309 * files.el (file-remote-p): Introduce optional parameter
1310 IDENTIFICATION.
1311
1312 * recentf.el (recentf-keep-default-predicate): Adapt call of
1313 `file-remote-p'.
1314
1315 * progmodes/grep.el (grep-probe): Use `process-file'.
1316 (grep-compute-defaults): Handle variables host specific.
1317
1318 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
1319 parameter IDENTIFICATION.
1320
1321 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1322 parameter IDENTIFICATION.
1323 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
1324 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1325 Add entry for `set-file-times'.
1326 (tramp-do-copy-or-rename-file-via-buffer)
1327 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
1328 (tramp-handle-unhandled-file-name-directory): Rewrite.
1329 (tramp-convert-file-attributes): Add error handling when inode is
1330 extraordinary big.
1331 (tramp-get-inode): Change parameter from FILE to VEC.
1332 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
1333 is nil. This is according to the specification. Goto (point-max)
1334 when ready.
1335 (tramp-handle-shell-command): Rewrite completely, using
1336 `process-file' and `start-file-process'.
1337 (tramp-methods, tramp-find-shell)
1338 (tramp-open-connection-setup-interactive-shell)
1339 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
1340 var. Reported by Steve Youngs <steve@sxemacs.org>.
1341
1342 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
1343 entry for `set-file-times'. Rename `start-process' into
1344 `start-file-process'. Remove `call-process' entry.
1345 (tramp-fish-handle-set-file-times): New defun.
1346 (tramp-fish-handle-executable-find): Use `process-file'.
1347 (tramp-fish-handle-process-file): New defun. Replaces
1348 `tramp-fish-handle-call-process'.
1349 (tramp-fish-do-copy-or-rename-file-directly): Use
1350 `set-file-times'.
1351 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
1352
1353 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
1354 `tramp-get-inode' parameter.
1355
1356 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
1359 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
1360 nowadays, and by the time Emacs-23 comes out, nobody will even remember
1361 it has ever existed.
1362
1363 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1364
1365 * vc.el: Undo previous change.
1366
1367 2007-07-16 Eli Zaretskii <eliz@gnu.org>
1368
1369 * makefile.w32-in (clean): Don't delete *~.
1370
1371 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * textmodes/tex-mode.el (tex-verbatim-environments):
1374 Add safe-local-variable property.
1375 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
1376 when starting font-lock rather than when loading tex-mode.el.
1377
1378 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
1379 whole $( rather than just the $. Rename from sh-quoted-subshell.
1380 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
1381
1382 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
1383
1384 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
1385 bookmark-alist. Instead, if not sorting, simply return it.
1386 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1387 for its return value, not for its side effect.
1388
1389 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1390 case of alignment under a constant symbol, find and consider
1391 the sexp actually at indentation to be the "last sexp".
1392
1393 2007-07-16 Drew Adams <drew.adams@oracle.com>
1394
1395 * mouse.el (mouse-yank-secondary): Better error message if no
1396 secondary selection.
1397
1398 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1399
1400 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
1401
1402 * term/xterm.el (xterm-turn-on-modify-other-keys)
1403 (xterm-turn-off-modify-other-keys): New functions.
1404 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
1405 terminal supports it.
1406
1407 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
1408
1409 * bookmark.el (bookmark-show-all-annotations):
1410 Make sure each inserted annotation ends with newline.
1411
1412 2007-07-15 Richard Stallman <rms@gnu.org>
1413
1414 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1415
1416 * tutorial.el (tutorial--find-changed-keys):
1417 Handle C-x specially like ESC.
1418
1419 2007-07-15 Aaron Hawley <aaronh@garden.org>
1420
1421 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1422
1423 2007-07-15 Juri Linkov <juri@jurta.org>
1424
1425 * delsel.el (delete-selection-pre-hook):
1426 * emulation/cua-base.el (cua-paste): Before a yank command,
1427 check also whether last-command is one of mouse-save-then-kill,
1428 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
1429
1430 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
1431
1432 * recentf.el (recentf-keep-default-predicate): New defun.
1433 (recentf-keep): Use it as initial value.
1434
1435 2007-07-15 Karl Fogel <kfogel@red-bean.com>
1436
1437 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
1438 thus restoring bookmark bindings to three slots under C-x r. See
1439 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
1440
1441 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1442
1443 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1444
1445 2007-07-15 Jason Rumney <jasonr@gnu.org>
1446
1447 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1448 for input to cmdproxy on all versions of Windows.
1449 Use dos line ends for input to plink.
1450
1451 * comint.el (comint-simple-send): Concat newline before sending.
1452 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1453
1454 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
1457 safe-local-variable setting.
1458
1459 2007-07-14 David Kastrup <dak@gnu.org>
1460
1461 * emacs-lisp/advice.el (defadvice): Doc fix.
1462
1463 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
1464
1465 * subr.el (when, unless): Doc fix.
1466
1467 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1468
1469 * replace.el (match): Use yellow1 instead of yellow.
1470
1471 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1472
1473 * pcvs-info.el (cvs-unknown): Likewise.
1474
1475 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1476
1477 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1478 (install): Use them to copy all *.el files before *.elc.
1479
1480 2007-07-13 Drew Adams <drew.adams@oracle.com>
1481
1482 * bookmark.el (bookmark-jump-other-window): New function.
1483 (bookmark-map): Bind it to "o".
1484
1485 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
1486 and its thread contains discussion about this change.
1487 The original patch was slightly tweaked by Karl Fogel
1488 <kfogel@red-bean.com> before committing.
1489
1490 2007-07-13 Karl Fogel <kfogel@red-bean.com>
1491
1492 * bookmark.el: Shorten some comments to fit within 80 lines.
1493
1494 2007-07-13 Karl Fogel <kfogel@red-bean.com>
1495
1496 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
1497 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
1498 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
1499 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
1500
1501 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
1502
1503 * textmodes/org.el: Bug fixes.
1504 (org-end-of-line): Move to end of line if in headline without tags.
1505
1506 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * vc-hooks.el: Remove spurious * in docstrings.
1509 (vc-handled-backends): Add BZR.
1510
1511 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
1512
1513 2007-07-12 Davis Herring <herring@lanl.gov>
1514
1515 * desktop.el (desktop-buffer-info, desktop-save):
1516 Use `desktop-dirname' instead of `dirname'.
1517
1518 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
1519
1520 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
1521
1522 * progmodes/python.el (python-which-func-length-limit): New var.
1523 (python-which-func): New function.
1524 (python-current-defun): Add optional `length-limit' and try to fit
1525 computed function name to that length.
1526 (python-mode): Hook `python-which-func' up.
1527
1528 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
1529
1530 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
1531
1532 * comint.el (comint-dynamic-complete-as-filename):
1533 Use read-file-name-completion-ignore-case.
1534
1535 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * comint.el (comint-dynamic-list-filename-completions):
1538 Use read-file-name-completion-ignore-case.
1539
1540 * vc-cvs.el: Require CL.
1541 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1542 New functions to provide completion of revision names.
1543
1544 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
1545 (vc-cvs-annotate-first-line-re): New const.
1546 (vc-cvs-annotate-process-filter): New fun.
1547 (vc-cvs-annotate-command): Use them and run the command asynchronously.
1548
1549 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
1550
1551 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
1552 (eldoc-print-current-symbol-info): Adjust for changed helper
1553 function signatures.
1554 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
1555 `eldoc-highlight-function-argument'.
1556 (eldoc-highlight-function-argument): New function.
1557 (eldoc-get-var-docstring): Format documentation with
1558 `font-lock-variable-name-face'.
1559 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
1560 where suited.
1561 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
1562 (eldoc-beginning-of-sexp): Return number of skipped sexps.
1563
1564 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
1565
1566 * progmodes/compile.el (compilation-start): `start-process' must
1567 still be redefined when calling `start-process-shell-command'.
1568
1569 * progmodes/gud.el (gud-file-name): When `default-directory' is a
1570 remote file name, prepend its remote part to the filename.
1571 (gud-common-init): When `default-directory' is a remote file name,
1572 make the filename relative to it.
1573 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
1574
1575 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1576
1577 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
1578 mouse binding and a tooltip.
1579
1580 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * menu-bar.el (vc-menu-map): New defalias.
1583
1584 2007-07-10 Richard Stallman <rms@gnu.org>
1585
1586 * emacs-lisp/lisp-mode.el (eval-defun):
1587 Explain special handling of `defface'.
1588
1589 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1590
1591 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1592
1593 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1594
1595 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
1598
1599 * vc-arch.el (vc-arch-complete): Remove.
1600 (vc-arch-revision-completion-table): Use complete-with-action.
1601
1602 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
1603 (complete-with-action): New function.
1604 (dynamic-completion-table): Use it.
1605
1606 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
1607
1608 * comint.el (make-comint, make-comint-in-buffer)
1609 (comint-exec-1): Replace `start-process' by `start-file-process'.
1610
1611 * progmodes/compile.el (compilation-start): Revert redefining
1612 `start-process'.
1613
1614 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
1617 with EOLs when generating MD5 checksums.
1618
1619 * follow.el: Don't change the global map from the follow-mode-map
1620 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
1621 XEmacs code.
1622 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
1623 since `follow-mode' should be used instead for that.
1624
1625 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
1626 (easy-menu-do-define): Use it.
1627 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
1628
1629 * progmodes/compile.el (compilation-auto-jump-to-first-error)
1630 (compilation-auto-jump-to-next): New vars.
1631 (compilation-auto-jump): New function.
1632 (compilation-error-properties): Use them to jump to first error.
1633 (compilation-start): Set the var if requested.
1634
1635 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
1636 duplicates without also removing entries from other directories.
1637
1638 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
1639
1640 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
1641 Remember span as default.
1642 (org-columns-edit-value): Rename from `org-column-edit'.
1643 (org-columns-display-here-title): Rename from
1644 `org-overlay-columns-title'.
1645 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
1646 (org-columns-get-autowidth-alist): Rename from
1647 `org-get-columns-autowidth-alist'.
1648 (org-columns-display-here): Rename from `org-overlay-columns'.
1649 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
1650 (org-columns-quit): Rename from `org-column-quit'.
1651 (org-columns-show-value): Rename from `org-column-show-value'.
1652 (org-columns-content, org-columns-widen)
1653 (org-columns-next-allowed-value)
1654 (org-columns-edit-allowed, org-columns-store-format)
1655 (org-columns-uncompile-format, org-columns-redo)
1656 (org-columns-edit-attributes, org-delete-property)
1657 (org-set-property, org-columns-update)
1658 (org-columns-compute, org-columns-eval)
1659 (org-columns-not-in-agenda, org-columns-compute-all)
1660 (org-property-next-allowed-value)
1661 (org-columns-compile-format)
1662 (org-fill-paragraph-experimental)
1663 (org-string-to-number, org-property-action)
1664 (org-columns-move-left, org-columns-new)
1665 (org-column-number-to-string)
1666 (org-property-previous-allowed-value)
1667 (org-at-property-p, org-columns-delete)
1668 (org-columns-previous-allowed-value)
1669 (org-columns-move-right, org-columns-narrow)
1670 (org-property-get-allowed-values)
1671 (org-verify-version, org-column-string-to-number)
1672 (org-delete-property-globally): New functions.
1673 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
1674 (org-columns-overlays): Rename from `org-column-overlays'.
1675 (org-columns-map): Rename from `org-column-map'.
1676 (org-columns-current-maxwidths): Rename from
1677 `org-current-columns-maxwidths'.
1678 (org-columns-begin-marker, org-columns-current-fmt-compiled)
1679 (org-previous-header-line-format)
1680 (org-columns-inhibit-recalculation)
1681 (org-columns-top-level-marker): New variables.
1682 (org-columns-default-format): Rename from `org-default-columns-format'.
1683 (org-property-re): New constant.
1684
1685 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
1686
1687 * subr.el (looking-at-p, string-match-p): New functions.
1688
1689 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
1690
1691 * textmodes/tex-mode.el (tex-fontify-script)
1692 (tex-font-script-display): New variables to make display of
1693 superscripts and subscripts customizable.
1694 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
1695
1696 2007-07-09 Richard Stallman <rms@gnu.org>
1697
1698 * isearch.el (isearch-edit-string): Call to isearch-push-state
1699 after the search.
1700
1701 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1702
1703 * window.el (fit-window-to-buffer): Remove setting of window-min-height
1704 to 1 as enlarge-window uses the value to resize/shrink windows other
1705 than WINDOW if needed.
1706
1707 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1708
1709 * cus-start.el (file-coding-system-alist): Fix custom type.
1710
1711 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * longlines.el (longlines-wrap-region): Avoid marking buffer as
1714 modified.
1715 (longlines-auto-wrap, longlines-window-change-function):
1716 Remove unnecessary calls to set-buffer-modified-p.
1717
1718 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
1719
1720 * cus-start.el (file-coding-system-alist): Fix custom type.
1721
1722 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
1725 (vc-cvs-checkout): Remove last arg now unused; simplify.
1726
1727 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
1730
1731 * net/tramp.el:
1732 * net/tramp-ftp.el:
1733 * net/tramp-smb.el:
1734 * net/tramp-uu.el:
1735 * net/trampver.el: Migrate to Tramp 2.1.
1736
1737 * net/tramp-cache.el:
1738 * net/tramp-fish.el:
1739 * net/tramp-gw.el: New Tramp packages.
1740
1741 * net/tramp-util.el:
1742 * net/tramp-vc.el: Removed.
1743
1744 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process
1745 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
1746
1747 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
1748
1749 * progmodes/compile.el (compilation-start): Redefine
1750 `start-process' temporarily when `default-directory' is remote.
1751 Remove case of synchronous compilation, this won't happen ever.
1752 (compilation-setup): Make local variable `comint-file-name-prefix'
1753 for remote compilation.
1754
1755 2007-07-08 Martin Rudalics <rudalics@gmx.at>
1756
1757 * novice.el (disabled-command-function): Fit window to buffer to
1758 make last line visible.
1759 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1760
1761 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1762 when handling the terminating event.
1763
1764 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
1765
1766 * calc/calc.el (math-read-number-simple): Remove leading 0s.
1767 (math-bignum-digit-length): Change to optimal value.
1768
1769 * calc/calc-bin.el (math-bignum-logb-digit-size)
1770 (math-bignum-digit-power-of-two): Evaluate when compiled.
1771
1772 * calc/calc-comb.el (math-small-factorial-table)
1773 (math-init-random-base, math-prime-test): Remove unnecessary calls
1774 to `math-read-number-simple'.
1775
1776 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
1777 (math-approx-gamma-const): Add docstrings.
1778
1779 * calc/calc-forms.el (math-julian-date-beginning)
1780 (math-julian-date-beginning-int): New constants.
1781 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
1782 Use the new constants.
1783
1784 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
1785
1786 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
1787 Add docstrings.
1788
1789 2007-07-07 Tom Tromey <tromey@redhat.com>
1790
1791 * vc.el (vc-annotate): Jump to line and output message only after the
1792 process is really all done.
1793
1794 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * vc.el (vc-exec-after): Don't move point from the sentinel.
1797 Forcefully read all the remaining text in the pipe upon process exit.
1798 (vc-annotate-display-autoscale, vc-annotate-lines):
1799 Don't stop at the first unrecognized line.
1800 (vc-annotate-display-select): Run autoscale after the process is done
1801 since it depends on the whole result.
1802
1803 2007-07-07 Eli Zaretskii <eliz@gnu.org>
1804
1805 * term/w32-win.el (menu-bar-open): New function.
1806 Bind <f10> to it.
1807
1808 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
1809
1810 * simple.el (start-file-process): New defun.
1811
1812 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * files.el (find-file-confirm-nonexistent-file): Rename from
1815 find-file-confirm-inexistent-file. Update users.
1816
1817 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
1818 format of autoload block where the file's time-stamp is replaced by its
1819 MD5 checksum.
1820 (autoload-generate-file-autoloads): Use MD5 checksum instead of
1821 time-stamp for secondary autoloads files.
1822 (update-directory-autoloads): Remove duplicate entries.
1823 Use time-less-p for time-stamps, as done in autoload-find-destination.
1824
1825 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
1826
1827 * calc/calc.el (math-read-number): Replace number by variable.
1828 (math-read-number-simple): Properly parse small integers.
1829
1830 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1831
1832 * vc.el: Fix doc for the checkout function.
1833
1834 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
1835
1836 * vc-hg.el (vc-hg-root): New function.
1837 (vc-hg-registered): Use it.
1838 (vc-hg-diff-tree): New defalias.
1839 (vc-hg-responsible-p): Likewise.
1840 (vc-hg-checkout): Comment out, not needed.
1841 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
1842 (vc-hg-find-version, vc-hg-next-version): New functions.
1843
1844 2007-07-06 Andreas Schwab <schwab@suse.de>
1845
1846 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
1847 dynamic bindings around the evaluation of the expression.
1848 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
1849
1850 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
1853 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
1854 Use run-hooks rather than run-mode-hooks.
1855
1856 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
1857
1858 * calc/calc-comb.el (math-random-digit): Rename to
1859 `math-random-three-digit-number'.
1860 (math-random-digits): Don't depend on representation of integer.
1861
1862 * calc/calc-bin.el (math-bignum-logb-digit-size)
1863 (math-bignum-digit-power-of-two): New constants.
1864 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
1865 (math-not-bignum, math-clip-bignum): Use the constants
1866 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
1867 instead of their values.
1868 (math-clip): Use math-small-integer-size instead of its value.
1869
1870 * calc/calc.el (math-add-bignum): Replace number by constant.
1871
1872 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
1873
1874 * wid-edit.el (widget-documentation-string-value-create):
1875 Insert indentation spaces.
1876
1877 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
1878
1879 * emacs-lisp/byte-opt.el: Revert last change.
1880
1881 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
1882
1883 * vc-hooks.el (vc-handled-backends): Add HG.
1884
1885 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
1886
1887 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * complete.el (PC-do-complete-and-exit): Add support for the new
1890 `confirm-only' confirmation mode.
1891
1892 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * cus-edit.el (custom-commands): New variable.
1895 (custom-tool-bar-map): New variable. Initialize using
1896 `custom-commands'.
1897 (custom-mode): Use `custom-tool-bar-map'.
1898 (custom-buffer-create-internal): Insert action buttons only if
1899 tool bar is not used. Use `custom-commands'.
1900 (Custom-help, custom-command-apply): New function.
1901 (custom-command-apply, Custom-set, Custom-save)
1902 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
1903 Use `custom-command-apply' instead of duplicating code.
1904 (customize-group-other-window): Call `customize-group' instead of
1905 duplicating code.
1906 (customize-face-other-window): Call `customize-face' instead of
1907 duplicating code.
1908 (customize-group, customize-face): Add optional args for opening
1909 in another window.
1910 (custom-variable-tag): Don't inherit `variable-pitch' face.
1911 (custom-group-tag): Inherit `variable-pitch' face.
1912 (custom-variable-value-create): Set documentation indentation.
1913 (custom-group-value-create): Make group name a link, instead of
1914 using an extra "go to group" button.
1915 (custom-prompt-variable, custom-group-set, custom-group-save)
1916 (custom-group-reset-current, custom-group-reset-saved)
1917 (custom-group-reset-standard): Minor cleanup.
1918
1919 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
1920
1921 * Makefile.in (bootstrap-prepare): When copying from
1922 ldefs-boot.el, make sure loaddefs.el is writeable.
1923
1924 (bootstrap-prepare): Make $(lisp)/ps-print.el
1925 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
1926
1927 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
1928
1929 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
1930 only caller, and delete.
1931 (vc-hg-state): Deal with exceptions and only parse the output on
1932 successful return.
1933 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
1934 caller, and delete.
1935 (vc-hg-workfile-version): Deal with exceptions and only parse the
1936 output on successful return.
1937 (vc-hg-revert): New function.
1938
1939 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
1940
1941 * calculator.el (calculator-expt): Use more cases to determine
1942 the value.
1943
1944 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
1945
1946 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
1947 file names.
1948
1949 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
1950
1951 * calculator.el (calculator-expt, calculator-integer-p):
1952 New functions.
1953 (calculator-fact): Check to see if the factorial will be too
1954 large before computing it.
1955 (calculator-initial-operators): Use `calculator-expt' to
1956 compute "^".
1957 (calculator-mode): Mention that results which are too large
1958 will return inf.
1959 * calc/calc-comb.el (math-small-factorial-table): Replace list
1960 by vector.
1961
1962 2007-07-03 David Kastrup <dak@gnu.org>
1963
1964 * shell.el: On request of the authors, remove their addresses for
1965 the sake of bug reports, and add the developer list address as
1966 maintainer information.
1967
1968 2007-07-03 Richard Stallman <rms@gnu.org>
1969
1970 * files.el (make-directory): Doc fix.
1971 (find-file-confirm-inexistent-file): Make it a defcustom.
1972 Make nil the default.
1973
1974 2007-07-02 Richard Stallman <rms@gnu.org>
1975
1976 * startup.el (command-line): Set buffer-offer-save in *scratch*
1977 and enable auto-save in it.
1978
1979 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
1980
1981 * textmodes/org.el (orgstruct-mode-map): New variable.
1982 (orgstruct-mode): New minor mode.
1983 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
1984 (orgstruct-make-binding, org-context-p, org-get-local-variables)
1985 (org-run-like-in-org-mode): New functions.
1986 (org-cycle-list-bullet): New command.
1987 (org-special-properties, org-property-start-re)
1988 (org-property-end-re): New constants.
1989 (org-with-point-at): New macro.
1990 (org-get-property-block, org-entry-properties, org-entry-get)
1991 (org-entry-delete, org-entry-get-with-inheritance)
1992 (org-entry-put, org-buffer-property-keys): New functions.
1993 (org-insert-property-drawer): New command.
1994 (org-entry-property-inherited-from): New variable.
1995 (org-column): New face.
1996 (org-column-overlays, org-current-columns-fmt)
1997 (org-current-columns-maxwidths, org-column-map): New variables.
1998 (org-column-menu): New menu.
1999 (org-new-column-overlay, org-overlay-columns)
2000 (org-overlay-columns-title, org-remove-column-overlays)
2001 (org-column-show-value, org-column-quit, org-column-edit): New
2002 functions.
2003 (org-columns, org-agenda-columns): New commands.
2004 (org-get-columns-autowidth-alist): New functions.
2005 (org-properties): New customize group.
2006 (org-default-columns-format): New option.
2007 (org-priority): Realign tags after changing priority.
2008 (org-preserve-lc): New macro.
2009 (org-update-checkbox-count): Catch case when there is no headline.
2010 (org-agenda-quit): Remove any column overlays.
2011 (org-beginning-of-item-list): Fixed bug when non-item line is
2012 indented too deep.
2013 (org-cached-props): New variable.
2014 (org-cached-entry-get): New function.
2015 (org-make-tags-matcher): Handle property matches.
2016 (org-table-recalculate): Swap evaluation order: Field formula
2017 first, then column formulas, but don't allow them to overwrite the
2018 field formulas.
2019 (org-table-eval-formula): New argument untouchable.
2020 (org-table-put-field-property): New function.
2021
2022 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2023
2024 * help-mode.el (help-make-xrefs): Skip spaces too when
2025 skipping tabs.
2026
2027 * ffap.el (dired-at-point-prompter): Improve prompt in
2028 list-directory case.
2029
2030 2007-07-01 Richard Stallman <rms@gnu.org>
2031
2032 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2033
2034 2007-07-01 Richard Stallman <rms@gnu.org>
2035
2036 * cus-start.el (max-mini-window-height): Added.
2037
2038 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
2039
2040 * complete.el (partial-completion-mode): Remove advice of
2041 read-file-name-internal.
2042 (PC-do-completion): Rebind minibuffer-completion-table.
2043 (PC-read-file-name-internal): New function doing what
2044 read-file-name-internal advice did.
2045
2046 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
2047
2048 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
2049 property on a few symbols.
2050 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
2051 (byte-optimize-lapcode): Remove bindings that are not referenced
2052 and certainly will not effect through dynamic scoping.
2053
2054 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * files.el (find-file-confirm-inexistent-file): New var.
2057 (find-file, find-file-other-window, find-file-other-frame)
2058 (find-file-read-only, find-file-read-only-other-window)
2059 (find-file-read-only-other-frame): Use it.
2060
2061 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
2064
2065 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2066
2067 * generic-x.el (generic-define-mswindows-modes)
2068 (generic-define-unix-modes, apache-log-generic-mode)
2069 (bat-generic-mode-keymap, java-manifest-generic-mode)
2070 (show-tabs-generic-mode): Fix typos in docstrings.
2071
2072 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
2073
2074 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
2075 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
2076 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
2077 (rcirc-print): Never ignore messages from ourself.
2078
2079 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
2082 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
2083
2084 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2085
2086 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2087 replace-regexp-in-string.
2088
2089 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * emacs-lisp/cl.el: Set edebug and indentation before loading
2092 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
2093
2094 2007-06-28 Andreas Schwab <schwab@suse.de>
2095
2096 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2097 $(lisp)/subdirs.el.
2098
2099 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2100
2101 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2102 the speedbar frame if nil; that deletes the current frame or
2103 causes an error if it is the only frame.
2104 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2105
2106 2007-06-28 Kevin Ryde <user42@zip.com.au>
2107
2108 * textmodes/nroff-mode.el: Groff \# comments.
2109 (nroff-mode-syntax-table): \# comment intro,
2110 plain # as punct per global table.
2111 (nroff-font-lock-keywords): Add # as a single char escape.
2112 (nroff-mode): In comment-start-skip, match \#.
2113
2114 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
2117 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
2118 point-min == 1.
2119
2120 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
2121
2122 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2123 Rename and move to...
2124
2125 * subr.el (strings->string, string->strings): ...here.
2126
2127 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2128 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2129
2130 * progmodes/gud.el (gud-common-init): Call string->strings instead
2131 of split-string.
2132
2133 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
2134
2135 * dired-aux.el: Remove `dired-call-process'.
2136 (dired-check-process): Call `process-file'.
2137
2138 * wdired.el (wdired-do-perm-changes): Call `process-file'.
2139
2140 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
2141 `ange-ftp-process-file'.
2142
2143 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
2144
2145 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
2146
2147 * emacs-lisp/cl-extra.el:
2148 * emacs-lisp/cl-seq.el:
2149 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
2150 Add autoload cookies on all defs autoloaded manually in cl.el.
2151
2152 * emacs-lisp/cl-loaddefs.el: New file.
2153
2154 * textmodes/texinfmt.el (texinfo-raisesections-alist)
2155 (texinfo-lowersections-alist): Merge definition and declaration.
2156 (texinfo-start-of-header, texinfo-end-of-header): Remove.
2157 (texinfo-format-syntax-table): Merge init into declaration.
2158 (texinfo-format-parse-line-args, texinfo-format-parse-args)
2159 (texinfo-format-parse-defun-args, texinfo-format-node)
2160 (texinfo-push-stack, texinfo-multitable-widths)
2161 (texinfo-define-info-enclosure, texinfo-alias)
2162 (texinfo-format-defindex, batch-texinfo-format): Use push.
2163 (texinfo-footnote-number): Remove duplicate declaration.
2164
2165 * ps-print.el: Update with auto-generated autoloads.
2166
2167 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
2168
2169 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
2172 relative to current dir for file-local settings.
2173 (autoload-generate-file-autoloads): Add `outfile' arg.
2174 (update-directory-autoloads): Use it to directly call
2175 autoload-generate-file-autoloads instead of going through
2176 update-file-autoloads so we avoid redundant searches and so we can know
2177 the set of buffers changed so we can save them all.
2178
2179 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
2180 rather than throwing `up-to-date'.
2181 (autoload-generate-file-autoloads): Adjust correspondingly.
2182 (update-file-autoloads): Be careful to let-bind
2183 autoload-modified-buffers and adjust to new calling conventions.
2184 (autoload-modified-buffers): Make it a dynamically scoped var.
2185 (update-directory-autoloads): Use file-relative-name instead of
2186 autoload-trim-file-name.
2187 (autoload-insert-section-header): Don't use autoload-trim-file-name
2188 since the file is already relative now.
2189 (autoload-trim-file-name): Remove.
2190
2191 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
2192 (vc-arch-complete, vc-arch--version-completion-table)
2193 (vc-arch-revision-completion-table): New functions to provide
2194 completion of revision names.
2195 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
2196 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
2197 to let the user trim the revlib.
2198
2199 * vc.el: Add new VC operation `revision-completion-table'.
2200 (vc-default-revision-completion-table): New function.
2201 (vc-version-diff, vc-version-other-window): Use it to provide
2202 completion of revision names if the backend provides it.
2203
2204 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
2205
2206 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
2207 of newer .svn/entries.
2208
2209 2007-06-25 David Kastrup <dak@gnu.org>
2210
2211 * calc/calc-poly.el (math-padded-polynomial)
2212 (math-partial-fractions): Add some function comments.
2213
2214 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2217 Make `outbuf' optional.
2218 (update-file-autoloads): Use it.
2219
2220 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
2223 (autoload-find-destination): Keep it uptodate.
2224 (autoload-save-buffers): New fun.
2225 (update-file-autoloads): Use it. Re-add the "up to date" message.
2226
2227 * emacs-lisp/autoload.el: Refactor for upcoming changes.
2228 (autoload-find-destination): New function extracted from
2229 update-file-autoloads.
2230 (update-file-autoloads): Use it.
2231 (autoload-generate-file-autoloads): New function extracted from
2232 generate-file-autoloads. Use file-relative-name. Delay computation of
2233 output-start to the first cookie. Remove done-any, replaced by
2234 output-start.
2235 (generate-file-autoloads): Use it.
2236
2237 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
2238
2239 * calc/calc-comb.el (math-init-random-base, math-prime-test):
2240 Use math-read-number-simple to insert constants.
2241 (math-prime-test): Redo calculation of sum.
2242
2243 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
2244
2245 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
2246 math-scale-bignum-3.
2247 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
2248 math-bignum-digit-size.
2249 (math-isqrt-small): Add another possible initial guess.
2250
2251 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2252
2253 * textmodes/bibtex.el (bibtex-entry-format): New options
2254 `whitespace', `braces', and `string'.
2255 (bibtex-field-braces-alist, bibtex-field-strings-alist)
2256 (bibtex-field-braces-opt, bibtex-field-strings-opt)
2257 (bibtex-cite-matcher-alist): New variables.
2258 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
2259 (bibtex-flash-head): Use blink-matching-delay.
2260 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
2261 (bibtex-format-entry, bibtex-reformat): Handle new options of
2262 bibtex-entry-format.
2263 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
2264 New functions.
2265 (bibtex-complete-internal): Do not display messages while
2266 minibuffer is used. Do not leave around a completions buffer
2267 that is out of date.
2268 (bibtex-copy-summary-as-kill): New optional arg.
2269 (bibtex-font-lock-url): New optional arg no-button.
2270 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
2271 (bibtex-url): Allow multiple URLs per entry.
2272
2273 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * emacs-lisp/autoload.el (autoload-generated-file): New function.
2276 (update-file-autoloads, update-directory-autoloads): Use it.
2277 (autoload-file-load-name): New function.
2278 (generate-file-autoloads, update-file-autoloads): Use it.
2279 (autoload-find-file): Accept non-absolute argument. Set default-dir.
2280 (generate-file-autoloads): If the autoloaded form is malformed,
2281 indicate the problem with a warning instead of aborting.
2282
2283 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2284
2285 * simple.el (next-error-recenter): Accept `(4)' as well;
2286 also, specify `integer' instead of `number'.
2287
2288 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2289
2290 * ls-lisp.el (insert-directory): If an invalid regexp error is
2291 thrown, try using FILE as a literal file name, not a wildcard.
2292
2293 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2294
2295 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2296 `header-line-format' when reentering ruler mode.
2297
2298 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2299
2300 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2301 FILE exists as a file.
2302
2303 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2304
2305 * calc/calc.el (math-bignum-digit-length)
2306 (math-bignum-digit-size, math-small-integer-size):
2307 New constants.
2308 (math-normalize, math-bignum-big, math-make-float)
2309 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
2310 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
2311 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
2312 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
2313 (math-quotient, math-div-bignum, math-div-bignum-digit)
2314 (math-div-bignum-part, math-format-bignum-decimal)
2315 (math-read-bignum): Use math-bignum-digit-length,
2316 math-bignum-digit-size and math-small-integer-size.
2317
2318 * calc/calc-ext.el (math-fixnum-big): Use the variable
2319 math-bignum-digit-size.
2320
2321 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2322
2323 * log-view.el (log-view-mode-menu): New menu.
2324
2325 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
2328 differently.
2329
2330 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
2331 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
2332
2333 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2334
2335 * vc-hg.el (vc-hg-print-log): Insert the file name.
2336 (vc-hg-log-view-mode): Fontify the file name.
2337
2338 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2339
2340 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
2341 (calcFunc-julian): Fix incorrect number used in calculations.
2342
2343 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
2344
2345 * simple.el (next-error-recenter): New defcustom.
2346 (next-error, next-error-internal): Recenter if specified,
2347 immediately prior to running `next-error-hook'.
2348
2349 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
2350 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
2351
2352 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
2353
2354 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
2355
2356 * calc/calc-comb.el (math-small-factorial-table): New variable.
2357 (calcFunc-fact): Use `math-small-factorial-table'.
2358
2359 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
2360 initial values.
2361 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
2362 New variables to use in caches.
2363
2364 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
2365 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
2366
2367 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
2368 (math-bernoulli-b-cache): Use math-read-number-simple to insert
2369 bignums.
2370
2371 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
2372 New variables to use in caches.
2373
2374 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2375
2376 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
2377
2378 * vc-hg.el (vc-hg-log-view-mode): New mode.
2379
2380 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
2381
2382 * calc/calc.el (math-read-number-simple): New function.
2383
2384 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2387 (vera-font-lock-match-item): Fix doc string.
2388 (vera-in-comment-p): Remove unused function.
2389 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2390 use `syntax-ppss'.
2391 (vera-forward-syntactic-ws): Fix argument order.
2392 (vera-prepare-search): Use `with-syntax-table'.
2393 (vera-indent-line): Fix doc string.
2394 (vera-electric-tab): Fix doc string.
2395 (vera-expand-abbrev): Define alias instead of using `fset'.
2396 (vera-comment-uncomment-region): Use `comment-start-skip'.
2397
2398 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
2399
2400 * textmodes/org.el (org-export-with-footnotes): New option.
2401 (org-export-as-html): Fix replacement bug for XEmacs.
2402 (org-agenda-default-appointment-duration): New option.
2403
2404 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
2405
2406 * vc-hg.el: Add to do items.
2407 (vc-hg-diff): Add support for comparing different revisions.
2408 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
2409 (vc-hg-annotate-extract-revision-at-line)
2410 (vc-hg-previous-version, vc-hg-checkin): New functions.
2411 (vc-hg-annotate-re): New constant.
2412
2413 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
2414
2415 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
2416
2417 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2418
2419 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
2420 buffer-local value of log-view-*-re if applicable.
2421
2422 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
2423 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
2424 (vc-bzr-command*): Remove both (incompatible) versions.
2425 (vc-bzr-do-command*): Remove.
2426 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
2427 Remove by folding into its only caller vc-bzr-command.
2428 (vc-bzr-command): Always set the environment, even when ineffective.
2429 (vc-bzr-version): Minor fix up.
2430 (vc-bzr-admin-dirname): New var.
2431 (vc-bzr-bzr-dir): Remove.
2432 (vc-bzr-root-dir): New fun.
2433 (vc-bzr-registered): Use it. Add an autoloaded version.
2434 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
2435 (vc-bzr-view-log-function): Remove.
2436 (vc-bzr-log-view-mode): New major mode to replace it.
2437 (vc-bzr-print-log): Only activate the old hack if needed.
2438
2439 * vc.el (vc-default-log-view-mode): New function.
2440 (vc-print-log): Add new `log-view-mode' VC operation.
2441
2442 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2443
2444 * ido.el (ido-find-file-in-dir): Don't signal an error for
2445 empty directories.
2446
2447 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
2448
2449 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2450 directory where the desktop file was found, as the docstring says.
2451 (desktop-kill): Use `read-directory-name'.
2452
2453 2007-06-20 Alan Mackenzie <acm@muc.de>
2454
2455 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2456 When removing lines, also remove the \n. Correction of patch of
2457 2007-04-21.
2458
2459 2007-06-20 Martin Rudalics <rudalics@gmx.at>
2460
2461 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2462 event is not a cons cell. Do not unread drag-mouse-1 events.
2463 Select right window in check whether space was stolen from
2464 window above.
2465
2466 * help-mode.el (help-make-xrefs): Adjust position of new forward
2467 button.
2468
2469 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
2470
2471 * vc-bzr.el (vc-bzr-with-process-environment)
2472 (vc-bzr-std-process-invocation): New macros.
2473 (vc-bzr-command, vc-bzr-command*): Use them.
2474 (vc-bzr-with-c-locale): Remove.
2475 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
2476 (vc-bzr-buffer-nonblank-p): New function.
2477 (vc-bzr-state-words): New const.
2478 (vc-bzr-state): Look for `bzr status` keywords in output.
2479 Display everything else as a warning message to the user.
2480 Fix status report with bzr >= 0.15.
2481
2482 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2483
2484 * vc-hg.el (vc-hg-global-switches): Simplify.
2485 (vc-hg-state): Handle more states.
2486 (vc-hg-diff): Fix doc-string.
2487 (vc-hg-register): New function.
2488 (vc-hg-checkout): Likewise.
2489
2490 2007-06-20 Reto Zimmermann <reto@gnu.org>
2491
2492 * progmodes/vera-mode.el: New file.
2493
2494 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
2495
2496 * calc/calc.el (calc-multiplication-has-precendence):
2497 New variable.
2498 (math-standard-ops, math-standard-ops-p, math-expr-ops):
2499 New functions.
2500 (math-expr-opers): Define using math-standard-ops rather than
2501 math-standard-opers.
2502 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
2503 equal the function math-standard-ops rather than the variable
2504 math-standard-opers.
2505 (calc-algebraic-entry): Let math-expr-opers equal
2506 math-standard-ops or math-expr-ops, as appropriate.
2507 (math-expr-read-level, math-read-factor): Let math-expr-opers
2508 equal math-expr-ops.
2509 * calc/calc-embed.el (calc-embedded-finish-edit):
2510 Let math-expr-opers equal the function math-standard-ops
2511 rather than the variable math-standard-opers.
2512 * calc/calc-ext.el (math-read-plain-expr)
2513 (math-format-flat-expr-fancy): Let math-expr-opers equal the
2514 function math-standard-ops rather than the variable
2515 math-standard-opers.
2516 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
2517 Let math-expr-opers equal the function math-standard-ops rather
2518 than the variable math-standard-opers.
2519 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
2520 equal the function math-standard-ops rather than the variable
2521 math-standard-opers.
2522 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
2523 equal the function math-standard-ops rather than the variable
2524 math-standard-opers.
2525 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
2526 math-expr-ops.
2527
2528 2007-06-19 Ivan Kanis <apple@kanis.eu>
2529
2530 * vc-hg.el: New file.
2531
2532 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
2535 with font-lock-multiline.
2536
2537 2007-06-17 Glenn Morris <rgm@gnu.org>
2538
2539 * lpr.el (lpr-page-header-switches): Move %s to separate element
2540 for correct quoting. Doc fix.
2541
2542 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
2545 than setting sgml-xml-mode.
2546 (sgml-mode, html-mode): Set sgml-xml-mode.
2547 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
2548 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
2549 (sgml-electric-tag-pair-before-change-function)
2550 (sgml-electric-tag-pair-flush-overlays): New functions.
2551 (sgml-electric-tag-pair-mode): New minor mode.
2552 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
2553 (sgml-calculate-indent): Use assoc-string.
2554
2555 2007-06-16 Karl Fogel <kfogel@red-bean.com>
2556
2557 * thingatpt.el (thing-at-point-email-regexp): Don't require two
2558 chars before the "@" in an email address. Andreas Roehler noticed
2559 this problem.
2560
2561 2007-06-15 Karl Fogel <kfogel@red-bean.com>
2562
2563 * thingatpt.el: Add support for email addresses (`email').
2564 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
2565 (thing-at-point-email-regexp): New variable.
2566 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
2567 properties on this symbol, with lambda forms for values.
2568
2569 2007-06-15 Masatake YAMATO <jet@gyve.org>
2570
2571 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
2572
2573 * vc.el (vc-dired-hook): Check the backend returned from
2574 `vc-responsible-backend' can really handle `subdir'.
2575
2576 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * wid-edit.el (widget-add-documentation-string-button):
2579 Fix handling of documentation indent.
2580
2581 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
2582
2583 * mb-depth.el: New file.
2584
2585 2007-06-15 Masatake YAMATO <jet@gyve.org>
2586
2587 * vc.el (vc-dired-mode): Show backend name as part of mode name.
2588
2589 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
2590
2591 * wid-edit.el (widget-default-create): Move ?h handling here...
2592 (widget-default-format-handler): ...from here.
2593 (widget-docstring, widget-add-documentation-string-button): New funs.
2594 (documentation-string): Add :visibility-widget property.
2595 (widget-documentation-string-value-create): Use it.
2596
2597 * cus-edit.el (custom-split-regexp-maybe): Simplify.
2598 (custom-buffer-create-internal): Simplify message.
2599 (custom-variable-tag): Reduce height to normal.
2600 (custom-variable-value-create, custom-face-value-create)
2601 (custom-visibility): New widget.
2602 (custom-visibility): New face.
2603 (custom-group-value-create):
2604 Call widget-add-documentation-string-button, using `custom-visibility'.
2605
2606 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * emacs-lisp/bytecomp.el (byte-compile-current-group)
2609 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
2610 change. Apparently the "warning even if the group is implicit" is
2611 a feature rather than a bug.
2612
2613 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
2614
2615 * viper.el (viper-describe-key-ad, viper-describe-key-briefly-ad):
2616 Different advices for Emacs and XEmacs. Compile them conditionally.
2617 (viper-version): Belated version change.
2618
2619 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
2620
2621 * follow.el (follow-all-followers, follow-generic-filter):
2622 * pcomplete.el (pcomplete-restore-windows):
2623 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
2624 (x-dnd-drop-data):
2625 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
2626 * progmodes/python.el (python-complete-symbol):
2627 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
2628
2629 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
2630
2631 * rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
2632 around bright and dim regexps. Make sure bright and dim matches
2633 use word anchors. Send text through rcirc-markup functions.
2634 (rcirc-url-regexp): Add single quote character.
2635 (rcirc-connect): Write logs to disk on auto-save-hook.
2636 Make server a non-optional argument.
2637 (rcirc-log-alist): New variable.
2638 (rcirc-log-directory): Make customizable.
2639 (rcirc-log-flag): New customizable variable.
2640 (rcirc-log): New function.
2641 (rcirc-print): Use above function.
2642 (rcirc-log-write): New function.
2643 (rcirc-generate-new-buffer-name): Strip text properties.
2644 (rcirc-switch-to-buffer-function): Remove variable.
2645 (rcirc-last-non-irc-buffer): Remove variable.
2646 (rcirc-non-irc-buffer): Add function.
2647 (rcirc-next-active-buffer): Use above function.
2648 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
2649 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
2650 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
2651 (rcirc-omit-mode): Add minor-mode.
2652 (rcirc-mode-map): Change C-c C-o binding.
2653 (rcirc-mode): Clear mode-line-process. Use a custom
2654 fill-paragraph-function. Set up buffer-invisibility-spec.
2655 (rcirc-response-formats): Remove timestamp code.
2656 (rcirc-omit-responses): Add variable.
2657 (rcirc-print): Don't put the overlay arrow on potentially omitted
2658 lines. Log line to disk. Record activity for private messages
2659 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
2660 (rcirc-jump-to-first-unread-line): Print message if there is no
2661 unread text.
2662 (rcirc-clear-unread): New function.
2663 (rcirc-markup-text-functions): Add variable.
2664 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
2665 (rcirc-debug): Don't mess with window configuration.
2666 (rcirc-send-message): Send message before printing locally.
2667 Add SILENT argument, do not print message if non-nil.
2668 (rcirc-visible-buffers): New function and variable.
2669 (rcirc-window-configuration-change-1): Add function.
2670 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
2671 server buffer.
2672 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
2673 (rcirc-fill-paragraph): Add function.
2674 (rcirc-record-activity, rcirc-window-configuration-change-1):
2675 Only update the activity string if it has actually changed.
2676 (rcirc-update-activity-string): Remove padding characters from the
2677 mode-line string.
2678 (rcirc-disconnect-buffer): New function to be called when a
2679 channel is parted or the user quits.
2680 (rcirc-server-name): Warn when the server-name hasn't been set.
2681 (rcirc-window-configuration-change): Postpone work until
2682 post-command-hook.
2683 (rcirc-window-configuration-change-1): Update mode-line and
2684 overlay arrows here.
2685 (rcirc-authenticate): Fixc hanserv identification.
2686 (rcirc-default-server): Remove variable.
2687 (rcirc): Connect according to rcirc-connections.
2688 (rcirc-connections): Add variable.
2689 (rcirc-startup-channels-alist): Remove variable.
2690 (rcirc-startup-channels): Remove function.
2691
2692 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2693
2694 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
2695
2696 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
2697
2698 * term/xterm.el (terminal-init-xterm): Escape parens in character
2699 constants.
2700
2701 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * progmodes/sh-script.el: Remove unneeded * from docstrings.
2704 Use [:alpha:] and [:alnum:] where applicable.
2705 (sh-quoted-subshell): Rewrite to correctly
2706 handle nested mixes of `...` and $(...).
2707 (sh-apply-quoted-subshell): Remove.
2708 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
2709
2710 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
2711
2712 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
2713
2714 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
2715 previous change.
2716
2717 2007-06-12 Tom Tromey <tromey@redhat.com>
2718
2719 * subr.el (user-emacs-directory): New defconst.
2720 * cmuscheme.el (scheme-start-file):
2721 * shell.el (shell):
2722 * completion.el (save-completions-file-name):
2723 * custom.el (custom-theme-directory):
2724 * term/x-win.el (emacs-session-filename):
2725 * filesets.el (filesets-menu-cache-file):
2726 * thumbs.el (thumbs-thumbsdir):
2727 * server.el (server-auth-dir):
2728 * image-dired.el (image-dired-dir):
2729 (image-dired-db-file):
2730 (image-dired-temp-image-file):
2731 (image-dired-gallery-dir):
2732 (image-dired-temp-rotate-image-file):
2733 * play/gamegrid.el (gamegrid-user-score-file-directory):
2734 * savehist.el (savehist-file):
2735 * tutorial.el (tutorial--saved-dir):
2736 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
2737
2738 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2739
2740 * scroll-lock.el (scroll-lock-mode): Doc fix.
2741
2742 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
2743
2744 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
2745
2746 * ediff-init.el: Doc strings.
2747
2748 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2749
2750 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
2751 (byte-compile-file): Bind it.
2752 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
2753 group argument is provided implicitly.
2754 (byte-compile-format-warn, byte-compile-from-buffer)
2755 (byte-compile-insert-header): Don't hardcode point-min==1.
2756 (byte-compile-file-form-require): Remove unused var old-load-list.
2757 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
2758
2759 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
2760
2761 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
2762 Display error messages.
2763 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
2764 Get rid of cl.el dependencies.
2765
2766 * emulation/viper-init.el (viper-suppress-input-method-change-message):
2767 New variable.
2768 (viper-activate-input-method-action)
2769 (viper-inactivate-input-method-action):
2770 Use viper-suppress-input-method-change-message.
2771
2772 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
2773 for C-s, C-r.
2774
2775 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
2776 Use viper-replace-overlay-cursor-color instead of
2777 viper-replace-overlay-cursor-color.
2778 (viper-sit-for-short): Use sit-for with 3 arguments.
2779
2780 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
2781 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
2782 to gud-mode.
2783
2784 * ediff-mult.el (ediff-meta-buffer-brief-message)
2785 (ediff-meta-buffer-verbose-message): New variables.
2786 (ediff-meta-buffer-message): Variable deleted.
2787 (ediff-verbose-help-enabled): New variable.
2788 (ediff-toggle-verbose-help-meta-buffer): New function.
2789 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
2790 message options.
2791
2792 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
2793 (ediff-fixup-patch-map): Improve heuristic.
2794
2795 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
2798 (log-view-font-lock-keywords): Simplify.
2799 (log-view-current-file, log-view-current-tag): Simplify.
2800
2801 2007-06-12 Sam Steingold <sds@gnu.org>
2802
2803 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
2804
2805 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
2806
2807 * desktop.el (desktop-load-locked-desktop): New option.
2808 (desktop-read): Use it.
2809 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2810 Use `when'.
2811
2812 2007-06-12 Davis Herring <herring@lanl.gov>
2813
2814 * desktop.el (desktop-save-mode-off): New function.
2815 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2816 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2817 (desktop-claim-lock, desktop-release-lock): New functions.
2818 (desktop-kill): Tell `desktop-save' that this is the last save.
2819 Release the lock afterwards.
2820 (desktop-buffer-info): New function.
2821 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2822 says to. Detect conflicts, and manage the lock.
2823 (desktop-read): Detect conflicts. Manage the lock.
2824
2825 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
2828
2829 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
2830 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
2831 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
2832 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
2833 keysyms rather than byte sequences.
2834 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
2835
2836 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2837
2838 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2839 half-activated, forcefully activate it completely.
2840
2841 2007-06-11 Richard Stallman <rms@gnu.org>
2842
2843 * cus-edit.el (custom-variable-type): Doc fix.
2844
2845 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
2848 (sh-font-lock-flush-syntax-ppss-cache): New functions.
2849 (sh-font-lock-syntactic-keywords): Use them to distinguish the
2850 different possible cases for \'.
2851
2852 * complete.el (PC-bindings): Don't bind things already bound in the
2853 parent keymap.
2854
2855 * textmodes/bibtex-style.el: New file.
2856
2857 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
2858
2859 * vc-bzr.el: New file.
2860
2861 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2862
2863 * vc-svn.el (vc-svn-program): New var.
2864 (vc-svn-command): Use it.
2865
2866 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
2867
2868 * server.el (server-switch-buffer): Remove redundant check.
2869
2870 2007-06-10 Martin Rudalics <rudalics@gmx.at>
2871
2872 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
2873 Match against file-name-nondirectory.
2874 Fix text on user customization variables.
2875 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
2876
2877 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2878
2879 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2880
2881 2007-06-09 Davis Herring <herring@lanl.gov>
2882
2883 * desktop.el (desktop-minor-mode-table): Doc fix.
2884
2885 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * textmodes/css-mode.el (css-navigation-syntax-table):
2888 Use set-char-table-range so it also works in the unicode branch.
2889
2890 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
2891
2892 * help-mode.el (help-xref-forward-stack)
2893 (help-xref-stack-forward-item, help-forward-label): New variables.
2894 (help-forward): New button type.
2895 (help-setup-xref): Initialise help-xref-forward-stack.
2896 (help-make-xrefs): Add forward button, if appropriate.
2897 (help-xref-go-back): Push item on forward stack.
2898 (help-xref-go-forward, help-go-forward): New functions.
2899
2900 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2901
2902 * dired.el (dired-mode-map): Remove spurious separator.
2903
2904 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2905
2906 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2907
2908 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2909 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2910
2911 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
2912
2913 * textmodes/org.el: Version number fixed.
2914
2915 2007-06-07 Glenn Morris <rgm@gnu.org>
2916
2917 * version.el (emacs-copyright): New constant.
2918 * startup.el (fancy-splash-tail): Use emacs-copyright.
2919 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
2920
2921 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
2922 `make-local'.
2923 (byte-compile-warnings-safe-p): Add `make-local'.
2924 (byte-compile-make-variable-buffer-local):
2925 Allow byte-compile-warnings to suppress this warning.
2926
2927 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
2928 format of "menu" description.
2929 (tutorial--find-changed-keys): Describe the specific menu a
2930 command is in.
2931
2932 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
2933 Rewrite compatibility functions to silence byte-compiler.
2934
2935 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2936
2937 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2938 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2939
2940 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
2941
2942 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
2943
2944 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2945
2946 * progmodes/ebrowse.el (ebrowse-member-table):
2947 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
2948 (org-batch-agenda-csv): Fix typos in docstrings.
2949
2950 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2951
2952 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2953 (sort-coding-systems, search-unencodable-char): Doc fixes.
2954 (coding-system-change-eol-conversion, set-default-coding-systems)
2955 (prefer-coding-system, find-multibyte-characters, princ-list)
2956 (leim-list-entry-regexp, set-input-method, locale-language-names)
2957 (input-method-exit-on-first-char, exit-language-environment-hook)
2958 (locale-charset-language-names): Fix typos in docstrings.
2959
2960 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * pgg.el (pgg-sign-region, pgg-sign):
2963 * ses.el (ses-call-printer):
2964 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2965 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2966
2967 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
2968
2969 * textmodes/org.el
2970 (org-export-region-as-html, org-replace-region-by-html)
2971 (org-number-to-letters, org-table-fedit-finish)
2972 (org-normalize-color, org-table-fedit-ref-right)
2973 (org-date-to-gregorian, org-table-fedit-move)
2974 (org-table-convert-refs-to-rc, org-calendar-holiday)
2975 (org-table-fedit-toggle-ref-type, org-write-agenda)
2976 (org-colgroup-info-to-vline-list, org-agenda-todo-previousset)
2977 (org-defkey, org-encode-for-stdout)
2978 (org-indent-line-function, org-export-as-html-to-buffer)
2979 (org-store-agenda-views, org-update-mode-line)
2980 (org-find-if, org-delete-all)
2981 (org-table-fedit-convert-buffer, org-emphasize)
2982 (org-uniquify, org-table-fedit-lisp-indent)
2983 (org-table-fedit-scroll, org-get-todo-sequence-head)
2984 (org-table-fedit-scroll-down, org-table-fedit-line-down)
2985 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
2986 (org-table-fedit-toggle-coordinates, org-dvipng-color)
2987 (org-table-fedit-line-up, org-table-fedit-ref-down)
2988 (org-table-formula-from-user, org-mode-flyspell-verify)
2989 (org-cycle-show-empty-lines, org-ctrl-c-ret)
2990 (org-table-formula-to-user, org-diary-to-ical-string)
2991 (orgtbl-export, org-table-fedit-post-command)
2992 (org-closed-in-range, org-shiftcontrolright)
2993 (org-table-convert-refs-to-an, org-table-hline-and-move)
2994 (org-table-formula-less-p, org-format-table-ascii)
2995 (org-agenda-get-sexps, org-shift-refpart)
2996 (org-diary-sexp-entry, org-time-string-to-absolute)
2997 (org-table-show-reference, org-letters-to-number)
2998 (org-fix-agenda-info, org-table-fedit-ref-up)
2999 (org-table-fedit-shift-reference, org-table-fedit-abort)
3000 (org-closest-date, org-shiftcontrolleft)
3001 (org-at-heading-or-item-p, org-rematch-and-replace)
3002 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
3003 New functions.
3004 (org-table-edit-scroll-down, org-finish-edit-formulas)
3005 (org-table-edit-next-field, org-abort-edit-formulas)
3006 (org-font-lock-level, org-export-find-first-heading-line)
3007 (org-table-edit-line-down, org-table-edit-backward-field)
3008 (org-edit-formula-lisp-indent, org-table-edit-move)
3009 (org-check-log-option, org-this-word)
3010 (org-table-edit-line-up, org-table-edit-formulas-post-command)
3011 (org-agenda-file-to-end, org-expand-file-name)
3012 (org-fake-empty-table-line, org-table-edit-scroll)
3013 (org-toggle-log-option, org-show-reference): Function removed.
3014 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
3015 New defsubsts.
3016 (org-unmodified, org-batch-store-agenda-views)
3017 (org-batch-agenda-csv): New macro.
3018 (org-agenda-export): New customization group.
3019 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
3020 (org-highest-priority, org-agenda-exporter-settings)
3021 (org-log-done-with-time, org-replace-disputed-keys)
3022 (org-format-latex-header, org-export-table-header-tags)
3023 (org-cycle-separator-lines, org-export-table-data-tags)
3024 (org-icalendar-include-sexps)
3025 (org-empty-line-terminates-plain-lists)
3026 (org-log-repeat, org-special-ctrl-a)
3027 (org-table-use-standard-references, org-disputed-keys)
3028 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
3029 (org-agenda-export-html-style): New option.
3030 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
3031 (org-CUA-compatible): Option removed.
3032 (org-agenda-structure, org-sexp-date): New face.
3033 (org-todo-keywords-for-agenda, org-not-done-keywords)
3034 (org-planning-or-clock-line-re, org-agenda-name)
3035 (org-table-colgroup-info, org-todo-sets)
3036 (constants-unit-system, org-clock-mode-line-entry)
3037 (org-mode-line-timer, org-table-current-begin-pos)
3038 (org-todo-keywords-1, org-mode-line-string)
3039 (org-table-clean-did-remove-column, org-table-fedit-map)
3040 (org-clock-heading, org-table-buffer-is-an)
3041 (org-agenda-info, org-done-keywords)
3042 (org-done-keywords-for-agenda, org-todo-heads)
3043 (org-todo-kwd-alist, org-clock-start-time): New variable.
3044 (org-todo-kwd-priority-p, org-edit-formulas-map)
3045 (org-repeat-re, org-todo-kwd-max-priority)
3046 (org-version, org-done-string)
3047 (org-table-clean-did-remove-column-1, org-disputed-keys):
3048 Remove variables.
3049 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
3050 (org-ts-lengths): Constant removed.
3051 (org-follow-gnus-link): Don't ask how many articles to read.
3052 (org-export-find-first-export-line): Rename from
3053 `org-export-find-first-heading'.
3054 Use `org-export-skip-text-before-1st-heading'.
3055 (org-table-fedit-post-command): Rename from
3056 `org-table-edit-formulas-post-command'.
3057 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
3058 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
3059 (org-table-fedit-lisp-indent): Rename from
3060 `org-edit-formula-lisp-indent'.
3061 (org-table-show-reference): Rename from `org-show-reference'.
3062 (org-table-store-formulas): Use `org-table-formula-less-p'.
3063 (org-table-edit-formulas): Position cursor to current field equation.
3064 (org-update-checkbox-count, org-hide-archived-subtrees)
3065 (org-timestamp-up-day, org-timestamp-down-day)
3066 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
3067 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
3068 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
3069 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
3070 Let `org-on-heading-p' also check for invisible heading.
3071 (org-read-date): Match am/pm times.
3072 (org-eval-in-calendar): Fix default date in prompt.
3073
3074 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
3075
3076 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
3077 "ChangeLog.a" entries, giving the latter lower priority.
3078
3079 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * faces.el (face-id): If the argument is a face alias,
3082 return the ID of the target face.
3083
3084 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
3085
3086 * net/socks.el (top): Remove unnecessary copyright line.
3087
3088 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
3089
3090 * longlines.el (longlines-auto-wrap): Handle argument correctly.
3091
3092 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
3093
3094 * net/socks.el: New file, taken from w3 repository.
3095 (top): Update Copyright. Don't load cl.el.
3096 (all): Replace `case' by `cond', `string-to-int' by
3097 `string-to-number', and `process-kill-without-query' by
3098 `set-process-query-on-exit-flag'.
3099 (socks-char-int): Remove defalias and all occurencies.
3100
3101 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
3104 Fix typos in docstrings.
3105 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
3106 (compilation-finish-function): Fix typo in obsolescence declaration.
3107
3108 2007-06-03 Sam Steingold <sds@gnu.org>
3109
3110 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
3111 handle unending automatic recompilation of changed files (`omake -P').
3112 (compilation-loop): VISITED is now 5th CDR.
3113 (compilation-next-error-function): Set TIMESTAMP.
3114
3115 2007-06-03 Sam Steingold <sds@gnu.org>
3116
3117 * files.el (kill-buffer-ask): New function.
3118 (kill-some-buffers): Use it.
3119 (kill-matching-buffers): New user command.
3120
3121 2007-06-01 David Kastrup <dak@gnu.org>
3122
3123 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3124 Change default to `top'.
3125
3126 2007-05-31 Richard Stallman <rms@gnu.org>
3127
3128 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
3129
3130 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * textmodes/css-mode.el: New file.
3133
3134 2007-05-30 Michael Olson <mwolson@gnu.org>
3135
3136 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
3137 died and we are trying to send a signal to it. The program using
3138 tq.el should periodically check to see whether the process has
3139 died and react appropriately -- this is not the responsibility of
3140 tq.el, and is consistent with the rest of the tq.el source code.
3141
3142 2007-05-29 Martin Rudalics <rudalics@gmx.at>
3143
3144 * textmodes/table.el (table--point-entered-cell-function)
3145 (table--point-left-cell-function):
3146 Bind `inhibit-point-motion-hooks' to t.
3147
3148 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3149
3150 * emacs-lisp/rx.el (rx): Doc fix.
3151
3152 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
3153
3154 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
3155
3156 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
3157
3158 Sync with Tramp 2.0.56.
3159
3160 * net/tramp.el:
3161 * net/tramp-ftp.el:
3162 * net/tramp-smb.el:
3163 * net/tramp-util.el:
3164 * net/tramp-vc.el:
3165 Don't load cl.el, because that pollutes the namespace. Replace cl
3166 macros by their implementations where necessary. Requested by
3167 Richard Stallman <rms@gnu.org>.
3168
3169 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
3170 doesn't exist.
3171 (with-parsed-tramp-file-name): Protect debug spec during compilation.
3172 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
3173 (tramp-file-name-p, tramp-file-name-multi-method)
3174 (tramp-file-name-method, tramp-file-name-user)
3175 (tramp-file-name-host, tramp-file-name-localname): New defuns,
3176 replacing defstruct `tramp-file-name'.
3177 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
3178 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
3179 Apply `vector' instead of `make-tramp-file-name'.
3180 (tramp-handle-make-auto-save-file-name):
3181 Apply `tramp-temporary-file-directory' for compatibility reasons.
3182 (tramp-completion-mode): Use `natnump' instead of `wholenump'
3183 because of XEmacs.
3184 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
3185 started.
3186
3187 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
3190
3191 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
3192
3193 * log-edit.el (log-edit-changelog-paragraph): Return point-max
3194 as the end of the ChangeLog paragraph when it ends without a line
3195 termination.
3196
3197 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
3198
3199 * net/webjump.el (webjump-sample-sites):
3200 Add simple Wikipedia query.
3201
3202 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3203
3204 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
3205 compatibility code.
3206
3207 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
3208 (copyright-update-year): Use it.
3209
3210 * edmacro.el (edmacro-format-keys): Use current-active-maps.
3211
3212 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
3213 Add indentation and debugging info. Fix up comment convention.
3214
3215 * cus-dep.el (custom-make-dependencies): Simplify.
3216
3217 * composite.el (compose-region, decompose-region):
3218 Use inhibit-read-only and restore-buffer-modified-p.
3219
3220 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
3221 (xterm-mouse-event): Use it.
3222
3223 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
3224
3225 * bs.el (bs-cycle-previous): Don't modify the cycle list until
3226 `switch-to-buffer' has returned succesfully.
3227 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
3228 window is dedicated (it could iconify the frame).
3229
3230 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
3231
3232 * vc-hooks.el (vc-find-root): Fix file attribute test.
3233
3234 2007-05-24 Richard Stallman <rms@gnu.org>
3235
3236 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3237 Don't let opoint be nil.
3238 (flyspell-emacs-popup): Explicit error if no dialogs.
3239
3240 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
3241
3242 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
3243 (image-next-line, image-previous-line, image-scroll-up)
3244 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
3245 New functions.
3246 (image-mode-map): Remap motion commands.
3247 (image-mode-text-map): New keymap for viewing images as text.
3248 (image-mode): Use image-mode-map.
3249 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
3250
3251 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * textmodes/fill.el (canonically-space-region): Make the second arg
3254 a marker if it's not already the case.
3255
3256 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3257
3258 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
3259 (tar-get-descriptor): Handle type 55, an extended pax header.
3260
3261 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
3264 to confuse outline-minor-mode.
3265
3266 2007-05-23 Eli Zaretskii <eliz@gnu.org>
3267
3268 * tar-mode.el (tar-file-name-handler): New function.
3269 (tar-extract): Bind file-name-handler-alist to it to force
3270 find-buffer-file-type-coding-system behave as if the file being
3271 extracted existed. Use last-coding-system-used to force
3272 buffer-file-coding-system to what decode-coding-region actually
3273 used to decode the file.
3274
3275 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3276
3277 * progmodes/compile.el (compilation-handle-exit):
3278 `compilation-finish-function' may change the current buffer.
3279
3280 2007-05-22 Richard Stallman <rms@gnu.org>
3281
3282 * files.el (set-auto-mode): Doc fix.
3283
3284 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3285
3286 * help-fns.el (find-source-lisp-file): New function.
3287 (describe-function-1): Use find-source-lisp-file to find source
3288 file in compile tree.
3289
3290 2007-05-22 Eli Zaretskii <eliz@gnu.org>
3291
3292 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
3293
3294 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
3295
3296 * emacs-lisp/easy-mmode.el (define-minor-mode)
3297 (easy-mmode-define-navigation): Fix typos in docstrings.
3298
3299 2007-05-22 Glenn Morris <rgm@gnu.org>
3300
3301 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
3302
3303 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
3304
3305 * mail/mail-extr.el (mail-extract-address-components):
3306 Recognize non-ASCII characters except for NBSP as words.
3307
3308 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
3309
3310 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
3311 (rcirc-print): Handle `window-width'.
3312 (rcirc-buffer-maximum-lines): Doc fix.
3313
3314 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
3315
3316 * image-mode.el (image-toggle-display): Don't clear image cache.
3317 Only use filename in image spec if the file is readable.
3318 Call image-refresh.
3319
3320 * image.el (image-type-from-file-name, image-type): Simplify.
3321 (image-type-auto-detected-p): Don't scan auto-mode-alist.
3322
3323 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
3324 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
3325
3326 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3327
3328 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
3329 is an error.
3330
3331 * term/linux.el (terminal-init-linux): Don't signal an error
3332 if gpm isn't running.
3333
3334 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
3335
3336 * t-mouse.el: Reduce to a minor-mode macro call.
3337 (t-mouse-mode): Remove the lighter.
3338
3339 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
3340
3341 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
3342
3343 * files.el (auto-mode-alist): Change the regexp so that
3344 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
3345
3346 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
3347
3348 * Version 22.1 released.
3349
3350 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
3353 changes.
3354
3355 2007-05-19 Kevin Ryde <user42@zip.com.au>
3356
3357 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
3358
3359 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
3360
3361 * textmodes/sgml-mode.el: Revert last change.
3362
3363 2007-05-18 Richard Stallman <rms@gnu.org>
3364
3365 * simple.el (push-mark): Doc fix.
3366
3367 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
3368
3369 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
3370 tpu-global-map.
3371 (tpu-original-global-map): Variable deleted.
3372 (tpu-control-keys-map): New keymap variable.
3373 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
3374 setting keymapping directly.
3375 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
3376 tpu-global-map.
3377 (tpu-edt-on): Activate the tpu-global-map.
3378 (tpu-edt-off): Deactivate the tpu-global-map.
3379
3380 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
3381
3382 * textmodes/ispell.el (ispell-get-word): Return markers
3383 for start and end positions.
3384 (ispell-word): Assume END is a marker.
3385
3386 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3387
3388 * printing.el: Group together all XEmacs/Emacs definitions.
3389 (pr-version): New version 6.9.
3390 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
3391 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
3392 (pr-menu-bind): Fix code.
3393 (pr-e-frame-char-height, pr-e-frame-char-width)
3394 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
3395 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
3396 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
3397 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
3398 (pr-x-event-y-pixel): Aliases eliminated.
3399 (pr-xemacs-global-menubar): Macro moved.
3400 (current-menubar, current-mouse-event, zmacs-region-stays)
3401 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
3402 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
3403 Vars moved.
3404 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
3405 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
3406 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
3407 (pr-menu-set-utility-title, pr-even-or-odd-pages)
3408 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
3409 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
3410 moved.
3411
3412 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
3413
3414 * textmodes/sgml-mode.el (sgml-tag):
3415 Fix bug: Call sgml-transformation-function.
3416
3417 2007-05-17 Martin Rudalics <rudalics@gmx.at>
3418
3419 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
3420 modified flag of buffer. Use `inhibit-modification-hooks'.
3421
3422 2007-05-16 Richard Stallman <rms@gnu.org>
3423
3424 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
3425
3426 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * files.el (magic-mode-alist, magic-fallback-mode-alist):
3429 Move the *ml, Postscript, and XmCD entries to the fallback part.
3430
3431 * files.el (magic-fallback-mode-alist):
3432 Rename from file-start-mode-alist.
3433
3434 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3435
3436 * progmodes/compile.el (compilation-handle-exit): Quote first
3437 argument of `run-hook-with-args'.
3438
3439 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * buff-menu.el (Buffer-menu-sort-column):
3442 * dabbrev.el (dabbrev-upcase-means-case-search):
3443 * dired.el (dired-recursive-deletes, dired-recursive-copies):
3444 * info.el (Info-current-subfile):
3445 * ls-lisp.el (ls-lisp-verbosity):
3446 * msb.el (msb-menu-cond):
3447 * pcvs.el (cvs-dired-use-hook):
3448 * simple.el (set-mark-command-repeat-pop):
3449 * time.el (display-time-24hr-format, display-time-mail-file):
3450 Doc fixes.
3451
3452 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
3453 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
3454
3455 * view.el (view-inhibit-help-message): Fix typo in docstring.
3456 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
3457
3458 2007-05-16 Martin Rudalics <rudalics@gmx.at>
3459
3460 * textmodes/ispell.el (ispell-start-process): Defend against bad
3461 default-directory.
3462
3463 2007-05-14 Eli Zaretskii <eliz@gnu.org>
3464
3465 * mail/rmail.el (rmail-convert-to-babyl-format): Check
3466 content-transfer-encoding _last_, because it's its position that
3467 we need as value of base64-header-field-end.
3468
3469 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
3470
3471 * files.el (mode-require-final-newline, require-final-newline)
3472 (enable-local-variables, enable-local-eval): Doc fixes.
3473
3474 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3475
3476 * ps-print.el: Use default color when foreground or background color
3477 are unspecified. Reported by Leo <sdl.web@gmail.com>.
3478 (ps-print-version): New version 6.7.4.
3479 (ps-rgb-color): New argument. Use default color when color is
3480 unspecified.
3481 (ps-begin-job): Fix code.
3482
3483 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
3484
3485 * longlines.el (longlines-mode): Make longlines-auto-wrap
3486 buffer-local. Add hooks unconditionally.
3487 (longlines-auto-wrap): Toggle wrapping.
3488 (longlines-after-change-function)
3489 (longlines-post-command-function): Check longlines-auto-wrap.
3490
3491 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
3492
3493 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
3494 (xterm-mouse-translate): Use it.
3495
3496 2007-05-10 Richard Stallman <rms@gnu.org>
3497
3498 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
3499 (iso-cvt-write-only): Likewise.
3500
3501 * emacs-lisp/easy-mmode.el (define-minor-mode):
3502 Fix generated doc string.
3503
3504 * startup.el (fancy-splash-text): Add URL of guided tour.
3505 Adjust horizontal and vertical whitespace.
3506
3507 * progmodes/compile.el (compilation-handle-exit):
3508 Use run-hook-with-args to run compilation-finish-functions.
3509
3510 * files.el (file-start-mode-alist): New variable.
3511 (magic-mode-regexp-match-limit): Doc fix.
3512 (set-auto-mode): Handle file-start-mode-alist.
3513 A little cleanup of structure.
3514
3515 * dabbrev.el (dabbrev-eliminate-newlines):
3516 Renamed from dabbrev--eliminate-newlines. All uses changed.
3517
3518 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3519
3520 * man.el (Man-next-section): Don't consider the last line of the page
3521 as being part of any section.
3522
3523 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
3526 can take any number of values.
3527
3528 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3529
3530 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
3531 to the list of citation commands.
3532
3533 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
3536
3537 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
3538
3539 * progmodes/python.el (python-font-lock-keywords)
3540 (python-open-block-statement-p, python-mode): Add support for the new
3541 "with" keyword.
3542
3543 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
3546 the exact opposite of diff-goto-source.
3547
3548 * emacs-lisp/advice.el (ad-special-forms): Remove.
3549 (ad-special-form-p): Use subr-arity.
3550
3551 * newcomment.el (comment-search-forward): Make sure we search forward.
3552 (comment-enter-backward): Try and distinguish the non-matching case at
3553 EOB from the non-matching case with a missing comment-end-skip for
3554 a 2-char comment ender.
3555 (comment-choose-indent): New function extracted from comment-indent.
3556 Improve the alignment algorithm.
3557 (comment-indent): Use it.
3558
3559 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
3560 XML style Processing Instructions.
3561 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
3562 (sgml-calculate-indent): Handle `pi' context.
3563
3564 * vc.el: Ensure that update-changelog issues an error when used with
3565 a backend that does not implement it.
3566 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
3567 Remove `backend' argument. Use expand-file-name.
3568 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
3569
3570 * progmodes/python.el (python-end-of-block): Revert last change.
3571 (python-end-of-statement): Make sure we move *forward*.
3572
3573 2007-05-08 Richard Stallman <rms@gnu.org>
3574
3575 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
3576 Don't include non-self-insert commands in the exception for `-'.
3577
3578 2007-05-08 David Reitter <david.reitter@gmail.com>
3579
3580 * progmodes/python.el (python-guess-indent): Check non-nullness
3581 before comparing indent against the 2..8 interval.
3582
3583 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3584
3585 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
3586 available.
3587
3588 2007-05-06 Richard Stallman <rms@gnu.org>
3589
3590 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
3591
3592 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3593
3594 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
3595 rather than storing their value in the revert-buffer function.
3596
3597 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
3598
3599 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
3600 when disabling t-mouse-mode.
3601
3602 2007-05-01 Davis Herring <herring@lanl.gov>
3603
3604 * calendar/timeclock.el: Update version number.
3605 (timeclock-modeline-display): Mention timeclock-use-display-time
3606 in explanatory message.
3607 (timeclock-in): Fix non-interactive workday specifications.
3608 (timeclock-log): Don't kill the log buffer if it already existed.
3609 Suppress warnings when finding the log. Don't check for a nil
3610 project twice. Run hooks after killing the buffer (if applicable).
3611 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
3612 was geometric). All uses changed.
3613 (timeclock-generate-report): Support prefix argument.
3614
3615 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
3616
3617 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
3618 disconnections.
3619
3620 2007-05-01 Romain Francoise <romain@orebokech.com>
3621
3622 * dired-x.el: Revert 2007-04-06 change.
3623
3624 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
3625
3626 * find-dired.el (find-dired-filter): Propertize all text down to eob.
3627
3628 2007-04-29 Richard Stallman <rms@gnu.org>
3629
3630 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
3631
3632 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3633
3634 * progmodes/cc-mode.el (c-before-change): Use point-min rather
3635 than 1.
3636
3637 2007-04-28 Richard Stallman <rms@gnu.org>
3638
3639 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
3640
3641 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
3642
3643 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
3644 don't put stop on toolbar.
3645
3646 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3647
3648 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
3649
3650 2007-04-28 Eli Zaretskii <eliz@gnu.org>
3651
3652 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
3653 instead of $(lisp)/mh-e.
3654
3655 2007-04-28 Glenn Morris <rgm@gnu.org>
3656
3657 * image-dired.el (image-dired-cmd-create-thumbnail-options)
3658 (image-dired-cmd-create-temp-image-options): Replace option
3659 +profile "*" with -strip.
3660
3661 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
3662
3663 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3664 Use window-start and window-end.
3665
3666 2007-04-27 Andreas Schwab <schwab@suse.de>
3667
3668 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
3669
3670 2007-04-27 Eli Zaretskii <eliz@gnu.org>
3671
3672 * textmodes/fill.el (fill-paragraph): Doc fix.
3673
3674 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
3675
3676 * locate.el (locate-in-alternate-database): Doc fix.
3677
3678 2007-04-26 Glenn Morris <rgm@gnu.org>
3679
3680 * button.el (button): Use underline if supported, else fall back
3681 to color.
3682
3683 * version.el (emacs-version): Increase to 22.1.50.
3684
3685 2007-04-25 Richard Stallman <rms@gnu.org>
3686
3687 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
3688
3689 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
3690
3691 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
3692 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
3693 pushing mark.
3694 (idlwave-current-routine): Don't push mark.
3695
3696 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
3697
3698 * image-dired.el (image-dired-display-image): Derive image-type from
3699 filename rather than assuming jpeg, in case no resizing was needed.
3700
3701 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3702
3703 * custom.el (defface): Doc fix.
3704
3705 See ChangeLog.12 for earlier changes.
3706
3707 ;; Local Variables:
3708 ;; coding: iso-2022-7bit
3709 ;; add-log-time-zone-rule: t
3710 ;; End:
3711
3712 Copyright (C) 2007 Free Software Foundation, Inc.
3713
3714 This file is part of GNU Emacs.
3715
3716 GNU Emacs is free software; you can redistribute it and/or modify
3717 it under the terms of the GNU General Public License as published by
3718 the Free Software Foundation; either version 3, or (at your option)
3719 any later version.
3720
3721 GNU Emacs is distributed in the hope that it will be useful,
3722 but WITHOUT ANY WARRANTY; without even the implied warranty of
3723 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3724 GNU General Public License for more details.
3725
3726 You should have received a copy of the GNU General Public License
3727 along with GNU Emacs; see the file COPYING. If not, write to the
3728 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
3729 Boston, MA 02110-1301, USA.
3730
3731 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af