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