(doc-view-ghostscript-options): Remove resolution arg.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
4 (doc-view-resolution): New custom var.
5 (doc-view-pdf/ps->png): Use it.
6 (doc-view-shrink-factor): New var.
7 (doc-view-enlarge, doc-view-shrink): New commands.
8 (doc-view-mode-map): Use them.
9
10 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
11
12 * ediff-wind.el (ediff-window-setup-function):
13 * simple.el (normal-erase-is-backspace):
14 * eshell/em-unix.el (eshell/info):
15 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16 Fix typos in docstrings.
17
18 * emulation/cua-base.el (cua--keymaps-initialized):
19 Rename from `cua--keymaps-initalized'. Callers changed.
20 (cua-highlight-region-shift-only): Doc fix.
21 (cua-paste-pop): Fix typo in docstring.
22
23 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * emulation/cua-base.el (cua--pre-command-handler-1):
26 Use input-decode-map instead of function-key-map.
27 Use event-modifiers now that it works reliably.
28
29 * vc.el (vc-diff-internal): Pop-to-buffer later.
30
31 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
32
33 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
34 did not touch them.
35
36 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
37
38 * calc/calc-menu.el: New file.
39 * calc/calc.el (calc-mode): Require calc-menu.
40
41 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
42
43 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
44
45 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
46
47 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
48 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
49 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
50 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
51 locations.
52 (gdb-info-breakpoints-custom, gdb-assembler-custom)
53 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
54 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
55
56 2007-11-13 Noah Friedman <friedman@splode.com>
57
58 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
59 bindings to remap when `calc-scan-for-dels' is non-nil.
60
61 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
62
63 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
64 constant forms.
65 (byte-compile-nilconstp): New function.
66 (byte-optimize-cond): Kill subsequent branches when a branch is
67 know to be taken or not taken.
68 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
69
70 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
71
72 * vc.el (vc-register): Allow registering a file passed as a
73 parameter instead of just the current buffer.
74
75 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
76
77 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
78 Check whether the output of "uname -sr" has been changed.
79
80 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
81
82 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
83 patterns from compilation-perl.el and compilation-weblint.el files.
84
85 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
86
87 * progmodes/compilation-perl.el:
88 * progmodes/compilation-weblint.el: Disable autoloads, they cause
89 a bootstrap failure.
90
91 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
92 instead of doing "cvs diff" in order to avoid accessing the repository.
93
94 2007-11-12 Kevin Ryde <user42@zip.com.au>
95
96 * progmodes/compilation-perl.el:
97 * progmodes/compilation-weblint.el: New files.
98
99 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
100
101 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
102 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
103 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
104 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
105 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
106 Rewrite in active voice.
107
108 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
109
110 * doc-view.el: Add comments about isearch support.
111
112 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
113
114 * vc.el (vc-start-entry): Fix setting the in the case the function
115 is called from vc-dired. Use when instead of if where appropriate.
116
117 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
118
119 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
120 to be a list.
121 (ps-begin-job): Error if ps-lpr-switches is not a list.
122
123 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
124
125 * faces.el (face-normalize-spec): Remove function.
126 (frame-set-background-mode): Undo last change.
127
128 2007-11-10 Jason Rumney <jasonr@gnu.org>
129
130 * w32-fns.el: Sync charset names with setup-default-fontset.
131 Append "-1" where second part missing.
132
133 2007-11-10 Juri Linkov <juri@jurta.org>
134
135 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
136 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
137
138 * custom.el (custom-note-var-changed): Remove the `interactive'
139 spec from this new non-interactive function.
140
141 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
142
143 * doc-view.el (doc-view-mode-map, doc-view-menu)
144 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
145 (doc-view-search-backward): New function.
146 (doc-view-search): Query new regexp if prefix arg is given, else
147 jump to next/previous match.
148 (doc-view-mode): Handle compressed files.
149 (jka-compr): Required for compressed files.
150
151 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
152
153 * replace.el (query-replace-show-replacement): New defcustom.
154 (perform-replace): Use `match-substitute-replacement' if
155 `query-replace-show-replacement' is non-nil.
156
157 2007-11-10 David Kastrup <dak@gnu.org>
158
159 * subr.el (match-substitute-replacement): New function.
160
161 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
162
163 * files.el (auto-mode-alist): Select org-mode for files with the
164 extension ".org".
165
166 2007-11-10 Martin Rudalics <rudalics@gmx.at>
167
168 * help.el (help-window, help-window-point-marker): New variables.
169 (help-window-select): New option.
170 (with-help-window): New macro for displaying help windows.
171 (help-window-display-message, help-window-setup-finish)
172 (help-window-setup): New functions used for setting up help windows.
173 (print-help-return-message): Reset help-window to nil.
174 (view-lossage): Use with-help-window instead of
175 with-output-to-temp-buffer and move help-window-point-marker after
176 inserted text.
177 (describe-bindings, describe-key, describe-mode): Use
178 with-help-window instead of with-output-to-temp-buffer.
179
180 * help-mode.el (help-mode): Set view-exit-action to bury the
181 buffer instead of fiddling with windows. Simplify code.
182 (help-mode-finish): When help-window eqs t set it to the selected
183 window and have with-help-window set up view-return-to-alist.
184 (help-buffer): Add autoload cookie.
185
186 * view.el (view-remove-frame-by-deleting): Change default value to t.
187 Add autoload cookie.
188 (view-exit-action, view-file, view-file-other-window)
189 (view-file-other-frame, view-buffer, view-buffer-other-window)
190 (view-buffer-other-frame): Rewrite doc strings.
191 (view-return-to-alist-update): New function to remove stale entries
192 from view-return-to-alist.
193 (view-mode-enter): Rewrite doc string and simplify code.
194 (view-mode-exit): Handle new case 'keep-frame. Don't reset
195 view-exit-action to nil. Simplify code and rewrite doc string.
196
197 * apropos.el (apropos-describe-plist):
198 * descr-text.el (describe-char):
199 * disp-table.el (describe-display-table):
200 * faces.el (list-faces-display, describe-face):
201 * facemenu.el (list-colors-display):
202 * help-fns.el (describe-function, describe-variable)
203 (describe-syntax, describe-categories):
204 Use with-help-window instead of with-output-to-temp-buffer.
205
206 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
207
208 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
209 Optimize (featurep 'emacs) to t.
210
211 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
212 New function.
213 (byte-compile-maybe-guarded): Use it to also look for bound
214 symbols inside `and' forms. Comment out non-working code that was
215 trying to avoid warnings for XEmacs code.
216
217 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
218
219 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
220 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
221 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
222 (vc-cvs-annotate-command):
223 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
224 is bound, it always is.
225
226 2007-11-10 Jason Rumney <jasonr@gnu.org>
227
228 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
229 setup here from global scope.
230
231 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
232
233 * ido.el (ido-save-history): Save the history file in UTF-8, not
234 the current filename coding system.
235
236 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
237
238 * simple.el (interprogram-cut-function, interprogram-paste-function):
239 Don't make them frame-local any more.
240
241 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
242 Don't set interprogram-(cut|paste)-function on each frame.
243
244 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
245 Make them work in tty frames.
246 (interprogram-cut-function, interprogram-paste-function):
247 Set them globally.
248
249 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
250
251 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
252 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
253 (iso-iso2duden-trans-tab): Add docstring.
254
255 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * abbrev.el (define-abbrev-table): Record the variable definition.
258
259 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
260 New function.
261
262 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
263
264 * ps-print.el: Clean the code for checking suitable Emacs version.
265 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
266 (ps-print-version): New version 6.8.1.
267
268 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
269
270 * files.el (enable-local-variables): Doc fix.
271
272 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
273
274 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
275
276 2007-11-09 Sven Joachim <svenjoac@gmx.de>
277
278 * dired-aux.el (dired-copy-file-recursive):
279 Preserve directory permissions.
280
281 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
282
283 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
284 (whitespace-unload-function): New-style unload function. When run,
285 unintern `whitespace-unload-hook' and call `unload-feature' recursively
286 to stop the old hook from messing with the unloading.
287
288 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
289
290 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
291 (elp-unset-master, elp-results): Fix typos.
292 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
293 Doc fixes.
294
295 * msb.el (msb--many-menus): Remove variable.
296 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
297 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
298 (msb--toggle-menu-type): Fix typos in docstrings.
299
300 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
301 (shadow-insert-var): Doc fixes.
302 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
303 Reflow docstrings.
304 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
305
306 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
307
308 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
309 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
310 Fix typos in autoload docstrings.
311
312 2007-11-09 Richard Stallman <rms@gnu.org>
313
314 * savehist.el (savehist-save): Obey savehist-ignored-variables.
315
316 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
317
318 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
319 (gdb-var-update-handler-1): Use it.
320
321 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
322
323 * loadhist.el (unload-feature): Remove erroneous check for the
324 FEATURE-unload-function variable; check the existence of the
325 function (that's what the docstring says, and it makes more sense).
326
327 * follow.el (follow-unload-function): Add docstring.
328 (follow-unload-function): Remove variable.
329
330 * server.el (server-unload-function): Remove variable.
331 (server-unload-function): Unbind `server-edit' from `C-x #'.
332
333 * ses.el (ses-unload-function): New function.
334
335 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
336
337 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
338 (unsafep-progn, unsafep-let): Fix typos in docstrings.
339
340 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
341 before use to avoid a warning in packages that require uniquify.
342 (uniquify-unload-function): New function and var.
343
344 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
345
346 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
347 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
348 (ediff-current-diff-A, ediff-current-diff-B)
349 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
350 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
351 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
352 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
353 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
354 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
355 (ediff-setup-windows-plain-merge)
356 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
357 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
358 * ediff-util.el (ediff-setup-keymap, )
359 (ediff-toggle-wide-display, ediff-toggle-multiframe)
360 (ediff-toggle-use-toolbar, ediff-really-quit)
361 (ediff-good-frame-under-mouse)
362 (ediff-highlight-diff-in-one-buffer)
363 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
364 (ediff-make-bullet-proof-overlay):
365 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
366 (ediff-set-meta-overlay):
367 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
368 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
369 ediff-emacs-p with their former definitions.
370
371 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
372 (viper-has-face-support-p, viper-inactivate-input-method)
373 (viper-activate-input-method)
374 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
375 * emulation/viper-mous.el (viper-multiclick-timeout)
376 (viper-surrounding-word, viper-mouse-click-insert-word)
377 (viper-mouse-click-search-word, viper-parse-mouse-key):
378 * emulation/viper-macs.el (viper-char-array-to-macro):
379 * emulation/viper.el (viper-go-away, viper-set-hooks)
380 (viper-non-hook-settings):
381 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
382 (viper-get-saved-cursor-color-in-insert-mode)
383 (viper-get-saved-cursor-color-in-emacs-mode)
384 (viper-check-version, viper-get-visible-buffer-window)
385 (viper-file-checked-in-p, viper-set-replace-overlay)
386 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
387 (viper-check-minibuffer-overlay, viper-read-key-sequence)
388 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
389 with their former definitions.
390 (viper-eventify-list-xemacs): Only do work for XEmacs.
391 (viper-set-unread-command-events): Only do work for Emacs.
392 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
393 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
394 (viper-overlay-get, viper-overlay-put, viper-read-event)
395 (viper-characterp, viper-int-to-char, viper-get-face)
396 (viper-color-defined-p, viper-iconify): New defaliases replacing
397 the old fsets.
398
399 * progmodes/fortran.el (comment-region-function)
400 (uncomment-region-function): Pacify byte compiler.
401
402 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
403
404 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
405
406 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
407 `process-environment'.
408
409 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
410
411 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
412 match dir like "a...b".
413
414 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
417
418 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
419
420 * net/tramp.el (tramp-handle-substitute-in-file-name):
421 Don't expand the remote connection identification.
422 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
423 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
424 before calling stty.
425
426 * net/tramp-cache.el (tramp-cache-print)
427 (tramp-dump-connection-properties): Fix docstring.
428 (tramp-list-connections): Rename from
429 `tramp-cache-list-connections'.
430
431 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
432
433 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
434 remote connection identification when setting connection property.
435
436 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
437 "//" substitutes only in the local filename part.
438
439 2007-11-07 David Hansen <david.hansen@gmx.net>
440
441 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
442
443 2007-11-07 Glenn Morris <rgm@gnu.org>
444
445 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
446 Remove superfluous concats. Move final set-buffer to
447 non-emacs-specific code.
448
449 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
450
451 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
452
453 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
454
455 * eshell/esh-mode.el (eshell-output-filter):
456 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
457 Use `with-current-buffer'.
458
459 2007-11-07 Andreas Schwab <schwab@suse.de>
460
461 * server.el (server-start): Only register cleanup after server was
462 started.
463
464 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
465
466 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
467
468 * net/tramp-cache (tramp-cache-print): Move down.
469 (tramp-cache-list-connections): New defun.
470
471 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
472
473 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
474
475 * ido.el (ido-save-history): Write the history file in the current
476 filename coding system, and add `coding' file-local variable.
477
478 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
479
480 * textmodes/org.el (org-table-formula-substitute-names):
481 Remove forgotten temporary debugging code.
482
483 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
484
485 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
486 the prompt.
487
488 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
489
490 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
491
492 2007-11-05 Simon Josefsson <simon@josefsson.org>
493
494 * net/tls.el (tls-end-of-info): Doc fix.
495
496 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
497
498 * international/utf-7.el (utf-7-imap): New coding system.
499 (utf-7-imap-post-read-conversion): New function.
500 (utf-7-imap-pre-write-conversion): New function.
501
502 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
503
504 * abbrev.el (abbrev--write): Fix up typo.
505
506 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
507
508 * abbrev.el (define-abbrev-table): Doc fix.
509
510 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
511
512 * info.el (Info-revert-buffer-function): New func.
513 (Info-mode): Arrange to use it for reverting.
514 (Info-copy-current-node-name): Add space between filename and nodename.
515
516 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
517
518 * abbrev.el (expand-abbrev): Move point back to expansion's end.
519
520 2007-11-04 Glenn Morris <rgm@gnu.org>
521
522 * net/tls.el: Don't require rx when compiling.
523 (tls-end-of-info): Rewrite without using rx.
524 (open-tls-stream): Use with-current-buffer.
525
526 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
527
528 * net/tls.el: Require rx when compiling.
529 (tls-end-of-info): New variable.
530 (open-tls-stream): Keep reading input until `tls-end-of-info' is
531 matched.
532
533 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
534
535 * register.el (append-to-register, prepend-to-register):
536 Don't signal error on empty register; use the text, instead.
537
538 2007-11-03 Michael Olson <mwolson@gnu.org>
539
540 * textmodes/remember.el (remember-buffer):
541 Use define-obsolete-function-alias rather than defalias.
542
543 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
544
545 * simple.el (bad-packages-alist): Anchor semantic regexp.
546
547 2007-11-03 Glenn Morris <rgm@gnu.org>
548
549 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
550 if defined, for blank lines. Doc fix.
551
552 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
553 (fortran-mode): Set values for comment-region-function,
554 uncomment-region-function and comment-insert-comment-function.
555 (fortran-uncomment-region): New function.
556
557 * textmodes/nroff-mode.el (nroff-mode):
558 Set comment-insert-comment-function rather than indent-line-function.
559 (nroff-indent-line-function): Remove.
560 (nroff-insert-comment-function): New function.
561
562 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
563
564 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
565
566 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
567
568 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
569
570 * emulation/viper-cmd.el (viper-prev-destructive-command)
571 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
572 copy-sequence.
573
574 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
575 Got rid of ediff-copy-list.
576
577 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
578 use face-name.
579 (ediff-test-utility,ediff-diff-mandatory-option)
580 (ediff-reset-diff-options): Remove to simplify the mandatory option
581 handling on Windows.
582 (ediff-set-diff-options): Add.
583 (ediff-diff-options): Set "--binary" option as default in some cases.
584
585 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
586 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
587 ediff-vc-working-revision. Require vc-hooks.
588
589 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
590
591 * files.el (hack-local-variables): Fix membership tests to avoid
592 treating all variables as safe if `enable-local-variables' is
593 set to :safe (CVE-2007-5795).
594
595 2007-11-02 Glenn Morris <rgm@gnu.org>
596
597 * newcomment.el (comment-indent): Let comment-insert-comment-function,
598 if defined, do all the work of inserting a new comment.
599
600 * progmodes/etags.el (tags-table-mode): Disable undo.
601
602 * simple.el (bad-packages-alist): Revert previous change.
603
604 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
605
606 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
607
608 * obsolete/lselect.el: Do not warn about unknown functions.
609
610 2007-11-02 Michael Olson <mwolson@gnu.org>
611
612 * textmodes/remember.el (remember-buffer): Make this an alias of
613 remember-finalize, because Org uses it.
614
615 2007-11-01 Michael Olson <mwolson@gnu.org>
616
617 * textmodes/remember.el: Improve documentation in heading.
618 (remember-before-remember-hook): Turn into a customizable option.
619 (remember): Document INITIAL argument.
620 (remember-region): Remove autoload cookie. Improve docstring to
621 mention that it is called from the *Remember* buffer, and does not
622 have any functional overlap with the `remember' function.
623 (remember-finalize): Remove autoload cookie. Rename from
624 remember-buffer to emphasize that this does not have any
625 functional overlap with the `remember' function.
626 (remember-destroy): Remove autoload cookie.
627 (remember-mode-map): Define and initialize in one step.
628 (remember-mode): Improve docstring.
629 (remember-annotation-functions): Default to just '(buffer-file-name),
630 and don't try to take the default value from Planner.
631
632 2007-11-01 Glenn Morris <rgm@gnu.org>
633
634 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
635
636 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
637
638 * emacs-lisp/authors.el (authors-scan-change-log)
639 (authors-scan-el): Don't enable local eval; enable only safe local
640 variables, without querying.
641
642 * mail/footnote.el (footnote-numeric-regexp)
643 (footnote-english-upper-regexp, footnote-english-lower-regexp)
644 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
645 Match multi-character footnotes.
646
647 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
648 (nroff-indent-line-function): New function.
649 (nroff-count-text-lines): Use nroff-forward-text-line rather than
650 obsolete alias.
651
652 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
653
654 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
655 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
656 (rcirc-print): Only update the line count when not marking the
657 line as omittable.
658 (rcirc-log-write): Specify coding system when writing logfile.
659 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
660
661 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
662
663 * printing.el (printing): Fix :version, printing.el was included
664 for in emacs-22.1.
665 (pr-path-style, pr-path-alist, pr-txt-name)
666 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
667 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
668 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
669 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
670 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
671 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
672 (pr-setting-database, pr-visible-entry-list)
673 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
674 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
675
676 * ediff-util.el (ediff-nuke-selective-display): Move definition to
677 top level, make it dependent on the emacs flavor.
678
679 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
680 Test for XEmacs not for itimer.
681
682 * term/sun-mouse.el:
683 * obsolete/sun-fns.el:
684 * obsolete/sun-curs.el: Remove files.
685
686 * term/sun.el (select-previous-complex-command): Remove obsolete code.
687
688 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
689
690 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
691 was given to concat.
692
693 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
696 used normally for goto-line. Change `g' to revert the buffer.
697 Add redundant `r' binding for buffer-revert.
698
699 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
700 (mail-abbrevs-setup): Use abbrev-expand-functions.
701 (build-mail-abbrevs): Use with-temp-buffer.
702 (define-mail-abbrev): Simplify.
703 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
704 Change it for use on abbrev-expand-functions.
705 (mail-abbrev-complete-alias): Use with-syntax-table.
706
707 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
708
709 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
710 directly. Fix bug in deleting temp file.
711
712 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
715 Merge defvar and define-abbrev-table.
716 (def-python-skeleton): Use :case-fixed and :enable-function.
717 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
718 Remove.
719 (python-mode): Don't modify pre-abbrev-expand-hook.
720
721 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
722
723 * ediff-util.el (ediff-file-checked-out-p)
724 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
725
726 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * abbrev.el (abbrev-symbol): Correct let->let*.
729 (abbrev--before-point): Only use abbrev-start-location if before point.
730
731 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
732
733 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
734 (strokes-unload-hook): Remove function and variable.
735 (strokes-unload-function): New-style unload function, adapted
736 from `strokes-unload-hook'.
737
738 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
739 (cl-unload-hook): Remove variable.
740 (cl-unload-function): New-style unload function, adapted
741 from `cl-cannot-unload'.
742
743 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
744 (elp-unload-function): New-style unload function, adapted
745 from `elp-unload-hook'.
746
747 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
748
749 * emacs-lisp/find-func.el (find-library): Use library at
750 point as default interactive argument.
751
752 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
753
754 * shadowfile.el (shadow-join): Remove.
755 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
756 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
757 (shadowfile-unload-hook): Remove function and variable.
758 (shadowfile-unload-function): New-style unload function, adapted
759 from `shadowfile-unload-hook'.
760
761 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
762
763 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
764 only if it is bound.
765
766 * textmodes/reftex.el: Move autoloads for before all uses.
767 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
768 (reftex-delete-overlay): Move to the top level with the condition
769 in the body.
770
771 * progmodes/simula.el: Use when instead of if.
772
773 * iimage.el (iimage-locate-file): Define unconditionally.
774
775 * mail/mailabbrev.el (mail-abbrev-next-line):
776 * emulation/vip.el (vip-enlarge-region, vip-line)
777 (vip-next-line-at-bol, vip-previous-line)
778 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
779 Wrap with-no-warnings around uses of next-line and previous-line.
780
781 * ediff.el (run-ediff-from-cvs-buffer):
782 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
783 Remove function not used by pcl-cvs anymore.
784 (noninteractive, generic-sc-get-latest-rev)
785 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
786 Delete support for long obsolete generic-sc.el.
787
788 2007-10-31 Glenn Morris <rgm@gnu.org>
789
790 * cvs-status.el: No longer require pcvs when compiling.
791
792 * doc-view.el (doc-view-conversion-refresh-interval)
793 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
794 (doc-view-reset-slice): Doc fixes.
795 (doc-view-menu): Remove deleted function doc-view-edit-doc.
796
797 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
798
799 * help-at-pt.el (help-at-pt-unload-hook): Remove.
800 Timers are automatically canceled by `unload-feature'.
801
802 * delsel.el (delsel-unload-hook): Remove function and variable.
803 (delsel-unload-function): New-style unload function, adapted
804 from `delsel-unload-hook'.
805
806 * msb.el (msb-unload-hook): Remove function and variable.
807 (msb-unload-function): New-style unload function, adapted from
808 `msb-unload-hook'.
809
810 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
811
812 * desktop.el (uniquify-managed): Pacify byte compiler.
813 (desktop-buffer-info): If the buffer name is managed by uniquify,
814 save the base name, not the uniquified one.
815 (desktop-create-buffer): Allow `rename-buffer' to generate a new
816 name in case of conflict.
817
818 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * doc-view.el: Use expand-file-name rather than concat.
821 (doc-view-cache-directory): Add the UID so multiple users won't clash.
822 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
823 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
824 (doc-view-toggle-display): Use an overlay over the whole buffer so as
825 not to have to touch the buffer's content.
826 (doc-view-initiate-display): New function, extracted from doc-view-mode.
827 (doc-view-mode): Use it. Don't mark as a special mode.
828 Put the page numbers in the modeline.
829 Set up the overlay. Hide the cursor. Run the mode hook.
830 Use after-revert-hook rather than revert-buffer-function.
831 (doc-view-search-internal): Fix typo.
832 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
833 image-cache flush.
834 (doc-view-reconvert-doc): Don't reset the whole mode.
835 (doc-view-make-safe-dir): New function.
836 (doc-view-current-cache-dir): Use it.
837
838 2007-10-30 Jason Rumney <jasonr@gnu.org>
839
840 * time.el (display-time-world-list): Test for zoneinfo support.
841
842 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
843
844 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
845
846 * net/tramp-cache.el (tramp-flush-file-function): Check also
847 `default-directory' if `buffer-file-name' does not return a
848 string. Added to `eshell-pre-command-hook'.
849
850 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * doc-view.el (doc-view-current-doc): Remove.
853 Replace all uses by buffer-file-name.
854 (doc-view-menu): New menu.
855 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
856 unused var `doc'.
857 (doc-view-sort): Simplify.
858 (doc-view-buffer-message): Don't change buffer-modified-p.
859 (doc-view-mode): Change it here instead.
860 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
861 Don't modify the global value of revert-buffer-function.
862
863 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
864 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
865 (image-toggle-display): Take overlays into account and don't assume
866 point-min==1.
867
868 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
869
870 * vc.el (vc-annotate): Fix omission bug:
871 Specify value for vc-sentinel-movepoint.
872
873 2007-10-30 Michael Olson <mwolson@gnu.org>
874
875 * textmodes/remember.el (remember-mode-hook)
876 (remember-handler-functions, remember-annotation-functions):
877 Add additional items as options, including some Org functions.
878
879 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
880
881 * doc-view.el: Remove cl-dependency.
882 (doc-view-buffer-message): Mention new binding K.
883 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
884 instead of variable.
885 (doc-view-current-cache-dir): Better cache dir naming.
886 (doc-view-current-display): Remove variable.
887 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
888 (doc-view-kill-proc): Set converter process to nil.
889 (doc-view-minor-mode): New minor mode.
890 (doc-view-minor-mode-map): New keymap.
891 (doc-view-mode): Remove text/image switching code. Use plain defun.
892 (doc-view-mode-map): New binding K kills converter process.
893 Remove C-c C-e binding.
894 (doc-view-mode-text-map): Remove keymap.
895 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
896 d-v-display-maybe.
897 (doc-view-previous-major-mode): New variable.
898 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
899 (doc-view-remove-if): New function.
900 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
901 (doc-view-toggle-display): Toggle modes instead of display styles.
902 (doc-view-reconvert-doc): Adapt to new way of doing things.
903
904 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
905
906 2007-10-30 Glenn Morris <rgm@gnu.org>
907
908 * dirtrack.el (dirtrack-mode): Doc fix.
909
910 * shell.el (shell-dirtrack-verbose, shell-mode)
911 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
912
913 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
914 (byte-compile-enable-warning): Doc fix.
915
916 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
917 suppress byte-opt warning.
918
919 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
920
921 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
922 (edt-gnu-emacs19-p): Remove.
923 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
924 (edt-xserver, edt-page-backward, edt-beginning-of-line)
925 (edt-end-of-line-forward, edt-end-of-line-backward)
926 (edt-one-word-forward, edt-one-word-backward, edt-character)
927 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
928 (edt-find-forward, edt-find-backward, edt-find-next-forward)
929 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
930 (edt-define-key, edt-bottom-check, edt-sentence-forward)
931 (edt-sentence-backward, edt-paragraph-forward)
932 (edt-paragraph-backward, edt-restore-key, edt-window-top)
933 (edt-window-bottom, edt-scroll-window-forward-line)
934 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
935 (edt-line-to-top-of-window, edt-paragraph-backward)
936 (edt-restore-key, edt-window-top, edt-window-bottom)
937 (edt-scroll-window-forward-line)
938 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
939 (edt-line-to-middle-of-window, edt-goto-percentage)
940 (edt-display-the-time, edt-remember, edt-split-window)
941 (edt-emulation-on, edt-emulation-off)
942 (edt-default-emulation-setup, edt-user-emulation-setup)
943 (edt-select-default-global-map, edt-select-user-global-map):
944 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
945 tests.
946
947 * textmodes/reftex-index.el (reftex-index-selection-or-word):
948 Use feature test instead of boundp test so it can be resolved at
949 compile time.
950
951 * net/newsticker.el (replace-regexp-in-string): Only define for
952 XEmacs.
953
954 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
957 Update all users.
958 (abbrev-get, abbrev-put): Simplify.
959 (define-abbrev): Don't store the `force' value in the :system property.
960 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
961
962 2007-10-30 Michael Olson <mwolson@gnu.org>
963
964 * desktop.el (desktop-minor-mode-table): Add line for ERC.
965
966 * textmodes/remember.el: New file that implements a mode for
967 quickly jotting down things to remember.
968
969 * textmodes/remember-diary.el: A backend for remember.el that
970 implements saving notes to a Diary file.
971
972 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
973
974 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
975 Relocate in file.
976 (allout-doublecheck-at-and-shallower): Increase to include
977 slightly greater depths, since yank interaction is now ok.
978 Also, elaborate the docstring to explain the situation.
979 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
980 instead of concat, so we accommodate key sequences expressed as
981 vectors as well as strings and lists.
982 (allout-flag-region, allout-hide-by-annotation): Make the
983 hidden-text overlays 'front-advance.
984 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
985 (allout-aberrant-container-p, allout-on-current-heading-p)
986 (allout-e-o-prefix-p, allout-next-heading)
987 (allout-previous-heading, allout-goto-prefix)
988 (allout-end-of-prefix, allout-next-sibling-leap)
989 (allout-next-visible-heading, allout-auto-fill)
990 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
991 (allout-yank-processing, allout-resolve-xref)
992 (allout-current-topic-collapsed-p, allout-hide-region-body)
993 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
994 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
995 (count-trailing-whitespace-region): Preserve match data, so allout
996 outline navigation doesn't disrupt other Emacs operations.
997 (allout-beginning-of-line): Retreat to the beginning of the hidden
998 text, so fields are respected (for submodes that care).
999 (allout-end-of-line): Preserve mark activation status when jumping.
1000 (allout-open-topic): Account for opening after a child that
1001 contains a hidden trailing newline. Preserve match data.
1002 Run allout-structure-added-hook
1003 (allout-encrypt-decrypted): Preserve match data.
1004 (allout-toggle-current-subtree-exposure): Add new interactive
1005 function for toggle subtree exposure - suggested by tassilo.
1006 (move-beginning-of-line, move-end-of-line): Don't use
1007 line-move-invisible-p, it's obsolete - substitute the code,
1008 instead.
1009
1010 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
1011
1012 * textmodes/flyspell.el (message-signature-separator):
1013 * longlines.el (message-indent-citation-function): Pacify byte
1014 compiler.
1015
1016 * emacs-lisp/cl-loaddefs.el:
1017 * ldefs-boot.el: Regenerate.
1018
1019 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1020 (.el.elc, compile, compile-always, compile-calc)
1021 ($(lisp)/progmodes/cc-mode.elc): Use it.
1022
1023 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
1024 Only do work for XEmacs.
1025 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
1026 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
1027 on XEmacs.
1028 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1029 (ps-x-color-name, ps-x-color-specifier-p)
1030 (ps-x-copy-coding-system, ps-x-device-class)
1031 (ps-x-extent-end-position, ps-x-extent-face)
1032 (ps-x-extent-priority, ps-x-extent-start-position)
1033 (ps-x-face-font-instance, ps-x-find-coding-system)
1034 (ps-x-font-instance-properties, ps-x-make-color-instance)
1035 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
1036 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
1037 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
1038 (ps-generate-postscript-with-faces): Delete defaliases.
1039 (ps-face-foreground-name, ps-face-background-name)
1040 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
1041 Move definitions to top level, make the body conditional on the Emacs
1042 flavor. Replace uses of deleted aliases and renamed functions.
1043 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
1044 of deleted aliases and renamed functions.
1045
1046 * calc/calc.el (calc-emacs-type-lucid): Remove.
1047 (calc-digit-map, calcDigit-start, calc-read-key)
1048 (calc-clear-unread-commands):
1049 * calc/calc-ext.el (calc-user-key-map): Replace uses of
1050 calc-emacs-type-lucid with (featurep 'xemacs)
1051
1052 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
1053 (featurep 'xemacs).
1054 (tpu-lucid-emacs19-p): Remove.
1055 (tpu-map-key): Make it a function instead of using fset. Inline
1056 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
1057 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
1058
1059 * ielm.el: Use featurep 'xemacs.
1060
1061 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
1062 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
1063 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
1064 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
1065 cperl-xemacs-p with (featurep 'xemacs).
1066 (font-lock-cache-position): Pacify byte compiler.
1067
1068 2007-10-29 Drew Adams <drew.adams@oracle.com>
1069
1070 * faces.el (read-color): New function.
1071 (face-at-point, foreground-color-at-point)
1072 (background-color-at-point): New functions.
1073
1074 2007-10-28 Richard Stallman <rms@gnu.org>
1075
1076 * net/browse-url.el (browse-url-text-xterm): Rename from
1077 browse-url-lynx-xterm and made generic.
1078 (browse-url-text-emacs): Likewise.
1079 (browse-url-text-browser): New variable.
1080 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
1081 (browse-url-text-input-field, browse-url-text-input-attempts)
1082 (browse-url-kde-program): Likewise.
1083
1084 2007-10-29 Glenn Morris <rgm@gnu.org>
1085
1086 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
1087 Use mapc rather than mapcar (reinstall change deleted without log
1088 entry 2007-10-22).
1089
1090 2007-10-29 Martin Rudalics <rudalics@gmx.at>
1091
1092 * wdired.el (wdired-next-line, wdired-previous-line):
1093 Use next-line and previous-line wrapped in with-no-warnings.
1094
1095 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
1096
1097 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
1098 (rcirc-recent-quit-alist): New function.
1099 (rcirc): Print a better message when there is only one connected server.
1100 (rcirc-complete-nick): Do not update the nick table here.
1101 (rcirc-mode-map): Add M-o.
1102 (rcirc-current-line): Add variable.
1103 (rcirc-mode): Setup variables for line based omit.
1104 (rcirc-edit-multiline): Strip text properties.
1105 (rcirc-omit-responses): Add NICK.
1106 (rcirc-omit-threshold): Add variable.
1107 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
1108 Add functions.
1109 (rcirc-print): Keep track of current line. Do not fill text if
1110 `rcirc-fill-flag' is null. Only omit text if the last activity
1111 from the sender is more than `rcirc-omit-threshold' lines ago.
1112 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
1113 numbers instead of time.
1114 (rcirc-channel-nicks): Sort by line numbers instead of time.
1115 (rcirc-omit-mode): Add `...' when omitting text and recenter.
1116 (rcirc-handler-JOIN): Restore the joiners linestamp.
1117 (rcirc-maybe-remember-nick-quit): Add function.
1118 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
1119
1120 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
1121
1122 * loadhist.el (unload-feature-special-hooks):
1123 Add `delete-frame-functions' and `suspend-tty-functions'.
1124
1125 * server.el (server-unload-function): Rename from `server-unload-hook'
1126 and adapt to new `unload-feature' functionality. Remove hook from
1127 `kill-buffer-hook' buffer-locally.
1128 (server-unload-hook): Remove.
1129 (server-unload-function): New var; replaces `server-unload-hook'.
1130
1131 2007-10-29 Glenn Morris <rgm@gnu.org>
1132
1133 * dirtrack.el (dirtrack-debug): Doc fix.
1134 (dirtrack-mode, dirtrack-debug-mode): New names for
1135 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
1136 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
1137 Make obsolete.
1138 (dirtrack-debug-message): Only print message if
1139 dirtrack-debug-mode is non-nil. Use with-current-buffer.
1140 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
1141 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
1142
1143 2007-10-28 Glenn Morris <rgm@gnu.org>
1144
1145 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
1146 (byte-compile-warnings-safe-p): Handle `not'.
1147 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
1148 (byte-compile-enable-warning): New functions.
1149 (byte-compile-eval-before-compile)
1150 (byte-compile-file-form-require): Use byte-compile-disable-warning.
1151 (byte-compile-close-variables): Locally bind byte-compile-warnings,
1152 but do not modify it.
1153 (byte-compile-eval, byte-compile-obsolete)
1154 (byte-compile-warn-about-unresolved-functions)
1155 (byte-compile-file-form-defvar)
1156 (byte-compile-file-form-custom-declare-variable)
1157 (byte-compile-file-form-require)
1158 (byte-compile-file-form-defmumble, byte-compile-lambda)
1159 (byte-compile-form, byte-compile-normal-call)
1160 (byte-compile-variable-ref, byte-compile-defvar)
1161 (byte-compile-make-variable-buffer-local):
1162 Use byte-compile-warning-enabled-p.
1163 * emacs-lisp/advice.el (ad-compile-function):
1164 Use byte-compile-disable-warning.
1165 * emacs-lisp/cl.el: Move local variables to end of file, and set
1166 byte-compile-warnings to `(not cl-functions)'.
1167 * emacs-lisp/cl-compat.el: Add a local variables section, and set
1168 byte-compile-warnings to `(not cl-functions)'.
1169 * emacs-lisp/cl-macs.el: Unify local variable section, and set
1170 byte-compile-warnings to `(not cl-functions)'.
1171 (cl-do-proclaim): Use byte-compile-disable-warning and
1172 byte-compile-enable-warning.
1173 * emacs-lisp/cl-seq.el: Unify local variable section, and set
1174 byte-compile-warnings to `(not cl-functions)'.
1175 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
1176 Use byte-compile-disable-warning.
1177
1178 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
1179
1180 * cus-edit.el (custom-browse-insert-prefix):
1181 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
1182
1183 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
1184
1185 * server.el (server-process-filter): Fix typo in docstring.
1186 (server-log): Reflow docstrings.
1187 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
1188 (server-goto-line-column): Use `when'.
1189
1190 2007-10-28 Juri Linkov <juri@jurta.org>
1191
1192 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
1193 when mouse is clicked on the isearch message.
1194 (isearch-resume): Call `isearch-update' at the end.
1195 Rename argument `search' to `string' to conform to the
1196 isearch terminology.
1197
1198 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 Rewrite abbrev.c in Elisp.
1201 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
1202 (abbrev-table-get, abbrev-table-put, abbrev-get)
1203 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
1204 (define-abbrev, abbrev--check-chars, define-global-abbrev)
1205 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
1206 (abbrev-expansion, abbrev--before-point, expand-abbrev)
1207 (unexpand-abbrev, abbrev--write, abbrev--describe)
1208 (insert-abbrev-table-description, define-abbrev-table):
1209 New funs, largely transcribed from abbrev.c.
1210 (abbrev-with-wrapper-hook): New macro.
1211 (abbrev-table-name-list, global-abbrev-table)
1212 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
1213 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
1214 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
1215 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
1216 New vars, largely transcribed from abbrev.c.
1217 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
1218 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
1219 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
1220
1221 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1222
1223 * ps-print.el: Now detect if text foreground and background colors are
1224 equal and replace the foreground color by another color, so the text
1225 becomes visible. Doc fix.
1226 (ps-print-version): New version 6.8.
1227 (ps-default-fg, ps-default-bg): Docstring fix.
1228 (ps-postscript-code-directory): Fix default value code.
1229 (ps-fg-list, ps-fg-validate-p): New options.
1230 (ps-foreground-list): New var.
1231 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
1232
1233 2007-10-27 Glenn Morris <rgm@gnu.org>
1234
1235 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
1236 (shell-dirtrack-toggle): Mark as obsolete.
1237 (dirtrack-toggle, dirtrack-mode): No longer alias to
1238 shell-dirtrack-mode.
1239
1240 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
1241
1242 * calc/calc.el (math-standard-opers): Lower the precedence
1243 of negation.
1244 * calc/calc-lang.el (math-oper-table): Lower precedence of
1245 negation for C, TeX, and eqn.
1246
1247 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1248
1249 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
1250
1251 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
1252
1253 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
1254 (desktop-not-loaded-hook): Fix :version tags.
1255
1256 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
1257
1258 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
1259 (tramp-get-remote-tmpdir): New defun.
1260 (tramp-make-tramp-temp-file): Use it.
1261 (tramp-local-call-process): New defun. Replace all calls of
1262 `call-process' by this when appropriate.
1263 (tramp-handle-write-region): Replace calls of `file-attributes' by
1264 `tramp-compat-file-attributes'.
1265 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1266 Make the first command a `tramp-send-command' call, with let-bind
1267 of `tramp-end-of-output'.
1268 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
1269 (tramp-load-report-modules, tramp-append-tramp-buffers):
1270 Move to tramp-cmds.el.
1271
1272 * net/tramp-fish.el (tramp-fish-handle-copy-file)
1273 (tramp-fish-do-copy-or-rename-file)
1274 (tramp-fish-do-copy-or-rename-file-directly):
1275 * net/tramp-smb.el (tramp-smb-handle-copy-file):
1276 Add parameter PRESERVE-UID-GID.
1277
1278 2007-10-27 Eli Zaretskii <eliz@gnu.org>
1279
1280 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
1281 New defcustoms.
1282 (display-time-world-list): Use them as appropriate for the current
1283 value of `system-type'.
1284
1285 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1286
1287 * printing.el: Pacify byte compiler, that is, no compiler warnings.
1288 Move (again) some variable definitions before use, define some fun
1289 aliases, no code change.
1290 (pr-version): New version 6.9.2.
1291 (pr-path-style, pr-auto-region, pr-menu-char-height)
1292 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
1293 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
1294 via (defvar VAR).
1295 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
1296 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
1297 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
1298 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
1299 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
1300 (pr-menu-print-item, pr-ps-printer-menu-modified)
1301 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
1302 (pr-even-or-odd-alist): Vars definition moved.
1303
1304 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1305
1306 * emulation/pc-select.el (next-line-mark, next-line-nomark)
1307 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
1308 around uses of previous-line and next-line.
1309
1310 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
1311 New defvars.
1312
1313 * textmodes/css-mode.el (comment-continue):
1314 * net/browse-url.el (url-handler-regexp):
1315 * progmodes/idlw-help.el (idlwave-system-routines):
1316 Pacify byte-compiler.
1317
1318 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
1319 line-move-invisible-p with its former definition: invisible-p.
1320 line-move-invisible-p was removed on 2007-08-29.
1321
1322 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1323
1324 * files.el (kill-emacs-query-functions): Doc fix;
1325 `save-buffers-kill-emacs' is no longer bound to a key.
1326
1327 2007-10-26 Richard Stallman <rms@gnu.org>
1328
1329 * isearch-multi.el (isearch-buffers-multi): New option.
1330 (isearch-buffers-search-fun): Test it.
1331
1332 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
1333 Put ps-run-clear on C-c C-l.
1334
1335 * newcomment.el (comment-styles): New style indent-or-triple.
1336 (comment-style): Make that the default.
1337 (comment-add defvar): Doc fix.
1338 (comment-add): Delete arg EXTRA.
1339 (comment-region-default): Open code call to comment-add.
1340 Handle indent-or-triple style which uses `multi-char' for INDENT.
1341
1342 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
1343
1344 * eshell/em-unix.el (nil-blank-string): Doc fix.
1345
1346 2007-10-26 John Wiegley <johnw@newartisans.com>
1347
1348 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
1349 function, ensure that the third argument is turned into a nil if
1350 the string is otherwise completely empty (either no characters, or
1351 all tabs/spaces). This fixes a bug from a user who found himself
1352 unable to customize `diff-switches' and still use Eshell's diff
1353 command.
1354
1355 2007-10-26 Glenn Morris <rgm@gnu.org>
1356
1357 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
1358 safe-local-variable property.
1359
1360 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
1361
1362 * net/browse-url.el (browse-url-browser-function): Delete grail.
1363 (browse-url-grail): Function and variable deleted.
1364 (browse-url-browser-function): Delete IXI Mosaic.
1365 (browse-url-default-browser): Don't try IXI Mosaic.
1366 (browse-url-iximosaic): Function deleted.
1367 (browse-url-browser-function): Delete MMM.
1368 (browse-url-default-browser): Don't try MMM.
1369 (browse-url-mmm): Function deleted.
1370
1371 2007-10-26 Drew Adams <drew.adams@oracle.com>
1372
1373 * custom.el (custom-note-var-changed): New function.
1374
1375 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
1376
1377 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
1378 use with the definition. Remove.
1379
1380 * add-log.el (change-log-start-entry-re): New defconst.
1381 (change-log-sortable-date-at): Use it.
1382 (change-log-beginning-of-defun, change-log-end-of-defun):
1383 New functions.
1384 (change-log-mode): Use them for beginning-of-defun-function and
1385 end-of-defun-function.
1386
1387 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
1388
1389 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
1390 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
1391 (ses-recalculate-cell): Deal with point being just beyond end of
1392 data area (why does this happen?)
1393 (ses-set-curcell): Ditto.
1394 (ses-column-letter): Handle columns beyond 702. Code written by
1395 Gareth Rees.
1396
1397 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
1398
1399 * textmodes/org.el (org-agenda-get-restriction-and-command):
1400 Use `mapc' instead of `mapcar'.
1401 (org-agenda-list): Numeric prefix argument can specify the number
1402 of days.
1403 (remember-register, remember-buffer): Prevent byte compiler from
1404 complaining.
1405 (org-todo): Save and restore match data.
1406 (org-no-warnings): New macro.
1407 (org-columns-eval): Use `org-no-warnings'.
1408
1409 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
1410
1411 * comint.el (comint-password-prompt-regexp):
1412 Handle `[sudo] password'-style prompt.
1413
1414 2007-10-25 Glenn Morris <rgm@gnu.org>
1415
1416 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
1417 (defcustom): Doc fix.
1418
1419 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
1420 Add `non_intrinsic'.
1421 (f90-constants-re): Add ieee modules.
1422 (f90-typedef-matcher, f90-typedec-matcher)
1423 (f90-imenu-type-matcher): New functions.
1424 (f90-font-lock-keywords-1): Give module procedures function-name face.
1425 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
1426 Add `use, intrinsic'.
1427 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
1428 Move start of `enum' blocks to separate entry.
1429 (f90-start-block-re): Fix `type', `abstract interface'.
1430 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
1431 derived types.
1432 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
1433 `elemental', change `enumerator'.
1434 (f90-no-block-limit): Fix `abstract interface'.
1435
1436 * progmodes/f90.el (f90-indented-comment-re)
1437 (f90-directive-comment-re, f90-break-delimiters):
1438 * progmodes/fortran.el (fortran-comment-line-start-skip)
1439 (fortran-directive-re):
1440 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
1441 as safe if they are strings.
1442
1443 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * startup.el (window-system): Remove. Don't make it frame-local.
1446
1447 2007-10-24 Richard Stallman <rms@gnu.org>
1448
1449 * savehist.el (savehist-save): Omit unreadable elements.
1450
1451 * loadhist.el (unload-function-defs-list): Rename from
1452 unload-function-features-list.
1453 (unload-feature-special-hooks, unload-feature): Doc fixes.
1454
1455 * indent.el (indent-to-left-margin): If point's in the indentation,
1456 move to the end of the indentation.
1457
1458 * cus-edit.el (customize-changed-options): Make arg optional.
1459
1460 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
1463
1464 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
1465
1466 * textmodes/org-publish.el (org-publish-attachment): Re-install
1467 accidentally deleted change.
1468
1469 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * term/iris-ansi.el (iris-function-map): Move init into declaration.
1472
1473 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
1474
1475 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1476 (Buffer-menu-mode-map): Initialize in the declaration.
1477 (Buffer-menu-mode): Define with `define-derived-mode'.
1478
1479 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
1480
1481 * textmodes/org.el (org-version): Change to 5.13e.
1482 (org-agenda-file-regexp): Fix typo in docstring.
1483 (org-add-planning-info): Fix bug in parenthesis settings.
1484 (org-scan-tags): Catch the case of indirect buffers with no filename.
1485 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
1486 Re-install switch to mapc, had been removed by accident.
1487 (org-columns-map): New binding `C-c C-o'.
1488 (org-columns-menu): Change menu text and added new entry.
1489 (org-columns-eval): Document the use of `next-line'.
1490 (org-columns-open-link): New function.
1491 (org-columns-follow-link): Remove function.
1492 (org-open-link-from-string): New function.
1493 (org-read-date-get-relative): Fix typo in docstring.
1494 (org-read-date-get-relative): Leading +/- is not optional.
1495 (org-agenda-get-restriction-and-command): Always resize window on
1496 first loop cycle.
1497 (org-agenda-open-link): Make sure the link abbreviations are
1498 present in the agenda buffer.
1499 (org-agenda-copy-local-variable): New function.
1500
1501 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
1504
1505 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * simple.el (reindent-then-newline-and-indent): Use a `move after
1508 insert' kind of marker in the save-excursion.
1509
1510 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * textmodes/css-mode.el: Require CL.
1513 (comment-continue): Declare.
1514
1515 * subr.el (make-variable-frame-localizable): Remove.
1516 (make-variable-frame-local): Mark obsolete.
1517
1518 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1519
1520 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
1521 of the subdirs is unreadable.
1522
1523 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
1524
1525 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
1526 when we are local.
1527
1528 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1529
1530 * progmodes/python.el (python-current-defun): Remove left-over
1531 assignment to `start'.
1532
1533 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1534
1535 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
1536 than `mapcar'; return value is not used.
1537
1538 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1539
1540 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
1541 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
1542
1543 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
1544
1545 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
1546 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
1547
1548 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1549
1550 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
1551
1552 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1553
1554 * emacs-lisp/advice.el (ad-make-advised-docstring):
1555 Add ad-advice-info text property to doc string.
1556
1557 2007-10-23 Glenn Morris <rgm@gnu.org>
1558
1559 * progmodes/f90.el (f90-do-indent, f90-if-indent)
1560 (f90-type-indent, f90-program-indent, f90-associate-indent)
1561 (f90-continuation-indent, f90-comment-region)
1562 (f90-beginning-ampersand, f90-smart-end)
1563 (f90-break-before-delimiters, f90-auto-keyword-case)
1564 (f90-leave-line-no, f90-mode-hook):
1565 Give an appropriate safe-local-variable property.
1566
1567 * progmodes/fortran.el (fortran-tab-mode-default)
1568 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
1569 (fortran-structure-indent, fortran-continuation-indent)
1570 (fortran-comment-indent, fortran-comment-line-extra-indent)
1571 (fortran-comment-line-start)
1572 (fortran-minimum-statement-indent-fixed)
1573 (fortran-minimum-statement-indent-tab)
1574 (fortran-comment-indent-char, fortran-line-number-indent)
1575 (fortran-check-all-num-for-matching-do)
1576 (fortran-blink-matching-if, fortran-continuation-string)
1577 (fortran-comment-region, fortran-electric-line-number)
1578 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
1579 (fortran-analyze-depth, fortran-break-before-delimiters):
1580 Give an appropriate safe-local-variable property.
1581
1582 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
1583
1584 * printing.el: Move variable definitions before use.
1585 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
1586
1587 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
1590 (tpu-edt-off): Use it.
1591 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
1592 the global-map before adding it to global-map.
1593
1594 * menu-bar.el (global-buffers-menu-map): New var.
1595 (global-map, menu-bar-update-buffers): Use it.
1596 * msb.el (msb-menu-bar-update-buffers): Use it.
1597 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
1598 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
1599 Use with-current-buffer.
1600
1601 2007-10-22 Juri Linkov <juri@jurta.org>
1602
1603 * isearch-multi.el: New file.
1604
1605 * isearch.el (isearch-search-string): After finding the next
1606 occurrence switch to buffer isearch-buffers-current-buffer when
1607 isearch-buffers-next-buffer-function is non-nil and
1608 isearch-buffers-current-buffer is live.
1609
1610 * add-log.el (change-log-mode): Make and set buffer-local variable
1611 isearch-buffers-next-buffer-function to change-log-next-buffer.
1612 Call isearch-buffers-minor-mode.
1613 (change-log-next-buffer): New function.
1614
1615 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
1616
1617 * org-export-latex.el (org-export-latex-protect-string):
1618 Renaming of `org-latex-protect'.
1619 (org-export-latex-emphasis-alist): By default, don't protect
1620 any emphasis formatter from further conversion.
1621 (org-export-latex-tables): Honor column grouping for tables.
1622 (org-export-latex-title-command): New option.
1623 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
1624 export backslash character.
1625
1626 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1627
1628 * textmodes/org.el (org-read-date-get-relative): New function.
1629 (org-agenda-file-regexp): New variable.
1630 (org-agenda-files): Allow directories in the variable.
1631 (org-agenda-get-restriction-and-command): New function.
1632 (org-agenda): Use `org-agenda-get-restriction-and-command'.
1633 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
1634 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
1635 New functions.
1636 (org-entry-add-to-multivalued-property)
1637 (org-entry-remove-from-multivalued-property)
1638 (org-entry-member-in-multivalued-property): New functions.
1639 (org-remember-apply-template): Catch C-g and make sure window
1640 configuration is restored.
1641 (org-agenda-open-link): Make it work with several links in the line.
1642 (org-drawers, org-set-regexps-and-options)
1643 (org-get-current-options): Add support for a DRAWERS in-buffer option.
1644 (org-agenda-window-frame-fractions): New option.
1645 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
1646 (org-columns-cleanup-item, org-find-entry-with-id)
1647 (org-insert-columns-dblock, org-listtable-to-string)
1648 (org-dblock-write:columnview, org-columns-capture-view)
1649 (org-edit-headline): New functions.
1650 (org-agenda-to-appt): Require calendar.
1651 (org-entry-get-with-inheritance): Widen for search.
1652 (org-columns-display-here): Don't mark buffer as modified when
1653 adding space characters to accomodate column overlays.
1654 (org-export-as-html): Better formatting of tags in the toc.
1655 (org-columns-display-here): Make the ITEM column as compact as possible.
1656 (org-remember-templates): Customization interface improved.
1657 (org-export-with-property-drawer): Variable removed.
1658 (org-export-with-drawers): New option.
1659 (org-complex-heading-regexp): New variable.
1660 (org-sort-entries): Rewrite using `sort-subr'.
1661 (org-set-property): More appropriate completion during interactive use.
1662 (org-sort-entries): Allow sorting by property.
1663 (org-additional-option-like-keywords): Add more values.
1664 (org-sort-entries-or-items): Rename from `org-sort-entries'.
1665
1666 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
1667
1668 * textmodes/org.el (org-get-date-from-calendar): New function.
1669 (org-at-timestamp-p, org-timestamp-change)
1670 (org-remember-templates): First element of each entry is now a
1671 name for the template.
1672 (org-store-log-note): Check for `org-note-abort'.
1673 (org-kill-note-or-show-branches): New command.
1674 (org-fontify-priorities): New option.
1675 (org-fontify-priorities): New function.
1676 (org-cut-subtree, org-copy-subtree): New argument N to
1677 act on N sequential subtrees.
1678 (org-paste-subtree): Fix the level at which a tree is pasted.
1679 (org-fit-agenda-window): Limitations on window size removed.
1680 (org-agenda-find-same-or-today-or-agenda): Rename from
1681 `org-agenda-find-today-or-agenda'.
1682 (org-scheduled-past-days): New option.
1683 (org-agenda-scheduled-leaders)
1684 (org-agenda-deadline-leaders): New options.
1685 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
1686 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
1687 (org-export-with-tags, org-export-plist-vars)
1688 (org-infile-export-plist): New "tags" option.
1689 (org-use-property-inheritance): New option.
1690 (org-cached-entry-get): Use `org-use-property-inheritance'.
1691 (org-remember-apply-template): Fix typo.
1692
1693 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
1694
1695 * net/tramp.el (tramp-find-shell)
1696 (tramp-open-connection-setup-interactive-shell): Improve sending
1697 initial commands.
1698 (tramp-action-terminal): Send debug message.
1699 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
1700 (tramp-barf-if-no-shell-prompt): Insert code of
1701 `tramp-wait-for-shell-prompt'.
1702
1703 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
1706
1707 * term/vt200.el (terminal-init-vt200):
1708 * term/vt201.el (terminal-init-vt201):
1709 * term/vt220.el (terminal-init-vt220):
1710 * term/vt240.el (terminal-init-vt240):
1711 * term/vt300.el (terminal-init-vt300):
1712 * term/vt320.el (terminal-init-vt320):
1713 * term/vt400.el (terminal-init-vt400):
1714 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
1715
1716 * term/wyse50.el (wyse50-terminal-map): New var.
1717 (terminal-init-wyse50): Use it and input-decode-map.
1718 (enable-arrow-keys): Emasculate.
1719
1720 * term/tvi970.el (tvi970-terminal-map): New var.
1721 (terminal-init-tvi970): Use it and input-decode-map.
1722 (tvi970-keypad-numeric): Remove.
1723 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
1724
1725 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
1726 (terminal-init-sun): Use it and input-decode-map.
1727
1728 * term/news.el (terminal-init-news):
1729 * term/lk201.el (terminal-init-lk201):
1730 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
1731
1732 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
1733
1734 * complete.el (PC-expand-many-files): Remove.
1735 (PC-do-completion): Call file-expand-wildcards instead of
1736 PC-expand-many-files.
1737
1738 * net/tramp.el (tramp-handle-expand-many-files): Remove.
1739 (PC-expand-many-files): Remove advice.
1740
1741 2007-10-22 Glenn Morris <rgm@gnu.org>
1742
1743 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
1744 Add some support for Fortran 2003 syntax:
1745 (f90-type-indent): Now also applies to `enum'.
1746 (f90-associate-indent): New user option.
1747 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
1748 Add some F2003 keywords.
1749 (f90-constants-re): New constant.
1750 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
1751 Interface'.
1752 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
1753 `class'. Arguments for `type'/`class' may have spaces. Add a new
1754 element for functions with specified types. Add `end enum' and
1755 `select type'. Add `implicit enumerator' and `procedure'.
1756 Add `class default' and `type is', `class is'. Fix `go to' regexp.
1757 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
1758 (f90-font-lock-keywords-4): Add `f90-constants-re'.
1759 (f90-blocks-re): Add `enum' and `associate'.
1760 (f90-else-like-re): Add `class is', `type is', and `class default'.
1761 (f90-end-type-re): Add `enum'.
1762 (f90-end-associate-re, f90-typeis-re): New constants.
1763 (f90-end-block-re): Add `enum' and `associate'. Change from
1764 optional whitespace to end-of-word, to avoid `enumerator'.
1765 (f90-start-block-re): Add `select type', `abstract interface', and
1766 `enum'. Avoid `type is', and `type (sometype)'.
1767 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
1768 (f90-mode): Doc fix.
1769 (f90-looking-at-select-case): Doc fix. Add `select type'.
1770 (f90-looking-at-associate): New function.
1771 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
1772 Add `enum' and `abstract interface'.
1773 (f90-no-block-limit): Add `select type' and `abstract interface'.
1774 (f90-get-correct-indent, f90-calculate-indent)
1775 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
1776 (f90-indent-region, f90-match-end): Handle `associate' blocks.
1777
1778 2007-10-22 Martin Rudalics <rudalics@gmx.at>
1779
1780 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
1781 Use window-full-width-p.
1782
1783 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
1784
1785 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
1786
1787 * tooltip.el: Use featurep 'xemacs.
1788
1789 * printing.el: Move variable definitions before use, no code change.
1790
1791 2007-10-22 Juri Linkov <juri@jurta.org>
1792
1793 * simple.el (goto-history-element): Allow minibuffer-default to be
1794 a list of default values accessible by typing M-n in the minibuffer.
1795
1796 * dired-x.el (dired-guess-shell-command): Put all guesses to the
1797 minibuffer default value list instead of pushing them temporarily
1798 to the history list.
1799
1800 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1801
1802 * hexl.el (hexl-menu): New major mode menu.
1803
1804 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
1807
1808 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1809
1810 * w32-fns.el (w32-quote-process-args):
1811 * dos-w32.el (print-region-function, lpr-headers-switches)
1812 (ps-print-region-function): Pacify byte-compiler.
1813
1814 * emulation/edt-mapper.el (function-key-map):
1815 (edt-map-key): Make it a function instead of using fset.
1816 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
1817 (edt-gnu-map-key, edt-lucid-map-key): Remove.
1818 (edt-x-emacs-p): Remove.
1819 (edt-emacs-variant, edt-window-system, edt-xserver):
1820 Use featurep 'xemacs.
1821
1822 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
1823 Replace eudc-xemacs-p with its definition.
1824 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
1825 (eudc-emacs-mule-p): Remove.
1826 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
1827 eudc-xemacs-p with feature tests.
1828
1829 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
1830 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
1831 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
1832 (eudc-bob-toggle-inline-display):
1833 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
1834 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
1835
1836 * net/eudcb-ph.el (eudc-ph-open-session):
1837 Replace eudc-xemacs-mule-p with its former definition.
1838
1839 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
1840 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
1841
1842 * progmodes/vera-mode.el (vera-xemacs): Remove.
1843 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
1844
1845 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
1846 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
1847 (vhdl-speedbar-initialize, vhdl-ps-print-init)
1848 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
1849 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
1850 with (featurep 'xemacs).
1851
1852 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
1853 (save-buffer-state-x):
1854 * obsolete/fast-lock.el (fast-lock-verbose):
1855 * emulation/viper-init.el (viper-xemacs-p)
1856 (viper-cond-compile-for-xemacs-or-emacs):
1857 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
1858 * ps-print.el (case-fold-search):
1859 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
1860 * calculator.el (calculator-help): Use featurep 'xemacs.
1861
1862 * progmodes/prolog.el: Undo previous change.
1863 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
1864
1865 * progmodes/dcl-mode.el:
1866 * play/yow.el:
1867 * calendar/todo-mode.el:
1868 * calendar/cal-hebrew.el:
1869 * vc-hg.el: Undo previous change.
1870
1871 * vms-patch.el: Likewise.
1872 (print-region-function): Pacify byte-compiler.
1873
1874 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
1875
1876 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
1877 preserve-uid-gid.
1878
1879 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
1880 compatibility. It is not used, though.
1881
1882 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
1883 Require tramp-cmds.el.
1884 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
1885 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
1886 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
1887 (tramp-do-copy-or-rename-file-out-of-band)
1888 (tramp-maybe-open-connection): Use `make-temp-name'. This is
1889 possible, because we don't need to create the temporary file, but
1890 we need a prefix for ssh, which has its own temporary file handling.
1891 (tramp-handle-delete-directory): Add "-f" to rmdir.
1892 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
1893 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
1894 a signal, in order to give the callee a chance to suppress.
1895 (tramp-handle-write-region): Set owner also in case of short
1896 track. Don't use compatibility calls for `write-region' anymore.
1897 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
1898 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
1899
1900 * net/tramp-cmds.el: New file.
1901
1902 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
1903 `tramp-clear-passwd'.
1904
1905 * net/trampver.el: Update release number.
1906
1907 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1908
1909 * progmodes/gud.el (gud-target-name): Move definition before use.
1910
1911 * progmodes/dcl-mode.el: Require imenu at compile time.
1912
1913 * progmodes/cc-engine.el (c-maybe-stale-found-type):
1914 Pacify byte-compiler.
1915
1916 * obsolete/fast-lock.el: Use featurep test instead of string-match.
1917
1918 * eshell/esh-mode.el (eshell-handle-ansi-color):
1919 Require ansi-color at compile time too.
1920
1921 * eshell/em-unix.el (eshell/info): Require info at compile time too.
1922
1923 * w32-fns.el: Require w32-vars.
1924
1925 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
1926 time too.
1927
1928 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * double.el ([ignore]): Use `ignore'.
1931 (double-setup): Inline into double-mode.
1932 (double-mode): Use define-minor-mode.
1933
1934 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
1935
1936 * textmodes/reftex.el: Move require easymenu before first use.
1937 (reftex-info): Require info at compile too.
1938
1939 * textmodes/org-publish.el (org-publish-org-to-html)
1940 (org-publish-org-to): Require org at compile time too.
1941 (org-publish-attachment): Require at compile time too.
1942
1943 * term/tty-colors.el (w32-tty-standard-colors):
1944 Pacify byte-compiler.
1945
1946 * term/pc-win.el (frame-creation-function-alist): Add to this
1947 instead of setting frame-creation-function.
1948
1949 * play/blackbox.el (bb-up, bb-down): Use forward-line.
1950
1951 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
1952
1953 * calendar/todo-mode.el: Require calendar at compile time.
1954
1955 * calendar/cal-hebrew.el: Require holidays at compile time.
1956
1957 * w32-vars.el: Provide w32-vars.
1958
1959 * term/w32-win.el: Require w32-vars.
1960 (w32-color-map): Pacify byte-compiler.
1961
1962 * loadup.el: Load w32-vars before term/w32-win.
1963
1964 2007-10-20 Juri Linkov <juri@jurta.org>
1965
1966 * textmodes/fill.el (fill-paragraph): When the region is active,
1967 don't try other `or' branches regardless of the value returned by
1968 fill-region; just return t.
1969
1970 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
1971
1972 * vc.el (vc-do-command): Condition out a misleading message when
1973 running asynchronously.
1974 (vc-deduce-fileset): New argument enables using an unregistered
1975 visited file as a singleton fileset if nothing else is available.
1976 (vc-next-action): Restore file-registering behavior.
1977
1978 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
1979
1980 * calc/README: Add recent news.
1981
1982 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
1983
1984 * term/x-win.el (x-gtk-stock-map, icon-map-list)
1985 (x-gtk-map-stock): Delete duplicated definitions from merge.
1986
1987 * progmodes/compile.el (compilation-skip-to-next-location)
1988 (compilation-skip-threshold, compilation-skip-visited):
1989 Move definitions earlier.
1990
1991 * play/decipher.el (decipher-keypress):
1992 * play/zone.el (zone-fall-through-ws):
1993 * play/landmark.el (lm-move-down, lm-move-up):
1994 * play/handwrite.el (handwrite):
1995 * mail/mspools.el (mspools-visit-spool):
1996 * wdired.el (wdired-next-line, wdired-previous-line):
1997 * tar-mode.el (tar-subfile-save-buffer):
1998 * scroll-lock.el (scroll-lock-next-line)
1999 (scroll-lock-previous-line):
2000 * image-dired.el (image-dired-next-line)
2001 (image-dired-previous-line):
2002 * ediff-help.el (ediff-help-message-line-length):
2003 Use forward-line.
2004
2005 * smerge-mode.el (smerge-auto-refine):
2006 * diff-mode.el (diff-auto-refine): Add :group.
2007
2008 * play/yow.el: Require doctor at compile time.
2009
2010 * vmsproc.el: Provide vmsproc.
2011 (command-send-input): Use forward-line.
2012
2013 * vms-patch.el: Require ps-print and vmsproc at compile time.
2014
2015 * vc-mtn.el (log-view-message-re, log-view-file-re)
2016 (log-view-font-lock-keywords): Pacify byte-compiler.
2017
2018 * vc-hg.el: Require log-view at compile time.
2019
2020 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
2021
2022 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
2023
2024 2007-10-20 Glenn Morris <rgm@gnu.org>
2025
2026 * progmodes/f90.el (f90-font-lock-keywords-2)
2027 (f90-looking-at-type-like): Fix regexp typos.
2028
2029 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2030
2031 * bs.el (bs--track-window-changes): Don't refresh the whole list.
2032 (bs-mode): Set mode-class property to special.
2033
2034 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * diff-mode.el (diff-auto-refine): New var.
2037 (diff-hunk): Use it.
2038 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
2039 (diff-refine-change): Rename from diff-fine-change. Change it.
2040 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
2041 (diff-refine-hunk): Rename from diff-fine-highlight.
2042
2043 2007-10-20 John Paul Wallington <jpw@pobox.com>
2044
2045 * help-fns.el (describe-variable-custom-version-info): New function
2046 to return variable's version or package version note.
2047 (describe-variable): Use it, display result.
2048
2049 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2050
2051 * smerge-mode.el (smerge-auto-refine): New var.
2052 (smerge-next, smerge-prev): Use it.
2053 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
2054
2055 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2056 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
2057
2058 * vc-bzr.el (vc-bzr-diff-tree):
2059 * vc-git.el (vc-git-diff-tree):
2060 * vc-hg.el (vc-hg-diff-tree):
2061 * vc-mcvs.el (vc-mcvs-diff-tree):
2062 * vc-mtn.el (vc-mtn-diff-tree):
2063 * vc-svn.el (vc-svn-diff-tree): Remove.
2064
2065 * vc-mtn.el (vc-mtn-revision-completion-table):
2066 * vc-cvs.el (vc-cvs-revision-completion-table):
2067 * vc-arch.el (vc-arch-revision-completion-table):
2068 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
2069 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
2070 Make it work when the arg is a list of files.
2071
2072 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
2075 Also `revision-completion-table' now takes a list of files.
2076 (vc-deduce-fileset): Remove unused var `regexp'.
2077 Only obey allow-directory-wildcard in dired buffers.
2078 (vc-default-diff-tree): Remove.
2079 (vc-diff-added-files): New var.
2080 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
2081 (vc-version-diff): Revert from `vc-history-diff' to the original name.
2082 Remove the `backend' arg.
2083 (vc-contains-version-controlled-file): Remove.
2084 (vc-diff): Bring it closer to the version in Emacs-22.
2085 (vc-revert): Fix typo in let-binding.
2086 (vc-default-unregister): Remove.
2087 (vc-dired-buffers-for-dir): Remove N^2 behavior.
2088
2089 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
2090
2091 * textmodes/two-column.el (2C-split, 2C-merge):
2092 * textmodes/bib-mode.el (bib-find-key, mark-bib):
2093 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2094 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
2095 * progmodes/ada-xref.el (ada-get-all-references):
2096 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
2097 * emulation/vi.el (vi-previous-line-first-nonwhite)
2098 (vi-effective-range, vi-put-before):
2099 * emulation/edt.el (edt-next-line, edt-previous-line)
2100 (edt-paragraph-forward): Use forward-line.
2101
2102 * progmodes/etags.el (tags-apropos): Require apropos at compile
2103 time too.
2104
2105 * progmodes/prolog.el: Require comint when compiling.
2106 (inferior-prolog-flavor): Move defvar before use.
2107
2108 2007-10-19 Richard Stallman <rms@gnu.org>
2109
2110 * font-core.el (turn-on-font-lock-if-desired):
2111 Rename from `turn-on-font-lock-if-enabled'.
2112 Fully obey `font-lock-global-modes'.
2113
2114 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
2117 which will not affect the behavior of things like forward-word.
2118 (diff-fine-highlight): Preserve point.
2119
2120 * doc-view.el (doc-view-mode-map): Use remapping.
2121 Don't rebind C-v, M-v to their default value.
2122 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
2123
2124 * smerge-mode.el: Add word-granularity refinement.
2125 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
2126 (smerge-refine-weight-hack): New vars.
2127 (smerge-refine-forward): New fun.
2128 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
2129 (smerge-refine-subst): Use them as well. Preserve point.
2130
2131 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
2132
2133 * follow.el (follow-unload-function): New function.
2134
2135 * loadhist.el (unload-function-features-list):
2136 Rename from `unload-hook-features-list'.
2137 (unload-hook-features-list): Add as obsolete alias.
2138 (unload-feature): Use `unload-function-features-list'
2139 and new FEATURE-unload-function.
2140
2141 2007-10-19 Glenn Morris <rgm@gnu.org>
2142
2143 * bindings.el (mouse-minor-mode-menu)
2144 (minor-mode-menu-from-indicator): Move to mouse.el.
2145 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2146 Move here from bindings.el.
2147
2148 2007-10-19 Richard Stallman <rms@gnu.org>
2149
2150 * help-fns.el (describe-function-1): Don't use the advice origname
2151 if it has no function definition.
2152
2153 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
2154
2155 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
2156 Use `save-restriction' rather than `widen'.
2157
2158 2007-10-18 Richard Stallman <rms@gnu.org>
2159
2160 * time.el (display-time-world-time-format): Display day # not month #.
2161
2162 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2163
2164 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
2165
2166 * doc-view.el: Remove version keyword.
2167 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
2168 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
2169 (doc-view-ghostscript-options): Improve custom type.
2170 (doc-view-cache-directory, doc-view-conversion-buffer)
2171 (doc-view-conversion-refresh-interval): Simplify custom type.
2172
2173 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
2174
2175 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
2176 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
2177 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
2178 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
2179 Remove superfluous messages.
2180 (doc-view-mode-map): Use the image-mode scrolling commands.
2181 Don't rebind C-x k.
2182
2183 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
2184
2185 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
2186 Add comment about "-dSAFER".
2187
2188 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2189
2190 * term/xterm.el: Don't require xt-mouse.
2191 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
2192 calling turn-on-xterm-mouse-tracking-on-terminal directly.
2193
2194 * xt-mouse.el: Don't change the global function-key-map anny more.
2195 (xterm-mouse-mode): Use terminal-init-xterm-hook.
2196 Don't use after-make-frame-functions now that term/xterm.el calls
2197 us directly.
2198 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
2199 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
2200 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
2201 Setup input-decode-map and remember that xterm-mouse-mode was
2202 enabled in this terminal.
2203 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
2204 terminals where it has been enabled.
2205
2206 * faces.el (tty-create-frame-with-faces): Make sure not only
2207 tty-run-terminal-initialization but also set-locale-environment
2208 are run only once per terminal.
2209 (tty-run-terminal-initialization): Don't check if the terminal was
2210 already initted.
2211
2212 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
2213 not to remove keymaps that just happen to inherit from one of ours.
2214 When setting up our keymap, make sure it won't be accidentally
2215 modified by someone else.
2216
2217 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
2218
2219 * textmodes/artist.el (artist-previous-line, artist-next-line):
2220 * dired.el (dired-next-line, dired-previous-line):
2221 * progmodes/delphi.el (delphi-newline):
2222 * textmodes/org.el (org-columns-eval):
2223 Use forward-line.
2224
2225 * emerge.el (emerge-setup): Use insert-buffer-substring.
2226 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
2227
2228 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
2229
2230 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
2231 (adaptive-fill-function): Doc fix. Remove * from docstring.
2232
2233 2007-10-18 Tom Horsley <tom.horsley@att.net>
2234
2235 * simple.el (interprogram-paste-function): Doc fix.
2236 (current-kill): Accept list of strings as well
2237 as single string from `interprogram-paste-function'.
2238
2239 2007-10-18 Glenn Morris <rgm@gnu.org>
2240
2241 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
2242
2243 2007-10-18 Drew Adams <drew.adams@oracle.com>
2244
2245 * bindings.el (mode-line-minor-mode-keymap):
2246 Add mouse-minor-mode-menu on mouse-1.
2247 (mode-line-modes): Add mouse-1 to help-echo text.
2248 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
2249 New functions.
2250 (mode-line-minor-mode-help): Doc fix.
2251
2252 2007-10-17 Juri Linkov <juri@jurta.org>
2253
2254 * textmodes/fill.el (fill-paragraph-or-region): Remove function
2255 at the request of RMS.
2256 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
2257 arg `region'. Fix docstring. At the first `or' branch add call to
2258 `fill-region' if it the region is active in transient-mark-mode.
2259
2260 * bindings.el (esc-map): Bind M-q to fill-paragraph
2261 instead of fill-paragraph-or-region.
2262
2263 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
2264 with fill-paragraph.
2265
2266 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
2267 Fix docstring.
2268
2269 * indent.el (indent-for-tab-command): Change interactive spec from
2270 "P" to "p". Add check for interactive arg before indenting the
2271 active region.
2272
2273 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
2274 Regroup.
2275
2276 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
2277
2278 * emacs-lisp/find-func.el: Don't require loadhist.
2279
2280 * loadhist.el (feature-symbols, file-provides, file-requires)
2281 (file-set-intersect, file-dependents): Simplify.
2282 (unload-feature-special-hooks): Update list of special hooks.
2283
2284 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
2285
2286 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
2287 extensions since they can be viewed with doc-view.
2288
2289 * files.el (auto-mode-alist): Make doc-view-mode the default mode
2290 for pdf, ps and dvi files.
2291
2292 * doc-view.el: Make doc-view-mode the standard mode for viewing
2293 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
2294 text and image display. Add binding C-c C-e to switch to an
2295 editing mode.
2296 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
2297 avoid security problems when rendering files from untrusted sources.
2298
2299 2007-10-17 Aaron Hawley <aaronh@garden.org>
2300
2301 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
2302 position is not saved.
2303
2304 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
2305
2306 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
2307 (doc-view-ghostscript-options): Fix typo in doc string.
2308
2309 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
2312 handling, so compilation-fake-loc works again.
2313
2314 * server.el (server-select-display): Nop if we do not support m-f-o-d.
2315 (server-process-filter): Revert last change.
2316
2317 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
2318 behavior unrelated to filesets.
2319
2320 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * longlines.el (longlines-wrap-follows-window-size): Integer value
2323 specifies wrapping margin.
2324 (longlines-mode, longlines-window-change-function):
2325 Set window-specific wrapping margin based on the above.
2326
2327 2007-10-17 John Wiegley <johnw@newartisans.com>
2328
2329 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
2330
2331 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2332
2333 * server.el (server-process-filter): Only set display if X11 is
2334 supported.
2335
2336 2007-10-17 Glenn Morris <rgm@gnu.org>
2337
2338 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
2339 Tweak regexp to avoid stack overflow.
2340
2341 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * simple.el (reindent-then-newline-and-indent): Don't assume that
2344 indent-according-to-mode preserves point.
2345
2346 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
2347
2348 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
2349 (bs--nth-wrapper): Simplify.
2350 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
2351 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
2352 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
2353 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
2354 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
2355 (bs-configurations, bs-default-configuration)
2356 (bs-alternative-configuration, bs-cycle-configuration-name)
2357 (bs-string-show-always, bs-string-show-never, bs-string-current)
2358 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
2359 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
2360 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
2361 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
2362 (bs--window-config-coming-from): Revert 2006-11-09 change.
2363 (bs--restore-window-config): Keep the selected frame.
2364 (bs--track-window-changes, bs--remove-hooks): New functions.
2365 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
2366 (bs--create-header): Remove.
2367 (bs--create-header-line): New function, based on `bs--create-header'.
2368 (bs--show-header): Use `bs--create-header-line'.
2369 (bs--show-with-configuration): Revert 2006-11-09 change.
2370 Don't reuse window unless it is visible on the selected frame.
2371 Restore window configuration (possibly in a different frame)
2372 before creating any window.
2373
2374 2007-10-16 Glenn Morris <rgm@gnu.org>
2375
2376 * simple.el (blink-matching-open): Don't report false errors with
2377 the `$' syntax class.
2378
2379 2007-10-16 Richard Stallman <rms@gnu.org>
2380
2381 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
2382 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
2383 (ad-is-advised, ad-get-advice-info-field)
2384 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
2385
2386 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2387
2388 * vc-hooks.el (vc-workfile-version): Compatibility alias.
2389 (vc-default-working-revision): Compatibility for backends.
2390
2391 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2392
2393 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
2394 (filesets-ormap, filesets-sort-case-sensitive-flag)
2395 (filesets-remake-shortcut, filesets-ingroup-collect-files):
2396 Fix typos in docstrings.
2397 (filesets-conditional-sort, filesets-find-or-display-file)
2398 (filesets-data-get-name, filesets-data-get-data)
2399 (filesets-data-set, filesets-cmd-query-replace-getargs)
2400 (filesets-ingroup-collect): Doc fixes.
2401
2402 2007-10-15 Sam Steingold <sds@gnu.org>
2403
2404 * mail/sendmail.el (sendmail-error-reporting-interactive)
2405 (sendmail-error-reporting-non-interactive): New variables for
2406 sendmail error reporting options to simplify support for imperfect
2407 sendmail emulators.
2408 (sendmail-send-it): Use them instead of list literals.
2409
2410 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2411
2412 * help-fns.el: Revert previous change; it creates a
2413 dependency loop between advice.el and help-fns.el.
2414
2415 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * help-fns.el: Require advice when compiling.
2418
2419 2007-10-14 Drew Adams <drew.adams@oracle.com>
2420
2421 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
2422 (ring-insert+extend, ring-remove+insert+extend, ring-member)
2423 (ring-next, ring-previous): New functions.
2424
2425 2007-10-14 Richard Stallman <rms@gnu.org>
2426
2427 * emacs-lisp/advice.el (documentation): Advice deleted.
2428 Doc for advised functions is now handled at C level.
2429 (ad-stop-advice, ad-start-advice): Don't enable or disable
2430 advice for `documentation'.
2431 (ad-advised-definition-docstring-regexp): Var deleted.
2432 (ad-make-advised-definition-docstring): Store orig name
2433 as text property of string.
2434 (ad-advised-definition-p): Check for text property of docstring.
2435
2436 * help-fns.el (describe-function-1): Find source of advised functions.
2437
2438 2007-10-14 Juri Linkov <juri@jurta.org>
2439
2440 * faces.el (describe-face): Allow handling a string as the face name.
2441
2442 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
2443 active region in transient-mark-mode.
2444 (ispell-region): Change messages displayed at the start and end of
2445 the spell-checking to be the same.
2446
2447 * startup.el (fancy-startup-tail): Say exactly what does the button
2448 dismiss ("Dismiss this startup screen"). Use text "Never show
2449 it again" for the checkbox after this button.
2450 (fancy-startup-screen, fancy-about-screen): Put point before the
2451 first link, so the user can quickly select links with the keyboard.
2452 (normal-mouse-startup-screen): Add more useful text describing how
2453 to follow a link.
2454
2455 2007-10-14 Glenn Morris <rgm@gnu.org>
2456
2457 * progmodes/etags.el (select-tags-table): Disable undo in the
2458 `*Tags Table List*' buffer.
2459
2460 2007-10-13 Eli Zaretskii <eliz@gnu.org>
2461
2462 * dired.el (dired-warn-writable): New face.
2463 (dired-warn-writable-face): New variable.
2464 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
2465 of dired-warning-face, for group- and world-writable files.
2466
2467 2007-10-13 Richard Stallman <rms@gnu.org>
2468
2469 * files.el (directory-abbrev-alist): Doc fix.
2470
2471 2007-10-13 Jari Aalto <jari.aalto@cante.net>
2472
2473 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
2474
2475 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2476
2477 * frame.el (set-frame-configuration): Assign name parameter only
2478 if it has been set explicitly before.
2479
2480 2007-10-11 Tom Tromey <tromey@redhat.com>
2481
2482 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
2483 frame is visible.
2484
2485 2007-10-10 Richard Stallman <rms@gnu.org>
2486
2487 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
2488 in *Backtrace*.
2489
2490 * faces.el (face-font-selection-order): Doc fix.
2491
2492 * loadhist.el (unload-feature): Doc fix.
2493
2494 2007-10-13 Glenn Morris <rgm@gnu.org>
2495
2496 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
2497 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2498 Add doc string, and an explicit COUNT argument.
2499 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
2500 `inc' to search functions.
2501
2502 * faces.el (face-spec-set): When FRAME is nil, set the default for
2503 new frames (restores pre-2007-09-17 behavior). Doc fix.
2504
2505 2007-10-13 John W. Eaton <jwe@octave.org>
2506
2507 * progmodes/octave-mod.el (octave-looking-at-kw)
2508 (octave-re-search-forward-kw, octave-re-search-backward-kw):
2509 New functions.
2510 (octave-in-defun-p, calculate-octave-indent)
2511 (octave-blink-matching-block-open, octave-beginning-of-defun)
2512 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
2513 to search for regexps that contain case-sensitive keywords.
2514 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
2515 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
2516
2517 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2518
2519 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
2520 Do not use a single clause cond.
2521
2522 * cus-start.el (all): Use test that does not match the X11 version
2523 for mac.
2524
2525 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
2526
2527 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
2528 BROWSE buffer.
2529
2530 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * cus-start.el (all): Undo previous change.
2533
2534 2007-10-13 Glenn Morris <rgm@gnu.org>
2535
2536 * woman.el (woman0-rename): Fix paren typo.
2537
2538 * mail/feedmail.el (feedmail-run-the-queue)
2539 (feedmail-look-at-queue-directory):
2540 * mail/reporter.el (reporter-dump-state):
2541 * net/eudc-hotlist.el (eudc-edit-hotlist):
2542 * net/eudc.el (eudc-display-records)
2543 (eudc-filter-duplicate-attributes)
2544 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
2545 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
2546 (eudc-bbdb-query-internal):
2547 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
2548 * net/socks.el (socks-build-auth-list):
2549 * progmodes/cc-cmds.el (top level):
2550 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
2551 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
2552 (cperl-write-tags, cperl-tags-treeify):
2553 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
2554 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
2555 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
2556 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
2557 (idlwave-toolbar-remove-everywhere):
2558 * progmodes/idlwave.el (idlwave-indent-line)
2559 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
2560 (idlwave-write-paths, idlwave-all-method-classes)
2561 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
2562 (idlwave-fix-keywords, idlwave-display-calling-sequence)
2563 (idlwave-complete-in-buffer):
2564 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
2565 (org-fast-tag-selection):
2566 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
2567 than mapcar.
2568
2569 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2570
2571 * diff-mode.el (diff-fine-change): Add :group.
2572
2573 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
2574
2575 * cus-start.el (all): Use the same test as the 22.2 branch.
2576
2577 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * diff-mode.el (diff-current-defun): Force recomputation of
2580 change-log-default-name.
2581
2582 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
2583
2584 * startup.el (fancy-startup-screen): Remove an unnecessary newline
2585 and some leftover logic regarding dedicated frames. If showing
2586 concise startup screen, fit window to buffer.
2587 (command-line-1): If we will be using the splash screen, use
2588 find-file instead of find-file-other-window to find additional files.
2589 Comment out unused code for coping with the old sit-for behavior.
2590
2591 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
2594 `meta' modifier consistently, rather than using sometimes meta
2595 sometimes alt.
2596
2597 2007-10-12 Martin Rudalics <rudalics@gmx.at>
2598
2599 * window.el (handle-select-window): Revert part of 2007-10-08
2600 change setting the input focus.
2601
2602 2007-10-12 Glenn Morris <rgm@gnu.org>
2603
2604 * startup.el (command-line): Do not read abbrev file in batch mode.
2605
2606 * emacs-lisp/byte-opt.el (top level):
2607 * mail/rmail.el (rmail-list-to-menu):
2608 * obsolete/hilit19.el (hilit-mode):
2609 * progmodes/cc-mode.el (c-postprocess-file-styles)
2610 (c-submit-bug-report):
2611 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
2612 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
2613 (reftex-access-parse-file):
2614 * textmodes/reftex-cite.el (reftex-do-citation)
2615 (reftex-insert-bib-matches):
2616 * textmodes/reftex-ref.el (reftex-offer-label-menu):
2617 * textmodes/reftex-sel.el (reftex-select-unmark):
2618 * textmodes/reftex-toc.el (reftex-toc-do-promote):
2619 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
2620
2621 * cus-edit.el (custom-variable-menu, custom-face-menu)
2622 (custom-group-menu): Check init-file-user rather than
2623 user-init-file, in case cus-edit is loaded by site-run-file.
2624
2625 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2626
2627 * vc.el (vc-deduce-fileset): Delete unused code.
2628 (vc-next-action): Fix typos.
2629
2630 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2631
2632 * bs.el (bs--mark-unmark): New function.
2633 (bs-mark-current, bs-unmark-current): Use it.
2634
2635 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2636
2637 * vc.el (vc-diff):
2638 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
2639 temporarily disable the check for his edge case of
2640 vc-diff (stopping it from grinding when called from $HOME), as
2641 it's calling some brittle code in vc-hooks.el.
2642 (with-vc-properties): Fix evaluation time of a macro argument.
2643 * ediff-vers.el (ediff-vc-internal):
2644 * vc-hooks.el:
2645 * loaddefs.el: Follow up on VC terminology change.
2646
2647 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
2648
2649 * follow.el (follow-stop-intercept-process-output):
2650 Use `follow-call-process-filter' rather than `process-filter'.
2651 Simplify.
2652
2653 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
2654
2655 * vc-hooks.el (vc-registered): Robustify this function a bit
2656 against filenames with no directory component.
2657
2658 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2659
2660 * international/characters.el: Undo unwanted and unexplained change.
2661
2662 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2663
2664 * ps-print.el: Fix the usage of :foreground and :background face
2665 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
2666 (ps-print-version): New version 6.7.6.
2667 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
2668 Fix code.
2669 (ps-face-foreground-color-p, ps-face-background-color-p)
2670 (ps-face-color-p): New inline funs.
2671
2672 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2673
2674 * textmodes/org.el (org-additional-option-like-keywords): New constant.
2675 (org-complete): Use `org-additional-option-like-keywords'.
2676 (org-parse-local-options): New function.
2677
2678 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
2679
2680 * textmodes/org.el (org-in-clocktable-p): New function.
2681 (org-clock-report): Only update the table at point, or insert a new one.
2682 (org-clock-goto): New function.
2683 (org-open-file): Use `start-process-shell-command' instead of
2684 `shell-command' with an ampersand.
2685 (org-deadline, org-schedule): New argument REMOVE to remove the
2686 date from the entry.
2687 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
2688 argument to `org-schedule' and `org-deadline'.
2689 (org-trim): Use the correct expressions for beginning and end of
2690 the string.
2691 (org-get-cleaned-entry): Trim the string before returning it.
2692 (org-clock-find-position): New function.
2693 (org-clock-into-drawer): New option.
2694 (org-agenda-tags-column): Rename from
2695 `org-agenda-align-tags-to-column'.
2696 (org-agenda-align-tags): Allow negative values for
2697 `org-agenda-tags-column'.
2698 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
2699 (org-agenda-to-appt): New optional argument FILTER.
2700 (org-completion-fallback-command): New variable.
2701 (org-complete): Use `org-completion-fallback-command'.
2702 (org-find-base-buffer-visiting): Catch the case that there is no
2703 buffer visiting the file.
2704 (org-property-or-variable-value): New function.
2705 (org-todo): Use `org-property-or-variable-value'
2706 (org-agenda-compact-blocks): New option.
2707 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
2708 (org-agenda-schedule, org-agenda-deadline):
2709 Call `org-agenda-show-new-time'.
2710 (org-agenda-show-new-time): New argument PREFIX.
2711 (org-colgroup-info-to-vline-list): Fix but that cause a
2712 shift in the vertical lines.
2713 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
2714 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
2715 (org-indent-item): No arg in call to `org-fix-bullet-type'.
2716 (org-fix-bullet-type): Remove argument.
2717 (org-read-date): Check for am/pm twice, to catch the end time.
2718 (org-goto-map): Use `suppress-keymap'.
2719 (org-remember-apply-template): Respect the dynamically scoped
2720 selection character.
2721
2722 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
2723
2724 * textmodes/org-export-latex.el (org-export-latex-protect-string):
2725 Renaming of `org-latex-protect'.
2726 (org-export-latex-emphasis-alist): By default, don't protect
2727 any emphasis formatter from further conversion.
2728 (org-export-latex-tables): Honor column grouping for tables.
2729 (org-export-latex-title-command): New option.
2730 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
2731 export backslash character.
2732
2733 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * frame.el (frame-inherited-parameters): Remove unused `environment'
2736 parameter, and let server.el add `client' when needed.
2737
2738 * server.el (server-create-tty-frame)
2739 (server-create-window-system-frame): Set frame-inherited-parameters.
2740
2741 * frame.el (frame-inherited-parameters): New var.
2742 (make-frame): Use it.
2743
2744 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
2745
2746 * env.el (let-environment): Remove. Unused.
2747 (read-envvar-name): Simplify.
2748 (setenv): Remove unused arg `frame'.
2749
2750 * help-fns.el (describe-variable): Add missing " " for multiline
2751 obsolescence info and missing EOL after global value.
2752
2753 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2754
2755 * add-log.el:
2756 * ediff-vers.el:
2757 * log-view.el:
2758 * pcvs.el:
2759 * vc-arch.el:
2760 * vc-bzr.el:
2761 * vc-cvs.el:
2762 * vc.el:
2763 * vc-git.el:
2764 * vc-hg.el:
2765 * vc-hooks.el:
2766 * vc-mcvs.el:
2767 * vc-mtn.el:
2768 * vc-rcs.el:
2769 * vc-sccs.el:
2770 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
2771 {find,init,next,previous,annotate-*,log}-version ->
2772 {find,init,next,previous,annotate-*,log}-revision,
2773 annotate-focus-version -> annotate-working-revision, The term
2774 'focus' is gone. The term 'revision' is now used consistently
2775 everywhere that reference to a revision ID is intended, replacing
2776 older use of 'version'.
2777
2778 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * follow.el: Change all instances of "Follow Mode" to "Follow
2781 mode" in docstrings and messages.
2782 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
2783
2784 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
2785
2786 * vc.el (vc-next-action): Rewrite completely; this principal
2787 entry point now operates on a current fileset selected either
2788 explicitly via VC-Dired or implicitly by visiting a file buffer,
2789 rather than always operating on the file of the current buffer as
2790 in older versions. Rewrite the rest of the mode to match.
2791 (with-vc-properties): Rewrite to operate on a file list.
2792 (with-vc-file): vc-checkin takes a file list argument now.
2793 (vc-post-command-functions): This hook now receives a file list.
2794 (vc-do-command): Take a either a file or a file list as argument.
2795 (vc-deduce-fileset): New function for deducing a file list to
2796 operate on.
2797 (vc-next-action-on-file, vc-next-action-dired): Remove.
2798 Merge into vc-next-action.
2799 (vc-register): Adapt to the fact that vc-start-entry now takes a
2800 file list.
2801 (vc-register-with): New function.
2802 (vc-start-entry): Take a file list argument rather than a
2803 file argument.
2804 (vc-checkout): Cope with vc-start-entry taking a file list.
2805 (vc-steal-lock): Cope with with-vc-properties taking a
2806 file list.
2807 (vc-checkin): Take a file list argument rather than a file argument.
2808 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
2809 (vc-diff-internal): Rewrite for filesets.
2810 (vc-diff-sentinel): New function, tests whether changes were
2811 written into a diff buffer.
2812 (vc-diff): Rewrite for filesets.
2813 (vc-version-diff): Rewrite for filesets.
2814 (vc-print-log): Take a fileset argument.
2815 (vc-revert): Revert the entire selected fileset, not just the
2816 current buffer.
2817 (vc-rollback): Roll back the entire selected fileset, if
2818 possible. No longer accepts a prefix argument.
2819 (vc-update): Merge new changes for the entire selected
2820 fileset, not just the current buffer.
2821 (vc-revert-file): Cope with with-vc-properties taking a file list.
2822 (vc-default-dired-state-info): Add + status suffix if the file is
2823 modified.
2824 (vc-annotate-warp-version): Use the new diff machinery.
2825 (vc-log-edit): Take a file list argument rather than a file argument.
2826
2827 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
2828
2829 Sync with Tramp 2.1.11.
2830
2831 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2832 Pacify byte compiler.
2833
2834 * net/trampver.el: Update release number.
2835
2836 2007-10-09 Richard Stallman <rms@gnu.org>
2837
2838 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
2839
2840 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
2841
2842 * follow.el: Require easymenu.
2843 (follow-mode-hook, follow-mode): Doc fixes.
2844 (follow-mode-off-hook): Mark as obsolete.
2845
2846 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2847
2848 * window.el (mouse-autoselect-window-cancel): Don't cancel for
2849 select-window or select-frame events.
2850 (handle-select-window): When autoselecting window set input
2851 focus. Restructure.
2852
2853 * frame.el (focus-follows-mouse): Move to frame.c.
2854 * cus-start.el (all): Add focus-follows-mouse.
2855
2856 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2857
2858 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
2859 activate font-locking in the *buffer-selection* buffer.
2860 (bs-show-sorted): Doc fix.
2861
2862 * bs.el (bs--get-marked-string, bs--get-modified-string)
2863 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
2864 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
2865 (bs--format-aux): Doc fix.
2866
2867 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2868
2869 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2870
2871 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2872
2873 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
2874 (gud-gdb): New function for old M-x gdb (text command mode).
2875 (gud-gdb-command-name, gdb): Move to...
2876
2877 * progmodes/gdb-ui.el: ...here and adapt doc string.
2878 (gud-gdba-command-name, gdba): Delete.
2879
2880 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
2881
2882 * bs.el: Don't defvar `font-lock-verbose'.
2883 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
2884 (bs--get-file-name): Fix typos in docstrings.
2885 (bs--show-header): Use `dolist' instead of `mapcar'.
2886 (bs-mode): Set `show-trailing-whitespace' to nil.
2887 (bs-buffer-sort-function, bs-mouse-select-other-frame)
2888 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
2889 Doc fixes.
2890
2891 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
2892
2893 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
2894
2895 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2896
2897 * progmodes/gud.el (gdb): Make graphical mode the default and
2898 switch to text command mode if appropriate, i.e., reverse previous
2899 arrangement.
2900 (gud-gdb-marker-filter): Adapt for above change.
2901
2902 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
2903 gud-minor-mode and gud-marker-filter.
2904 (gdb-fullname-regexp): New variable.
2905 (gud-gdba-marker-filter): Use it to switch to text command
2906 mode if appropriate.
2907
2908 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
2909
2910 * progmodes/gud.el (gud-display-line): Find source buffer even when
2911 GUD buffer has its own frame.
2912
2913 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2914
2915 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
2916
2917 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2918
2919 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
2920
2921 2007-10-08 Martin Rudalics <rudalics@gmx.at>
2922
2923 * allout.el (allout-before-change-handler): Replace got-char by
2924 goto-char.
2925
2926 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
2929 Used to try and automatically enabled smerge-mode in the presence of
2930 conflicts and to call `svn resolved' when the conflicts are gone.
2931 (vc-svn-parse-status): Remember the svn-specific status.
2932
2933 2007-10-08 Eli Zaretskii <eliz@gnu.org>
2934
2935 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
2936 menu-bar-apropos-menu. All users changed.
2937 (menu-bar-help-menu): Change menu symbols to better match the text
2938 displayed by the menu.
2939
2940 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2941
2942 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
2943 #, @, : and ^.
2944
2945 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2946
2947 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
2948
2949 * log-view.el (log-view-mode-map): Likewise.
2950
2951 * diff-mode.el (diff-mode-shared-map): Likewise.
2952
2953 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2954
2955 * files.el (file-name-sans-versions): Also allow `A-Z'.
2956
2957 * vc.el: Mention all supported VC backends.
2958
2959 2007-10-08 Richard Stallman <rms@gnu.org>
2960
2961 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
2962 neighbouring buttons.
2963
2964 2007-10-08 Andreas Schwab <schwab@suse.de>
2965
2966 * files.el (file-name-sans-versions): Also allow `_'.
2967
2968 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2969
2970 * files.el (file-name-sans-versions): Allow - and a-z in version names.
2971
2972 * log-view.el (log-view-mode-map, log-view-mode-menu):
2973 Bind log-view-annotate-version.
2974 (log-view-beginning-of-defun, log-view-end-of-defun)
2975 (log-view-annotate-version): New functions.
2976 (log-view-mode): Use log-view-beginning-of-defun and
2977 log-view-end-of-defun.
2978
2979 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
2982
2983 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
2986 neighbouring buttons.
2987
2988 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2989 Recognize gcc's use of "note" for informational messages.
2990
2991 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
2994 (css-mode): Update correspondingly.
2995
2996 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
2997
2998 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
2999 Signed-off-by, Acked-by and Merge.
3000
3001 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3002
3003 * ediff-init.el (ediff-verbose-p): This var is not a constant.
3004
3005 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3006
3007 * vc-mtn.el: New file.
3008
3009 * vc-hooks.el (vc-handled-backends): Add Mtn.
3010
3011 2007-10-08 Eli Zaretskii <eliz@gnu.org>
3012
3013 * files.el (find-file, find-file-other-window)
3014 (find-file-other-frame, find-file-existing, find-file-read-only)
3015 (find-file-read-only-other-window)
3016 (find-file-read-only-other-frame)
3017 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
3018
3019 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
3020
3021 * progmodes/gud.el (gdb-ready): New variable.
3022 (gdb): Set it to nil. Set gud-running to nil here...
3023 (gud-common-init): ...instead of here.
3024
3025 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
3026 Use gdb-ready. Discard input until GDB is ready to accept it.
3027
3028 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3029
3030 * dired.el (dired-warning): Inherit from font-lock-warning-face to
3031 make it show up with eight colors.
3032
3033 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3034
3035 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
3036 diffs are concatenated with no intervening line.
3037
3038 2007-10-08 Dave Love <fx@gnu.org>
3039
3040 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
3041 (python-font-lock-keywords): Update to the 2.5 version of the language.
3042 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
3043 (python-backspace): Only behave funny in code.
3044 (python-compilation-regexp-alist): Add PDB stack trace regexp.
3045 (inferior-python-mode): Add PDB prompt regexp.
3046 (python-fill-paragraph): Refine the fenced-string regexp.
3047 (python-find-imports): Handle imports spanning several lines.
3048 (python-mode): Add `class' to hideshow support.
3049
3050 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3051
3052 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3053 Use add-log-buffer-file-name-function rather than binding
3054 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
3055 when `fi' is the ChangeLog file itself.
3056
3057 * outline.el (outline-flag-region): Use front-advance.
3058
3059 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
3060
3061 * progmodes/cperl-mode.el: Merge upstream 5.23.
3062 (cperl-where-am-i): Remove function.
3063 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
3064 (cperl-sniff-for-indent): De-invert [string] and [comment].
3065 When looking for label, skip s:m:y:tr.
3066 (cperl-indent-line): Likewise.
3067 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
3068 (cperl-windowed-init): Wrong `ps-print' handling.
3069 Both thanks to Chong Yidong.
3070 (cperl-look-at-leading-count): Could fail with unfinished RExen.
3071 (cperl-find-pods-heres): If the second part of s()[] is missing,
3072 don't try to highlight delimiters...
3073
3074 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
3075
3076 * progmodes/compile.el (compilation-get-file-structure): Complete last
3077 change by also using spec-directory in the puthash.
3078
3079 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
3080
3081 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
3082 (vc-bzr-status): Fix shadowing of variable 'status'.
3083 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
3084 Use `expand-file-name' instead of `concat'.
3085 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
3086 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
3087
3088 2007-10-08 Jason Rumney <jasonr@gnu.org>
3089
3090 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
3091
3092 2007-10-08 Richard Stallman <rms@gnu.org>
3093
3094 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
3095 Add `safe-local-variable' property.
3096 (lisp-body-indent): Likewise.
3097
3098 2007-10-08 Richard Stallman <rms@gnu.org>
3099
3100 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
3101 Add doc string.
3102
3103 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3104
3105 * files.el (backup-buffer-copy): Try to overwrite old backup first.
3106
3107 2007-10-08 Martin Rudalics <rudalics@gmx.at>
3108
3109 * repeat.el (repeat): Use last-repeatable-command instead of
3110 real-last-command. Run pre- and post-command hooks for
3111 self-insertion. Update doc-string.
3112
3113 2007-10-08 Alexandre Julliard <julliard@winehq.org>
3114
3115 * vc-git.el (vc-git-state): Call git-add --refresh to update the
3116 state of the file.
3117 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
3118 (vc-git-create-repo): Fix invalid command.
3119
3120 2007-10-08 Richard Stallman <rms@gnu.org>
3121
3122 * textmodes/flyspell.el (flyspell-mode):
3123 Catch errors in flyspell-mode-on.
3124
3125 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
3126
3127 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
3128
3129 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
3130
3131 * international/encoded-kb.el (encoded-kbd-setup-display):
3132 Use input-decode-map rather than local-key-translation-map.
3133
3134 * term/rxvt.el (rxvt-alternatives-map): New map.
3135 (terminal-init-rxvt): Use it.
3136 Bind rxvt-function-map in input-decode-map.
3137
3138 * term/xterm.el (xterm-alternatives-map): New map.
3139 (terminal-init-xterm): Use it.
3140 Bind xterm-function-map in input-decode-map.
3141
3142 * term/x-win.el (x-alternatives-map): New var.
3143 (x-setup-function-keys): Use it.
3144
3145 * help-fns.el (describe-variable): Slightly change the layout of
3146 meta-info to separate it better from the docstring.
3147 Standardize insertion of extra empty lines in various circumstances.
3148
3149 * diff-mode.el (diff-hunk-style): New fun.
3150 (diff-end-of-hunk): Use it.
3151 (diff-context->unified): Use the new `apply' undo element,
3152 if applicable, so as to save undo-log space.
3153 (diff-fine-change): New face.
3154 (diff-fine-highlight-preproc): New function.
3155 (diff-fine-highlight): New command.
3156 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
3157
3158 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
3159 (smerge-refine-highlight-change): Add `props' argument.
3160 (smerge-refine-subst): New function holding most of smerge-refine.
3161 (smerge-refine): Use it.
3162
3163 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
3164
3165 * vc.el (vc-default-wash-log): Remove unused code, the
3166 log washers all live in the backends now.
3167 (vc-default-comment-history): Correct for the fact
3168 that wash-log is argumentless in the new API.
3169
3170 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
3171
3172 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
3173 (tramp-maybe-send-script): Apply `member' but `memq'.
3174 (tramp-advice-file-expand-wildcards): Simplify implementation.
3175
3176 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
3177
3178 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
3179
3180 * mb-depth.el (minibuf-depth-indicator-function): New variable.
3181 (minibuf-depth-setup-minibuffer): Use it.
3182
3183 2007-10-07 Glenn Morris <rgm@gnu.org>
3184
3185 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
3186 version numbers.
3187
3188 2007-10-06 Juri Linkov <juri@jurta.org>
3189
3190 * textmodes/fill.el (fill-paragraph-or-region): New function.
3191
3192 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
3193 instead of fill-paragraph.
3194
3195 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
3196 with fill-paragraph-or-region. Suspend command is now the same
3197 `suspend-frame' on window systems and on tty.
3198
3199 * image.el (image-type): Check if image-types is bound to not fail
3200 on tty.
3201
3202 * delsel.el (delete-selection-pre-hook):
3203 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
3204 is fbound to not fail on mouseless tty.
3205
3206 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
3207
3208 * net/tramp.el (top): Move loading of tramp-util.el and
3209 tramp-vc.el to tramp-compat.el.
3210 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
3211 temporary file if possible, in order to avoid a security hole.
3212 (tramp-do-copy-or-rename-file-out-of-band)
3213 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
3214 with DONT-CREATE, because the connection is not setup yet.
3215 (tramp-handle-process-file): Rewrite temporary file handling.
3216 (tramp-completion-mode): New defvar.
3217 (tramp-completion-mode-p): Use it.
3218
3219 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
3220
3221 * net/tramp-fish.el (tramp-fish-handle-process-file):
3222 Rewrite temporary file handling.
3223
3224 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
3225
3226 * vc.el: Workfile version -> focus version change. Port various
3227 comments from new VC to reduce the noise in the diff.
3228 Patch in the new vc-create-repo function to go with the
3229 header comment about it already present.
3230 There are no changes to existing logic in this patch.
3231 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
3232
3233 2007-10-06 Aaron Hawley <aaronh@garden.org>
3234
3235 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
3236
3237 2007-10-05 Chris Moore <dooglus@gmail.com>
3238
3239 * server.el (server-kill-new-buffers): Doc fix.
3240
3241 2007-10-05 John W. Eaton <jwe@octave.org>
3242
3243 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
3244 (octave-begin-keywords): Add "do".
3245 (octave-end-keywords): Remove "end".
3246 (octave-reserved-words): Add "end". Remove "all_va_args",
3247 "gplot", and 'gsplot".
3248 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
3249 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
3250 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
3251 "default_return_value", "define_all_return_values",
3252 "do_fortran_indexing", "empty_list_elements_ok",
3253 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
3254 "ok_to_lose_imaginary_part", "prefer_column_vectors",
3255 "prefer_zero_one_indexing", "propagate_empty_matrices",
3256 "resize_on_range_error", "treat_neg_dim_as_zero",
3257 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
3258 "warn_divide_by_zero", "warn_function_name_clash",
3259 "warn_missing_semicolon", "whitespace_in_literal_matrix".
3260 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
3261 "crash_dumps_octave_core", "sighup_dumps_octave_core",
3262 "sigterm_dumps_octave_core".
3263 (octave-block-match-alist): Remove "end" from block-end keywords.
3264 (octave-mode): Update ftp site address.
3265
3266 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
3267
3268 * vc.el: Reorder functions, no code changes.
3269
3270 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
3271
3272 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
3273 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
3274 the cond clauses where needed.
3275 (tramp-handle-write-region): Rearrange code for proper handling of
3276 tmpfile.
3277
3278 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
3279
3280 * net/tramp.el:
3281 * net/tramp-fish.el:
3282 * net/tramp-ftp.el:
3283 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
3284 `tramp-compat-make-temp-file'.
3285
3286 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
3287
3288 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
3289
3290 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
3293 already uses a more recent copyright version than the "current" one.
3294
3295 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3296
3297 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
3298 (doc-view-insert-image): Minor aesthetical docstring changes.
3299
3300 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
3301
3302 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
3303 completing filename.
3304 (doc-view-search-internal): Docstring change.
3305
3306 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
3307
3308 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
3309 (tramp-file-name-handler-alist):
3310 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
3311 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
3312 used before, creates the file already, which is not desired.
3313 (tramp-do-copy-or-rename-file-directly): Simplify handling of
3314 temporary file.
3315 (tramp-handle-insert-file-contents): Assign the result in the
3316 short track case.
3317 (tramp-handle-insert-file-contents-literally): New defun.
3318 (tramp-completion-mode-p): Revert change from 2007-09-24.
3319 Checking for `return' etc as last character is not sufficient, for
3320 example in dired-mode when entering <g> (revert-buffer) or
3321 <s> (dired-sort).
3322
3323 * net/tramp-compat.el (top): Add also compatibility code for loading
3324 appropriate timer package.
3325 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
3326 order to avoid autoloading problems.
3327
3328 * net/tramp-fish.el:
3329 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
3330
3331 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
3332 where the second parameter of `copy-file' or `rename-file' is a
3333 remote file but not via ftp.
3334
3335 2007-10-02 Richard Stallman <rms@gnu.org>
3336
3337 * frame.el (cursor-in-non-selected-windows): Doc fix.
3338
3339 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
3340
3341 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
3342 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
3343
3344 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
3345
3346 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
3347 when `expt' doesn't give range errors.
3348
3349 2007-10-01 Markus Triska <markus.triska@gmx.at>
3350
3351 * calc/calc-math.el (math-smallest-emacs-expt):
3352 Make the computation more robust.
3353
3354 2007-09-30 David Kastrup <dak@gnu.org>
3355
3356 * startup.el (argv): Alias for `command-line-args-left' to use as
3357 `(pop argv)' inside of --eval command sequences. Allows for
3358 passing shell commands into Emacs verbatim without need for Lisp
3359 quoting.
3360
3361 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
3362 check only for changed size.
3363 (auto-revert-tail-handler): Get size from caller. If the file has
3364 shrunk, tail the whole file again (the file presumably has been
3365 rewritten).
3366
3367 * woman.el (woman-topic-all-completions, woman-mini-help):
3368 Fix fallout from 2007-09-07 introduction of `dolist' when the list
3369 actually was being manipulated in the loop.
3370 (woman-Cyg-to-Win, woman-pre-process-region)
3371 (woman-horizontal-escapes, woman-if-body, woman-unescape)
3372 (woman-strings, woman-special-characters, woman1-hc)
3373 (woman-change-fonts, woman-find-next-control-line):
3374 Use `match-beginning' rather than `match-string' when the result is
3375 just used as a flag.
3376
3377 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
3378
3379 * net/tramp-compat.el: New file.
3380
3381 * net/tramp.el:
3382 * net/tramp-fish.el:
3383 * net/tramp-smb.el:
3384 * net/tramp-uu.el:
3385 * net/trampver.el: Move compatibility code to tramp-compat.el.
3386 Apply `mapc' instead of `mapcar' when the code needs side effects
3387 only. Move utf-8 coding cookie to the second line.
3388
3389 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
3390
3391 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
3392 Improve custom type.
3393 (icon-map-list): Make it customizable. Document how to disable
3394 stock icons.
3395
3396 2007-09-30 Richard Stallman <rms@gnu.org>
3397
3398 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
3399
3400 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3401
3402 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
3403
3404 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
3407 (t-mouse-mode): New compatibility alias.
3408
3409 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 * server.el (server-delete-client): Only delete the terminal if it
3412 is non-nil.
3413
3414 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
3415
3416 * net/tramp.el (with-file-property, with-connection-property):
3417 Highlight as keyword.
3418 (tramp-rfn-eshadow-setup-minibuffer)
3419 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3420 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
3421 (tramp-do-copy-or-rename-file-directly)
3422 (tramp-do-copy-or-rename-file-out-of-band)
3423 (tramp-handle-shell-command, tramp-get-debug-buffer)
3424 (tramp-send-command-and-read, tramp-equal-remote)
3425 (tramp-get-local-gid): Pacify byte-compiler.
3426 (tramp-handle-file-name-directory): Result shall not be expanded.
3427 (tramp-find-foreign-file-name-handler): Rewrite.
3428 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
3429
3430 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
3431
3432 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3433 Apply `tramp-completion-mode-p'.
3434 (tramp-fish-handle-set-file-times)
3435 (tramp-fish-handle-executable-find)
3436 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
3437 (tramp-fish-retrieve-data): Pacify byte-compiler.
3438
3439 * net/tramp-gw.el (tramp-gw-basic-authentication):
3440 Call `tramp-read-passwd' with first parameter `nil'.
3441
3442 2007-09-28 Glenn Morris <rgm@gnu.org>
3443
3444 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
3445 than mapcar.
3446
3447 * textmodes/tex-mode.el (tex-suscript-height-ratio)
3448 (tex-suscript-height-minimum): New customizable variables.
3449 (tex-suscript-height): New function.
3450 (superscript, subscript): Set height using tex-suscript-height
3451 rather than fixing at 0.8.
3452 (tex-fontify-script, tex-font-script-display): Add :version tag.
3453
3454 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
3455
3456 * progmodes/python.el (python-eldoc-function): Doc fix.
3457
3458 2007-09-27 Glenn Morris <rgm@gnu.org>
3459
3460 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
3461 image if it is not in image-type-auto-detectable, or is there with
3462 a nil value.
3463
3464 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
3465
3466 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
3467 connection more robust.
3468
3469 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3470
3471 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
3472 Deal with the case that special &keywords are at the beginning or
3473 end of the argument list. Also add some (incomplete) support for
3474 non-standard arglists.
3475
3476 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3477
3478 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
3479 (eldoc-message-commands, eldoc-current-idle-delay)
3480 (eldoc-function-argstring-format): Fix typos in docstrings.
3481
3482 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
3483
3484 * calc/calc-units.el (calc-convert-units)
3485 (calc-convert-temperature): Remove unnecessary colons.
3486
3487 2007-09-26 Bastien Guerry <bzg@altern.org>
3488
3489 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
3490 New function.
3491 (org-export-latex-remove-from-headlines): Name changed because of typo.
3492 (org-export-latex-quotation-marks-convention): Option removed.
3493 (org-export-latex-make-preamble): Handle the DATE option.
3494 (org-export-latex-cleaned-string): Now the only cleaning function,
3495 synched up with org.el.
3496 (org-export-latex-lists, org-export-latex-parse-list)
3497 (org-export-list-to-latex): New functions.
3498
3499 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
3500
3501 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
3502 (org-outline-regexp): New constant.
3503 (org-remember-handler): Throw error when the target file is not in
3504 org-mode.
3505 (org-cleaned-string-for-export): No longer call
3506 `org-export-latex-cleaned-string' with an argument.
3507 (org-get-tags): Returns now a list, not a string.
3508 (org-get-tags-string): New function.
3509 (org-archive-subtree): No need to split return of `org-get-tags'.
3510 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
3511 instead of `org-get-tags'.
3512 (org-agenda-format-date): Rename from `org-agenda-date-format'.
3513 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
3514 (org-compatible-face): New argument INHERITS. Inherit from this
3515 face if possible.
3516 (org-level-1, org-level-2, org-level-3, org-level-4)
3517 (org-level-5, org-level-6, org-level-7, org-level-8)
3518 (org-special-keyword, org-drawer, org-column, org-warning)
3519 (org-archived, org-todo, org-done, org-headline-done, org-table)
3520 (org-formula, org-code, org-agenda-structure)
3521 (org-scheduled-today, org-scheduled-previously)
3522 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
3523 in the new way.
3524 (org-get-heading): New argument NO-TAGS.
3525 (org-fast-tag-selection-include-todo): Made defvar instead of
3526 defcustom, feature is not deprecated.
3527 (org-remember-store-without-prompt): New default value t.
3528 (org-todo-log-states): New variable.
3529 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
3530 Compute the log states.
3531 (org-goto-map): More commands copied from global map. Also bind
3532 `org-occur'.
3533 (org-goto): Made into a general lookup command.
3534 (org-get-location): Complete rewrite.
3535 (org-goto-exit-command): New variable.
3536 (org-goto-selected-point): New variable.
3537 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
3538 Set the new variables.
3539 (org-paste-subtree): Whitespace insertion strategy revised.
3540 (org-remember-apply-template): Protect v-A from the possibility
3541 that v-a might be nil.
3542 (org-remember-handler): Insertion rules revised.
3543 (org-todo): Respect org-todo-log-states.
3544 (org-up-heading-safe): New function.
3545 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
3546
3547 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
3548
3549 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
3550 region if in transient-mark-mode.
3551
3552 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
3553
3554 * calc/calc-ext.el (calc-init-extensions, calc-reset):
3555 * calc/calc-help.el (calc-full-help):
3556 * calc/calc-misc.el (another-calc):
3557 * calc/calc-store.el (calc-var-name-map):
3558 * calc/calc-stuff.el (calc-flush-caches):
3559 * calc/calc-units.el (math-build-units-table):
3560 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
3561 (calc-quit):
3562 * calendar/icalendar.el (icalendar--format-ical-event)
3563 (icalendar--convert-ical-to-diary):
3564 * emacs-lisp/authors.el (authors):
3565 * emacs-lisp/cust-print.el (custom-print-install)
3566 (custom-print-uninstall):
3567 * emacs-lisp/disass.el (disassemble-1):
3568 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3569 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
3570 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
3571 (elint-check-let-form, elint-check-condition-case-form)
3572 (elint-initialize):
3573 * emacs-lisp/elp.el (elp-results):
3574 * emacs-lisp/generic.el (generic-mode-internal):
3575 * emacs-lisp/re-builder.el (reb-delete-overlays):
3576 * emacs-lisp/regi.el (regi-interpret):
3577 * emacs-lisp/sregex.el (sregex--char-aux):
3578 * emulation/cua-rect.el (cua--deactivate-rectangle)
3579 (cua--highlight-rectangle, cua--rectangle-post-command):
3580 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
3581 * emulation/viper-macs.el (viper-describe-kbd-macros)
3582 (viper-describe-one-macro):
3583 * emulation/viper-util.el (viper-setup-master-buffer):
3584 * emulation/viper.el (set-viper-state-in-major-mode):
3585 * international/mule-diag.el (describe-current-coding-system):
3586 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
3587 * mail/emacsbug.el (report-emacs-bug):
3588 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
3589 * obsolete/hilit19.el (hilit-unhighlight-region)
3590 (hilit-set-mode-patterns):
3591 * play/solitaire.el (solitaire-check, solitaire-solve):
3592 * play/zone.el (zone-pgm-rotate):
3593 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
3594 * progmodes/ada-prj.el (ada-prj-display-page):
3595 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
3596 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
3597 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
3598 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
3599 * progmodes/sh-script.el (sh-make-vars-local)
3600 (sh-reset-indent-vars-to-global-values):
3601 * progmodes/sql.el (top):
3602 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
3603 * progmodes/xscheme.el (top):
3604 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
3605 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
3606 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
3607 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
3608 (artist-submit-bug-report):
3609 * textmodes/flyspell.el (flyspell-delay-commands)
3610 (flyspell-deplacement-commands):
3611 * textmodes/table.el (table--generate-source-epilogue, table-insert)
3612 (table--generate-source-cells-in-a-row, table--make-cell-map)
3613 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
3614
3615 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
3616
3617 * allout.el (produce-allout-mode-map, allout-process-exposed):
3618 * ansi-color.el (ansi-color-make-color-map):
3619 * autoinsert.el (auto-insert):
3620 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
3621 * dired-aux.el (dired-create-files):
3622 * dired.el (dired-restore-desktop-buffer):
3623 * ediff-diff.el (ediff-setup-fine-diff-regions):
3624 * ediff-mult.el (ediff-intersect-directories)
3625 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
3626 (ediff-redraw-registry-buffer):
3627 * ediff-ptch.el (ediff-fixup-patch-map):
3628 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
3629 (ediff-really-quit, ediff-clear-diff-vector):
3630 * emerge.el (emerge-really-quit):
3631 * ffap.el (ffap-replace-file-component):
3632 * filecache.el (file-cache-add-directory)
3633 (file-cache-add-directory-recursively)
3634 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
3635 (file-cache-delete-directory, file-cache-files-matching-internal)
3636 (file-cache-display):
3637 * files.el (cd):
3638 * find-lisp.el (find-lisp-insert-directory):
3639 * finder.el (finder-compile-keywords):
3640 * help.el (view-emacs-news):
3641 * hi-lock.el (hi-lock-write-interactive-patterns):
3642 * ido.el (ido-to-end, ido-set-matches-1):
3643 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
3644 (image-dired-mark-tagged-files):
3645 * jka-cmpr-hook.el (jka-compr-get-compression-info):
3646 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
3647 * ps-print.el (ps-background, ps-begin-file)
3648 (ps-build-reference-face-lists):
3649 * simple.el (clone-buffer):
3650 * startup.el (command-line):
3651 * tempo.el (tempo-insert-template, tempo-is-user-element)
3652 (tempo-forward-mark, tempo-backward-mark):
3653 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
3654
3655 2007-09-25 Glenn Morris <rgm@gnu.org>
3656
3657 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
3658
3659 * view.el (view-search-no-match-lines): Add a doc string.
3660 Rewrite to simplify and work better.
3661
3662 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3663
3664 * progmodes/cc-mode.el (c-mode-base-map):
3665 Use c-indent-line-or-region instead of c-indent-line.
3666
3667 * indent.el (indent-for-tab-command): First check if the region is
3668 active.
3669
3670 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3671
3672 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
3673 whitespace-rescan-timer-time is 0.
3674
3675 2007-09-24 Karl Berry <karl@gnu.org>
3676
3677 * international/mule.el (coding-system-base): Fix doc string grammar.
3678
3679 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
3680
3681 * net/tramp.el (tramp-completion-mode-p): Rename from
3682 `tramp-completion-mode'. Revert logic, check `return', `newline'
3683 and such alike. Packages like Icicles tend to use other completion
3684 characters but `tab' and `space' only.
3685
3686 2007-09-24 Adam Hupp <adam@hupp.org>
3687
3688 * progmodes/python.el (run-python): Import emacs module without
3689 waiting; prevents lockup on error.
3690
3691 2007-09-23 Richard Stallman <rms@gnu.org>
3692
3693 * mail/sendmail.el (mail-bury): Delete the frame
3694 if this frame looks like it was made for this message.
3695
3696 * completion.el (completion-separator-self-insert-command)
3697 (completion-separator-self-insert-autofilling):
3698 If `self-insert-command' has been remapped, use the substitute.
3699
3700 * simple.el (copy-region-as-kill): Doc fix.
3701
3702 * textmodes/org.el (org-confirm-shell-link-function)
3703 (org-confirm-elisp-link-function): Doc fixes.
3704
3705 2007-09-23 Glenn Morris <rgm@gnu.org>
3706
3707 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
3708
3709 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
3710
3711 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
3712
3713 * term/tvi970.el (terminal-init-tvi970): Likewise.
3714
3715 * term/sun-mouse.el (print-mouse-format): Likewise.
3716
3717 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
3718 Use forward-line instead of previous-line and next-line.
3719
3720 2007-09-22 Juri Linkov <juri@jurta.org>
3721
3722 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
3723
3724 * tutorial.el (tutorial--default-keys): Update standard bindings:
3725 rename `iconify-or-deiconify-frame' to `suspend-frame',
3726 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
3727
3728 2007-09-22 Juri Linkov <juri@jurta.org>
3729
3730 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
3731 Add help-echo to external links and to links without description.
3732 (fancy-splash-insert): Use help-echo from the 3rd element of the
3733 link specification list, or "Follow this link" if it's nil. Doc fix.
3734
3735 2007-09-22 Juri Linkov <juri@jurta.org>
3736
3737 * startup.el (command-line): Rename `inhibit-startup-message' to
3738 `inhibit-startup-screen'.
3739 (fancy-about-text): Use shorter label for "Ordering Manuals".
3740 (fancy-startup-tail): Add optional arg `concise'. When `concise'
3741 is nil, display a line with "To start..." and 3 links to useful
3742 tasks. Display the "Dismiss" button and "Don't show this message
3743 again" only when concise is non-nil.
3744 (fancy-startup-screen): Call `fancy-startup-tail' with optional
3745 arg `concise'. If CONCISE is non-nil, display a concise version
3746 of the splash screen in another window. Otherwise, switch to the
3747 startup buffer in the same window.
3748 (startup-echo-area-message): Change displayed binding from
3749 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
3750 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
3751 the GNU system".
3752 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
3753 to "*GNU Emacs*".
3754 (display-about-screen): Don't check the existence of the buffer
3755 "*About GNU Emacs*".
3756 (display-splash-screen): Make alias to `display-startup-screen'.
3757 (command-line-1): Rename `inhibit-startup-message' to
3758 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
3759 started with command line options "-f", "-funcall", "-e", "-eval",
3760 "-execute", "-insert", "-find-file", "-file", "-visit".
3761 Inhibit startup screen when Emacs is started with a file name only
3762 on tty (i.e. don't inhibit it when started with a file name like
3763 "emacs FILE..." on a window system).
3764 (command-line-1): Simplify logic of displaying the startup screen:
3765 if file-count > 0, then display the concise version in another
3766 window, otherwise display full version in the same window.
3767
3768 * help.el (help-map): Bind C-h C-a to about-emacs.
3769 (help-for-help-internal): Add C-a description to C-h help text.
3770
3771 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
3772
3773 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
3774 (checkdoc-permit-comma-termination-flag): Autoload the
3775 safe-local-variable setting.
3776
3777 * bookmark.el (bookmark-xemacsp): Remove.
3778 (bookmark-make): Don't use bookmark-xemacsp,
3779 use (featurep 'xemacs) instead.
3780
3781 * speedbar.el (speedbar-frame-mode)
3782 (speedbar-frame-reposition-smartly)
3783 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
3784 (speedbar-check-vc): Remove use of non-existent variable
3785 dframe-xemacsp, use (featurep 'xemacs) instead.
3786
3787 * indent.el (indent-for-tab-command): Indent the region if
3788 transient-mark-mode and the region is active.
3789
3790 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
3791
3792 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
3793 add inferior-octave-directory-tracker to the buffer-local value
3794 of comint-input-filter-functions.
3795
3796 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3797
3798 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
3799
3800 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
3801
3802 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
3803 on w32 frames.
3804
3805 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * startup.el (normal-top-level): Remove DISPLAY from
3808 process-environment to let it be computed dynamically in callproc.c.
3809
3810 * frame.el (frame-initialize, make-frame):
3811 * faces.el (tty-set-up-initial-frame-faces):
3812 * env.el (setenv): Don't set display-environment-variable.
3813
3814 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
3815 (server-create-tty-frame): Don't set unused `tty' property.
3816 Set `display' instead of display-environment-variable.
3817 (server-create-window-system-frame): No display-environment-variable.
3818
3819 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
3820
3821 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
3822 (rfn-eshadow-update-overlay-hook): New defvars.
3823 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
3824 Run the hooks.
3825
3826 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
3827 (tramp-rfn-eshadow-setup-minibuffer)
3828 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
3829 rfn-eshadow.el.
3830
3831 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
3832 timeout.
3833
3834 2007-09-21 Glenn Morris <rgm@gnu.org>
3835
3836 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
3837 * term/sun-mouse.el (suspend-emacstool): Remove.
3838 * term/sun.el: Remove emacstool-related code.
3839
3840 * emacs-lisp/bytecomp.el (byte-compile-warnings)
3841 (byte-compile-warnings-safe-p): Add `mapcar'.
3842 (byte-compile-warning-types): Add mapcar and make-local.
3843 (byte-compile-normal-call): Add option to suppress mapcar warning.
3844 (top-level): Use mapc rather than mapcar in eval-when-compile.
3845
3846 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
3847 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
3848 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
3849 Handle escaped parens.
3850 (latex-forward-sexp): Doc fix.
3851
3852 * eshell/esh-mode.el (eshell-output-filter-functions):
3853 Add eshell-postoutput-scroll-to-bottom.
3854
3855 * loadup.el: Remove termdev.
3856
3857 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
3858 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
3859
3860 2007-09-21 Markus Triska <markus.triska@gmx.at>
3861
3862 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
3863 `mapcar' is called for effect.
3864
3865 2007-09-21 Kevin Ryde <user42@zip.com.au>
3866
3867 * international/mule.el (sgml-html-meta-auto-coding-function):
3868 Bind `case-fold-search' to t.
3869
3870 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3871
3872 * termdev.el: Remove.
3873
3874 * frame.el (get-device-terminal): New function. Moved from termdev.el.
3875 (frames-on-display-list): Use it.
3876
3877 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
3878
3879 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
3880
3881 2007-09-20 Richard Stallman <rms@gnu.org>
3882
3883 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
3884
3885 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
3888
3889 2007-09-20 Glenn Morris <rgm@gnu.org>
3890
3891 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
3892 motion functions, rather than hard-coding "\n\n".
3893 (tex-validate-region): Check for eobp, to speed up.
3894 (tex-next-unmatched-end): Doc fix.
3895
3896 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * files.el (auto-mode-alist): Use archive-mode for .rar files.
3899
3900 * international/mule.el (auto-coding-alist): Rar archives are binary.
3901
3902 * arc-mode.el: Add basic support for Rar.
3903 (archive-find-type): Recognize Rar's signature.
3904 (archive-desummarize): New fun.
3905 (archive-summarize): Use it to restore the buffer's data in case
3906 someone wants to switch to some other major mode.
3907 (archive-resummarize): Use it as well.
3908 (archive-rar-summarize, archive-rar-extract): New functions.
3909
3910 * filesets.el: Remove spurious * in docstrings.
3911 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
3912 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
3913 (filesets-ingroup-collect): Remove unused arg `depth'.
3914 (filesets-update): Remove unused arg `version'.
3915
3916 * finder.el (finder-compile-keywords): Fix up comment style.
3917 (finder-mouse-face-on-line): previous-line -> forward-line.
3918
3919 * recentf.el: Remove spurious * in docstrings.
3920 (recentf-save-list): Fix up comment style.
3921
3922 * progmodes/octave-mod.el: Remove spurious * in docstrings.
3923 (octave-mode-map): Move init into declaration and remove \t binding.
3924 (octave-mode-startup-message): Remove unused var.
3925 (octave-scan-blocks): Remove unused arg `from'.
3926 (octave-forward-block, octave-down-block, octave-up-block):
3927 Update callers.
3928
3929 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
3930 (meta-mode-map): Likewise and remove \t binding.
3931
3932 * net/snmp-mode.el: Remove spurious * in docstrings.
3933 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
3934 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
3935 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
3936 that completion accepts lists of strings.
3937 (snmp-mode-syntax-table): Move initialization into declaration.
3938 (snmp-mode-map): Likewise and remove \t binding.
3939 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
3940 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
3941 (snmp-indent-command): Remove.
3942
3943 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
3944 binding, so tab-always-indent works right.
3945
3946 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
3947
3948 * net/browse-url.el (browse-url-elinks-new-window): New function.
3949 (browse-url-elinks): Use browse-url-elinks-new-window.
3950 Accept optional second argument `new-window'. Fix typo in doc-string.
3951 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
3952 Improve error message.
3953
3954 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3955
3956 * net/browse-url.el (browse-url-url-encode-chars): Use the right
3957 parameter name in the function body.
3958 Reported by Johannes Weiner.
3959
3960 2007-09-19 Glenn Morris <rgm@gnu.org>
3961
3962 * net/socks.el (socks-open-network-stream): Signal an explicit
3963 error if the port associated with a service string can't be found.
3964
3965 * textmodes/tex-mode.el (tex-terminate-paragraph):
3966 Use backward-paragraph.
3967
3968 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * server.el (server-running-p): New function.
3971
3972 2007-09-18 Jason Rumney <jasonr@gnu.org>
3973
3974 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
3975 x-focus-frame.
3976
3977 * frame.el (select-frame-set-input-focus, select-frame-by-name):
3978 Use x-focus-frame for w32.
3979
3980 2007-09-17 David Kastrup <dak@gnu.org>
3981
3982 * textmodes/tex-mode.el (tex-verbatim-environments):
3983 Eliminate CL dependency.
3984
3985 2007-09-17 Richard Stallman <rms@gnu.org>
3986
3987 * newcomment.el (comment-add): New arg EXTRA.
3988 (comment-region-default): Pass EXTRA if not indenting lines.
3989
3990 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3991
3992 * net/browse-url.el (browse-url-url-encode-chars): New function.
3993 URL-encode some chars in a string.
3994 (browse-url-encode-url): Rewrite using the previous function.
3995 (browse-url-file-url): Use `browse-url-url-encode-chars'.
3996 (browse-url-elinks-sentinel): Fix typo.
3997 (browse-url-new-window-flag): Doc change.
3998
3999 2007-09-17 Glenn Morris <rgm@gnu.org>
4000
4001 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
4002 filename from `--file-line-error', if it is available.
4003
4004 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
4005
4006 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
4007 TeX `--file-line-error' format.
4008
4009 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
4010
4011 * xt-mouse.el: Delete add-hook calls that were moved to
4012 xterm-mouse-mode.
4013 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
4014 does not work.
4015
4016 2007-09-17 Richard Stallman <rms@gnu.org>
4017
4018 * cus-face.el (custom-theme-set-faces): Undo previous change.
4019
4020 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
4021
4022 2007-09-17 Glenn Morris <rgm@gnu.org>
4023
4024 * textmodes/tex-mode.el (tex-region): Simplify previous change,
4025 handling the case where the region is not in `tex-main-file'.
4026 (tex-region-1): Delete.
4027 (tex-region-header): New function, doing the header part of the
4028 old tex-region-1.
4029
4030 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4031
4032 * simple.el (newline): Simplify use of prefix-numeric-value.
4033 (line-move-partial): Remove unused var `ppos'.
4034 (line-move-1): Replace 9999 with most-positive-fixnum.
4035 (move-end-of-line): Use more efficient single-property search.
4036 (move-beginning-of-line): Remove unused var `start'.
4037 (blink-matching-open): Restructure in a more functional style.
4038
4039 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4040
4041 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
4042
4043 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * server.el (server-clients): Only keep procs, no properties any more.
4046 (server-client): Remove.
4047 (server-client-get, server-client-set): Remove, replace all callers by
4048 process-get and process-put resp.
4049 (server-clients-with, server-add-client, server-delete-client)
4050 (server-create-tty-frame, server-create-window-system-frame)
4051 (server-process-filter, server-execute, server-visit-files)
4052 (server-buffer-done, server-kill-buffer-query-function)
4053 (server-kill-emacs-query-function, server-switch-buffer)
4054 (server-save-buffers-kill-terminal): Update accordingly.
4055
4056 * server.el (server-with-environment): Simplify.
4057 (server-select-display, server-unselect-display): Re-add functions that
4058 seem to have been lost in the multi-tty merge.
4059 (server-eval-and-print, server-create-tty-frame)
4060 (server-create-window-system-frame, server-goto-toplevel)
4061 (server-execute, server-return-error): New functions extracted from
4062 server-process-filter.
4063 (server-execute-continuation): New functions.
4064 (server-process-filter): Restructure so that all arguments are analysed
4065 first and then acted upon in a subsequent stage. This way
4066 server-goto-toplevel can be executed later, when we know if
4067 it's necessary.
4068 Remove the "-version" and "-version-good" support.
4069
4070 2007-09-16 Drew Adams <drew.adams@oracle.com>
4071
4072 * cus-edit.el (custom-face-edit-activate): Doc fix.
4073
4074 2007-09-16 Glenn Morris <rgm@gnu.org>
4075
4076 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
4077 Following cal-bahai renaming, update all instances of
4078 list-bahai-diary-entries to diary-bahai-list-entries,
4079 mark-bahai-diary-entries to diary-bahai-mark-entries,
4080 calendar-goto-bahai-date to calendar-bahai-goto-date,
4081 insert-bahai-diary-entry to diary-bahai-insert-entry,
4082 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
4083 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
4084 calendar-print-bahai-date to calendar-bahai-print-date.
4085
4086 * textmodes/tex-mode.el (tex-region): Handle the case where the
4087 region is not in `tex-main-file'. Move the old code that applies
4088 to both cases...
4089 (tex-region-1): ...to this new function.
4090
4091 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4092
4093 * vc.el (vc-process-sentinel): New function.
4094 (vc-exec-after): Use it instead of using ugly hackish analysis and
4095 construction of Elisp code.
4096 (vc-sentinel-movepoint): New dynamically scoped var.
4097 (vc-print-log, vc-annotate): Set it to move the user's point.
4098
4099 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
4100 inhibit-modification-hooks.
4101
4102 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
4103 (calendar-bahai-print-date, calendar-bahai-goto-date)
4104 (diary-bahai-list-entries, diary-bahai-insert-entry):
4105 New names to clean up the namespace a bit more.
4106 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
4107
4108 2007-09-15 Glenn Morris <rgm@gnu.org>
4109
4110 * calendar/holidays.el (holiday-list): Rename it back to
4111 `list-holidays', but leave `holiday-list' as an alias.
4112
4113 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
4114 custom group.
4115
4116 * textmodes/css-mode.el (css): New custom group.
4117 (css-electrick-keys, css-selector, css-property)
4118 (css-indent-offset): Specify custom group.
4119
4120 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
4123 (cvs-execute-single-file): Use process-file.
4124 (cvs-run-process): Use start-file-process.
4125
4126 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
4127
4128 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
4129 level. Remove the hooks when turning off the mode.
4130
4131 * term/xterm.el: Require xt-mouse at compile time.
4132 (terminal-init-xterm): Turn on xterm mouse tracking for this
4133 terminal if xterm-mouse-mode is enabled.
4134
4135 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4136
4137 * term/xterm.el (xterm-function-map): Replace bindings that were
4138 deleted by the merge.
4139
4140 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
4141
4142 * play/bubbles.el (bubbles-version): Bump value to "0.5".
4143 (bubbles-mode-map): Move define-key statements here.
4144 (bubbles-game-theme-menu): Ditto.
4145 (bubbles-graphics-theme-menu): Ditto.
4146 (bubbles-menu): Ditto.
4147 (bubbles-mode): Initialize buffer-undo-list, redisplay.
4148 (bubbles--initialize): Reset buffer-undo-list, redisplay.
4149 (bubbles-plop): Set buffer-undo-list, redisplay.
4150 (bubbles-undo): Reset buffer-undo-list, redisplay.
4151 (bubbles--show-images): Take care of missing text properties.
4152
4153 2007-09-14 Glenn Morris <rgm@gnu.org>
4154
4155 * startup.el (fancy-startup-text, fancy-about-text): Fix face
4156 quoting.
4157
4158 * calendar/cal-hebrew.el, calendar/cal-menu.el
4159 * calendar/calendar.el, calendar/diary-lib.el
4160 * calendar/holidays.el: Rename all instances of
4161 list-calendar-holidays callers to calendar-list-holidays,
4162 list-holidays to holiday-list, check-calendar-holidays to
4163 calendar-check-holidays, mark-calendar-holidays to
4164 calendar-mark-holidays, and filter-visible-calendar-holidays to
4165 holiday-filter-visible-calendar.
4166
4167 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
4168
4169 * term/xterm.el (xterm-function-map): Add C-M- bindings.
4170
4171 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
4172
4173 * play/bubbles.el (bubbles--initialize-images): Fix bug:
4174 Use transparent background for empty cells in graphics mode.
4175
4176 2007-09-13 Jari Aalto <jari.aalto@cante.net>
4177
4178 * man.el (Man-default-man-entry): At end of line, continue looking
4179 to the next line for possible end of hyphenated command.
4180
4181 2007-09-13 Chris Moore <dooglus@gmail.com>
4182
4183 * shell.el (shell-resync-dirs): Don't move the cursor relative to
4184 the command being edited.
4185
4186 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
4187
4188 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
4189
4190 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
4191
4192 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
4193 C-M-S- keys.
4194
4195 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
4196
4197 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4198
4199 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
4200 New argument `filename-p' to use one set of confusing chars or another.
4201 (browse-url-file-url): Use the argument.
4202 Suggested by Johannes Weiner.
4203
4204 2007-09-12 Romain Francoise <romain@orebokech.com>
4205
4206 * cus-start.el (all): Revert 2007-09-08 change.
4207
4208 2007-09-12 Aaron Hawley <aaronh@garden.org>
4209
4210 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
4211 extract .Z files, since it is more common than uncompress.
4212
4213 2007-09-12 Glenn Morris <rgm@gnu.org>
4214
4215 * textmodes/org-publish.el (org-publish-org-to-html): Remove
4216 duplicate function definition.
4217
4218 2007-09-10 Chris Moore <dooglus@gmail.com>
4219
4220 * diff-mode.el (diff-sanity-check-hunk):
4221 Also accept single-line hunks.
4222
4223 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
4224
4225 * startup.el (startup-screen-inhibit-startup-screen)
4226 (pure-space-overflow-message): New vars.
4227 (fancy-splash-insert): Allow functions for face and link specs.
4228 (fancy-splash-head): Remove unused arg. Move splash text...
4229 (fancy-startup-text, fancy-about-text): ...here.
4230 (fancy-startup-tail): Rename from fancy-splash-tail.
4231 (fancy-startup-screen, fancy-about-screen): Split off from
4232 fancy-splash-screens.
4233 (display-startup-screen): New function.
4234 (display-about-screen): Rename from display-splash-screen.
4235 (command-line-1): Use concise startup screen if necessary.
4236
4237 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
4238
4239 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
4240 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
4241
4242 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
4245 (python-font-lock-keywords): Update to the 2.5 version of the language.
4246 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
4247 (python-backspace): Only behave funny in code.
4248 (python-compilation-regexp-alist): Add PDB stack trace regexp.
4249 (inferior-python-mode): Add PDB prompt regexp.
4250 (python-fill-paragraph): Refine the fenced-string regexp.
4251 (python-find-imports): Handle imports spanning several lines.
4252 (python-mode): Add `class' to hideshow support.
4253
4254 2007-09-10 Dave Love <fx@gnu.org>
4255
4256 * outline.el (outline-4, outline-5, outline-7):
4257 Move font-lock-builtin-face down from 4 to 7 to better keep the
4258 progression of color brightness, and to better match Org-mode's faces.
4259
4260 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4261
4262 * progmodes/meta-mode.el (meta-font-lock-keywords)
4263 (font-lock-match-meta-declaration-item-and-skip-to-next)
4264 (meta-comment-indent, meta-indent-previous-line)
4265 (meta-indent-unfinished-line, meta-beginning-of-defun)
4266 (meta-end-of-defun, meta-common-initialization): Handle \f.
4267 (meta-indent-unfinished-line): Do not handle a `%' in a string as
4268 a comment-start.
4269
4270 * files.el (file-modes-char-to-who, file-modes-char-to-right)
4271 (file-modes-rights-to-number): Auxiliary functions for symbolic to
4272 numeric notation of file modes.
4273 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
4274 numeric value.
4275 (read-file-modes): New. Read either an octal value of a file mode or a
4276 symbolic value, and return its numeric value.
4277
4278 * dired-aux.el (dired-do-chmod): Change to use the built-in
4279 `set-file-modes' and the previous symbolic mode parsing functions.
4280
4281 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
4282
4283 * textmodes/texinfo.el: Remove spurious * in docstrings.
4284 (texinfo-mode-syntax-table, texinfo-mode-map):
4285 Initialize in the declaration.
4286
4287 * tmm.el: Remove spurious * in docstrings.
4288 (tmm-prompt): Use with-current-buffer.
4289
4290 * vcursor.el: Remove spurious * in docstrings.
4291 (vcursor-map): Initialize in the declaration.
4292 (vcursor-use-vcursor-map): Use define-minor-mode.
4293 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
4294
4295 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
4296 Initialize in the declaration.
4297 (widget-minor-mode): Use define-minor-mode.
4298
4299 * woman.el (woman-mode-map, woman-syntax-table):
4300 Initialize in the declaration.
4301
4302 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
4303
4304 * doc-view.el: New file.
4305
4306 2007-09-09 Juri Linkov <juri@jurta.org>
4307
4308 * Makefile.in (update-authors): Add etc/ to AUTHORS.
4309
4310 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
4311
4312 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
4313 to "Startup screen". Fix docstring.
4314 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
4315 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
4316 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
4317 (initial-scratch-message): Fix docstring.
4318 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
4319 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
4320 Add link to "Customize Startup" and set interval between links to
4321 5 spaces.
4322 (fancy-about-text): Add links "Authors" and "Contributing".
4323 (fancy-splash-head): Add text "Welcome to " on the startup screen,
4324 and "This is " on the about screen. Add link to
4325 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
4326 For the about screen move emacs version to the header from
4327 `fancy-splash-tail' (as it's done already for normal about screen).
4328 (fancy-splash-tail): Insert emacs version only for startup screen.
4329 (normal-splash-screen): Remove duplicate empty lines.
4330 (normal-about-screen): Add links "Authors" and "Contributing".
4331
4332 * menu-bar.el (menu-bar-help-menu):
4333 Move "About Emacs" and "About GNU" to the end of the Help menu.
4334 Move "Emacs Psychotherapist" after "Send Bug Report...".
4335 Move "External Packages" after "Find Emacs Packages".
4336
4337 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
4338
4339 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
4340 they are useless with the byte compiler.
4341 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
4342 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
4343 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
4344 (tramp-file-name-real-host, tramp-file-name-port)
4345 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
4346 defuns.
4347
4348 * net/tramp-cache.el (top): Improve error message when
4349 `tramp-persistency-file-name' is corrupted.
4350
4351 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
4352
4353 * textmodes/org.el (org-re): Also replace the :alpha: class.
4354 (org-todo-tag-alist): Variable removed.
4355 (org-todo-key-alist, org-todo-key-trigger): New variables.
4356 (org-use-fast-todo-selection): New option.
4357 (org-log-done): Docstring fixed.
4358 (org-deadline-warning-days): New default value 14.
4359 (org-edit-timestamp-down-means-later): New option.
4360 (org-tag-alist): Docstring fixed.
4361 (org-fast-tag-selection-include-todo): New option.
4362 (org-export-language-setup): New languages added.
4363 (org-set-regexps-and-options): Compute the new variables.
4364 (org-paste-subtree): Cleaning up.
4365 (org-remember-apply-template): New escape %A.
4366 (org-todo): Call fast TODO selection.
4367 (org-fast-todo-selection): New function.
4368 (org-add-log-note): Allow prefix for abort exit.
4369 (org-at-property-p, org-entry-properties)
4370 (org-columns-get-autowidth-alist): Use :alpha: class.
4371 (org-get-wdays): New function.
4372 (org-agenda-remove-date): New variable.
4373 (org-agenda-get-deadlines): Use `org-get-wdays'.
4374 (org-agenda-get-deadlines): Reverse ee before returning.
4375 (org-format-agenda-item): New argument REMOVE-RE.
4376 (org-agenda-convert-date): Baha'i calendar added.
4377 (org-infile-export-plist): Also find DATE line.
4378 (org-get-min-level): New function.
4379 (org-export-as-html, org-export-as-ascii): Use the date format.
4380 (org-shiftup, org-shiftdown): Use.
4381 `org-edit-timestamp-down-means-later'.
4382 (org-assign-fast-keys): New function.
4383
4384 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
4385
4386 * cus-start.el (all): Add prefer-window-split-horizontally from
4387 window.c.
4388
4389 2007-09-08 Eli Zaretskii <eliz@gnu.org>
4390
4391 * net/browse-url.el (browse-url-galeon): Fix last change.
4392 (top-level): Require cl when compiling.
4393
4394 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
4395
4396 * textmodes/org-export-latex.el: arch-tag restored.
4397
4398 * textmodes/org-publish.el: arch-tag restored.
4399
4400 2007-09-08 Masatake YAMATO <jet@gyve.org>
4401
4402 * progmodes/which-func.el (which-func-modes): Add diff-mode.
4403
4404 * progmodes/cc-langs.el: Support new keywords added to
4405 objective-c frontend of gcc.
4406 (c-simple-stmt-kwds): Add @throw.
4407 (c-block-stmt-2-kwds): Add @synchronized.
4408 (c-block-stmt-1-kwds): Add @finally and @try.
4409
4410 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
4411
4412 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
4413 (org-agenda-after-show-hook): New variable.
4414 (org-columns-compile-format)
4415 (org-columns-get-autowidth-alist, org-buffer-property-keys)
4416 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
4417 property names.
4418 (org-get-wdays): New function.
4419
4420 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
4423
4424 * term/xterm.el (xterm-function-map): Initialize in the declaration.
4425
4426 * vc-arch.el (vc-arch-checkin): Fix typo.
4427
4428 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4429
4430 * cus-face.el (custom-theme-set-faces): Set face attributes
4431 locally for each frame.
4432
4433 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
4436 via font-lock-defaults.
4437
4438 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
4439 derived-mode-p.
4440
4441 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
4442
4443 * progmodes/autoconf.el (autoconf-definition-regexp):
4444 Handle optional square brackets around definition name.
4445
4446 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
4447
4448 * net/browse-url.el (browse-url-browser-function): Add elinks.
4449 (browse-url-elinks-wrapper): New option.
4450 (browse-url-encode-url, browse-url-elinks)
4451 (browse-url-elinks-sentinel): New functions.
4452 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
4453 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
4454 Use new function browse-url-encode-url.
4455
4456 2007-09-07 Glenn Morris <rgm@gnu.org>
4457
4458 * version.el (emacs-version): Revert 2007-08-29 change: no need to
4459 say if multi-tty is present.
4460
4461 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4462
4463 * cus-start.el (split-window-preferred-function): Add custom info.
4464
4465 * calendar/holidays.el (holiday-list, calendar-check-holidays)
4466 (calendar-mark-holidays, calendar-list-holidays)
4467 (holiday-filter-visible-calendar): New names to clean up namespace.
4468 (filter-visible-calendar-holidays, list-calendar-holidays)
4469 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
4470 Add compatibility aliases.
4471 (calendar-check-holidays, calendar-mark-holidays)
4472 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
4473 (holiday-sexp): Replace append with list.
4474 (holiday-filter-visible-calendar): Replace append with push.
4475
4476 * woman.el: Remove spurious * in docstrings.
4477 (woman-mini-help, woman-non-underline-faces, woman0-rename)
4478 (woman-topic-all-completions-merge, woman-file-name-all-completions)
4479 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
4480 (woman-write-directory-cache, woman-display-extended-fonts)
4481 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
4482 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
4483 (woman-mode): Use inhibit-read-only.
4484 (woman-negative-vertical-space): Use dotimes.
4485 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
4486
4487 2007-09-06 Romain Francoise <romain@orebokech.com>
4488
4489 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
4490 (vc-bzr-workfile-version): Use it.
4491
4492 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
4493
4494 * complete.el (PC-do-completion): Don't try to treat
4495 empty string as an abbreviation.
4496
4497 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4498
4499 * help-fns.el (describe-variable): Keep doc's text properties.
4500
4501 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
4502
4503 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
4504 instead of a file.
4505
4506 2007-09-06 Glenn Morris <rgm@gnu.org>
4507
4508 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
4509 (checkdoc-minor-mode): Allow user to specify lighter via
4510 checkdoc-minor-mode-string.
4511
4512 2007-09-05 Richard Stallman <rms@gnu.org>
4513
4514 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
4515 Several items removed, simplified, or put on one line.
4516 (fancy-about-text): Add substantial contents, part of startup text.
4517 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
4518 (normal-splash-screen): Call normal-mouse-startup-screen,
4519 normal-no-mouse-startup-screen, or normal-about-screen.
4520 (normal-mouse-startup-screen): New fn, broken out, shortened.
4521 (normal-no-mouse-startup-screen): New fn, broken out.
4522 (normal-about-screen): New function, contents all new.
4523
4524 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4525
4526 * emacs-lisp/rx.el (rx): Fix typo in docstring.
4527
4528 2007-09-05 Glenn Morris <rgm@gnu.org>
4529
4530 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
4531 is bound.
4532
4533 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4534
4535 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
4536 in doc string.
4537
4538 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4539
4540 * server.el (server-start, server-unload-hook): Undo previous change.
4541
4542 * xt-mouse.el: Undo previous change.
4543
4544 2007-09-04 Juri Linkov <juri@jurta.org>
4545
4546 * startup.el (fancy-about-text): New variable.
4547 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
4548 (fancy-current-text, fancy-splash-stop-time)
4549 (fancy-splash-outer-buffer): Remove variables.
4550 (fancy-splash-head, fancy-splash-tail): Add new optional argument
4551 `startup' and use it to conditionally display different texts for
4552 Startup and About screens. Don't display Help commands on the About
4553 screen.
4554 (fancy-splash-screens-1): Remove function and move its content to
4555 `fancy-splash-screens' to the part that dislpays the About screen.
4556 (exit-splash-screen): Don't treat specially exiting from
4557 alternating screens.
4558 (fancy-splash-screens): Rename argument `static' to `startup'.
4559 Fix docstring. Remove code for displaying alternating screens.
4560 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
4561 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
4562 for `inhibit-read-only'.
4563 (normal-splash-screen): Rename argument `static' to `startup'.
4564 Fix docstring. Use argument `startup' to conditionally display
4565 different texts for Startup and About screens. Don't display Help
4566 commands on the About screen. Remove `unwind-protect' `sit-for'
4567 delay and `kill-buffer' after it.
4568 (display-startup-echo-area-message): Remove call to
4569 `use-fancy-splash-screens-p' because image.el is preloaded and
4570 doesn't display "Loading image... done".
4571 (display-splash-screen): Rename argument `static' to `startup'.
4572 Fix docstring.
4573
4574 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
4575
4576 * server.el (server-start, server-unload-hook):
4577 suspend-tty-functions has been renamed to suspend-tty-hook.
4578
4579 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
4580 resume-tty-hook.
4581
4582 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
4583
4584 * loadup.el: Fix merge problem, only load "button" once.
4585
4586 2007-09-03 Glenn Morris <rgm@gnu.org>
4587
4588 * vc-svn.el (vc-svn-print-log): If there is only one file, use
4589 "Working file:" as the prefix, for the sake of
4590 log-view-current-file.
4591
4592 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4593
4594 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
4595 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
4596 if the selected frames is in
4597 xterm-modify-other-keys-terminal-list.
4598 (xterm-turn-off-modify-other-keys): Add an optional frame
4599 parameter. Only turn off modify-other-keys if FRAME is in
4600 xterm-modify-other-keys-terminal-list.
4601 (xterm-remove-modify-other-keys): New function.
4602 (terminal-init-xterm): Use it. Deal with delete-frame hook.
4603 Add the selected frame to xterm-modify-other-keys-terminal-list.
4604
4605 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4606
4607 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
4608 (icon-map-list): New variable.
4609 (x-gtk-map-stock): Use icon-map-list.
4610
4611 2007-09-02 Romain Francoise <romain@orebokech.com>
4612
4613 * log-view.el (log-view-current-file): Balance parens.
4614
4615 2007-09-02 Glenn Morris <rgm@gnu.org>
4616
4617 * comint.el (comint-mode): Don't set scroll-conservatively.
4618
4619 * eshell/em-unix.el (eshell/time): Stringify and flatten the
4620 non-command arguments.
4621
4622 * log-view.el (log-view-current-file): Give a more explicit error
4623 if log-view-file-re fails to find a match.
4624
4625 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
4626
4627 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4628 Fix bug: Don't expand top-level file name more than once.
4629 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
4630
4631 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * server.el (server-process-filter): Don't display the splash screen.
4634 It's annoying enough on the initial screen and becomes positively
4635 obnoxious here.
4636
4637 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
4640 Change naming to use "avl-tree--" for internal functions.
4641
4642 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
4643
4644 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
4645 the merge.
4646 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
4647 (provide): Move to the end of file.
4648
4649 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
4650
4651 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
4652
4653 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
4654 New variable. List of exceptions for the duplicated word rule.
4655 (flyspell-mark-duplications-flag): Mention it.
4656 (flyspell-word): Treat it.
4657
4658 * files.el (create-file-buffer): If the filename sans directory starts
4659 with spaces, remove them.
4660
4661 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4662
4663 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
4664 (x-gtk-map-stock): Use two directory elements when matching
4665 file name.
4666
4667 2007-08-31 James Wright <james@chumsley.org>
4668
4669 * eshell/em-unix.el (eshell/info): New function.
4670
4671 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
4672
4673 * frame.el (frame-initialize, make-frame):
4674 * server.el (server-process-filter):
4675 * faces.el (tty-set-up-initial-frame-faces): Don't set
4676 term-environment-variable since it's not used any more.
4677
4678 * env.el (setenv): Don't treat $TERM specially.
4679
4680 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
4681 stated otherwise, subprocesses do not send back escape sequences
4682 corresponding to the terminal from which Emacs was started.
4683
4684 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
4685
4686 * calculator.el: Require cl for compilation.
4687
4688 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
4689
4690 * outline.el (outline-font-lock-levels): Comment out unused var.
4691 (outline-font-lock-face): Wrap around face list to handle any
4692 nesting depth gracefully.
4693
4694 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
4695
4696 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
4697 `set-file-times'.
4698
4699 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
4700
4701 * textmodes/org.el (org-export-visible): Fix drawers before export.
4702 (org-do-sort): Allow sorting by priority.
4703 (org-agenda-files): Ignore non-existing files.
4704 (org-agenda-skip-unavailable-files): New variable.
4705 (org-ellipsis): All a face as value.
4706 (org-mode): Interprete the face value of `org-ellipsis'.
4707 (org-archive-save-context-info): New option.
4708 (org-archive-subtree): Store context info in archived entry.
4709 (org-fast-tag-selection-can-set-todo-state): New variable.
4710 (org-fast-tag-selection): Allow setting TODO states through this
4711 interface.
4712 (org-cycle): Docstring updated.
4713 (org-todo-keyword-faces): New option.
4714 (org-get-todo-face): New function.
4715 (org-set-font-lock-defaults, org-agenda-highlight-todo):
4716 Use `org-get-todo-face'.
4717 (org-switch-to-buffer-other-window): New function.
4718 (org-table-edit-field, org-table-show-reference)
4719 (org-table-edit-formulas, org-add-log-note)
4720 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
4721 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
4722 `switch-to-buffer-other-window' to make sure that the temporary
4723 windows show up on the current frame.
4724 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
4725 (org-get-entries-from-diary, org-replace-region-by-html):
4726 Don't allow pop-up frames.
4727 (org-agenda-get-deadlines, org-agenda-get-scheduled):
4728 Fix problems with time-of-day.
4729 (org-export-get-title-from-subtree): New function.
4730 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
4731 with listing items that are DONE.
4732 (org-change-tag-in-region): New command.
4733 (org-agenda-skip-scheduled-if-done)
4734 (org-agenda-skip-deadline-if-done): Docstring clarified.
4735 (org-mode): Hide drawers on startup.
4736 (org-get-todo-face): New function.
4737 (org-todo-keyword-faces): New option.
4738 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
4739 (org-remove-keyword-keys): New function.
4740
4741 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
4742
4743 * progmodes/grep.el (grep-find-ignored-directories):
4744 Add monotone _MTN bookkeeping directory in workspaces.
4745 Add RCS control directory. List items in alphabetical order.
4746
4747 * progmodes/grep.el (grep-files-aliases): Add cc alias.
4748 Sort items in alphabetical order. Fix parens.
4749
4750 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4751
4752 * vc-hg.el (vc-hg-extra-menu-map): New variable.
4753 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
4754 (vc-hg-pull): New functions.
4755 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
4756
4757 * term/mac-win.el: Don't require url, only autoloaded url
4758 functions are used in this file.
4759
4760 2007-08-29 Andreas Schwab <schwab@suse.de>
4761
4762 * shell.el (shell): Return correct value from interactive spec.
4763
4764 2007-08-29 Glenn Morris <rgm@gnu.org>
4765
4766 * version.el (emacs-version): Increase to 23.0.50.
4767
4768 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4769
4770 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
4771
4772 2007-08-29 Juri Linkov <juri@jurta.org>
4773
4774 * loadup.el: Add "button" loading after "faces" and move "startup"
4775 to load after "button".
4776
4777 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
4778
4779 * loadup.el: Load term/mac-win on a Mac using Carbon.
4780
4781 * term/mac-win.el: Provide mac-win.
4782 (mac-initialized): New variable.
4783 (mac-initialize-window-system): New function. Move global setup here.
4784 (handle-args-function-alist, frame-creation-function-alist):
4785 (window-system-initialization-alist): Add mac entries.
4786 (x-setup-function-keys): New function containing all the
4787 top level function key definitions.
4788
4789 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
4790
4791 * env.el (read-envvar-name): Don't consider the environment frame param.
4792
4793 * env.el (setenv):
4794 * frame.el (frame-initialize, make-frame):
4795 * faces.el (tty-set-up-initial-frame-faces):
4796 * server.el (server-process-filter): Set
4797 display-environment-variable and term-environment-variable.
4798
4799 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
4800
4801 2007-08-29 Jason Rumney <jasonr@gnu.org>
4802
4803 * loadup.el: Only load term/x-win when X is compiled in.
4804 Load term/w32-win and dependencies on windows-nt.
4805
4806 * term/w32-win.el: Reorder to match x-win.el more closely.
4807 Provide w32-win. Don't throw error when global window-system not w32.
4808 (internal-face-interactive): Remove obsolete function.
4809 (x-setup-function-keys): Use local-function-key-map.
4810 (w32-initialized): New variable.
4811 (w32-initialize-window-system): Set it.
4812 Move more global setup here.
4813 (x-setup-function-keys): New function.
4814 (w32-initialize-window-system): Move non function key global setup here.
4815 (x-cut-buffer-max): Remove.
4816 (w32-initialize-window-system): New function.
4817 (handle-args-function-alist, frame-creation-function-alist):
4818 (window-system-initialization-alist): Add w32 entries.
4819
4820 2007-08-29 David Kastrup <dak@gnu.org>
4821
4822 * env.el (getenv): Pass frame to getenv-internal.
4823
4824 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
4825
4826 * version.el (emacs-version): Show if multi-tty is present.
4827
4828 * loadup.el: Delay loading env; mule-conf gets confused by cl
4829 during bootstrap. Also load termdev and term/x-win.
4830
4831 * bindings.el (mode-line-client): New variable.
4832 (help-echo): Add it to the default mode-line format.
4833
4834 * cus-start.el: Remove bogus window-system reference from GTK test.
4835
4836 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
4837 (ebrowse-electric-position-mode-map):
4838 * ebuff-menu.el (electric-buffer-menu-mode-map):
4839 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
4840 not `suspend-emacs'.
4841
4842 * ediff-wind.el (ediff-setup-windows-automatic): New function.
4843 (ediff-window-setup-function): Use it as default.
4844
4845 * files.el (save-buffers-kill-terminal): New function.
4846 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
4847
4848 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
4849 and `with-selected-frame'.
4850
4851 * help-fns.el (describe-variable): Describe frame-local variables
4852 correctly.
4853
4854 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
4855 display support.
4856 (normal-erase-is-backspace-setup-frame): New function.
4857
4858 * subr.el (with-selected-frame): New function.
4859 (read-quoted-char): Use terminal-local binding of
4860 local-function-key-map instead of function-key-map.
4861
4862 * talk.el (talk): New function.
4863 (talk-handle-delete-frame): New function.
4864 (talk-add-display): Open a new frame only if FRAME was not a frame.
4865
4866 * termdev.el: New file.
4867
4868 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
4869 * term/x-win.el: Don't bind f10.
4870 * tmm.el: Remove autoload binding for f10.
4871
4872 * international/encoded-kb.el (encoded-kbd-setup-display): Use
4873 `set-input-meta-mode'. Fix broken condition before set-input-mode.
4874 Store the saved input method as a terminal parameter. Add keymap
4875 parameter. Use it instead of changing key-translation-map directly.
4876 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
4877 Remove.
4878 (encoded-kbd-setup-display): New function.
4879
4880 * international/mule-cmds.el (set-locale-environment): Fix getenv
4881 call. Use save-buffers-kill-terminal. Ignore window-system; always
4882 set the keyboard coding system. Add DISPLAY parameter.
4883 (set-display-table-and-terminal-coding-system): Add DISPLAY
4884 parameter. Pass it to set-terminal-coding-system.
4885
4886 * international/mule.el (keyboard-coding-system): Test for
4887 encoded-kbd-setup-display, not encoded-kbd-mode.
4888 (set-terminal-coding-system, set-keyboard-coding-system): Add
4889 DISPLAY parameter.
4890 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
4891
4892 * term/README: Update.
4893
4894 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
4895
4896 * term/x-win.el (x-setup-function-keys): New function. Move
4897 function-key-map tweaks here. Protect against multiple calls on
4898 the same terminal. Use terminal-local binding of
4899 local-function-key-map instead of function-key-map.
4900 (x-initialize-window-system): Make a copy of pure list. Pass a
4901 frame getenv.
4902
4903 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
4904 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
4905 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
4906 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
4907 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
4908 local-function-key-map instead of function-key-map.
4909
4910 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
4911 `substitute-key-definition' and `define-key' calls against
4912 multiple execution. Use terminal-local binding of
4913 local-function-key-map instead of function-key-map. Pass a frame
4914 to getenv.
4915
4916 * edmacro.el (edmacro-format-keys):
4917 * emulation/cua-base.el (cua--pre-command-handler):
4918 * isearch.el (isearch-other-meta-char):
4919 * xt-mouse.el: Use terminal-local binding of
4920 local-function-key-map instead of function-key-map.
4921
4922 * fringe.el (set-fringe-mode): Simplify and fix using
4923 `modify-all-frames-parameters'.
4924 * scroll-bar.el (set-scroll-bar-mode): Ditto.
4925 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
4926 check before calling `tool-bar-setup'.
4927 (tool-bar-setup): New variable.
4928 (tool-bar-setup): Use it to guard against multiple calls. Add
4929 optional frame parameter, and select that frame before adding items.
4930 (toggle-tool-bar-mode-from-frame): New function.
4931
4932 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
4933 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
4934 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
4935 "Tool-bar" toggles to reflect the state of the current frame.
4936 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
4937
4938 * env.el: Require cl for byte compilation (for `block' and `return').
4939 (environment, setenv-internal): New functions.
4940 (let-environment): New macro.
4941 (setenv, getenv): Add optional terminal parameter. Update docs.
4942 (setenv): Use setenv-internal. Always set process-environment.
4943 Handle `local-environment-variables'.
4944 (read-envvar-name, setenv, getenv): Use frame parameters
4945 to store the local environment, not terminal parameters. Include
4946 `process-environment' as well.
4947
4948 * faces.el (tty-run-terminal-initialization): New function.
4949 (tty-create-frame-with-faces): Use it. Set up faces and
4950 background mode only after the terminal has been initialized.
4951 Call terminal-init-*. Don't load the initialization file more
4952 than once. Call set-locale-environment.
4953 (frame-set-background-mode): Handle the 'background-mode terminal
4954 parameter.
4955 (tty-find-type): New function.
4956 (x-create-frame-with-faces): Remove bogus check for
4957 first frame. Call `tool-bar-setup'. Don't make frame visible
4958 until we are done setting up all its parameters. Call
4959 x-setup-function-keys.
4960
4961 * frame.el (make-frame): Always inherit 'environment and 'client
4962 parameters. Set up the 'environment frame parameter, when needed.
4963 Also inherit 'client parameter. Don't override explicitly
4964 specified values with inherited ones. Add 'terminal frame
4965 parameter. Append window-system-default-frame-alist to parameters
4966 before calling frame-creation-function.
4967 (frame-initialize): Copy the environment from the initial frame.
4968 (window-system-default-frame-alist): Enhance doc string.
4969 (frame-notice-user-settings): Don't put 'tool-bar-lines in
4970 `default-frame-alist' when initial frame is on a tty.
4971 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
4972 Remove specified parameters from `window-system-default-frame-alist'.
4973 (make-frame-on-tty, framep-on-display, suspend-frame):
4974 Extend doc string, update parameter names.
4975 (frames-on-display-list): Use terminal-id to get the display id.
4976 (frame-notice-user-settings): Extend to apply
4977 settings in `window-system-default-frame-alist' as well.
4978 (terminal-id, terminal-parameters, terminal-parameter)
4979 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
4980 (delete-frame-functions): Add to `delete-frame-functions' hook.
4981 (blink-cursor-mode): Adapt blink-cursor-mode default
4982 value from startup.el.
4983 (make-frame-on-display): Protect condition on x-initialized when
4984 x-win.el is not loaded. Update doc.
4985 (suspend-frame): Use display-controlling-tty-p to decide between
4986 suspend-emacs and suspend-tty.
4987 (frames-on-display-list): Update for display ids.
4988 (framep-on-display): Ditto.
4989 (suspend-frame): Use display-name, not frame-tty-name.
4990 (selected-terminal): New function.
4991
4992 * server.el: Use `device' instead of `display' or `display-id' in
4993 variable and client parameter names.
4994 (server-select-display): Remove (unused).
4995 (server-tty-live-p, server-handle-delete-tty): Remove.
4996 (server-unquote-arg, server-quote-arg, server-buffer-clients):
4997 Update docs.
4998 (server-getenv-from, server-with-environment, server-send-string)
4999 (server-save-buffers-kill-terminal): New functions.
5000 (server-delete-client): Handle quits in kill-buffer. Don't kill
5001 modified buffers. Add extra logging. Delete frames after
5002 deleting the tty. Clear 'client parameter before deleting a frame.
5003 Use delete-display, not delete-tty.
5004 (server-visit-files): Don't set `server-existing-buffer' if the
5005 buffer already has other clients. Return list of buffers
5006 created. Update doc. Don't set client-record when nowait.
5007 (server-handle-delete-frame): Delete the client if this was its
5008 last frame. Check that the frame is alive. Remove bogus comment.
5009 Add note on possible race condition. Delete tty clients, if needed.
5010 (server-handle-suspend-tty): Use server-send-string. Kill the
5011 client in case of errors from process-send-string. Use the display
5012 parameter.
5013 (server-unload-hook): Remove obsolete delete-tty hook.
5014 (server-start): Ask before restarting if the old server still has
5015 clients. Add feedback messages. Remove obsolete delete-tty hook.
5016 (server-process-filter): Use server-send-string. Accept `-dir'
5017 command. Switch to *scratch* immediately after creating the frame,
5018 before evaluating any -evals. Protect `display-splash-screen'
5019 call in a condition-case. Explain why. Call
5020 `display-startup-echo-area-message' before
5021 `display-splash-screen'. Don't display the splash screen when no
5022 frame was created. Show the Emacs splash screen and startup echo
5023 area message. Display the *scratch* buffer by default. Store the
5024 local environment in a frame (not terminal) parameter. Do not try
5025 to decode environment strings. Fix reference to the 'display
5026 frame parameter. Change syntax of environment variables. Put
5027 environment into terminal parameters, not client parameters. Use
5028 a dummy client with --no-wait's X frames. In `-position LINE'
5029 handler, don't ruin the request string until the line number is
5030 extracted. Log opened files. Handle -current-frame command.
5031 Don't create frames when it is given. Don't bind X frames to the
5032 client when we are in -no-wait mode. Set locale environment
5033 variables from client while creating tty frames. Disable call to
5034 configure-display-for-locale. When processing -position command,
5035 don't change the request string until the parameters are
5036 extracted. Don't try to create an X frame when Emacs does not
5037 support it. Improve logging. Temporarily set ncurses-related
5038 environment variables to those of the client while creating a new
5039 tty frame. Select buffers opened by nowait clients, don't leave
5040 them buried under others. Set the display parameter, and use it
5041 when appropriate.
5042
5043 * startup.el (display-startup-echo-area-message): Handle
5044 `inhibit-startup-echo-area-message' here.
5045 (command-line-1): Moved from here.
5046 (fancy-splash-screens): Use `overriding-local-map' instead of
5047 `overriding-terminal-local-map' for now; the latter doesn't work
5048 right, it looses keypresses to another terminal. Use
5049 `overriding-terminal-local-map' to set up keymap. Install a
5050 `delete-frame-functions' hook to catch `delete-frame' events.
5051 Ignore `select-window' events to cope better with
5052 `focus-follows-mouse'. Don't switch back to the original buffer
5053 if the splash frame has been killed. Restore previous buffer, even
5054 if it's *scratch*.
5055 (normal-splash-screen): Don't let-bind `mode-line-format'; it
5056 changes the global binding - setq it instead. Use
5057 `save-buffers-kill-terminal'.
5058 (display-splash-screen): Don't do anything if the splash screen is
5059 already displayed elsewhere.
5060 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
5061 (command-line): Replace duplicated code with a call to
5062 tty-run-terminal-initialization. Don't load the terminal
5063 initialization file more than once. Remove call to nonexistent
5064 function `set-locale-translation-file-name'.
5065
5066 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
5067 parameters.
5068 (xterm-mouse-position-function, xterm-mouse-event): Update.
5069 (xterm-mouse-mode): Don't depend on current value of window-system.
5070 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5071 Update for multi-tty.
5072 (turn-on-xterm-mouse-tracking-on-terminal)
5073 (turn-off-xterm-mouse-tracking-on-terminal)
5074 (xterm-mouse-handle-delete-frame): New functions.
5075 (delete-frame-functions, after-make-frame-functions)
5076 (suspend-tty-functions, resume-tty-functions): Install extra hooks
5077 for multi-tty.
5078
5079 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * simple.el (invisible-p): Remove: implemented in C now.
5082 (line-move-invisible-p): Remove obsolete alias.
5083
5084 2007-08-28 Juri Linkov <juri@jurta.org>
5085
5086 * image-mode.el (image-type): New variable.
5087 (image-mode): Set default major mode name to "Image[text]".
5088 (image-minor-mode): Change LIGHTER to display image-type in the
5089 mode line.
5090 (image-minor-mode): Set default image-type to "text".
5091 (image-toggle-display): After switching to text mode, set
5092 image-type to "text" and major mode name to "Image[text]".
5093 After switching to image mode, set image-type to actual image
5094 type, and add image type to major mode name. Let-bind the same
5095 variable names as arguments of `image-type' and `create-image'.
5096 Bind `type' to the result of `image-type' and use it as arg
5097 of `create-image' to not determine the image type twice.
5098
5099 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
5100
5101 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
5102 (tramp-set-file-uid-gid, tramp-get-local-uid)
5103 (tramp-get-local-gid): New defuns.
5104 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
5105 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
5106 Improve fast track.
5107 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
5108 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
5109 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
5110 (tramp-handle-write-region): Improve fast track.
5111 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
5112 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
5113 be nil.
5114
5115 2007-08-28 Ivan Kanis <apple@kanis.eu>
5116
5117 * time.el: New feature to display several time zones in a buffer.
5118 (display-time-world-mode, display-time-world-display)
5119 (display-time-world, display-time-world-timer): New functions.
5120 (display-time-world-list, display-time-world-time-format)
5121 (display-time-world-buffer-name, display-time-world-timer-enable)
5122 (display-time-world-timer-second, display-time-world-mode-map):
5123 New variables.
5124
5125 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5126
5127 * term/x-win.el (x-gtk-stock-map): New variable.
5128 (x-gtk-map-stock): New function.
5129
5130 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
5131 prev/next-node.
5132
5133 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
5134
5135 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
5136
5137 2007-08-28 Glenn Morris <rgm@gnu.org>
5138
5139 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
5140
5141 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5142
5143 * progmodes/modula2.el (m2-definition, m2-module):
5144 Don't use previous-line. Reported by T. V. Raman.
5145
5146 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5147
5148 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
5149 argument to tool-bar-mode call.
5150
5151 2007-08-27 Glenn Morris <rgm@gnu.org>
5152
5153 * diff-mode.el (diff-find-file-name): Only accept regular files,
5154 to rule out /dev/null, directories, etc.
5155
5156 * vc-svn.el (vc-svn-diff): If the repository version of all the
5157 files is the same as the specified OLDVERS, do a local diff.
5158
5159 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
5162 of buffers in uniquify-managed.
5163
5164 * simple.el (invisible-p): Rename from text-invisible-p.
5165 Update callers.
5166
5167 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5168
5169 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
5170 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
5171 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
5172 (cperl-etags-goto-tag-location): Use new style backquotes.
5173
5174 * net/browse-url.el: Remove spurious * in custom docstrings.
5175 (browse-url-filename-alist): Use new-style backquote.
5176
5177 * emacs-lisp/backquote.el (backquote-unquote-symbol)
5178 (backquote-splice-symbol): Clarify they're not new-style unquotes.
5179
5180 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
5181 (\,@): Backslash the , and ,@ which are not new-style unquotes.
5182
5183 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
5184
5185 * net/socks.el (socks-username/password-auth-filter):
5186 Remove unused vars `state' and `desired-len'.
5187 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
5188 (socks-wait-for-state-change): Use new-style backquotes.
5189
5190 * pcvs.el (cvs-mode-status): Fix long-standing typo.
5191
5192 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
5193 backquotes after each `read' rather than once per buffer.
5194
5195 * dframe.el: Remove spurious * in custom docstrings.
5196 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
5197 (dframe-xemacs20p): Remove, inline at the sole use point.
5198 (defface): Don't defvar the face, don't use old-style backquote.
5199 (defcustom): Don't use old-style backquote.
5200 (dframe-frame-parameter, dframe-mouse-event-p):
5201 Make it obvious that it's always defined.
5202 (dframe-popup-kludge): New function to replace
5203 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
5204 (dframe-frame-mode, dframe-set-timer-internal)
5205 (dframe-mouse-set-point): Remove use of with-no-warnings from
5206 XEmacs-specific code.
5207 (dframe-set-timer-internal): Fix very old bug with
5208 post-command-idle-hook.
5209
5210 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
5211
5212 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
5213
5214 * emacs-lisp/avl-tree.el: New file.
5215
5216 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5217
5218 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
5219 was used.
5220
5221 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
5222
5223 * complete.el (PC-do-completion): Make RET accept a non-unique but
5224 complete expansion again.
5225
5226 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
5227
5228 * eshell/esh-opt.el (eshell-eval-using-options):
5229 Add debug declaration.
5230
5231 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
5232
5233 * log-view.el (log-view-toggle-mark-entry): Add docstring.
5234 (log-view-get-marked): Likewise.
5235
5236 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
5237 (vc-delete-automatic-version-backups): Likewise.
5238
5239 * vc.el (vc-dired-buffers-for-dir): Likewise.
5240
5241 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
5242
5243 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
5244 safe-local-variable setting.
5245 * progmodes/perl-mode.el (perl-indent-level): Likewise.
5246
5247 * log-view.el (log-view-marked-list): Delete variable.
5248 (log-view-mode): Don't use it.
5249 (log-view-toggle-mark-entry): Likewise, simplify.
5250 (log-view-current-tag): Don't return properties.
5251 (log-view-get-marked): New function.
5252
5253 2007-08-25 Alexandre Julliard <julliard@winehq.org>
5254
5255 * vc-git.el (vc-git-mode-line-string): New function.
5256
5257 2007-08-25 Alan Mackenzie <acm@muc.de>
5258
5259 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
5260 new language variable.
5261
5262 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
5263 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
5264 "extern" etc., rather than BOI. Fix addition of spurious
5265 syntactic-symbol 'defun-block-intro, replacing it with
5266 'innamespace, etc.
5267
5268 2007-08-25 Juri Linkov <juri@jurta.org>
5269
5270 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
5271
5272 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
5273 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
5274 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
5275
5276 * image.el (image-type-header-regexps): Use more complex regexp for svg.
5277 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
5278 (image-type-auto-detectable): Add (svg . maybe).
5279
5280 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
5281 to treat it like .tgz.
5282
5283 * calendar/cal-bahai.el: Add file coding cookie.
5284
5285 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
5286
5287 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
5288 Don't behave differently when executed via M-x. Add doc string.
5289
5290 * sort.el (sort-fold-case, sort-numeric-base): Mark as
5291 safe-local-variable.
5292
5293 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
5294
5295 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
5296 the default value.
5297 (math-calendar-tzinfo): New variable.
5298 (math-get-calendar-tzinfo): New function.
5299 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
5300 to get information when zone is nil.
5301
5302 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
5303
5304 * log-view.el (log-view-toggle-mark-entry): New function.
5305 (log-view-mode-map): Bind it.
5306 (log-view-marked-list): New variable.
5307 (log-view-mode): Make it local.
5308
5309 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5310
5311 * play/zone.el (zone-pgm-rat-race): New func.
5312 (zone-programs): Add `zone-pgm-rat-race'.
5313
5314 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5315
5316 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
5317 a list.
5318
5319 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
5320
5321 * progmodes/hideshow.el (hs-match-data): Delete alias.
5322 (hs-hide-block-at-point, hs-find-block-beginning)
5323 (hs-show-block): Use `match-data' directly.
5324
5325 2007-08-24 Martin Rudalics <rudalics@gmx.at>
5326
5327 * format.el (format-alist): Fix typo in doc-string.
5328
5329 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
5330
5331 * net/tramp.el (tramp-local-host-p): New defun.
5332 (tramp-handle-file-local-copy, tramp-handle-write-region):
5333 Implement fast track when being on the local host.
5334 (tramp-file-name-handler): Don't set "started" property. It shall
5335 be reserved for the "ftp" method.
5336 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
5337
5338 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
5339 (tramp-ftp-file-name-handler): Set "started" property.
5340
5341 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
5342
5343 * files.el (backup-buffer-copy): Don't wrap delete in
5344 condition-case, only try to delete if file exists.
5345
5346 2007-08-24 Glenn Morris <rgm@gnu.org>
5347
5348 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
5349
5350 * startup.el (tutorial-directory): Set with eval-at-startup so it
5351 gets the right value in an installed Emacs.
5352
5353 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
5354
5355 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
5356 (eldoc-highlight-function-argument): Use it.
5357
5358 2007-08-23 Masatake YAMATO <jet@gyve.org>
5359
5360 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
5361 name of parameters in document body.
5362
5363 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
5364
5365 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
5366 (byte-compile-output-as-comment): Use with-current-buffer rather than
5367 a weird set-buffer&prog1 combination.
5368
5369 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
5370 test so as to optimise cases where the `progn's result is constant.
5371
5372 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
5373
5374 * locate.el (locate-get-file-positions):
5375 Use line-beginning-position and line-end-position.
5376
5377 2007-08-23 John Wiegley <johnw@newartisans.com>
5378
5379 * calendar/cal-bahai.el: Added in the diacriticals that were
5380 missing for many of the month names.
5381
5382 2007-08-22 Jason Rumney <jasonr@gnu.org>
5383
5384 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
5385
5386 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
5387
5388 * image-mode.el (image-minor-mode): Use image-mode-text-map.
5389
5390 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
5391
5392 * dabbrev.el (dabbrev--progress-reporter): New variable.
5393 (dabbrev--scanning-message): Delete func.
5394 (dabbrev--find-expansion): Use a progress reporter
5395 instead of dabbrev--scanning-message.
5396
5397 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * comint.el (comint-exec-1): Raise an error if
5400 `start-file-process' does not return a process object.
5401
5402 * shell.el (shell): Prompt for `default-directory' if it is a
5403 remote file name, and if called with a prefix arg.
5404
5405 2007-08-22 Sam Steingold <sds@gnu.org>
5406
5407 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
5408
5409 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
5410
5411 * textmodes/org-export-latex.el: New file.
5412
5413 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
5414
5415 * textmodes/org.el (org-agenda-skip): Allow a form for
5416 `org-agenda-skip-function'.
5417 (org-agenda-redo): Re-use local settings.
5418 (org-agenda): Store local settings.
5419 (org-agenda-deadline-faces): New option.
5420 (org-agenda-deadline-face): New function.
5421 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
5422 entries on their due date.
5423 (org-agenda-get-timestamps): No longer handle the due dates of
5424 schedules and deadline items.
5425 (org-insert-link-global, org-open-at-point-global): New commands.
5426 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
5427 :for-ascii parameter.
5428 (org-skip-comments): Function removed.
5429 (org-cleaned-string-for-export): Handle special table lines.
5430 (org-global-properties): New option.
5431 (org-entry-get-with-inheritance): Check global properties.
5432 (org-local-properties): New variable.
5433 (org-set-regexps-and-options): Find the #+PROPERTY line.
5434 (org-link-types): Change type into variable (was constant).
5435 (org-make-link-regexps): New function.
5436 (org-link-re-with-space, org-link-re-with-space2)
5437 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
5438 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
5439 these regular expressions happens now in the function
5440 `org-make-link-regexps'.
5441 (org-store-link): Call the functions in
5442 `org-store-link-functions'.
5443 (org-add-link-type): New function.
5444 (org-store-link-functions): New variable.
5445 (org-activate-tags): Force matches to be in headlines.
5446 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
5447 (org-columns-display-here): Make sure this works in a narrowed
5448 buffer by checking for point-min.
5449 (org-columns-display-here): Make the rest of the line intangible,
5450 so that point never can be there.
5451 (org-cleaned-string-for-export): Use `with-current-buffer'.
5452 (org-replace-region-by-html): Use `with-current-buffer'.
5453 (org-unfontify-region, org-do-occur, org-columns-display-here)
5454 (org-columns-remove-overlays, org-columns-quit)
5455 (org-columns-edit-value, org-columns-next-allowed-value)
5456 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
5457 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
5458 (org-agenda-todo, org-agenda-change-all-lines)
5459 (org-agenda-align-tags, org-agenda-priority)
5460 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
5461 (org-agenda-show-new-time, org-cleaned-string-for-export)
5462 (org-export-grab-title-from-buffer)
5463 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
5464 instead of `buffer-read-only'.
5465 (org-export-as-html): Set `coding-system-for-write'.
5466 (org-remember-store-without-prompt): New option.
5467 (org-archive-subtree): Fixed bug with modifying TODO keyword.
5468 (org-beginning-of-line): Also treat C-a special in items.
5469 (org-table-convert-refs-to-rc): Fixed problem with column
5470 reference after "..".
5471 (org-columns-compute): Don't mark buffer modified because of text
5472 properties.
5473 (org-batch-store-agenda-views): Use the variable
5474 `default-directory', not the function.
5475 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
5476 (org-clock-out-when-done): New option.
5477 (org-html-entities): Added HTML entities for smileys.
5478
5479 2007-08-22 Glenn Morris <rgm@gnu.org>
5480
5481 * image.el (create-image): Doc fix.
5482
5483 * startup.el (tutorial-directory): New constant.
5484 (fancy-splash-text): Tutorials now in tutorial-directory.
5485 * tutorial.el (help-with-tutorial): Tutorials now in
5486 tutorial-directory.
5487
5488 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
5489
5490 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
5491 otherwise.
5492 (tramp-get-remote-path): New defun. Replace occurrences of
5493 `tramp-default-remote-path' by this function.
5494 (tramp-set-remote-path): Move most of the code to
5495 `tramp-get-remote-path'.
5496 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
5497 existing directories, this is done already in
5498 `tramp-get-remote-path'.
5499
5500 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
5501
5502 * image-file.el (image-file-name-extensions): Add "svg".
5503 * image.el (image-type-header-regexps): Add svg entry.
5504
5505 2007-08-22 Glenn Morris <rgm@gnu.org>
5506
5507 * files.el (backup-buffer-copy): Check backup directory is
5508 writable, to avoid infloop deleting old backup.
5509
5510 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
5511 movemail related variables.
5512 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
5513 will now be set before this is called.
5514
5515 2007-08-21 Juri Linkov <juri@jurta.org>
5516
5517 * delsel.el (delete-selection-pre-hook):
5518 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
5519 instead of checking last-command.
5520
5521 2007-08-21 Juri Linkov <juri@jurta.org>
5522
5523 * loadup.el: Preload "button".
5524
5525 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5528 Add previous-line and next-line.
5529
5530 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
5531 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
5532
5533 * vc-hooks.el (vc-menu-entry): New var.
5534 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
5535 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
5536 (vc-menu-map): Declare and initialize in one step.
5537 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
5538
5539 * menu-bar.el (vc-menu-map): Don't setup any more.
5540 Instead, just create the proper spot in the menu.
5541
5542 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5543
5544 * smerge-mode.el (smerge-resolve): New arg `safe'.
5545 (smerge-resolve-all, smerge-batch-resolve): New function.
5546 (smerge-refine): Make sure `diff' returns the expected result.
5547 (smerge-parsep-re): New const.
5548 (smerge-mode): Use it to adjust paragraph-separate.
5549
5550 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5551 Correctly match / regexp matchers as first char on a line when
5552 fontifying only that line.
5553
5554 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
5555
5556 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * vc-bzr.el: Don't fiddle with vc-handled-backend.
5559 (vc-bzr-registered): Don't redundantly protect against
5560 file-error. Actually use the format-specific code.
5561 (vc-bzr-buffer-nonblank-p): Remove.
5562 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
5563
5564 2007-08-20 Juri Linkov <juri@jurta.org>
5565
5566 * startup.el (fancy-splash-text): Change multiple tabs into one
5567 tab. Remove "Useful File menu items" section (with "Exit Emacs"
5568 and "Recover Crashed Session").
5569 (fancy-splash-screens): Set tab-width to 22.
5570 (normal-splash-screen): Replace literal tabs with \t and
5571 fix whitespace. Remove "Useful File menu items" section (with
5572 "Exit Emacs" and "Recover Crashed Session").
5573
5574 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
5575
5576 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
5577 extracted from `eval-last-sexp-1'.
5578 (eval-last-sexp-1): Call `preceding-sexp'.
5579
5580 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
5581
5582 * vc-rcs.el (vc-rcs-annotate-command):
5583 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
5584 Add back :vc-annotate-prefix propertization.
5585
5586 2007-08-20 Andreas Schwab <schwab@suse.de>
5587
5588 * mail/rmail.el (rmail-autodetect): Doc fix.
5589
5590 2007-08-19 Juri Linkov <juri@jurta.org>
5591
5592 * startup.el (normal-splash-screen): Add more links.
5593
5594 2007-08-19 Juri Linkov <juri@jurta.org>
5595
5596 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
5597 because it's common to both types of splash screen: fancy and normal.
5598 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
5599 (exit-splash-screen): Rename from `fancy-splash-quit'.
5600 Use `quit-window' instead of `kill-buffer'.
5601 (fancy-splash-head): Use make-button to insert GNU image link.
5602 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
5603 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
5604 (normal-splash-screen): Put "Browse manuals" on the same line with
5605 "Emacs manual". Remove descriptions from "Useful tasks" and put
5606 all links in two columns on two lines.
5607
5608 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
5609
5610 * emulation/viper.el (viper-remove-hooks): Remove some additional
5611 viper hooks when the user calls viper-go-away.
5612 (viper-go-away): Restore the default of default-major-mode.
5613 Save the value of default-major-mode before vaperization.
5614
5615 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
5616
5617 * emulation/viper-ex.el: Replace error "" with "Viper bell".
5618
5619 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
5620 buffer for which file is created.
5621
5622 2007-08-19 Glenn Morris <rgm@gnu.org>
5623
5624 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
5625 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
5626 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
5627 shadow files messing up the compilation.
5628
5629 2007-08-18 Glenn Morris <rgm@gnu.org>
5630
5631 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
5632 string. Also apply eldoc-argument-case in the help-split-fundoc
5633 case. Adapt for changed behavior of eldoc-function-argstring,
5634 eldoc-function-argstring-format, and
5635 eldoc-highlight-function-argument.
5636 (eldoc-highlight-function-argument): Handle nil INDEX argument,
5637 just call eldoc-docstring-format-sym-doc in that case.
5638 (eldoc-function-argstring): Change the behavior. Now it converts
5639 an argument list to a string.
5640 (eldoc-function-argstring-format): Change the behavior. Now it
5641 applies `eldoc-argument-case' to a string.
5642
5643 * progmodes/scheme.el (scheme-mode-variables): Set
5644 font-lock-comment-start-skip.
5645
5646 2007-08-18 Martin Rudalics <rudalics@gmx.at>
5647
5648 * progmodes/ada-mode.el (ada-create-syntax-table): Move
5649 set-syntax-table from here to ...
5650 (ada-mode): ... here. Do not change global value of
5651 comment-multi-line. Call new function
5652 ada-initialize-syntax-table-properties and add new function
5653 ada-handle-syntax-table-properties to font-lock-mode-hook.
5654 (ada-deactivate-properties, ada-initialize-properties): Replace
5655 by new functions ...
5656 (ada-handle-syntax-table-properties)
5657 (ada-initialize-syntax-table-properties)
5658 (ada-set-syntax-table-properties): ... to set up syntax-table
5659 properties uniformly, independently from whether font-lock-mode
5660 is enabled or not. Handle read-only buffers and do not change
5661 undo-list when setting syntax-table properties.
5662 (ada-after-change-function): Use ada-set-syntax-table-properties.
5663
5664 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5665
5666 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
5667 (meta-indent-current-nesting): Use a computation of the nesting
5668 instead.
5669 (meta-indent-current-indentation): Indentation is given according
5670 to nesting and if the previous line was finished or not.
5671 (meta-indent-unfinished-line): Tell if the current line ends with
5672 a finished expression.
5673 (meta-indent-looking-at-code): Like `looking-at', but checks if
5674 the point is in a string before.
5675 (meta-indent-level-count): Use it. Don't count parenthesis as it's
5676 done in the nesting function.
5677 (meta-indent-in-string-p): Tell if the current point is in a
5678 string.
5679 (meta-indent-calculate): Treat b-o-b as a special case. Use the
5680 previous functions.
5681
5682 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
5683
5684 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
5685 (copyright-update-year, copyright-update)
5686 (copyright-fix-years): Use it.
5687
5688 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
5689
5690 * emacs-lisp/copyright.el (copyright-update-year):
5691 Fix bug: Handle nil copyright-limit.
5692
5693 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5694
5695 * calc/calc-units.el (math-standard-units): Give exact
5696 conversion for tsp.
5697
5698 * calc/calc.el (math-bignum-digit-length): Compute the
5699 appropriate value.
5700
5701 * calc/calc-bin.el (math-bignum-logb-digit-size)
5702 (math-bignum-digit-power-of-two):
5703 * calc/calc-comb.el (math-small-factorial-table):
5704 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
5705 (math-approx-gamma-const):
5706 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
5707 (math-besY1, math-bernoulli-b-cache):
5708 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
5709 Remove `eval-when-compile's.
5710
5711 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5712
5713 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
5714 (cperl-find-pods-heres): Fix an error when typing expressions like
5715 `s{a}{b}'.
5716
5717 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5718
5719 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
5720 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
5721 a special case (there's no build number).
5722
5723 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
5724
5725 * completion.el (symbol-under-point, symbol-before-point)
5726 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
5727
5728 2007-08-17 Glenn Morris <rgm@gnu.org>
5729
5730 * progmodes/compile.el (compilation-get-file-structure): Make use
5731 of the directory part when checking for an existing entry, to
5732 handle files with same basename in different directories.
5733
5734 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
5735
5736 * calc/calc.el (calc-language-alist): Add texinfo-mode.
5737
5738 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5739
5740 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
5741 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
5742 (ps-paragraph-spacing): Docstring fix.
5743
5744 2007-08-16 Glenn Morris <rgm@gnu.org>
5745
5746 * ps-print.el (ps-font-size): Doc fix.
5747
5748 2007-08-16 Richard Stallman <rms@gnu.org>
5749
5750 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
5751
5752 2007-08-15 Juri Linkov <juri@jurta.org>
5753
5754 * startup.el (initialization): Change parent group from `internal'
5755 to `environment'.
5756 (initial-buffer-choice): New variable.
5757 (command-line): Revert 2007-07-02 change that sets
5758 buffer-offer-save in *scratch* and enables auto-save in it.
5759 (fancy-splash-text): Add links to existing items. Add new items
5760 with links for useful tasks. Move information about Control-g to
5761 fancy-splash-head. Move "Emacs Guided Tour" to the end.
5762 (fancy-splash-keymap): New variable.
5763 (fancy-splash-last-input-event): Remove variable.
5764 (fancy-splash-insert): Add processing of `:link' element.
5765 (fancy-splash-head): Replace "Type Control-l to begin editing"
5766 with "Type `q' to exit".
5767 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
5768 (fancy-splash-default-action, fancy-splash-special-event-action):
5769 Remove functions.
5770 (fancy-splash-quit): New function.
5771 (fancy-splash-screens): Rename input arg from `hide-on-input' to
5772 `static' and reverse the condition of its usage. Don't preserve
5773 original values of `minor-mode-map-alist',
5774 `emulation-mode-map-alists', `special-event-map'.
5775 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5776 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5777 Remove processing of special events. Use local key map
5778 `fancy-splash-keymap'. Set buffer to read-only.
5779 (normal-splash-screen): Rename input arg from `hide-on-input' to
5780 `static' and reverse the condition of its usage.
5781 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
5782 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
5783 Add links to existing items. Add new items with links for useful
5784 tasks. Use local key map `fancy-splash-keymap'.
5785 (display-splash-screen): Rename input arg from `hide-on-input' to
5786 `static'.
5787 (about-emacs): Add alias to display-splash-screen.
5788 (command-line-1): Use `initial-buffer-choice'.
5789
5790 * menu-bar.el (menu-bar-help-menu):
5791 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
5792 item to about-emacs instead of display-splash-screen.
5793
5794 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
5795
5796 * calc/calc-units.el (math-standard-units): Update values.
5797 Put in exact, rational values when possible.
5798 (math-unit-prefixes): Replace floats with powers of ten.
5799 (math-standard-units-systems): Replace floats with integers.
5800 (math-make-unit-string): Remove extra spaces in output.
5801
5802 2007-08-15 Glenn Morris <rgm@gnu.org>
5803
5804 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
5805 sloppier, for the sake of GNU Mailman.
5806 (rmail-digest-rfc1153): Initialize `result' correctly.
5807
5808 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5809
5810 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
5811 in the mail title. Suggested by Reiner Steib.
5812
5813 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
5814
5815 * calc/calc-aent.el (calc-do-quick-calc): Add binary
5816 representation of integers to the list of outputs.
5817
5818 2007-08-14 Glenn Morris <rgm@gnu.org>
5819
5820 * simple.el (bad-packages-alist): New constant.
5821 (bad-package-check): New function. Together, these two add elements
5822 to `after-load-alist' to check for problematic external packages.
5823 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
5824
5825 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
5826
5827 * calc/calc-units.el (math-get-standard-units)
5828 (math-get-units, math-make-unit-string)
5829 (math-get-default-units, math-put-default-units): New functions.
5830 (math-default-units-table): New variable.
5831 (calc-convert-units, calc-convert-temperature): Add machinery
5832 to supply default values.
5833
5834 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
5837 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
5838 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
5839 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
5840
5841 * emulation/tpu-extras.el: Remove spurious * in docstrings.
5842 Put its autoloads into tpu-edt.el rather than loaddefs.el.
5843 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
5844 Make into a proper minor-mode.
5845 (tpu-backward-char, tpu-next-line, tpu-previous-line)
5846 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
5847 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
5848 (tpu-set-cursor-free, tpu-set-cursor-bound):
5849 Delegate to tpu-cursor-free-mode.
5850 (tpu-next-line, tpu-previous-line, tpu-forward-line)
5851 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
5852 Use line-move or forward-line instead of next-line-internal.
5853
5854 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
5855
5856 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
5857
5858 2007-08-12 Richard Stallman <rms@gnu.org>
5859
5860 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
5861 (cvs-execute-single-file): Use new name split-string-and-unquote.
5862 (cvs-header-msg): Use new name combine-and-quote-strings.
5863
5864 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
5865
5866 * progmodes/gud.el (gud-common-init): Use new name
5867 split-string-and-unquote.
5868
5869 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
5870 in javac regexp.
5871
5872 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
5873 combine-and-quote-strings and split-string-and-unquote.
5874
5875 * subr.el (combine-and-quote-strings): Rename from strings->string.
5876 (split-string-and-unquote): Rename from string->strings.
5877
5878 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
5879
5880 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
5881 to buffer-local settings.
5882
5883 * emacs-lisp/backquote.el (backquote-delay-process): New function.
5884 (backquote-process): Add internal arg `level'. Use the two to
5885 correctly handle nested backquotes.
5886
5887 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
5888
5889 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
5890 (vc-bzr-state-words): Add "kind changed" state word.
5891 (vc-bzr-status): New function. Return Bzr idea of file status,
5892 which is different from VC's.
5893 (vc-bzr-state): Use vc-bzr-status.
5894 (vc-workfile-unchanged-p): Use vc-bzr-status.
5895 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
5896 (vc-dired-state): Process "kind changed" state word.
5897
5898 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
5899
5900 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
5901
5902 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
5903 Move from vc-default-find-file-not-found-hook.
5904
5905 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5906
5907 * man.el: Remove spurious * in docstrings.
5908 Merge defvars and toplevel setq-defaults.
5909 (Man-highlight-references0): Limit=nil rather than point-max.
5910 (Man-mode-map): Move initialization into the declaration.
5911 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
5912 (Man-view-header-file): Use expand-file-name rather than concat.
5913 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
5914
5915 * man.el (Man-next-section): Make sure we do not move backward.
5916
5917 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5918
5919 * files.el (auto-mode-alist): Use the purecopied text (duh!).
5920
5921 2007-08-08 Glenn Morris <rgm@gnu.org>
5922
5923 * Replace `iff' in doc-strings and comments.
5924
5925 2007-08-08 Martin Rudalics <rudalics@gmx.at>
5926
5927 * dired.el (dired-pop-to-buffer):
5928 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5929 * calendar/calendar.el (generate-calendar-window):
5930 * progmodes/compile.el (compilation-set-window-height):
5931 * textmodes/two-column.el (2C-two-columns, 2C-merge):
5932 Use window-full-width-p instead of comparing frame-width and
5933 window-width.
5934
5935 * progmodes/compile.el (compilation-find-buffer): Remove extra
5936 argument in call to compilation-buffer-internal-p.
5937
5938 2007-08-07 Tom Tromey <tromey@redhat.com>
5939
5940 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
5941 Add safe-local-variable property.
5942
5943 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
5944
5945 * image-mode.el (image-toggle-display): Use image-refresh.
5946
5947 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
5948
5949 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
5950 unofficial version.
5951 (vc-bzr-command): Remove redundant setting of process-connection-type.
5952 (vc-bzr-admin-checkout-format-file): Add autoload.
5953 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
5954 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
5955 (vc-bzr-registered): Compare dirstate format tag with known good
5956 value, abort parsing if match fails. Warn user in docstring.
5957 (vc-bzr-workfile-version): Case for different Bzr branch formats.
5958 See bzrlib/branch.py in Bzr sources.
5959 (vc-bzr-diff): First argument FILES may be a string rather than a list.
5960 (vc-bzr-shell-command): Remove in favor of
5961 vc-bzr-command-discarding-stderr.
5962 (vc-bzr-command-discarding-stderr): New function.
5963
5964 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
5965
5966 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
5967 program, and return nil.
5968 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
5969 (vc-bzr-state): Look for path names relative to the repository
5970 root after status keyword.
5971 (vc-bzr-file-name-relative): New function.
5972 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
5973 depend on it.
5974 (vc-bzr-admin-dirname, ...-checkout-format-file)
5975 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
5976 files that we now parse directly for speed.
5977 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
5978 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
5979 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
5980 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
5981 Bzr warnings, so we must discard it.
5982 (vc-bzr-workfile-version): Speedup counting lines from
5983 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
5984 if that file doesn't exist.
5985 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
5986 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
5987 to `vc-directory-exclusion-list'.
5988 (vc-bzr-shell-command): New function.
5989
5990 2007-08-06 Tom Tromey <tromey@redhat.com>
5991
5992 * diff-mode.el (diff-unified->context, diff-reverse-direction)
5993 (diff-fixup-modifs): Typo in docstring.
5994
5995 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
5998 count-screen-lines.
5999 (tpu-edt-off): Disable relevant pieces of advice.
6000
6001 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
6002 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
6003 (newline, newline-and-indent, do-auto-fill): Use advice instead of
6004 redefining the function.
6005 (tpu-set-scroll-margins): Activate the pieces of advice.
6006
6007 2007-08-06 Martin Rudalics <rudalics@gmx.at>
6008
6009 * help.el (resize-temp-buffer-window): Use window-full-width-p
6010 instead of comparing frame-width and window-width.
6011
6012 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
6013
6014 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
6015 optional quotes around files in NEED-UPDATE . REMOVED case.
6016
6017 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
6018 (ada-treat-cmd-string): Improve error message.
6019 (ada-do-file-completion): Call `ada-require-project-file', so
6020 project variables are set properly.
6021 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
6022 (ada-gnatfind-buffer-name): New constant.
6023 (ada-find-any-references): Use new constant. Set buffer name
6024 properly in compilation-start. Toggle read-only properly.
6025 (ada-find-in-src-path): Fix spelling error in docstring.
6026
6027 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
6028 by zero error.
6029
6030 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6031
6032 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
6033
6034 2007-08-12 Richard Stallman <rms@gnu.org>
6035
6036 * progmodes/sh-script.el (sh): Delete group `unix'.
6037
6038 * progmodes/gud.el (gud): Change to group `processes'.
6039
6040 2007-08-11 Glenn Morris <rgm@gnu.org>
6041
6042 * progmodes/compile.el (compilation-buffer-name): Don't check
6043 compilation-arguments. It is superfluous, and the variable isn't
6044 even set when this function is called.
6045
6046 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6047
6048 * term/mac-win.el (mac-ae-reopen-application): New function.
6049 (mac-apple-event-map): Bind "reopen application" Apple event to it.
6050
6051 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
6054 take tex-font-script-display into account.
6055 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
6056 cell to a list of 2 elements to simplify the unfontify code.
6057
6058 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6059
6060 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
6061 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
6062 ps-print-color-p is neither nil nor black-white. Reported by Christian
6063 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
6064
6065 2007-08-08 Andreas Schwab <schwab@suse.de>
6066
6067 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
6068 self-insert-command, not self-insert.
6069
6070 2007-08-08 Glenn Morris <rgm@gnu.org>
6071
6072 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
6073 argument optional, for backwards compatibility, and only highlight
6074 args when present. Fix symbol name typo (doc/args).
6075
6076 * help-mode.el (help-make-xrefs): Search for symbol constituents,
6077 rather than just `-'.
6078
6079 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
6080
6081 * calc/calc-units.el (calc-convert-temperature):
6082 Use `/' to create fractions.
6083
6084 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
6085
6086 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
6087 global matching.
6088 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
6089 ERROR-BUFFER more robust. Display output.
6090 (tramp-file-name-handler): Add a connection property when we found
6091 a foreign file name handler. This allows backends like ftp to
6092 profit also from usr/host name completion based on connection
6093 cache.
6094 (tramp-send-command-and-read): Search for trash after the regexp
6095 until eol only. In XEmacs, there is a problem with \n.
6096
6097 * net/tramp-cache.el (top): Read persistent connection history
6098 when cache is empty.
6099
6100 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
6101
6102 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
6103 resulting output.
6104
6105 2007-08-07 Sam Steingold <sds@gnu.org>
6106
6107 * progmodes/compile.el (compilation-start): Pass nil as startfile
6108 to comint-exec.
6109
6110 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
6111
6112 * longlines.el (longlines-decoded): New variable.
6113 (longlines-mode): Avoid encoding or decoding the buffer twice.
6114
6115 2007-08-07 Martin Rudalics <rudalics@gmx.at>
6116
6117 * format.el (format-insert-file): Make sure that at most one undo
6118 entry is recorded for the insertion. Inhibit point-motion and
6119 modification hooks around call to insert-file-contents.
6120
6121 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
6124 Select the buffer's window before moving point.
6125
6126 2007-08-07 Richard Stallman <rms@gnu.org>
6127
6128 * term.el (term): Remove parent group `unix'.
6129
6130 * simple.el (default-indent-new-line): New function.
6131 It calls comment-line-break-function if there are comments.
6132 (do-auto-fill): Use that.
6133
6134 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
6135
6136 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
6137 (PC-do-completion): Add "acronym completion" for symbols and
6138 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
6139
6140 2007-08-06 Sam Steingold <sds@gnu.org>
6141
6142 * mouse.el (mouse-buffer-menu): Pass mode-name through
6143 format-mode-line because it may be a list,
6144 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
6145
6146 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
6147
6148 * printing.el (pr-update-menus): Docstring fix.
6149
6150 2007-08-06 Jason Rumney <jasonr@gnu.org>
6151
6152 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
6153
6154 * vc-hooks.el (vc-call): Add doc string.
6155
6156 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
6157
6158 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
6159 process-filter.
6160
6161 2007-08-06 Kenichi Handa <handa@m17n.org>
6162
6163 * international/quail.el: Wrap (require 'help-mode) by
6164 eval-when-compile.
6165 (quail-help-init): New function.
6166 (quail-help): Call quail-help-init.
6167 (quail-store-decode-map-key): Change it to a function.
6168
6169 2007-08-05 Jason Rumney <jasonr@gnu.org>
6170
6171 * vc.el (vc-rollback): Add norevert argument back.
6172 (vc-revert-buffer): Add back as obsolete alias.
6173
6174 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
6175
6176 * term.el: Honor term-default-fg-color and term-default-bg-color
6177 settings when modifying term-current-face.
6178 (term-default-fg-color, term-default-bg-color): Initialize from
6179 default term-current-face.
6180 (term-mode, term-reset-terminal): Set term-current-face with
6181 term-default-fg-color and term-default-bg-color.
6182 (term-handle-colors-array): term-current-face has term-default-fg-color
6183 and term-default-bg-color after reset escape sequence.
6184 (term-handle-colors-array): Set term-current-color with
6185 term-default-fg/bg-color instead of ansi-term-color-vector when the
6186 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
6187
6188 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6189
6190 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
6191 (math-nlfit-givens): Let bind free variables.
6192
6193 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
6194
6195 * printing.el: Require lpr and ps-print when loading printing package.
6196 Reported by Glenn Morris <rgm@gnu.org>.
6197
6198 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
6199
6200 * files.el (set-auto-mode): Handle also remote files wrt
6201 `auto-mode-alist'.
6202
6203 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
6204
6205 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
6206 curves and plotting.
6207
6208 * calc/calc-nlfit.el: New file.
6209
6210 2007-08-04 Glenn Morris <rgm@gnu.org>
6211
6212 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
6213 zero, not nil, when the library is first loaded. Check for a file
6214 that has been modified on disk.
6215
6216 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
6217 Remove duplicate defvar preventing initialization.
6218 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
6219
6220 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
6223 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
6224 may match up to 4 lines.
6225 (diff-beginning-of-file-and-junk): Rewrite.
6226
6227 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6228
6229 * printing.el: Evaluate require only during compilation.
6230 (pr-version): New version 6.9.1.
6231 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
6232 (pr-global-menubar): Fix code.
6233
6234 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
6235
6236 * term.el (term-erase-in-display): Fix case when point is not at
6237 the beginning of the line.
6238
6239 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
6240
6241 * calc/calc-ext.el (math-get-value, math-get-sdev)
6242 (math-contains-sdev): New functions.
6243
6244 * calc/calc-graph.el (calc-graph-format-data)
6245 (calc-graph-add-curve): Check for error forms.
6246 (calc-graph-set-styles): Add option for error forms.
6247
6248 2007-08-03 Miles Bader <miles@gnu.org>
6249
6250 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
6251 backend names for new backends to `Git', `Hg', and `Bzr'.
6252 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
6253 not `HG'.
6254 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
6255 name, not `GIT'.
6256 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
6257 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
6258
6259 2007-08-03 Richard Stallman <rms@gnu.org>
6260
6261 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
6262 to update deleted flag.
6263
6264 * cus-edit.el (customize-apropos, customize-apropos-options)
6265 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
6266
6267 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
6268
6269 * startup.el (fancy-splash-head, startup-echo-area-message):
6270 Change message text.
6271
6272 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
6273 All callers use line-move.
6274
6275 * progmodes/compile.el (compilation-find-buffer): Return current
6276 buffer immediately if suitable.
6277 (compile, compilation-buffer-name, compilation-start): Doc fixes.
6278
6279 2007-08-03 Daiki Ueno <ueno@unixuser.org>
6280
6281 * faces.el (face-normalize-spec): New function.
6282 (frame-set-background-mode): Normalize face-spec before calling
6283 face-spec-match-p.
6284
6285 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6286
6287 * server.el (server-window): Add switch-to-buffer-other-frame option.
6288
6289 2007-08-03 Glenn Morris <rgm@gnu.org>
6290
6291 * cus-edit.el (customize-apropos): Make the error message indicate
6292 what kind of thing the user was trying to customize.
6293
6294 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
6295
6296 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
6297 Fix off-by-one error in previous change.
6298
6299 2007-08-03 Drew Adams <drew.adams@oracle.com>
6300
6301 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
6302 Make buffer writable.
6303
6304 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
6305
6306 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
6307 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
6308 Use native Emacs functions, when appropriate.
6309
6310 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
6311 Stefan Monnier <monnier@iro.umontreal.ca>
6312
6313 * vc.el: Document new VC operation `extra-menu'.
6314
6315 * vc-hooks.el (vc-default-extra-menu): New function.
6316
6317 * menu-bar.el (menu-bar-vc-filter): New function.
6318 (menu-bar-tools-menu): Use it as a filter.
6319
6320 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
6321
6322 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
6323
6324 2007-08-01 Glenn Morris <rgm@gnu.org>
6325
6326 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
6327 strings.
6328 (fortran-tab-mode-default): Remove needless autoload.
6329 (fortran-tab-mode-string): Add help-echo and mouse properties, and
6330 mark as risky.
6331 (fortran-line-length): New buffer-local variable, safe if integer.
6332 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
6333 Change from variables to constants.
6334 (fortran-font-lock-syntactic-keywords): Delete as a variable,
6335 replace with a new function definition.
6336 (fortran-mode): Use fortran-line-length, and
6337 fortran-font-lock-syntactic-keywords as a function. Add a
6338 hack-local-variables-hook function.
6339 (fortran-line-length, fortran-hack-local-variables): New functions.
6340 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
6341 Use fortran-line-length rather than 72.
6342 (fortran-window-create-momentarily): Doc fix.
6343
6344 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
6345
6346 * cus-edit.el (custom-group-value-create, custom-goto-parent):
6347 Fix parent groups link.
6348
6349 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
6350
6351 * progmodes/python.el (python-current-defun): Adjust to never fall
6352 into infinite loop.
6353
6354 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
6357
6358 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
6359
6360 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
6361 (copyright-fix-years, copyright): Correctly handle the case where
6362 copyright-limit is nil.
6363
6364 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
6365
6366 * progmodes/python.el (run-python): Fix path separator under w32.
6367
6368 2007-07-30 Richard Stallman <rms@gnu.org>
6369
6370 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6371 Treat non-break space as whitespace in Lisp.
6372
6373 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 * vc.el (vc-dired-hook): Use inhibit-read-only.
6376
6377 * progmodes/compile.el (compilation-forget-errors):
6378 Reset compilation-auto-jump-to-next.
6379
6380 2007-07-30 Michael Olson <mwolson@gnu.org>
6381
6382 * cus-edit.el (custom-group-save): Fix void function definition
6383 error. Thanks to Zhang Wei for the report.
6384
6385 * ps-print.el: Check in trivial changes to the autoloads section
6386 caused by the build process. These autoloads really ought to be
6387 placed in a separate file, methinks.
6388
6389 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * calendar/calendar.el (calendar-mode): Make sure
6392 displayed-(month|year) are set.
6393 (calendar-basic-setup): Display buffer before adjusting window sizes.
6394 (generate-calendar-window): Use inhibit-read-only. Simplify.
6395 Generate buffer and set displayed-month and displayed-year before
6396 calling update-calendar-mode-line.
6397
6398 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
6399
6400 * net/tramp.el:
6401 * net/tramp-uu.el:
6402 * net/trampver.el: Use utf-8 encoding with coding cookie.
6403
6404 * net/tramp-cache.el:
6405 * net/tramp-fish.el:
6406 * net/tramp-ftp.el:
6407 * net/tramp-gw.el:
6408 * net/tramp-smb.el: Remove coding cookie.
6409
6410 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
6411 Flush buffer file-name's file property.
6412 (tramp-handle-file-remote-p): The first parameter is FILENAME.
6413
6414 * net/trampver.el: Update release number.
6415
6416 2007-07-29 Juri Linkov <juri@jurta.org>
6417
6418 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
6419 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
6420 when major-mode is not dired-mode.
6421 (dired-toggle-read-only): New function.
6422 (dired-recursive-deletes): Remove obsolete comments about old
6423 default value.
6424 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
6425
6426 * wdired.el (wdired-exit): New function.
6427 (wdired-mode-map): Bind C-x C-q to wdired-exit.
6428
6429 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * cus-edit.el (customize-read-group): New fun.
6432 (customize-group-other-window, customize-face-other-window):
6433 Prompt before delegating to customize-(group|face).
6434 Bind pop-up-windows rather than use the other-window argument.
6435 (customize-group, customize-face): Prompt from the interactive spec.
6436 Remove args `prompt-for-group' and `other-window'.
6437
6438 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
6439 (ad-body-forms, ad-advised-interactive-form): Revert this part of
6440 last change.
6441
6442 2007-07-28 Masatake YAMATO <jet@gyve.org>
6443
6444 * vc.el (vc-dired-mode): Add a menu for VC related operation.
6445 Use backend name as the menu label. Suggested by David Kastrup.
6446
6447 2007-07-28 Alan Mackenzie <acm@muc.de>
6448
6449 Fix problem with modes derived from CC Mode:
6450 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
6451 macro to cc-langs.
6452 (c-init-language-vars-for): Remove call to above macro.
6453 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
6454 been moved to here.
6455 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
6456
6457 2007-07-28 Eli Zaretskii <eliz@gnu.org>
6458
6459 * net/trampver.el: Fix the `coding' cookie.
6460
6461 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
6462
6463 * vc-git.el (vc-git-print-log): Support both the old single file
6464 interface and the new one.
6465
6466 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * bindings.el (mode-line-remote): Use updated %@ construct.
6469
6470 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
6473 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
6474 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
6475 (diary-list-bahai-entries, diary-bahai-mark-entries)
6476 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
6477 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6478 New names to clean up namespace.
6479 (list-bahai-diary-entries, mark-bahai-diary-entries)
6480 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
6481 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
6482 Add compatibility aliases.
6483
6484 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
6485
6486 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
6487 (calendar-scroll-left-three-months)
6488 (calendar-scroll-right-three-months): Clean up namespace.
6489 (scroll-calendar-left, scroll-calendar-right)
6490 (scroll-calendar-left-three-months)
6491 (scroll-calendar-right-three-months): Add compatibility aliases.
6492
6493 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6494 Behave like mouse-scroll-calendar-* when used from the mouse.
6495
6496 * calendar/cal-menu.el (cal-menu-scroll-menu)
6497 (cal-menu-global-mouse-menu):
6498 * calendar/calendar.el (calendar-mode-map):
6499 Use new calendar-scroll-* names.
6500 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
6501 Remove. Use calendar-scroll-* directly instead.
6502
6503 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
6506 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
6507 (ad-make-advised-definition, ad-cache-id-verification-code):
6508 Use commandp and interactive-form instead.
6509
6510 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
6511
6512 * vc-git.el: Relicense to GPLv3 or later.
6513 (vc-directory-exclusion-list, vc-handled-backends): Remove.
6514
6515 * vc-hooks.el (vc-handled-backends): Add GIT.
6516
6517 * vc.el (vc-directory-exclusion-list): Add .git.
6518
6519 2007-07-26 Alexandre Julliard <julliard@winehq.org>
6520
6521 * vc-git.el (vc-git-revision-table)
6522 (vc-git-revision-completion-table): New functions.
6523
6524 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6525
6526 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
6527 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
6528 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
6529 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
6530 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
6531 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
6532 New command actions for EPS header and EPS footer.
6533
6534 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
6535 footer. Fix some problems with one-or-more, zero-or-more and
6536 alternative constructions generation. Some log messages
6537 implementation. Doc fix.
6538 (ebnf-version): New version 4.4.
6539 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
6540 (ebnf-eps-footer, ebnf-log): New options.
6541 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
6542 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
6543 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
6544 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
6545 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
6546 (ebnf-style-custom-list, ebnf-style-database): Put new values.
6547 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
6548 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
6549 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
6550 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
6551 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
6552 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
6553 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
6554 (ebnf-non-terminal-dimension, ebnf-special-dimension)
6555 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
6556 (ebnf-except-dimension, ebnf-alternative-dimension)
6557 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
6558 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
6559 message fun.
6560 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
6561 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
6562 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
6563 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
6564 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
6565 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
6566 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
6567 compatibility with Emacs 20 & 21.
6568 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
6569 (ebnf-eps-file-alist, ebnf-basic-width-extra)
6570 (ebnf-basic-empty-height): New vars.
6571 (ebnf-prologue): Fix PostScript code.
6572 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
6573 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
6574 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
6575 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
6576
6577 2007-07-25 Glenn Morris <rgm@gnu.org>
6578
6579 * Relicense all FSF files to GPLv3 or later.
6580
6581 * COPYING: Switch to GPLv3.
6582
6583 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
6586 Replace it with another one which disables undo before calling
6587 erase-buffer and then turns it back on if needed.
6588
6589 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6590
6591 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
6592
6593 2007-07-24 Glenn Morris <rgm@gnu.org>
6594
6595 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6596 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6597 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6598 (cal-tex-cursor-week, cal-tex-cursor-week2)
6599 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6600 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6601 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6602 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6603
6604 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * calendar/calendar.el (calendar-mode-map): Move initialization
6607 into declaration. Add menu bindings (used to be done in cal-menu).
6608 (calendar-mode): Don't add an activate-menubar-hook.
6609
6610 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
6611 modify calendar-mode-map), use easy-menu, and make sure that C-h k
6612 can be used on the menu entries.
6613 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
6614 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
6615 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
6616 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
6617 (calendar-flatten, cal-menu-update): Remove.
6618 (calendar-mouse-insert-hebrew-diary-entry)
6619 (calendar-mouse-insert-islamic-diary-entry)
6620 (calendar-mouse-insert-bahai-diary-entry):
6621 Remove (fold into cal-menu-diary-menu).
6622 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
6623 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
6624 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
6625 (calendar-mouse-view-diary-entries): Minor simplifications.
6626 (calendar-event-to-date): Use with-current-buffer.
6627
6628 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
6629
6630 * add-log.el (change-log-redate): Remove (not needed anymore and
6631 doesn't appear to work).
6632
6633 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6634
6635 * frame.el: Use mapc and dolist instead of mapcar where possible.
6636 (close-display-connection): New command.
6637
6638 2007-07-25 Alexandre Julliard <julliard@winehq.org>
6639
6640 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
6641 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
6642
6643 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6644
6645 * ps-print.el (ps-multibyte-buffer): Docstring fix.
6646
6647 * ps-mule.el: Doc fix.
6648 (ps-multibyte-buffer, ps-mule-font-info-database-default)
6649 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
6650
6651 2007-07-25 Glenn Morris <rgm@gnu.org>
6652
6653 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
6654 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
6655 (cal-tex-daily-end, cal-tex-hook)
6656 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
6657 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
6658 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6659 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6660 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
6661 (cal-tex-day-prefix, cal-tex-day-name-format)
6662 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
6663 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
6664 (cal-tex-LaTeX-subst-list): Change from variables to constants.
6665 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
6666 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
6667 etc, rather than \bf.
6668 (cal-tex-mini-calendar): Fix typos in previous change.
6669 (cal-tex-latexify-list): Remove inner let binding.
6670 (cal-tex-end-document, cal-tex-banner): Use multi-line
6671 cal-tex-comment.
6672 (cal-tex-comment): Handle embedded newlines.
6673 (cal-tex-LaTeXify-string): Use substring-no-properties.
6674
6675 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
6676
6677 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6678 Add support for the Maden build tool.
6679
6680 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
6681
6682 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
6683
6684 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
6687
6688 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
6689
6690 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
6691 C-x C-q.
6692
6693 * vc-git.el (vc-git-print-log): Fix previous change.
6694
6695 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * window.el (save-selected-window): Minor optimization.
6698 (bw-adjust-window): If operation failed, try with a smaller delta.
6699 (window-fixed-size-p): New function.
6700 (window-area-factor): New var.
6701 (balance-windows-area): New command.
6702
6703 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
6704 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
6705 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
6706 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
6707 (ps-mule-begin-job): Use dolist.
6708
6709 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
6710
6711 * subr.el (start-file-process-shell-command)
6712 (process-file-shell-command): New defuns.
6713
6714 * progmodes/compile.el (compilation-start):
6715 Apply `start-file-process-shell-command'.
6716
6717 2007-07-24 Alexandre Julliard <julliard@winehq.org>
6718
6719 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
6720
6721 2007-07-24 Alan Mackenzie <acm@muc.de>
6722
6723 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6724 Initialise byte-compile-unresolved-functions before rather than
6725 after a compilation.
6726 (byte-compile-unresolved-functions): Amplify doc string.
6727
6728 2007-07-24 Glenn Morris <rgm@gnu.org>
6729
6730 * startup.el (normal-splash-screen): Use `emacs-copyright'.
6731
6732 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
6733 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
6734 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6735 (cal-tex-cursor-week, cal-tex-cursor-week2)
6736 (cal-tex-cursor-week-iso, cal-tex-week-hours)
6737 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
6738 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6739 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
6740
6741 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
6742 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
6743 (cal-tex-day-name-format, cal-tex-cal-one-month)
6744 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
6745 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
6746 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
6747 (cal-tex-list-holidays, cal-tex-cursor-year)
6748 (cal-tex-cursor-year-landscape, cal-tex-year)
6749 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
6750 (cal-tex-cursor-month, cal-tex-insert-days)
6751 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
6752 (cal-tex-first-blank-p, cal-tex-cursor-week)
6753 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6754 (cal-tex-week-hours, cal-tex-cursor-week-monday)
6755 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
6756 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6757 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
6758 (cal-tex-latexify-list, cal-tex-previous-month)
6759 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
6760 modernization, including using dotimes rather than
6761 calendar-for-loop.
6762 (cal-tex-LaTeX-subst-list): Remove `@'.
6763 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
6764 Use \textit and \textbf rather than \em and \it.
6765
6766 * calendar/cal-bahai.el (list-bahai-diary-entries)
6767 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
6768 * calendar/cal-islam.el (list-islamic-diary-entries)
6769 * calendar/calendar.el (generate-calendar, generate-calendar-month)
6770 * calendar/diary-lib.el (diary-list-entries)
6771 (mark-calendar-date-pattern): Use `dotimes' rather than
6772 `calendar-for-loop'.
6773
6774 * calendar/calendar.el (calendar-for-loop): Doc fix.
6775
6776 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6777
6778 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
6779 underlying file is uptodate.
6780
6781 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
6782
6783 * replace.el (perform-replace): Use isearch-no-upper-case-p.
6784
6785 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6786
6787 * vc-hooks.el (vc-mode-line-map): New const.
6788 (vc-mode-line): Use it.
6789
6790 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6791
6792 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
6793 (vc-git-unregister): New functions.
6794 (vc-git-find-version): Use the result of ls-files as a parameter
6795 for cat-file.
6796
6797 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
6798
6799 * net/tramp.el (tramp-perl-file-attributes)
6800 (tramp-perl-directory-files-and-attributes)
6801 (tramp-handle-file-attributes-with-stat)
6802 (tramp-handle-directory-files-and-attributes-with-stat)
6803 (tramp-convert-file-attributes): Handle huge file sizes.
6804
6805 2007-07-23 Juri Linkov <juri@jurta.org>
6806
6807 * isearch.el (isearch-message-function): New variable.
6808 (isearch-update, isearch-search): Use it.
6809
6810 * simple.el (goto-history-element): New function created from
6811 next-history-element.
6812 (next-history-element): Most code moved to goto-history-element.
6813 Call goto-history-element with (- minibuffer-history-position n).
6814 (previous-history-element): Call goto-history-element with (+
6815 minibuffer-history-position n).
6816 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
6817 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
6818 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
6819 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
6820 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
6821 (minibuffer-history-isearch-pop-state): New functions.
6822
6823 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
6824
6825 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
6826 Also, if FILE is a list, return non-nil if any of its elements
6827 should stay local. Update docstring.
6828
6829 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
6832 change by reverting a small part.
6833
6834 2007-07-23 Richard Stallman <rms@gnu.org>
6835
6836 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
6837
6838 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6839
6840 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
6841 handling it. Use vc-git-command.
6842 (vc-git-find-version, vc-git-diff-tree): New functions.
6843 (vc-git-revert): Use vc-git-command.
6844 (vc-git--run-command): Delete.
6845
6846 2007-07-23 Alexandre Julliard <julliard@winehq.org>
6847
6848 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
6849
6850 2007-07-20 Kenichi Handa <handa@m17n.org>
6851
6852 * international/utf-8.el (utf-8-post-read-conversion):
6853 Temporarily bind utf-8-compose-scripts to nil while running
6854 *-compose-region functions.
6855
6856 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
6857
6858 * vc-git.el: Update status.
6859 (vc-directory-exclusion-list): Use eval-after-load.
6860
6861 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
6862
6863 * bindings.el (mode-line-remote): New variable.
6864 (help-echo): Add to default values of mode-line-format.
6865
6866 * files.el: Mark mode-line-remote as risky.
6867
6868 2007-07-22 Juri Linkov <juri@jurta.org>
6869
6870 * isearch.el (isearch-edit-string): Save old point and
6871 isearch-other-end to old-point and old-other-end before reading
6872 the search string from minibuffer. After exiting minibuffer set
6873 point to old-other-end if point and the search direction is the
6874 same as before reading the search string.
6875 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
6876 to isearch-other-end. Instead of isearch-search-and-update call
6877 three functions isearch-search, isearch-push-state and isearch-update.
6878
6879 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6880
6881 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
6882 deal with multiple file arguments.
6883 (vc-git-print-log): Deal with multiple file arguments.
6884
6885 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
6888 diff-refine-hunk. Adjust users.
6889 (diff-unified-hunk-p, diff-splittable-p): New functions.
6890 (diff-mode-menu): Use it to disable Split when it doesn't work.
6891
6892 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6893
6894 * diff-mode.el (diff-mode-menu): New entries.
6895
6896 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
6899 if applicable, so as to save undo-log space.
6900
6901 * diff-mode.el (diff-find-file-name): Add arg `batch'.
6902
6903 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
6904 (diff-file-kill): Use it.
6905 (diff-beginning-of-hunk): Add arg `try-harder' using it.
6906 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
6907 Use it so they find the hunk even when we're in the file header.
6908
6909 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6910
6911 * vc-git.el (vc-git-revision-granularity, vc-git-root)
6912 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
6913 (vc-git-create-repo): New functions.
6914 (vc-git-registered): New autoloaded function definition.
6915 (vc-git-registered): Use vc-git-root.
6916 (vc-git-responsible-p): New defalias.
6917 (vc-git-annotate-extract-revision-at-line): Uncomment.
6918 (vc-git-print-log): Add the file name to the log.
6919 (vc-git-log-view-mode): New derived mode.
6920 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
6921
6922 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6923
6924 * progmodes/grep.el (grep-compute-defaults): Keep default values.
6925
6926 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
6927
6928 * textmodes/reftex.el (reftex-access-parse-file): Create parse
6929 file in a way that does not interfere with recentf mode.
6930 (reftex-access-parse-file): Do not risk destroying an existing
6931 buffer.
6932
6933 2007-07-22 Alexandre Julliard <julliard@winehq.org>
6934
6935 * vc-git.el: New file.
6936
6937 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * textmodes/tex-mode.el (tex-font-script-display): Change default.
6940
6941 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6942
6943 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
6944 for branches and new files.
6945
6946 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
6947 local-map handling ...
6948 (vc-mode-line): ... here. Improve handling of help-echo.
6949
6950 * vc.el (mode-line-string): Document help-echo usage.
6951
6952 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
6953
6954 Sync with Tramp 2.1.10.
6955
6956 * net/tramp.el (tramp-get-ls-command): Fix typo.
6957
6958 * net/trampver.el: Update release number.
6959
6960 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6961
6962 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
6963
6964 * term/x-win.el (x-handle-no-bitmap-icon): New function.
6965
6966 2007-07-22 Martin Rudalics <rudalics@gmx.at>
6967
6968 * add-log.el (change-log-fill-parenthesized-list): New function.
6969 (change-log-indent): Call change-log-fill-parenthesized-list.
6970 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
6971 Have lines with leading asterisk start a paragraph.
6972
6973 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
6974
6975 * calc/calc-math.el (math-emacs-precision)
6976 (math-largest-emacs-expt, math-smallest-emacs-expt):
6977 New variables.
6978 (math-use-emacs-fn): New function.
6979 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
6980 appropriate.
6981
6982 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
6983
6984 * image-dired.el (image-dired-sane-db-file): New func.
6985 (image-dired-write-tags, image-dired-remove-tag)
6986 (image-dired-list-tags, image-dired-write-comments)
6987 (image-dired-get-comment, image-dired-mark-tagged-files)
6988 (image-dired-create-gallery-lists): Call new func.
6989 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
6990
6991 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6992
6993 * vc-hg.el (vc-hg-dir-state): Fix loop.
6994 (vc-hg-print-log): Fix expected return value for vc-hg-command.
6995 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
6996 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
6997 (vc-hg-revert): Likewise.
6998 (vc-hg-revision-table, vc-hg-revision-completion-table): New
6999 functions.
7000
7001 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * add-log.el (change-log-resolve-conflict): Don't lose data if the
7004 merge fails.
7005
7006 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7007
7008 * progmodes/compile.el (compilation-auto-jump-to-first-error):
7009 Add group and version.
7010
7011 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7012
7013 * add-log.el (add-log-file-name): Use file-relative-name.
7014 (add-change-log-entry): Delay reading
7015 add-log-(full-name|mailing-address) to after we've switched to the
7016 ChangeLog buffer so we get the right value.
7017 (add-change-log-entry, add-log-current-defun, change-log-merge):
7018 Use derived-mode-p rather than checking major-mode directly.
7019
7020 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
7021 name for buffer-file-name if it refers to a directory.
7022
7023 * vc-arch.el (vc-arch-diff): Fix last change.
7024
7025 * progmodes/compile.el (compilation-start): Remember the original
7026 directory in a buffer-local compilation-directory.
7027 (compile): Set the global value of compilation-directory.
7028 (recompile): Use compilation-directory even in the compilation buffer.
7029
7030 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7031
7032 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
7033
7034 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7035
7036 * ps-print.el: Problem with foreground and background color when
7037 printing a buffer with and without faces. Reported by Christian
7038 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
7039 (ps-print-version): New version 6.7.5.
7040 (ps-default-fg): Change default value to nil, so black color is used
7041 when a face does not specify a foreground color.
7042 (ps-default-bg): Change default value to nil, so white color is used
7043 for background color.
7044 (ps-begin-job): Fix code.
7045
7046 2007-07-20 Eli Zaretskii <eliz@gnu.org>
7047
7048 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
7049 in $(INSTALL_DIR)/lisp/ if they already exist.
7050
7051 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
7052
7053 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
7054 in $(INSTALL_DIR)/lisp/ if they already exist.
7055
7056 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * progmodes/vera-mode.el (vera-re-search-forward)
7059 (vera-re-search-backward): Remove use of store-match-data.
7060 (vera-mode-map): Move initialization into declaration.
7061
7062 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
7063 (flymake-find-buildfile): Use locate-dominating-file.
7064
7065 * vc.el (vc-delistify): Use mapconcat.
7066 (vc-do-command): Minor simplification.
7067 (vc-expand-dirs): Use push.
7068
7069 * vc-mcvs.el (vc-mcvs-create-repo):
7070 * vc-cvs.el (vc-cvs-create-repo): Remove.
7071
7072 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
7073 directory and the root as well.
7074
7075 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7076
7077 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
7078 instead of a file.
7079
7080 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
7081 (vc-hg-registered): Replace if with when.
7082 (vc-hg-state): Deal with nonexistent files and handle removed files.
7083 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
7084 (vc-hg-checkout): Re-enable.
7085 (vc-hg-create-repo): Fix typos.
7086 (vc-hg-print-log): Fix for multiple files.
7087 (vc-hg-workfile-unchanged-p): New function.
7088
7089 * vc.el: Fix typo.
7090 (vc-print-log): Fix call to print-log.
7091 (vc-default-comment-history): Likewise.
7092 (vc-directory-exclusion-list): Add .hg and .bzr.
7093 (vc-diff-internal): Pass a list instead of a file.
7094
7095 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
7096
7097 * vc-bzr.el (vc-bzr-create-repo): New function.
7098
7099 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7100
7101 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
7102 `file' from which to start the search.
7103
7104 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
7105
7106 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
7107 having a single file argument to having a list of files as the
7108 first argument.
7109
7110 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * files.el (locate-dominating-file): New function.
7113
7114 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
7115
7116 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
7117 (grep-compute-defaults): Use it.
7118
7119 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * uniquify.el: Docstring fixes.
7122
7123 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
7124
7125 * vc.el (revision-granularity, create-repo): Document new vc
7126 backend properties.
7127 (vc-rollback): Renamed from vc-cancel-version. Update
7128 references. Pass a list instead of a file.
7129 (vc-revert): Renamed from vc-revert-buffer. Update references.
7130 (vc-delistify, vc-expand-dirs): New functions.
7131 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
7132 of files instead of a single file.
7133 (vc-position-context, vc-resync-window, vc-diff-internal)
7134 (vc-print-log): Pass a list instead of a file.
7135
7136 * vc-hooks.el (vc-stay-local-p, vc-backend)
7137 (vc-backend-subdirectory-name): Work on a file list, not a single
7138 file.
7139 (vc-workfile-version): Update docstring.
7140 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
7141 vc-revert instead of vc-revert-buffer.
7142 (vc-prefix-map): Likewise. Bind vc-update.
7143
7144 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
7145 (vc-svn-wash-log): New functions.
7146 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
7147 (vc-svn-command): Deal with a list of files, not a single file.
7148
7149 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
7150 (vc-rcs-wash-log): New functions.
7151 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
7152 Deal with a list of files, not a single file.
7153 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
7154
7155 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
7156 functions.
7157 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
7158 list of files, not a single file.
7159
7160 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
7161 New functions.
7162 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
7163 (vc-mcvs-diff): Deal with a list of files, not a single file.
7164
7165 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
7166 functions.
7167 (vc-hg-print-log): Deal with a list of files, not a single file.
7168 (vc-hg-diff-tree): New function, replace defalias with the same
7169 name.
7170 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
7171 FILES to denote that it is a file list, not a single file.
7172
7173 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
7174 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
7175 a single file.
7176 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
7177 that it is a file list, not a single file.
7178 (vc-cvs-diff): Likewise. Simplify.
7179
7180 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
7181 Deal with a list of files, not a single file.
7182
7183 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
7184 (vc-bzr-print-log): Update FILE parameter name to denote that it
7185 is a file list, not a single file.
7186 (vc-bzr-diff): Likewise. Use the car of files.
7187
7188 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
7189
7190 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
7191 (follow-delete-other-windows-and-split, follow-recenter)
7192 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
7193 (follow-redisplay, follow-estimate-first-window-start)
7194 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
7195 Fix typos in docstrings.
7196
7197 2007-07-18 Martin Rudalics <rudalics@gmx.at>
7198
7199 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
7200 avoid that filling introduces lines with a single asterisk.
7201
7202 * kmacro.el (kmacro-end-macro): When ignoring empty macro
7203 avoid incorrect kmacro-ring-empty-p messages.
7204 Reported by Michael Schierl <schierlm@gmx.de>.
7205
7206 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7207
7208 * vc.el: Add more info about the vc-registered function.
7209
7210 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
7211
7212 * files.el (file-remote-p): Introduce optional parameter
7213 IDENTIFICATION.
7214
7215 * recentf.el (recentf-keep-default-predicate): Adapt call of
7216 `file-remote-p'.
7217
7218 * progmodes/grep.el (grep-probe): Use `process-file'.
7219 (grep-compute-defaults): Handle variables host specific.
7220
7221 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
7222 parameter IDENTIFICATION.
7223
7224 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
7225 parameter IDENTIFICATION.
7226 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
7227 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
7228 Add entry for `set-file-times'.
7229 (tramp-do-copy-or-rename-file-via-buffer)
7230 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
7231 (tramp-handle-unhandled-file-name-directory): Rewrite.
7232 (tramp-convert-file-attributes): Add error handling when inode is
7233 extraordinary big.
7234 (tramp-get-inode): Change parameter from FILE to VEC.
7235 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
7236 is nil. This is according to the specification. Goto (point-max)
7237 when ready.
7238 (tramp-handle-shell-command): Rewrite completely, using
7239 `process-file' and `start-file-process'.
7240 (tramp-methods, tramp-find-shell)
7241 (tramp-open-connection-setup-interactive-shell)
7242 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
7243 var. Reported by Steve Youngs <steve@sxemacs.org>.
7244
7245 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
7246 entry for `set-file-times'. Rename `start-process' into
7247 `start-file-process'. Remove `call-process' entry.
7248 (tramp-fish-handle-set-file-times): New defun.
7249 (tramp-fish-handle-executable-find): Use `process-file'.
7250 (tramp-fish-handle-process-file): New defun. Replaces
7251 `tramp-fish-handle-call-process'.
7252 (tramp-fish-do-copy-or-rename-file-directly): Use
7253 `set-file-times'.
7254 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
7255
7256 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
7257 `tramp-get-inode' parameter.
7258
7259 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
7262 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
7263 nowadays, and by the time Emacs-23 comes out, nobody will even remember
7264 it has ever existed.
7265
7266 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
7267
7268 * vc.el: Undo previous change.
7269
7270 2007-07-16 Eli Zaretskii <eliz@gnu.org>
7271
7272 * makefile.w32-in (clean): Don't delete *~.
7273
7274 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7275
7276 * textmodes/tex-mode.el (tex-verbatim-environments):
7277 Add safe-local-variable property.
7278 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
7279 when starting font-lock rather than when loading tex-mode.el.
7280
7281 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
7282 whole $( rather than just the $. Rename from sh-quoted-subshell.
7283 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
7284
7285 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7286
7287 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
7288 bookmark-alist. Instead, if not sorting, simply return it.
7289 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
7290 for its return value, not for its side effect.
7291
7292 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
7293 case of alignment under a constant symbol, find and consider
7294 the sexp actually at indentation to be the "last sexp".
7295
7296 2007-07-16 Drew Adams <drew.adams@oracle.com>
7297
7298 * mouse.el (mouse-yank-secondary): Better error message if no
7299 secondary selection.
7300
7301 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
7302
7303 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
7304
7305 * term/xterm.el (xterm-turn-on-modify-other-keys)
7306 (xterm-turn-off-modify-other-keys): New functions.
7307 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
7308 terminal supports it.
7309
7310 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
7311
7312 * bookmark.el (bookmark-show-all-annotations):
7313 Make sure each inserted annotation ends with newline.
7314
7315 2007-07-15 Richard Stallman <rms@gnu.org>
7316
7317 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
7318
7319 * tutorial.el (tutorial--find-changed-keys):
7320 Handle C-x specially like ESC.
7321
7322 2007-07-15 Aaron Hawley <aaronh@garden.org>
7323
7324 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
7325
7326 2007-07-15 Juri Linkov <juri@jurta.org>
7327
7328 * delsel.el (delete-selection-pre-hook):
7329 * emulation/cua-base.el (cua-paste): Before a yank command,
7330 check also whether last-command is one of mouse-save-then-kill,
7331 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
7332
7333 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
7334
7335 * recentf.el (recentf-keep-default-predicate): New defun.
7336 (recentf-keep): Use it as initial value.
7337
7338 2007-07-15 Karl Fogel <kfogel@red-bean.com>
7339
7340 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
7341 thus restoring bookmark bindings to three slots under C-x r. See
7342 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
7343
7344 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
7345
7346 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
7347
7348 2007-07-15 Jason Rumney <jasonr@gnu.org>
7349
7350 * w32-fns.el (set-default-process-coding-system): Use dos line ends
7351 for input to cmdproxy on all versions of Windows.
7352 Use dos line ends for input to plink.
7353
7354 * comint.el (comint-simple-send): Concat newline before sending.
7355 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
7356
7357 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
7360 safe-local-variable setting.
7361
7362 2007-07-14 David Kastrup <dak@gnu.org>
7363
7364 * emacs-lisp/advice.el (defadvice): Doc fix.
7365
7366 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
7367
7368 * subr.el (when, unless): Doc fix.
7369
7370 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
7371
7372 * replace.el (match): Use yellow1 instead of yellow.
7373
7374 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
7375 red.
7376
7377 * pcvs-info.el (cvs-unknown): Likewise.
7378
7379 2007-07-13 Eli Zaretskii <eliz@gnu.org>
7380
7381 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
7382 (install): Use them to copy all *.el files before *.elc.
7383
7384 2007-07-13 Drew Adams <drew.adams@oracle.com>
7385
7386 * bookmark.el (bookmark-jump-other-window): New function.
7387 (bookmark-map): Bind it to "o".
7388
7389 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
7390 and its thread contains discussion about this change.
7391 The original patch was slightly tweaked by Karl Fogel
7392 <kfogel@red-bean.com> before committing.
7393
7394 2007-07-13 Karl Fogel <kfogel@red-bean.com>
7395
7396 * bookmark.el: Shorten some comments to fit within 80 lines.
7397
7398 2007-07-13 Karl Fogel <kfogel@red-bean.com>
7399
7400 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
7401 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
7402 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
7403 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
7404
7405 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
7406
7407 * textmodes/org.el: Bug fixes.
7408 (org-end-of-line): Move to end of line if in headline without tags.
7409
7410 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * vc-hooks.el: Remove spurious * in docstrings.
7413 (vc-handled-backends): Add BZR.
7414
7415 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
7416
7417 2007-07-12 Davis Herring <herring@lanl.gov>
7418
7419 * desktop.el (desktop-buffer-info, desktop-save):
7420 Use `desktop-dirname' instead of `dirname'.
7421
7422 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7423
7424 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
7425
7426 * progmodes/python.el (python-which-func-length-limit): New var.
7427 (python-which-func): New function.
7428 (python-current-defun): Add optional `length-limit' and try to fit
7429 computed function name to that length.
7430 (python-mode): Hook `python-which-func' up.
7431
7432 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7433
7434 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
7435
7436 * comint.el (comint-dynamic-complete-as-filename):
7437 Use read-file-name-completion-ignore-case.
7438
7439 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * comint.el (comint-dynamic-list-filename-completions):
7442 Use read-file-name-completion-ignore-case.
7443
7444 * vc-cvs.el: Require CL.
7445 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
7446 New functions to provide completion of revision names.
7447
7448 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
7449 (vc-cvs-annotate-first-line-re): New const.
7450 (vc-cvs-annotate-process-filter): New fun.
7451 (vc-cvs-annotate-command): Use them and run the command asynchronously.
7452
7453 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
7454
7455 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
7456 (eldoc-print-current-symbol-info): Adjust for changed helper
7457 function signatures.
7458 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
7459 `eldoc-highlight-function-argument'.
7460 (eldoc-highlight-function-argument): New function.
7461 (eldoc-get-var-docstring): Format documentation with
7462 `font-lock-variable-name-face'.
7463 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
7464 where suited.
7465 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
7466 (eldoc-beginning-of-sexp): Return number of skipped sexps.
7467
7468 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
7469
7470 * progmodes/compile.el (compilation-start): `start-process' must
7471 still be redefined when calling `start-process-shell-command'.
7472
7473 * progmodes/gud.el (gud-file-name): When `default-directory' is a
7474 remote file name, prepend its remote part to the filename.
7475 (gud-common-init): When `default-directory' is a remote file name,
7476 make the filename relative to it.
7477 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
7478
7479 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
7480
7481 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
7482 mouse binding and a tooltip.
7483
7484 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * menu-bar.el (vc-menu-map): New defalias.
7487
7488 2007-07-10 Richard Stallman <rms@gnu.org>
7489
7490 * emacs-lisp/lisp-mode.el (eval-defun):
7491 Explain special handling of `defface'.
7492
7493 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
7494
7495 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
7496
7497 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
7498
7499 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
7502
7503 * vc-arch.el (vc-arch-complete): Remove.
7504 (vc-arch-revision-completion-table): Use complete-with-action.
7505
7506 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
7507 (complete-with-action): New function.
7508 (dynamic-completion-table): Use it.
7509
7510 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
7511
7512 * comint.el (make-comint, make-comint-in-buffer)
7513 (comint-exec-1): Replace `start-process' by `start-file-process'.
7514
7515 * progmodes/compile.el (compilation-start): Revert redefining
7516 `start-process'.
7517
7518 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
7521 with EOLs when generating MD5 checksums.
7522
7523 * follow.el: Don't change the global map from the follow-mode-map
7524 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
7525 XEmacs code.
7526 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
7527 since `follow-mode' should be used instead for that.
7528
7529 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
7530 (easy-menu-do-define): Use it.
7531 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
7532
7533 * progmodes/compile.el (compilation-auto-jump-to-first-error)
7534 (compilation-auto-jump-to-next): New vars.
7535 (compilation-auto-jump): New function.
7536 (compilation-error-properties): Use them to jump to first error.
7537 (compilation-start): Set the var if requested.
7538
7539 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
7540 duplicates without also removing entries from other directories.
7541
7542 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
7543
7544 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
7545 Remember span as default.
7546 (org-columns-edit-value): Rename from `org-column-edit'.
7547 (org-columns-display-here-title): Rename from
7548 `org-overlay-columns-title'.
7549 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
7550 (org-columns-get-autowidth-alist): Rename from
7551 `org-get-columns-autowidth-alist'.
7552 (org-columns-display-here): Rename from `org-overlay-columns'.
7553 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
7554 (org-columns-quit): Rename from `org-column-quit'.
7555 (org-columns-show-value): Rename from `org-column-show-value'.
7556 (org-columns-content, org-columns-widen)
7557 (org-columns-next-allowed-value)
7558 (org-columns-edit-allowed, org-columns-store-format)
7559 (org-columns-uncompile-format, org-columns-redo)
7560 (org-columns-edit-attributes, org-delete-property)
7561 (org-set-property, org-columns-update)
7562 (org-columns-compute, org-columns-eval)
7563 (org-columns-not-in-agenda, org-columns-compute-all)
7564 (org-property-next-allowed-value)
7565 (org-columns-compile-format)
7566 (org-fill-paragraph-experimental)
7567 (org-string-to-number, org-property-action)
7568 (org-columns-move-left, org-columns-new)
7569 (org-column-number-to-string)
7570 (org-property-previous-allowed-value)
7571 (org-at-property-p, org-columns-delete)
7572 (org-columns-previous-allowed-value)
7573 (org-columns-move-right, org-columns-narrow)
7574 (org-property-get-allowed-values)
7575 (org-verify-version, org-column-string-to-number)
7576 (org-delete-property-globally): New functions.
7577 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
7578 (org-columns-overlays): Rename from `org-column-overlays'.
7579 (org-columns-map): Rename from `org-column-map'.
7580 (org-columns-current-maxwidths): Rename from
7581 `org-current-columns-maxwidths'.
7582 (org-columns-begin-marker, org-columns-current-fmt-compiled)
7583 (org-previous-header-line-format)
7584 (org-columns-inhibit-recalculation)
7585 (org-columns-top-level-marker): New variables.
7586 (org-columns-default-format): Rename from `org-default-columns-format'.
7587 (org-property-re): New constant.
7588
7589 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
7590
7591 * subr.el (looking-at-p, string-match-p): New functions.
7592
7593 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
7594
7595 * textmodes/tex-mode.el (tex-fontify-script)
7596 (tex-font-script-display): New variables to make display of
7597 superscripts and subscripts customizable.
7598 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
7599
7600 2007-07-09 Richard Stallman <rms@gnu.org>
7601
7602 * isearch.el (isearch-edit-string): Call to isearch-push-state
7603 after the search.
7604
7605 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7606
7607 * window.el (fit-window-to-buffer): Remove setting of window-min-height
7608 to 1 as enlarge-window uses the value to resize/shrink windows other
7609 than WINDOW if needed.
7610
7611 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7612
7613 * cus-start.el (file-coding-system-alist): Fix custom type.
7614
7615 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
7616
7617 * longlines.el (longlines-wrap-region): Avoid marking buffer as
7618 modified.
7619 (longlines-auto-wrap, longlines-window-change-function):
7620 Remove unnecessary calls to set-buffer-modified-p.
7621
7622 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * cus-start.el (file-coding-system-alist): Fix custom type.
7625
7626 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
7627
7628 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
7629 (vc-cvs-checkout): Remove last arg now unused; simplify.
7630
7631 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
7632
7633 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
7634
7635 * net/tramp.el:
7636 * net/tramp-ftp.el:
7637 * net/tramp-smb.el:
7638 * net/tramp-uu.el:
7639 * net/trampver.el: Migrate to Tramp 2.1.
7640
7641 * net/tramp-cache.el:
7642 * net/tramp-fish.el:
7643 * net/tramp-gw.el: New Tramp packages.
7644
7645 * net/tramp-util.el:
7646 * net/tramp-vc.el: Removed.
7647
7648 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
7649 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
7650
7651 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
7652
7653 * progmodes/compile.el (compilation-start): Redefine
7654 `start-process' temporarily when `default-directory' is remote.
7655 Remove case of synchronous compilation, this won't happen ever.
7656 (compilation-setup): Make local variable `comint-file-name-prefix'
7657 for remote compilation.
7658
7659 2007-07-08 Martin Rudalics <rudalics@gmx.at>
7660
7661 * novice.el (disabled-command-function): Fit window to buffer to
7662 make last line visible.
7663 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
7664
7665 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
7666 when handling the terminating event.
7667
7668 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7669
7670 * calc/calc.el (math-read-number-simple): Remove leading 0s.
7671 (math-bignum-digit-length): Change to optimal value.
7672
7673 * calc/calc-bin.el (math-bignum-logb-digit-size)
7674 (math-bignum-digit-power-of-two): Evaluate when compiled.
7675
7676 * calc/calc-comb.el (math-small-factorial-table)
7677 (math-init-random-base, math-prime-test): Remove unnecessary calls
7678 to `math-read-number-simple'.
7679
7680 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
7681 (math-approx-gamma-const): Add docstrings.
7682
7683 * calc/calc-forms.el (math-julian-date-beginning)
7684 (math-julian-date-beginning-int): New constants.
7685 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
7686 Use the new constants.
7687
7688 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
7689
7690 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
7691 Add docstrings.
7692
7693 2007-07-07 Tom Tromey <tromey@redhat.com>
7694
7695 * vc.el (vc-annotate): Jump to line and output message only after the
7696 process is really all done.
7697
7698 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * vc.el (vc-exec-after): Don't move point from the sentinel.
7701 Forcefully read all the remaining text in the pipe upon process exit.
7702 (vc-annotate-display-autoscale, vc-annotate-lines):
7703 Don't stop at the first unrecognized line.
7704 (vc-annotate-display-select): Run autoscale after the process is done
7705 since it depends on the whole result.
7706
7707 2007-07-07 Eli Zaretskii <eliz@gnu.org>
7708
7709 * term/w32-win.el (menu-bar-open): New function.
7710 Bind <f10> to it.
7711
7712 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
7713
7714 * simple.el (start-file-process): New defun.
7715
7716 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * files.el (find-file-confirm-nonexistent-file): Rename from
7719 find-file-confirm-inexistent-file. Update users.
7720
7721 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
7722 format of autoload block where the file's time-stamp is replaced by its
7723 MD5 checksum.
7724 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7725 time-stamp for secondary autoloads files.
7726 (update-directory-autoloads): Remove duplicate entries.
7727 Use time-less-p for time-stamps, as done in autoload-find-destination.
7728
7729 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
7730
7731 * calc/calc.el (math-read-number): Replace number by variable.
7732 (math-read-number-simple): Properly parse small integers.
7733
7734 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
7735
7736 * vc.el: Fix doc for the checkout function.
7737
7738 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
7739
7740 * vc-hg.el (vc-hg-root): New function.
7741 (vc-hg-registered): Use it.
7742 (vc-hg-diff-tree): New defalias.
7743 (vc-hg-responsible-p): Likewise.
7744 (vc-hg-checkout): Comment out, not needed.
7745 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
7746 (vc-hg-find-version, vc-hg-next-version): New functions.
7747
7748 2007-07-06 Andreas Schwab <schwab@suse.de>
7749
7750 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
7751 dynamic bindings around the evaluation of the expression.
7752 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
7753
7754 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7755
7756 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
7757 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
7758 Use run-hooks rather than run-mode-hooks.
7759
7760 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
7761
7762 * calc/calc-comb.el (math-random-digit): Rename to
7763 `math-random-three-digit-number'.
7764 (math-random-digits): Don't depend on representation of integer.
7765
7766 * calc/calc-bin.el (math-bignum-logb-digit-size)
7767 (math-bignum-digit-power-of-two): New constants.
7768 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
7769 (math-not-bignum, math-clip-bignum): Use the constants
7770 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
7771 instead of their values.
7772 (math-clip): Use math-small-integer-size instead of its value.
7773
7774 * calc/calc.el (math-add-bignum): Replace number by constant.
7775
7776 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7777
7778 * wid-edit.el (widget-documentation-string-value-create):
7779 Insert indentation spaces.
7780
7781 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7782
7783 * emacs-lisp/byte-opt.el: Revert last change.
7784
7785 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7786
7787 * vc-hooks.el (vc-handled-backends): Add HG.
7788
7789 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
7790
7791 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * complete.el (PC-do-complete-and-exit): Add support for the new
7794 `confirm-only' confirmation mode.
7795
7796 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
7797
7798 * cus-edit.el (custom-commands): New variable.
7799 (custom-tool-bar-map): New variable. Initialize using
7800 `custom-commands'.
7801 (custom-mode): Use `custom-tool-bar-map'.
7802 (custom-buffer-create-internal): Insert action buttons only if
7803 tool bar is not used. Use `custom-commands'.
7804 (Custom-help, custom-command-apply): New function.
7805 (custom-command-apply, Custom-set, Custom-save)
7806 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
7807 Use `custom-command-apply' instead of duplicating code.
7808 (customize-group-other-window): Call `customize-group' instead of
7809 duplicating code.
7810 (customize-face-other-window): Call `customize-face' instead of
7811 duplicating code.
7812 (customize-group, customize-face): Add optional args for opening
7813 in another window.
7814 (custom-variable-tag): Don't inherit `variable-pitch' face.
7815 (custom-group-tag): Inherit `variable-pitch' face.
7816 (custom-variable-value-create): Set documentation indentation.
7817 (custom-group-value-create): Make group name a link, instead of
7818 using an extra "go to group" button.
7819 (custom-prompt-variable, custom-group-set, custom-group-save)
7820 (custom-group-reset-current, custom-group-reset-saved)
7821 (custom-group-reset-standard): Minor cleanup.
7822
7823 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
7824
7825 * Makefile.in (bootstrap-prepare): When copying from
7826 ldefs-boot.el, make sure loaddefs.el is writeable.
7827
7828 (bootstrap-prepare): Make $(lisp)/ps-print.el
7829 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
7830
7831 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
7832
7833 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
7834 only caller, and delete.
7835 (vc-hg-state): Deal with exceptions and only parse the output on
7836 successful return.
7837 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
7838 caller, and delete.
7839 (vc-hg-workfile-version): Deal with exceptions and only parse the
7840 output on successful return.
7841 (vc-hg-revert): New function.
7842
7843 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
7844
7845 * calculator.el (calculator-expt): Use more cases to determine
7846 the value.
7847
7848 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
7849
7850 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
7851 file names.
7852
7853 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
7854
7855 * calculator.el (calculator-expt, calculator-integer-p):
7856 New functions.
7857 (calculator-fact): Check to see if the factorial will be too
7858 large before computing it.
7859 (calculator-initial-operators): Use `calculator-expt' to
7860 compute "^".
7861 (calculator-mode): Mention that results which are too large
7862 will return inf.
7863 * calc/calc-comb.el (math-small-factorial-table): Replace list
7864 by vector.
7865
7866 2007-07-03 David Kastrup <dak@gnu.org>
7867
7868 * shell.el: On request of the authors, remove their addresses for
7869 the sake of bug reports, and add the developer list address as
7870 maintainer information.
7871
7872 2007-07-03 Richard Stallman <rms@gnu.org>
7873
7874 * files.el (make-directory): Doc fix.
7875 (find-file-confirm-inexistent-file): Make it a defcustom.
7876 Make nil the default.
7877
7878 2007-07-02 Richard Stallman <rms@gnu.org>
7879
7880 * startup.el (command-line): Set buffer-offer-save in *scratch*
7881 and enable auto-save in it.
7882
7883 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
7884
7885 * textmodes/org.el (orgstruct-mode-map): New variable.
7886 (orgstruct-mode): New minor mode.
7887 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
7888 (orgstruct-make-binding, org-context-p, org-get-local-variables)
7889 (org-run-like-in-org-mode): New functions.
7890 (org-cycle-list-bullet): New command.
7891 (org-special-properties, org-property-start-re)
7892 (org-property-end-re): New constants.
7893 (org-with-point-at): New macro.
7894 (org-get-property-block, org-entry-properties, org-entry-get)
7895 (org-entry-delete, org-entry-get-with-inheritance)
7896 (org-entry-put, org-buffer-property-keys): New functions.
7897 (org-insert-property-drawer): New command.
7898 (org-entry-property-inherited-from): New variable.
7899 (org-column): New face.
7900 (org-column-overlays, org-current-columns-fmt)
7901 (org-current-columns-maxwidths, org-column-map): New variables.
7902 (org-column-menu): New menu.
7903 (org-new-column-overlay, org-overlay-columns)
7904 (org-overlay-columns-title, org-remove-column-overlays)
7905 (org-column-show-value, org-column-quit, org-column-edit):
7906 New functions.
7907 (org-columns, org-agenda-columns): New commands.
7908 (org-get-columns-autowidth-alist): New functions.
7909 (org-properties): New customize group.
7910 (org-default-columns-format): New option.
7911 (org-priority): Realign tags after changing priority.
7912 (org-preserve-lc): New macro.
7913 (org-update-checkbox-count): Catch case when there is no headline.
7914 (org-agenda-quit): Remove any column overlays.
7915 (org-beginning-of-item-list): Fixed bug when non-item line is
7916 indented too deep.
7917 (org-cached-props): New variable.
7918 (org-cached-entry-get): New function.
7919 (org-make-tags-matcher): Handle property matches.
7920 (org-table-recalculate): Swap evaluation order: Field formula
7921 first, then column formulas, but don't allow them to overwrite the
7922 field formulas.
7923 (org-table-eval-formula): New argument untouchable.
7924 (org-table-put-field-property): New function.
7925
7926 2007-07-02 Martin Rudalics <rudalics@gmx.at>
7927
7928 * help-mode.el (help-make-xrefs): Skip spaces too when
7929 skipping tabs.
7930
7931 * ffap.el (dired-at-point-prompter): Improve prompt in
7932 list-directory case.
7933
7934 2007-07-01 Richard Stallman <rms@gnu.org>
7935
7936 * files.el (find-file-visit-truename): Fix safe-local-variable value.
7937
7938 2007-07-01 Richard Stallman <rms@gnu.org>
7939
7940 * cus-start.el (max-mini-window-height): Added.
7941
7942 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
7943
7944 * complete.el (partial-completion-mode): Remove advice of
7945 read-file-name-internal.
7946 (PC-do-completion): Rebind minibuffer-completion-table.
7947 (PC-read-file-name-internal): New function doing what
7948 read-file-name-internal advice did.
7949
7950 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
7951
7952 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
7953 property on a few symbols.
7954 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
7955 (byte-optimize-lapcode): Remove bindings that are not referenced
7956 and certainly will not effect through dynamic scoping.
7957
7958 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
7959
7960 * files.el (find-file-confirm-inexistent-file): New var.
7961 (find-file, find-file-other-window, find-file-other-frame)
7962 (find-file-read-only, find-file-read-only-other-window)
7963 (find-file-read-only-other-frame): Use it.
7964
7965 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
7968
7969 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
7970
7971 * generic-x.el (generic-define-mswindows-modes)
7972 (generic-define-unix-modes, apache-log-generic-mode)
7973 (bat-generic-mode-keymap, java-manifest-generic-mode)
7974 (show-tabs-generic-mode): Fix typos in docstrings.
7975
7976 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
7977
7978 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
7979 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
7980 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
7981 (rcirc-print): Never ignore messages from ourself.
7982
7983 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
7986 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
7987
7988 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7989
7990 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
7991 replace-regexp-in-string.
7992
7993 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7994
7995 * emacs-lisp/cl.el: Set edebug and indentation before loading
7996 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
7997
7998 2007-06-28 Andreas Schwab <schwab@suse.de>
7999
8000 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
8001 $(lisp)/subdirs.el.
8002
8003 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
8006 the speedbar frame if nil; that deletes the current frame or
8007 causes an error if it is the only frame.
8008 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
8009
8010 2007-06-28 Kevin Ryde <user42@zip.com.au>
8011
8012 * textmodes/nroff-mode.el: Groff \# comments.
8013 (nroff-mode-syntax-table): \# comment intro,
8014 plain # as punct per global table.
8015 (nroff-font-lock-keywords): Add # as a single char escape.
8016 (nroff-mode): In comment-start-skip, match \#.
8017
8018 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
8021 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
8022 point-min == 1.
8023
8024 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
8025
8026 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
8027 Rename and move to...
8028
8029 * subr.el (strings->string, string->strings): ...here.
8030
8031 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
8032 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
8033
8034 * progmodes/gud.el (gud-common-init): Call string->strings instead
8035 of split-string.
8036
8037 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
8038
8039 * dired-aux.el: Remove `dired-call-process'.
8040 (dired-check-process): Call `process-file'.
8041
8042 * wdired.el (wdired-do-perm-changes): Call `process-file'.
8043
8044 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
8045 `ange-ftp-process-file'.
8046
8047 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8048
8049 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
8050
8051 * emacs-lisp/cl-extra.el:
8052 * emacs-lisp/cl-seq.el:
8053 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
8054 Add autoload cookies on all defs autoloaded manually in cl.el.
8055
8056 * emacs-lisp/cl-loaddefs.el: New file.
8057
8058 * textmodes/texinfmt.el (texinfo-raisesections-alist)
8059 (texinfo-lowersections-alist): Merge definition and declaration.
8060 (texinfo-start-of-header, texinfo-end-of-header): Remove.
8061 (texinfo-format-syntax-table): Merge init into declaration.
8062 (texinfo-format-parse-line-args, texinfo-format-parse-args)
8063 (texinfo-format-parse-defun-args, texinfo-format-node)
8064 (texinfo-push-stack, texinfo-multitable-widths)
8065 (texinfo-define-info-enclosure, texinfo-alias)
8066 (texinfo-format-defindex, batch-texinfo-format): Use push.
8067 (texinfo-footnote-number): Remove duplicate declaration.
8068
8069 * ps-print.el: Update with auto-generated autoloads.
8070
8071 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
8072
8073 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
8076 relative to current dir for file-local settings.
8077 (autoload-generate-file-autoloads): Add `outfile' arg.
8078 (update-directory-autoloads): Use it to directly call
8079 autoload-generate-file-autoloads instead of going through
8080 update-file-autoloads so we avoid redundant searches and so we can know
8081 the set of buffers changed so we can save them all.
8082
8083 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
8084 rather than throwing `up-to-date'.
8085 (autoload-generate-file-autoloads): Adjust correspondingly.
8086 (update-file-autoloads): Be careful to let-bind
8087 autoload-modified-buffers and adjust to new calling conventions.
8088 (autoload-modified-buffers): Make it a dynamically scoped var.
8089 (update-directory-autoloads): Use file-relative-name instead of
8090 autoload-trim-file-name.
8091 (autoload-insert-section-header): Don't use autoload-trim-file-name
8092 since the file is already relative now.
8093 (autoload-trim-file-name): Remove.
8094
8095 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
8096 (vc-arch-complete, vc-arch--version-completion-table)
8097 (vc-arch-revision-completion-table): New functions to provide
8098 completion of revision names.
8099 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
8100 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
8101 to let the user trim the revlib.
8102
8103 * vc.el: Add new VC operation `revision-completion-table'.
8104 (vc-default-revision-completion-table): New function.
8105 (vc-version-diff, vc-version-other-window): Use it to provide
8106 completion of revision names if the backend provides it.
8107
8108 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
8109
8110 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
8111 of newer .svn/entries.
8112
8113 2007-06-25 David Kastrup <dak@gnu.org>
8114
8115 * calc/calc-poly.el (math-padded-polynomial)
8116 (math-partial-fractions): Add some function comments.
8117
8118 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8121 Make `outbuf' optional.
8122 (update-file-autoloads): Use it.
8123
8124 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
8127 (autoload-find-destination): Keep it uptodate.
8128 (autoload-save-buffers): New fun.
8129 (update-file-autoloads): Use it. Re-add the "up to date" message.
8130
8131 * emacs-lisp/autoload.el: Refactor for upcoming changes.
8132 (autoload-find-destination): New function extracted from
8133 update-file-autoloads.
8134 (update-file-autoloads): Use it.
8135 (autoload-generate-file-autoloads): New function extracted from
8136 generate-file-autoloads. Use file-relative-name. Delay computation of
8137 output-start to the first cookie. Remove done-any, replaced by
8138 output-start.
8139 (generate-file-autoloads): Use it.
8140
8141 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8142
8143 * calc/calc-comb.el (math-init-random-base, math-prime-test):
8144 Use math-read-number-simple to insert constants.
8145 (math-prime-test): Redo calculation of sum.
8146
8147 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
8148
8149 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
8150 math-scale-bignum-3.
8151 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
8152 math-bignum-digit-size.
8153 (math-isqrt-small): Add another possible initial guess.
8154
8155 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8156
8157 * textmodes/bibtex.el (bibtex-entry-format): New options
8158 `whitespace', `braces', and `string'.
8159 (bibtex-field-braces-alist, bibtex-field-strings-alist)
8160 (bibtex-field-braces-opt, bibtex-field-strings-opt)
8161 (bibtex-cite-matcher-alist): New variables.
8162 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
8163 (bibtex-flash-head): Use blink-matching-delay.
8164 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
8165 (bibtex-format-entry, bibtex-reformat): Handle new options of
8166 bibtex-entry-format.
8167 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
8168 New functions.
8169 (bibtex-complete-internal): Do not display messages while
8170 minibuffer is used. Do not leave around a completions buffer
8171 that is out of date.
8172 (bibtex-copy-summary-as-kill): New optional arg.
8173 (bibtex-font-lock-url): New optional arg no-button.
8174 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
8175 (bibtex-url): Allow multiple URLs per entry.
8176
8177 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * emacs-lisp/autoload.el (autoload-generated-file): New function.
8180 (update-file-autoloads, update-directory-autoloads): Use it.
8181 (autoload-file-load-name): New function.
8182 (generate-file-autoloads, update-file-autoloads): Use it.
8183 (autoload-find-file): Accept non-absolute argument. Set default-dir.
8184 (generate-file-autoloads): If the autoloaded form is malformed,
8185 indicate the problem with a warning instead of aborting.
8186
8187 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8188
8189 * simple.el (next-error-recenter): Accept `(4)' as well;
8190 also, specify `integer' instead of `number'.
8191
8192 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8193
8194 * ls-lisp.el (insert-directory): If an invalid regexp error is
8195 thrown, try using FILE as a literal file name, not a wildcard.
8196
8197 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
8198
8199 * ruler-mode.el (ruler-mode): Prevent clobbering the original
8200 `header-line-format' when reentering ruler mode.
8201
8202 2007-06-23 Eli Zaretskii <eliz@gnu.org>
8203
8204 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
8205 FILE exists as a file.
8206
8207 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8208
8209 * calc/calc.el (math-bignum-digit-length)
8210 (math-bignum-digit-size, math-small-integer-size):
8211 New constants.
8212 (math-normalize, math-bignum-big, math-make-float)
8213 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
8214 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
8215 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
8216 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
8217 (math-quotient, math-div-bignum, math-div-bignum-digit)
8218 (math-div-bignum-part, math-format-bignum-decimal)
8219 (math-read-bignum): Use math-bignum-digit-length,
8220 math-bignum-digit-size and math-small-integer-size.
8221
8222 * calc/calc-ext.el (math-fixnum-big): Use the variable
8223 math-bignum-digit-size.
8224
8225 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8226
8227 * log-view.el (log-view-mode-menu): New menu.
8228
8229 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
8232 differently.
8233
8234 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
8235 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
8236
8237 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8238
8239 * vc-hg.el (vc-hg-print-log): Insert the file name.
8240 (vc-hg-log-view-mode): Fontify the file name.
8241
8242 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8243
8244 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
8245 (calcFunc-julian): Fix incorrect number used in calculations.
8246
8247 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
8248
8249 * simple.el (next-error-recenter): New defcustom.
8250 (next-error, next-error-internal): Recenter if specified,
8251 immediately prior to running `next-error-hook'.
8252
8253 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
8254 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
8255
8256 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
8257
8258 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
8259
8260 * calc/calc-comb.el (math-small-factorial-table): New variable.
8261 (calcFunc-fact): Use `math-small-factorial-table'.
8262
8263 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
8264 initial values.
8265 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
8266 New variables to use in caches.
8267
8268 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
8269 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
8270
8271 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
8272 (math-bernoulli-b-cache): Use math-read-number-simple to insert
8273 bignums.
8274
8275 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8276 New variables to use in caches.
8277
8278 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8279
8280 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
8281
8282 * vc-hg.el (vc-hg-log-view-mode): New mode.
8283
8284 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
8285
8286 * calc/calc.el (math-read-number-simple): New function.
8287
8288 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
8291 (vera-font-lock-match-item): Fix doc string.
8292 (vera-in-comment-p): Remove unused function.
8293 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
8294 use `syntax-ppss'.
8295 (vera-forward-syntactic-ws): Fix argument order.
8296 (vera-prepare-search): Use `with-syntax-table'.
8297 (vera-indent-line): Fix doc string.
8298 (vera-electric-tab): Fix doc string.
8299 (vera-expand-abbrev): Define alias instead of using `fset'.
8300 (vera-comment-uncomment-region): Use `comment-start-skip'.
8301
8302 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
8303
8304 * textmodes/org.el (org-export-with-footnotes): New option.
8305 (org-export-as-html): Fix replacement bug for XEmacs.
8306 (org-agenda-default-appointment-duration): New option.
8307
8308 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
8309
8310 * vc-hg.el: Add to do items.
8311 (vc-hg-diff): Add support for comparing different revisions.
8312 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
8313 (vc-hg-annotate-extract-revision-at-line)
8314 (vc-hg-previous-version, vc-hg-checkin): New functions.
8315 (vc-hg-annotate-re): New constant.
8316
8317 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
8318
8319 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
8320
8321 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8322
8323 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
8324 buffer-local value of log-view-*-re if applicable.
8325
8326 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
8327 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
8328 (vc-bzr-command*): Remove both (incompatible) versions.
8329 (vc-bzr-do-command*): Remove.
8330 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
8331 Remove by folding into its only caller vc-bzr-command.
8332 (vc-bzr-command): Always set the environment, even when ineffective.
8333 (vc-bzr-version): Minor fix up.
8334 (vc-bzr-admin-dirname): New var.
8335 (vc-bzr-bzr-dir): Remove.
8336 (vc-bzr-root-dir): New fun.
8337 (vc-bzr-registered): Use it. Add an autoloaded version.
8338 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
8339 (vc-bzr-view-log-function): Remove.
8340 (vc-bzr-log-view-mode): New major mode to replace it.
8341 (vc-bzr-print-log): Only activate the old hack if needed.
8342
8343 * vc.el (vc-default-log-view-mode): New function.
8344 (vc-print-log): Add new `log-view-mode' VC operation.
8345
8346 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
8347
8348 * ido.el (ido-find-file-in-dir): Don't signal an error for
8349 empty directories.
8350
8351 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
8352
8353 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
8354 directory where the desktop file was found, as the docstring says.
8355 (desktop-kill): Use `read-directory-name'.
8356
8357 2007-06-20 Alan Mackenzie <acm@muc.de>
8358
8359 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
8360 When removing lines, also remove the \n. Correction of patch of
8361 2007-04-21.
8362
8363 2007-06-20 Martin Rudalics <rudalics@gmx.at>
8364
8365 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
8366 event is not a cons cell. Do not unread drag-mouse-1 events.
8367 Select right window in check whether space was stolen from
8368 window above.
8369
8370 * help-mode.el (help-make-xrefs): Adjust position of new forward
8371 button.
8372
8373 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
8374
8375 * vc-bzr.el (vc-bzr-with-process-environment)
8376 (vc-bzr-std-process-invocation): New macros.
8377 (vc-bzr-command, vc-bzr-command*): Use them.
8378 (vc-bzr-with-c-locale): Remove.
8379 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
8380 (vc-bzr-buffer-nonblank-p): New function.
8381 (vc-bzr-state-words): New const.
8382 (vc-bzr-state): Look for `bzr status' keywords in output.
8383 Display everything else as a warning message to the user.
8384 Fix status report with bzr >= 0.15.
8385
8386 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8387
8388 * vc-hg.el (vc-hg-global-switches): Simplify.
8389 (vc-hg-state): Handle more states.
8390 (vc-hg-diff): Fix doc-string.
8391 (vc-hg-register): New function.
8392 (vc-hg-checkout): Likewise.
8393
8394 2007-06-20 Reto Zimmermann <reto@gnu.org>
8395
8396 * progmodes/vera-mode.el: New file.
8397
8398 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
8399
8400 * calc/calc.el (calc-multiplication-has-precendence):
8401 New variable.
8402 (math-standard-ops, math-standard-ops-p, math-expr-ops):
8403 New functions.
8404 (math-expr-opers): Define using math-standard-ops rather than
8405 math-standard-opers.
8406 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
8407 equal the function math-standard-ops rather than the variable
8408 math-standard-opers.
8409 (calc-algebraic-entry): Let math-expr-opers equal
8410 math-standard-ops or math-expr-ops, as appropriate.
8411 (math-expr-read-level, math-read-factor): Let math-expr-opers
8412 equal math-expr-ops.
8413 * calc/calc-embed.el (calc-embedded-finish-edit):
8414 Let math-expr-opers equal the function math-standard-ops
8415 rather than the variable math-standard-opers.
8416 * calc/calc-ext.el (math-read-plain-expr)
8417 (math-format-flat-expr-fancy): Let math-expr-opers equal the
8418 function math-standard-ops rather than the variable
8419 math-standard-opers.
8420 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
8421 Let math-expr-opers equal the function math-standard-ops rather
8422 than the variable math-standard-opers.
8423 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
8424 equal the function math-standard-ops rather than the variable
8425 math-standard-opers.
8426 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
8427 equal the function math-standard-ops rather than the variable
8428 math-standard-opers.
8429 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
8430 math-expr-ops.
8431
8432 2007-06-19 Ivan Kanis <apple@kanis.eu>
8433
8434 * vc-hg.el: New file.
8435
8436 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
8439 with font-lock-multiline.
8440
8441 2007-06-17 Glenn Morris <rgm@gnu.org>
8442
8443 * lpr.el (lpr-page-header-switches): Move %s to separate element
8444 for correct quoting. Doc fix.
8445
8446 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8447
8448 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
8449 than setting sgml-xml-mode.
8450 (sgml-mode, html-mode): Set sgml-xml-mode.
8451 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
8452 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
8453 (sgml-electric-tag-pair-before-change-function)
8454 (sgml-electric-tag-pair-flush-overlays): New functions.
8455 (sgml-electric-tag-pair-mode): New minor mode.
8456 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
8457 (sgml-calculate-indent): Use assoc-string.
8458
8459 2007-06-16 Karl Fogel <kfogel@red-bean.com>
8460
8461 * thingatpt.el (thing-at-point-email-regexp): Don't require two
8462 chars before the "@" in an email address. Andreas Roehler noticed
8463 this problem.
8464
8465 2007-06-15 Karl Fogel <kfogel@red-bean.com>
8466
8467 * thingatpt.el: Add support for email addresses (`email').
8468 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
8469 (thing-at-point-email-regexp): New variable.
8470 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
8471 properties on this symbol, with lambda forms for values.
8472
8473 2007-06-15 Masatake YAMATO <jet@gyve.org>
8474
8475 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
8476
8477 * vc.el (vc-dired-hook): Check the backend returned from
8478 `vc-responsible-backend' can really handle `subdir'.
8479
8480 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
8481
8482 * wid-edit.el (widget-add-documentation-string-button):
8483 Fix handling of documentation indent.
8484
8485 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
8486
8487 * mb-depth.el: New file.
8488
8489 2007-06-15 Masatake YAMATO <jet@gyve.org>
8490
8491 * vc.el (vc-dired-mode): Show backend name as part of mode name.
8492
8493 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
8494
8495 * wid-edit.el (widget-default-create): Move ?h handling here...
8496 (widget-default-format-handler): ...from here.
8497 (widget-docstring, widget-add-documentation-string-button): New funs.
8498 (documentation-string): Add :visibility-widget property.
8499 (widget-documentation-string-value-create): Use it.
8500
8501 * cus-edit.el (custom-split-regexp-maybe): Simplify.
8502 (custom-buffer-create-internal): Simplify message.
8503 (custom-variable-tag): Reduce height to normal.
8504 (custom-variable-value-create, custom-face-value-create)
8505 (custom-visibility): New widget.
8506 (custom-visibility): New face.
8507 (custom-group-value-create):
8508 Call widget-add-documentation-string-button, using `custom-visibility'.
8509
8510 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8511
8512 * emacs-lisp/bytecomp.el (byte-compile-current-group)
8513 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
8514 change. Apparently the "warning even if the group is implicit" is
8515 a feature rather than a bug.
8516
8517 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
8518
8519 * emulation/viper.el (viper-describe-key-ad)
8520 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
8521 Compile them conditionally.
8522 (viper-version): Belated version change.
8523
8524 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
8525
8526 * follow.el (follow-all-followers, follow-generic-filter):
8527 * pcomplete.el (pcomplete-restore-windows):
8528 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
8529 (x-dnd-drop-data):
8530 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
8531 * progmodes/python.el (python-complete-symbol):
8532 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
8533
8534 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
8535
8536 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
8537 around bright and dim regexps. Make sure bright and dim matches
8538 use word anchors. Send text through rcirc-markup functions.
8539 (rcirc-url-regexp): Add single quote character.
8540 (rcirc-connect): Write logs to disk on auto-save-hook.
8541 Make server a non-optional argument.
8542 (rcirc-log-alist): New variable.
8543 (rcirc-log-directory): Make customizable.
8544 (rcirc-log-flag): New customizable variable.
8545 (rcirc-log): New function.
8546 (rcirc-print): Use above function.
8547 (rcirc-log-write): New function.
8548 (rcirc-generate-new-buffer-name): Strip text properties.
8549 (rcirc-switch-to-buffer-function): Remove variable.
8550 (rcirc-last-non-irc-buffer): Remove variable.
8551 (rcirc-non-irc-buffer): Add function.
8552 (rcirc-next-active-buffer): Use above function.
8553 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
8554 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
8555 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
8556 (rcirc-omit-mode): Add minor-mode.
8557 (rcirc-mode-map): Change C-c C-o binding.
8558 (rcirc-mode): Clear mode-line-process. Use a custom
8559 fill-paragraph-function. Set up buffer-invisibility-spec.
8560 (rcirc-response-formats): Remove timestamp code.
8561 (rcirc-omit-responses): Add variable.
8562 (rcirc-print): Don't put the overlay arrow on potentially omitted
8563 lines. Log line to disk. Record activity for private messages
8564 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
8565 (rcirc-jump-to-first-unread-line): Print message if there is no
8566 unread text.
8567 (rcirc-clear-unread): New function.
8568 (rcirc-markup-text-functions): Add variable.
8569 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
8570 (rcirc-debug): Don't mess with window configuration.
8571 (rcirc-send-message): Send message before printing locally.
8572 Add SILENT argument, do not print message if non-nil.
8573 (rcirc-visible-buffers): New function and variable.
8574 (rcirc-window-configuration-change-1): Add function.
8575 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
8576 server buffer.
8577 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
8578 (rcirc-fill-paragraph): Add function.
8579 (rcirc-record-activity, rcirc-window-configuration-change-1):
8580 Only update the activity string if it has actually changed.
8581 (rcirc-update-activity-string): Remove padding characters from the
8582 mode-line string.
8583 (rcirc-disconnect-buffer): New function to be called when a
8584 channel is parted or the user quits.
8585 (rcirc-server-name): Warn when the server-name hasn't been set.
8586 (rcirc-window-configuration-change): Postpone work until
8587 post-command-hook.
8588 (rcirc-window-configuration-change-1): Update mode-line and
8589 overlay arrows here.
8590 (rcirc-authenticate): Fixc hanserv identification.
8591 (rcirc-default-server): Remove variable.
8592 (rcirc): Connect according to rcirc-connections.
8593 (rcirc-connections): Add variable.
8594 (rcirc-startup-channels-alist): Remove variable.
8595 (rcirc-startup-channels): Remove function.
8596
8597 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
8600
8601 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8602
8603 * term/xterm.el (terminal-init-xterm): Escape parens in character
8604 constants.
8605
8606 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8607
8608 * progmodes/sh-script.el: Remove unneeded * from docstrings.
8609 Use [:alpha:] and [:alnum:] where applicable.
8610 (sh-quoted-subshell): Rewrite to correctly
8611 handle nested mixes of `...' and $(...).
8612 (sh-apply-quoted-subshell): Remove.
8613 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
8614
8615 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
8616
8617 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
8618
8619 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
8620 previous change.
8621
8622 2007-06-12 Tom Tromey <tromey@redhat.com>
8623
8624 * subr.el (user-emacs-directory): New defconst.
8625 * cmuscheme.el (scheme-start-file):
8626 * shell.el (shell):
8627 * completion.el (save-completions-file-name):
8628 * custom.el (custom-theme-directory):
8629 * term/x-win.el (emacs-session-filename):
8630 * filesets.el (filesets-menu-cache-file):
8631 * thumbs.el (thumbs-thumbsdir):
8632 * server.el (server-auth-dir):
8633 * image-dired.el (image-dired-dir):
8634 (image-dired-db-file):
8635 (image-dired-temp-image-file):
8636 (image-dired-gallery-dir):
8637 (image-dired-temp-rotate-image-file):
8638 * play/gamegrid.el (gamegrid-user-score-file-directory):
8639 * savehist.el (savehist-file):
8640 * tutorial.el (tutorial--saved-dir):
8641 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
8642
8643 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
8644
8645 * scroll-lock.el (scroll-lock-mode): Doc fix.
8646
8647 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8648
8649 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
8650
8651 * ediff-init.el: Doc strings.
8652
8653 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8654
8655 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
8656 (byte-compile-file): Bind it.
8657 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
8658 group argument is provided implicitly.
8659 (byte-compile-format-warn, byte-compile-from-buffer)
8660 (byte-compile-insert-header): Don't hardcode point-min==1.
8661 (byte-compile-file-form-require): Remove unused var old-load-list.
8662 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
8663
8664 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
8665
8666 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
8667 Display error messages.
8668 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
8669 Get rid of cl.el dependencies.
8670
8671 * emulation/viper-init.el (viper-suppress-input-method-change-message):
8672 New variable.
8673 (viper-activate-input-method-action)
8674 (viper-inactivate-input-method-action):
8675 Use viper-suppress-input-method-change-message.
8676
8677 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
8678 for C-s, C-r.
8679
8680 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
8681 Use viper-replace-overlay-cursor-color instead of
8682 viper-replace-overlay-cursor-color.
8683 (viper-sit-for-short): Use sit-for with 3 arguments.
8684
8685 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
8686 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
8687 to gud-mode.
8688
8689 * ediff-mult.el (ediff-meta-buffer-brief-message)
8690 (ediff-meta-buffer-verbose-message): New variables.
8691 (ediff-meta-buffer-message): Variable deleted.
8692 (ediff-verbose-help-enabled): New variable.
8693 (ediff-toggle-verbose-help-meta-buffer): New function.
8694 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
8695 message options.
8696
8697 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
8698 (ediff-fixup-patch-map): Improve heuristic.
8699
8700 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
8703 (log-view-font-lock-keywords): Simplify.
8704 (log-view-current-file, log-view-current-tag): Simplify.
8705
8706 2007-06-12 Sam Steingold <sds@gnu.org>
8707
8708 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
8709
8710 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
8711
8712 * desktop.el (desktop-load-locked-desktop): New option.
8713 (desktop-read): Use it.
8714 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
8715 Use `when'.
8716
8717 2007-06-12 Davis Herring <herring@lanl.gov>
8718
8719 * desktop.el (desktop-save-mode-off): New function.
8720 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
8721 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
8722 (desktop-claim-lock, desktop-release-lock): New functions.
8723 (desktop-kill): Tell `desktop-save' that this is the last save.
8724 Release the lock afterwards.
8725 (desktop-buffer-info): New function.
8726 (desktop-save): Use it. Run `desktop-save-hook' where the doc
8727 says to. Detect conflicts, and manage the lock.
8728 (desktop-read): Detect conflicts. Manage the lock.
8729
8730 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
8733
8734 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
8735 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
8736 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
8737 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
8738 keysyms rather than byte sequences.
8739 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
8740
8741 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8742
8743 * font-lock.el (font-lock-add-keywords): In case font-lock was only
8744 half-activated, forcefully activate it completely.
8745
8746 2007-06-11 Richard Stallman <rms@gnu.org>
8747
8748 * cus-edit.el (custom-variable-type): Doc fix.
8749
8750 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
8753 (sh-font-lock-flush-syntax-ppss-cache): New functions.
8754 (sh-font-lock-syntactic-keywords): Use them to distinguish the
8755 different possible cases for \'.
8756
8757 * complete.el (PC-bindings): Don't bind things already bound in the
8758 parent keymap.
8759
8760 * textmodes/bibtex-style.el: New file.
8761
8762 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
8763
8764 * vc-bzr.el: New file.
8765
8766 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
8767
8768 * vc-svn.el (vc-svn-program): New var.
8769 (vc-svn-command): Use it.
8770
8771 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
8772
8773 * server.el (server-switch-buffer): Remove redundant check.
8774
8775 2007-06-10 Martin Rudalics <rudalics@gmx.at>
8776
8777 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
8778 Match against file-name-nondirectory.
8779 Fix text on user customization variables.
8780 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
8781
8782 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8783
8784 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
8785
8786 2007-06-09 Davis Herring <herring@lanl.gov>
8787
8788 * desktop.el (desktop-minor-mode-table): Doc fix.
8789
8790 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * textmodes/css-mode.el (css-navigation-syntax-table):
8793 Use set-char-table-range so it also works in the unicode branch.
8794
8795 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
8796
8797 * help-mode.el (help-xref-forward-stack)
8798 (help-xref-stack-forward-item, help-forward-label): New variables.
8799 (help-forward): New button type.
8800 (help-setup-xref): Initialise help-xref-forward-stack.
8801 (help-make-xrefs): Add forward button, if appropriate.
8802 (help-xref-go-back): Push item on forward stack.
8803 (help-xref-go-forward, help-go-forward): New functions.
8804
8805 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
8806
8807 * dired.el (dired-mode-map): Remove spurious separator.
8808
8809 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8810
8811 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
8812
8813 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8814 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
8815
8816 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
8817
8818 * textmodes/org.el: Version number fixed.
8819
8820 2007-06-07 Glenn Morris <rgm@gnu.org>
8821
8822 * version.el (emacs-copyright): New constant.
8823 * startup.el (fancy-splash-tail): Use emacs-copyright.
8824 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
8825
8826 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
8827 `make-local'.
8828 (byte-compile-warnings-safe-p): Add `make-local'.
8829 (byte-compile-make-variable-buffer-local):
8830 Allow byte-compile-warnings to suppress this warning.
8831
8832 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
8833 format of "menu" description.
8834 (tutorial--find-changed-keys): Describe the specific menu a
8835 command is in.
8836
8837 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
8838 Rewrite compatibility functions to silence byte-compiler.
8839
8840 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
8841
8842 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
8843 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
8844
8845 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
8846
8847 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
8848
8849 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
8850
8851 * progmodes/ebrowse.el (ebrowse-member-table):
8852 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
8853 (org-batch-agenda-csv): Fix typos in docstrings.
8854
8855 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8856
8857 * international/mule-cmds.el (toggle-enable-multibyte-characters)
8858 (sort-coding-systems, search-unencodable-char): Doc fixes.
8859 (coding-system-change-eol-conversion, set-default-coding-systems)
8860 (prefer-coding-system, find-multibyte-characters, princ-list)
8861 (leim-list-entry-regexp, set-input-method, locale-language-names)
8862 (input-method-exit-on-first-char, exit-language-environment-hook)
8863 (locale-charset-language-names): Fix typos in docstrings.
8864
8865 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
8866
8867 * pgg.el (pgg-sign-region, pgg-sign):
8868 * ses.el (ses-call-printer):
8869 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
8870 * textmodes/org.el (org-cycle): Fix typos in docstrings.
8871
8872 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
8873
8874 * textmodes/org.el (org-export-region-as-html)
8875 (org-replace-region-by-html, org-number-to-letters)
8876 (org-table-fedit-finish, org-normalize-color)
8877 (org-table-fedit-ref-right, org-date-to-gregorian)
8878 (org-table-fedit-move, org-table-convert-refs-to-rc)
8879 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
8880 (org-write-agenda, org-colgroup-info-to-vline-list)
8881 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
8882 (org-indent-line-function, org-export-as-html-to-buffer)
8883 (org-store-agenda-views, org-update-mode-line)
8884 (org-find-if, org-delete-all)
8885 (org-table-fedit-convert-buffer, org-emphasize)
8886 (org-uniquify, org-table-fedit-lisp-indent)
8887 (org-table-fedit-scroll, org-get-todo-sequence-head)
8888 (org-table-fedit-scroll-down, org-table-fedit-line-down)
8889 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
8890 (org-table-fedit-toggle-coordinates, org-dvipng-color)
8891 (org-table-fedit-line-up, org-table-fedit-ref-down)
8892 (org-table-formula-from-user, org-mode-flyspell-verify)
8893 (org-cycle-show-empty-lines, org-ctrl-c-ret)
8894 (org-table-formula-to-user, org-diary-to-ical-string)
8895 (orgtbl-export, org-table-fedit-post-command)
8896 (org-closed-in-range, org-shiftcontrolright)
8897 (org-table-convert-refs-to-an, org-table-hline-and-move)
8898 (org-table-formula-less-p, org-format-table-ascii)
8899 (org-agenda-get-sexps, org-shift-refpart)
8900 (org-diary-sexp-entry, org-time-string-to-absolute)
8901 (org-table-show-reference, org-letters-to-number)
8902 (org-fix-agenda-info, org-table-fedit-ref-up)
8903 (org-table-fedit-shift-reference, org-table-fedit-abort)
8904 (org-closest-date, org-shiftcontrolleft)
8905 (org-at-heading-or-item-p, org-rematch-and-replace)
8906 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
8907 New functions.
8908 (org-table-edit-scroll-down, org-finish-edit-formulas)
8909 (org-table-edit-next-field, org-abort-edit-formulas)
8910 (org-font-lock-level, org-export-find-first-heading-line)
8911 (org-table-edit-line-down, org-table-edit-backward-field)
8912 (org-edit-formula-lisp-indent, org-table-edit-move)
8913 (org-check-log-option, org-this-word)
8914 (org-table-edit-line-up, org-table-edit-formulas-post-command)
8915 (org-agenda-file-to-end, org-expand-file-name)
8916 (org-fake-empty-table-line, org-table-edit-scroll)
8917 (org-toggle-log-option, org-show-reference): Function removed.
8918 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
8919 New defsubsts.
8920 (org-unmodified, org-batch-store-agenda-views)
8921 (org-batch-agenda-csv): New macro.
8922 (org-agenda-export): New customization group.
8923 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
8924 (org-highest-priority, org-agenda-exporter-settings)
8925 (org-log-done-with-time, org-replace-disputed-keys)
8926 (org-format-latex-header, org-export-table-header-tags)
8927 (org-cycle-separator-lines, org-export-table-data-tags)
8928 (org-icalendar-include-sexps)
8929 (org-empty-line-terminates-plain-lists)
8930 (org-log-repeat, org-special-ctrl-a)
8931 (org-table-use-standard-references, org-disputed-keys)
8932 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
8933 (org-agenda-export-html-style): New option.
8934 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
8935 (org-CUA-compatible): Option removed.
8936 (org-agenda-structure, org-sexp-date): New face.
8937 (org-todo-keywords-for-agenda, org-not-done-keywords)
8938 (org-planning-or-clock-line-re, org-agenda-name)
8939 (org-table-colgroup-info, org-todo-sets)
8940 (constants-unit-system, org-clock-mode-line-entry)
8941 (org-mode-line-timer, org-table-current-begin-pos)
8942 (org-todo-keywords-1, org-mode-line-string)
8943 (org-table-clean-did-remove-column, org-table-fedit-map)
8944 (org-clock-heading, org-table-buffer-is-an)
8945 (org-agenda-info, org-done-keywords)
8946 (org-done-keywords-for-agenda, org-todo-heads)
8947 (org-todo-kwd-alist, org-clock-start-time): New variable.
8948 (org-todo-kwd-priority-p, org-edit-formulas-map)
8949 (org-repeat-re, org-todo-kwd-max-priority)
8950 (org-version, org-done-string)
8951 (org-table-clean-did-remove-column-1, org-disputed-keys):
8952 Remove variables.
8953 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
8954 (org-ts-lengths): Constant removed.
8955 (org-follow-gnus-link): Don't ask how many articles to read.
8956 (org-export-find-first-export-line): Rename from
8957 `org-export-find-first-heading'.
8958 Use `org-export-skip-text-before-1st-heading'.
8959 (org-table-fedit-post-command): Rename from
8960 `org-table-edit-formulas-post-command'.
8961 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
8962 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
8963 (org-table-fedit-lisp-indent): Rename from
8964 `org-edit-formula-lisp-indent'.
8965 (org-table-show-reference): Rename from `org-show-reference'.
8966 (org-table-store-formulas): Use `org-table-formula-less-p'.
8967 (org-table-edit-formulas): Position cursor to current field equation.
8968 (org-update-checkbox-count, org-hide-archived-subtrees)
8969 (org-timestamp-up-day, org-timestamp-down-day)
8970 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
8971 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
8972 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
8973 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
8974 Let `org-on-heading-p' also check for invisible heading.
8975 (org-read-date): Match am/pm times.
8976 (org-eval-in-calendar): Fix default date in prompt.
8977
8978 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
8979
8980 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
8981 "ChangeLog.a" entries, giving the latter lower priority.
8982
8983 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
8984
8985 * faces.el (face-id): If the argument is a face alias,
8986 return the ID of the target face.
8987
8988 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
8989
8990 * net/socks.el (top): Remove unnecessary copyright line.
8991
8992 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
8993
8994 * longlines.el (longlines-auto-wrap): Handle argument correctly.
8995
8996 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
8997
8998 * net/socks.el: New file, taken from w3 repository.
8999 (top): Update Copyright. Don't load cl.el.
9000 (all): Replace `case' by `cond', `string-to-int' by
9001 `string-to-number', and `process-kill-without-query' by
9002 `set-process-query-on-exit-flag'.
9003 (socks-char-int): Remove defalias and all occurrences.
9004
9005 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
9006
9007 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
9008 Fix typos in docstrings.
9009 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
9010 (compilation-finish-function): Fix typo in obsolescence declaration.
9011
9012 2007-06-03 Sam Steingold <sds@gnu.org>
9013
9014 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
9015 handle unending automatic recompilation of changed files (`omake -P').
9016 (compilation-loop): VISITED is now 5th CDR.
9017 (compilation-next-error-function): Set TIMESTAMP.
9018
9019 2007-06-03 Sam Steingold <sds@gnu.org>
9020
9021 * files.el (kill-buffer-ask): New function.
9022 (kill-some-buffers): Use it.
9023 (kill-matching-buffers): New user command.
9024
9025 2007-06-01 David Kastrup <dak@gnu.org>
9026
9027 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9028 Change default to `top'.
9029
9030 2007-05-31 Richard Stallman <rms@gnu.org>
9031
9032 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
9033
9034 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * textmodes/css-mode.el: New file.
9037
9038 2007-05-30 Michael Olson <mwolson@gnu.org>
9039
9040 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
9041 died and we are trying to send a signal to it. The program using
9042 tq.el should periodically check to see whether the process has
9043 died and react appropriately -- this is not the responsibility of
9044 tq.el, and is consistent with the rest of the tq.el source code.
9045
9046 2007-05-29 Martin Rudalics <rudalics@gmx.at>
9047
9048 * textmodes/table.el (table--point-entered-cell-function)
9049 (table--point-left-cell-function):
9050 Bind `inhibit-point-motion-hooks' to t.
9051
9052 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9053
9054 * emacs-lisp/rx.el (rx): Doc fix.
9055
9056 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
9057
9058 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
9059
9060 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
9061
9062 Sync with Tramp 2.0.56.
9063
9064 * net/tramp.el:
9065 * net/tramp-ftp.el:
9066 * net/tramp-smb.el:
9067 * net/tramp-util.el:
9068 * net/tramp-vc.el:
9069 Don't load cl.el, because that pollutes the namespace. Replace cl
9070 macros by their implementations where necessary. Requested by
9071 Richard Stallman <rms@gnu.org>.
9072
9073 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
9074 doesn't exist.
9075 (with-parsed-tramp-file-name): Protect debug spec during compilation.
9076 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
9077 (tramp-file-name-p, tramp-file-name-multi-method)
9078 (tramp-file-name-method, tramp-file-name-user)
9079 (tramp-file-name-host, tramp-file-name-localname): New defuns,
9080 replacing defstruct `tramp-file-name'.
9081 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
9082 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
9083 Apply `vector' instead of `make-tramp-file-name'.
9084 (tramp-handle-make-auto-save-file-name):
9085 Apply `tramp-temporary-file-directory' for compatibility reasons.
9086 (tramp-completion-mode): Use `natnump' instead of `wholenump'
9087 because of XEmacs.
9088 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
9089 started.
9090
9091 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
9092
9093 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
9094
9095 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9096
9097 * log-edit.el (log-edit-changelog-paragraph): Return point-max
9098 as the end of the ChangeLog paragraph when it ends without a line
9099 termination.
9100
9101 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
9102
9103 * net/webjump.el (webjump-sample-sites):
9104 Add simple Wikipedia query.
9105
9106 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9107
9108 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
9109 compatibility code.
9110
9111 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
9112 (copyright-update-year): Use it.
9113
9114 * edmacro.el (edmacro-format-keys): Use current-active-maps.
9115
9116 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
9117 Add indentation and debugging info. Fix up comment convention.
9118
9119 * cus-dep.el (custom-make-dependencies): Simplify.
9120
9121 * composite.el (compose-region, decompose-region):
9122 Use inhibit-read-only and restore-buffer-modified-p.
9123
9124 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
9125 (xterm-mouse-event): Use it.
9126
9127 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
9128
9129 * bs.el (bs-cycle-previous): Don't modify the cycle list until
9130 `switch-to-buffer' has returned succesfully.
9131 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
9132 window is dedicated (it could iconify the frame).
9133
9134 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
9135
9136 * vc-hooks.el (vc-find-root): Fix file attribute test.
9137
9138 2007-05-24 Richard Stallman <rms@gnu.org>
9139
9140 * textmodes/flyspell.el (flyspell-correct-word-before-point):
9141 Don't let opoint be nil.
9142 (flyspell-emacs-popup): Explicit error if no dialogs.
9143
9144 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
9145
9146 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
9147 (image-next-line, image-previous-line, image-scroll-up)
9148 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
9149 New functions.
9150 (image-mode-map): Remap motion commands.
9151 (image-mode-text-map): New keymap for viewing images as text.
9152 (image-mode): Use image-mode-map.
9153 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
9154
9155 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
9156
9157 * textmodes/fill.el (canonically-space-region): Make the second arg
9158 a marker if it's not already the case.
9159
9160 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9161
9162 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
9163 (tar-get-descriptor): Handle type 55, an extended pax header.
9164
9165 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
9168 to confuse outline-minor-mode.
9169
9170 2007-05-23 Eli Zaretskii <eliz@gnu.org>
9171
9172 * tar-mode.el (tar-file-name-handler): New function.
9173 (tar-extract): Bind file-name-handler-alist to it to force
9174 find-buffer-file-type-coding-system behave as if the file being
9175 extracted existed. Use last-coding-system-used to force
9176 buffer-file-coding-system to what decode-coding-region actually
9177 used to decode the file.
9178
9179 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9180
9181 * progmodes/compile.el (compilation-handle-exit):
9182 `compilation-finish-function' may change the current buffer.
9183
9184 2007-05-22 Richard Stallman <rms@gnu.org>
9185
9186 * files.el (set-auto-mode): Doc fix.
9187
9188 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9189
9190 * help-fns.el (find-source-lisp-file): New function.
9191 (describe-function-1): Use find-source-lisp-file to find source
9192 file in compile tree.
9193
9194 2007-05-22 Eli Zaretskii <eliz@gnu.org>
9195
9196 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
9197
9198 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
9199
9200 * emacs-lisp/easy-mmode.el (define-minor-mode)
9201 (easy-mmode-define-navigation): Fix typos in docstrings.
9202
9203 2007-05-22 Glenn Morris <rgm@gnu.org>
9204
9205 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
9206
9207 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
9208
9209 * mail/mail-extr.el (mail-extract-address-components):
9210 Recognize non-ASCII characters except for NBSP as words.
9211
9212 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
9213
9214 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
9215 (rcirc-print): Handle `window-width'.
9216 (rcirc-buffer-maximum-lines): Doc fix.
9217
9218 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
9219
9220 * image-mode.el (image-toggle-display): Don't clear image cache.
9221 Only use filename in image spec if the file is readable.
9222 Call image-refresh.
9223
9224 * image.el (image-type-from-file-name, image-type): Simplify.
9225 (image-type-auto-detected-p): Don't scan auto-mode-alist.
9226
9227 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
9228 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
9229
9230 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9231
9232 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
9233 is an error.
9234
9235 * term/linux.el (terminal-init-linux): Don't signal an error
9236 if gpm isn't running.
9237
9238 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
9239
9240 * t-mouse.el: Reduce to a minor-mode macro call.
9241 (t-mouse-mode): Remove the lighter.
9242
9243 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
9244
9245 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
9246
9247 * files.el (auto-mode-alist): Change the regexp so that
9248 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
9249
9250 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
9251
9252 * Version 22.1 released.
9253
9254 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
9255
9256 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
9257 changes.
9258
9259 2007-05-19 Kevin Ryde <user42@zip.com.au>
9260
9261 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
9262
9263 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
9264
9265 * textmodes/sgml-mode.el: Revert last change.
9266
9267 2007-05-18 Richard Stallman <rms@gnu.org>
9268
9269 * simple.el (push-mark): Doc fix.
9270
9271 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
9272
9273 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
9274 tpu-global-map.
9275 (tpu-original-global-map): Variable deleted.
9276 (tpu-control-keys-map): New keymap variable.
9277 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
9278 setting keymapping directly.
9279 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
9280 tpu-global-map.
9281 (tpu-edt-on): Activate the tpu-global-map.
9282 (tpu-edt-off): Deactivate the tpu-global-map.
9283
9284 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
9285
9286 * textmodes/ispell.el (ispell-get-word): Return markers
9287 for start and end positions.
9288 (ispell-word): Assume END is a marker.
9289
9290 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9291
9292 * printing.el: Group together all XEmacs/Emacs definitions.
9293 (pr-version): New version 6.9.
9294 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
9295 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
9296 (pr-menu-bind): Fix code.
9297 (pr-e-frame-char-height, pr-e-frame-char-width)
9298 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
9299 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
9300 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
9301 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
9302 (pr-x-event-y-pixel): Aliases eliminated.
9303 (pr-xemacs-global-menubar): Macro moved.
9304 (current-menubar, current-mouse-event, zmacs-region-stays)
9305 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
9306 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
9307 Vars moved.
9308 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
9309 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
9310 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
9311 (pr-menu-set-utility-title, pr-even-or-odd-pages)
9312 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
9313 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
9314 moved.
9315
9316 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
9317
9318 * textmodes/sgml-mode.el (sgml-tag):
9319 Fix bug: Call sgml-transformation-function.
9320
9321 2007-05-17 Martin Rudalics <rudalics@gmx.at>
9322
9323 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
9324 modified flag of buffer. Use `inhibit-modification-hooks'.
9325
9326 2007-05-16 Richard Stallman <rms@gnu.org>
9327
9328 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
9329
9330 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * files.el (magic-mode-alist, magic-fallback-mode-alist):
9333 Move the *ml, Postscript, and XmCD entries to the fallback part.
9334
9335 * files.el (magic-fallback-mode-alist):
9336 Rename from file-start-mode-alist.
9337
9338 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
9339
9340 * progmodes/compile.el (compilation-handle-exit): Quote first
9341 argument of `run-hook-with-args'.
9342
9343 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
9344
9345 * buff-menu.el (Buffer-menu-sort-column):
9346 * dabbrev.el (dabbrev-upcase-means-case-search):
9347 * dired.el (dired-recursive-deletes, dired-recursive-copies):
9348 * info.el (Info-current-subfile):
9349 * ls-lisp.el (ls-lisp-verbosity):
9350 * msb.el (msb-menu-cond):
9351 * pcvs.el (cvs-dired-use-hook):
9352 * simple.el (set-mark-command-repeat-pop):
9353 * time.el (display-time-24hr-format, display-time-mail-file):
9354 Doc fixes.
9355
9356 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
9357 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
9358
9359 * view.el (view-inhibit-help-message): Fix typo in docstring.
9360 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
9361
9362 2007-05-16 Martin Rudalics <rudalics@gmx.at>
9363
9364 * textmodes/ispell.el (ispell-start-process): Defend against bad
9365 default-directory.
9366
9367 2007-05-14 Eli Zaretskii <eliz@gnu.org>
9368
9369 * mail/rmail.el (rmail-convert-to-babyl-format): Check
9370 content-transfer-encoding _last_, because it's its position that
9371 we need as value of base64-header-field-end.
9372
9373 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
9374
9375 * files.el (mode-require-final-newline, require-final-newline)
9376 (enable-local-variables, enable-local-eval): Doc fixes.
9377
9378 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9379
9380 * ps-print.el: Use default color when foreground or background color
9381 are unspecified. Reported by Leo <sdl.web@gmail.com>.
9382 (ps-print-version): New version 6.7.4.
9383 (ps-rgb-color): New argument. Use default color when color is
9384 unspecified.
9385 (ps-begin-job): Fix code.
9386
9387 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
9388
9389 * longlines.el (longlines-mode): Make longlines-auto-wrap
9390 buffer-local. Add hooks unconditionally.
9391 (longlines-auto-wrap): Toggle wrapping.
9392 (longlines-after-change-function)
9393 (longlines-post-command-function): Check longlines-auto-wrap.
9394
9395 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
9396
9397 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
9398 (xterm-mouse-translate): Use it.
9399
9400 2007-05-10 Richard Stallman <rms@gnu.org>
9401
9402 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
9403 (iso-cvt-write-only): Likewise.
9404
9405 * emacs-lisp/easy-mmode.el (define-minor-mode):
9406 Fix generated doc string.
9407
9408 * startup.el (fancy-splash-text): Add URL of guided tour.
9409 Adjust horizontal and vertical whitespace.
9410
9411 * progmodes/compile.el (compilation-handle-exit):
9412 Use run-hook-with-args to run compilation-finish-functions.
9413
9414 * files.el (file-start-mode-alist): New variable.
9415 (magic-mode-regexp-match-limit): Doc fix.
9416 (set-auto-mode): Handle file-start-mode-alist.
9417 A little cleanup of structure.
9418
9419 * dabbrev.el (dabbrev-eliminate-newlines):
9420 Renamed from dabbrev--eliminate-newlines. All uses changed.
9421
9422 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
9423
9424 * man.el (Man-next-section): Don't consider the last line of the page
9425 as being part of any section.
9426
9427 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
9430 can take any number of values.
9431
9432 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9433
9434 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
9435 to the list of citation commands.
9436
9437 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
9440
9441 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
9442
9443 * progmodes/python.el (python-font-lock-keywords)
9444 (python-open-block-statement-p, python-mode): Add support for the new
9445 "with" keyword.
9446
9447 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
9450 the exact opposite of diff-goto-source.
9451
9452 * emacs-lisp/advice.el (ad-special-forms): Remove.
9453 (ad-special-form-p): Use subr-arity.
9454
9455 * newcomment.el (comment-search-forward): Make sure we search forward.
9456 (comment-enter-backward): Try and distinguish the non-matching case at
9457 EOB from the non-matching case with a missing comment-end-skip for
9458 a 2-char comment ender.
9459 (comment-choose-indent): New function extracted from comment-indent.
9460 Improve the alignment algorithm.
9461 (comment-indent): Use it.
9462
9463 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
9464 XML style Processing Instructions.
9465 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
9466 (sgml-calculate-indent): Handle `pi' context.
9467
9468 * vc.el: Ensure that update-changelog issues an error when used with
9469 a backend that does not implement it.
9470 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
9471 Remove `backend' argument. Use expand-file-name.
9472 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
9473
9474 * progmodes/python.el (python-end-of-block): Revert last change.
9475 (python-end-of-statement): Make sure we move *forward*.
9476
9477 2007-05-08 Richard Stallman <rms@gnu.org>
9478
9479 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9480 Don't include non-self-insert commands in the exception for `-'.
9481
9482 2007-05-08 David Reitter <david.reitter@gmail.com>
9483
9484 * progmodes/python.el (python-guess-indent): Check non-nullness
9485 before comparing indent against the 2..8 interval.
9486
9487 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9488
9489 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
9490 available.
9491
9492 2007-05-06 Richard Stallman <rms@gnu.org>
9493
9494 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
9495
9496 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
9499 rather than storing their value in the revert-buffer function.
9500
9501 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
9502
9503 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
9504 when disabling t-mouse-mode.
9505
9506 2007-05-01 Davis Herring <herring@lanl.gov>
9507
9508 * calendar/timeclock.el: Update version number.
9509 (timeclock-modeline-display): Mention timeclock-use-display-time
9510 in explanatory message.
9511 (timeclock-in): Fix non-interactive workday specifications.
9512 (timeclock-log): Don't kill the log buffer if it already existed.
9513 Suppress warnings when finding the log. Don't check for a nil
9514 project twice. Run hooks after killing the buffer (if applicable).
9515 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
9516 was geometric). All uses changed.
9517 (timeclock-generate-report): Support prefix argument.
9518
9519 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
9520
9521 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
9522 disconnections.
9523
9524 2007-05-01 Romain Francoise <romain@orebokech.com>
9525
9526 * dired-x.el: Revert 2007-04-06 change.
9527
9528 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
9529
9530 * find-dired.el (find-dired-filter): Propertize all text down to eob.
9531
9532 2007-04-29 Richard Stallman <rms@gnu.org>
9533
9534 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
9535
9536 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * progmodes/cc-mode.el (c-before-change): Use point-min rather
9539 than 1.
9540
9541 2007-04-28 Richard Stallman <rms@gnu.org>
9542
9543 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
9544
9545 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
9546
9547 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
9548 don't put stop on toolbar.
9549
9550 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
9553
9554 2007-04-28 Eli Zaretskii <eliz@gnu.org>
9555
9556 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
9557 instead of $(lisp)/mh-e.
9558
9559 2007-04-28 Glenn Morris <rgm@gnu.org>
9560
9561 * image-dired.el (image-dired-cmd-create-thumbnail-options)
9562 (image-dired-cmd-create-temp-image-options): Replace option
9563 +profile "*" with -strip.
9564
9565 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
9566
9567 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9568 Use window-start and window-end.
9569
9570 2007-04-27 Andreas Schwab <schwab@suse.de>
9571
9572 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
9573
9574 2007-04-27 Eli Zaretskii <eliz@gnu.org>
9575
9576 * textmodes/fill.el (fill-paragraph): Doc fix.
9577
9578 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
9579
9580 * locate.el (locate-in-alternate-database): Doc fix.
9581
9582 2007-04-26 Glenn Morris <rgm@gnu.org>
9583
9584 * button.el (button): Use underline if supported, else fall back
9585 to color.
9586
9587 * version.el (emacs-version): Increase to 22.1.50.
9588
9589 2007-04-25 Richard Stallman <rms@gnu.org>
9590
9591 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
9592
9593 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
9594
9595 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
9596 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
9597 pushing mark.
9598 (idlwave-current-routine): Don't push mark.
9599
9600 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
9601
9602 * image-dired.el (image-dired-display-image): Derive image-type from
9603 filename rather than assuming jpeg, in case no resizing was needed.
9604
9605 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9606
9607 * custom.el (defface): Doc fix.
9608
9609 See ChangeLog.12 for earlier changes.
9610
9611 ;; Local Variables:
9612 ;; coding: iso-2022-7bit
9613 ;; add-log-time-zone-rule: t
9614 ;; End:
9615
9616 Copyright (C) 2007 Free Software Foundation, Inc.
9617
9618 This file is part of GNU Emacs.
9619
9620 GNU Emacs is free software; you can redistribute it and/or modify
9621 it under the terms of the GNU General Public License as published by
9622 the Free Software Foundation; either version 3, or (at your option)
9623 any later version.
9624
9625 GNU Emacs is distributed in the hope that it will be useful,
9626 but WITHOUT ANY WARRANTY; without even the implied warranty of
9627 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9628 GNU General Public License for more details.
9629
9630 You should have received a copy of the GNU General Public License
9631 along with GNU Emacs; see the file COPYING. If not, write to the
9632 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
9633 Boston, MA 02110-1301, USA.
9634
9635 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af