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