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