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