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