2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
[bpt/emacs.git] / lisp / ChangeLog
1 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>
2
3 * ediff*.el: uncommented declare-function.
4
5 * viper*.el: uncommented declare-function.
6
7 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
8
9 * doc-view.el (doc-view-mode): Support tramp, compressed files and
10 files inside archives uniformly.
11
12 2008-01-09 Eric S. Raymond <esr@snark.thyrsus.com>
13
14 * testmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
15 constant with a computation on sgml-specials rather than a literal
16 list. Without this change the syntax table is generated
17 incorrectly, and the mode will think it's in a comment following
18 any instance of the string "--".
19
20 2008-01-09 Tassilo Horn <tassilo@member.fsf.org>
21
22 * doc-view.el (doc-view-mode-p): Add EPS as supported type.
23 (doc-view-mode): Support document files inside archives.
24
25 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu>
26
27 * vc.el (vc-deduce-fileset): Return the currently selected file if
28 no files are selected when using vc-status.
29
30 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
31
32 * ediff*.el: commented out declare-function. "make bootstrap"
33 stops with an error and emacs does not compile with those things in.
34 Besides, declare-function is not defined in XEmacs.
35
36 * ediff-util (eqiff-quit): autoraise minibuffer.
37
38 * ediff-diff (ediff-convert-fine-diffs-to-overlays): make it a defin
39
40 * viper*.el: commented out declare-function -- not defined in XEmacs.
41
42 * viper-ex.el (viper-info-on-file): take care of indiret buffers.
43
44 * viper.el (viper-set-hooks, set-cursor-color): set viper-vi-state-cursor-color.
45
46 2008-01-09 Tom Tromey <tromey@redhat.com>
47
48 * vc.el (vc-status-headers): Rename from
49 vc-status-insert-headers. Just return header.
50 (vc-status-move-to-goal-column): New function.
51 (vc-status-mode-map): Define more keys.
52 (vc-status-mode): Use vc-status-refresh. Now 'special.
53 (vc-status-refresh): New function.
54 (vc-status-next-line): Likewise.
55 (vc-status-previous-line): Likewise.
56 (vc-status-mark-file): Use vc-status-next-line.
57 (vc-status-unmark-file): Use vc-status-previous-line.
58 (vc-status-unmark-file-up): New function.
59 (vc-status-register): Likewise.
60 (vc-status-find-file): Likewise.
61 (vc-status-find-file-other-window): Likewise.
62 (vc-status-current-file): Likewise.
63 (vc-ensure-vc-buffer): Understand vc-status mode.
64
65 * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
66
67 2008-01-09 Glenn Morris <rgm@gnu.org>
68
69 * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
70 entry, for Windows.
71
72 2008-01-09 Tom Tromey <tromey@redhat.com>
73
74 * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
75
76 2008-01-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
77
78 * ps-print.el: Some face attributes (like :strike-through) was not
79 being recognised. Reported by Leo <sdl.web@gmail.com>.
80 (ps-print-version): New version 6.8.2.
81 (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p): New funs.
82 (ps-screen-to-bit-face): Fix code.
83
84 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
87 add a file-name handler.
88
89 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
90
91 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
92 Rename from function bibtex-files-expand. New optional arg select.
93 (bibtex-flash-head): Allow blink-matching-delay being zero.
94 (bibtex-clean-entry): Use atomic-change-group.
95 (bibtex-format-entry): Check presence of required fields only
96 after formatting of fields. Use member-ignore-case. Do not use
97 bibtex-parse-entry. Do not use booktitle field to set a missing title.
98 (bibtex-autofill-entry): Do not call undo-boundary.
99 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
100 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
101 Parse keys if necessary.
102
103 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
104
105 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
106 quotes in case of spaces, e.g. STL containers (not pretty).
107
108 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
109
110 * progmodes/gdb-ui.el (gud-gdb-command-name):
111 Explain "--annotate=3" option is necessary for the Graphical Interface.
112
113 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
114
115 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
116 on menu bar.
117
118 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
119
120 * ffap.el (ffap-read-file-or-url): Let-bind
121 `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
122
123 2008-01-08 Sven Joachim <svenjoac@gmx.de>
124
125 * vc-bzr.el: Fix typo in header.
126
127 2008-01-08 Eli Zaretskii <eliz@gnu.org>
128
129 * Makefile.in (custom-deps, finder-data): Depend on autoloads
130 instead of loaddefs.el.
131
132 2008-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
135 gets inserted out-of-order.
136
137 2008-01-08 Riccardo Murri <riccardo.murri@gmail.com>
138
139 * vc-bzr.el: Copyright and version headers update.
140 Remove some outdated comments through the whole file.
141 (vc-bzr-program-args): Remove because unused.
142 (vc-bzr-log-switches): New customization option.
143 (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C. No longer
144 use `vc-bzr-program-args'.
145 (vc-bzr-register): Fix for working with both 22.1 and CVS version of
146 `vc-find-root' (patch by Andreas Hoenen).
147 (vc-bzr-status): Update regex to match latest Bzr output.
148 Remove redundant test.
149 (vc-bzr-init-version): New function.
150 (vc-bzr-unregister): Must not delete file.
151 (vc-bzr-find-version): New function.
152 (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
153 a non-empty string, otherwise take head revision.
154 (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
155 (vc-bzr-diff): Simpler build of the revision spec string.
156 (vc-annotate-convert-time, vc-bzr-annotate-difference):
157 Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
158 (vc-bzr-dir-state): Add code comments. Removed redundant statement.
159 (vc-bzr-dired-state-info): Only provide custom strings for
160 overloaded VC state 'edited; otherwise fallback to
161 `vc-default-dired-state-info'.
162
163 2008-01-08 Richard Stallman <rms@gnu.org>
164
165 * delsel.el (delete-selection-mode): Doc fix.
166
167 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
168
169 * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
170 (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
171
172 * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
173 of watch expressions (only works fully with GDB 6.7 or later).
174
175 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
176
177 * time-stamp.el (time-stamp-time-zone):
178 * whitespace.el (whitespace-check-buffer-leading)
179 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
180 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
181 * progmodes/sh-script.el (sh-indentation):
182 * textmodes/ispell.el (ispell-local-pdict):
183 Add safe-local-variable properties.
184
185 2008-01-08 Michael Albinus <michael.albinus@gmx.de>
186
187 * vc-git.el (vc-git--call): Apply `process-file' instead of
188 `call-process'.
189
190 * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
191 Reported by Pete Forman <pete.forman@westerngeco.com>.
192 (tramp-perl-encode, tramp-perl-decode): Update copyrights.
193 (tramp-handle-process-file): Handle the case where DESTINATION is
194 a consp with t as car.
195 (tramp-wait-for-output): We shall remove exactly what has been
196 find by the search.
197
198 2008-01-08 Kevin Ryde <user42@zip.com.au>
199
200 * progmodes/compile.el (compilation-error-regexp-alist-alist):
201 For perl, allow "during global destruction" at end. Add entry for
202 two-arg form of the Test module ok() func.
203
204 2008-01-08 Glenn Morris <rgm@gnu.org>
205
206 * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
207 unified format.
208
209 * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
210
211 2008-01-08 Ralf Angeli <angeli@caeruleus.net>
212
213 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
214 Simplify selection of frame focusing function.
215
216 2008-01-08 Michael Olson <mwolson@gnu.org>
217
218 * textmodes/remember.el (remember-region): Fix typo in docstring.
219
220 2008-01-08 Lennart Borgman <lennart.borgman.073@student.lu.se>
221
222 * textmodes/remember.el (remember): If there is a visible region
223 [that is, the mark is active and transient mark mode is enabled]
224 then use this region for the initial contents of the *Remember*
225 buffer. Use `region-beginning' and `region-end' instead of
226 `point' and `mark'.
227
228 2008-01-07 Dan Nicolaescu <dann@ics.uci.edu>
229
230 * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
231 argument to vc-hg-command.
232 (vc-hg-log-view-mode): Handle the user field better.
233
234 2008-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
235
236 * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
237
238 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
239
240 * vc.el (vc-status-fileinfo): New defstruct.
241 (vc-status): New defvar
242 (vc-status-insert-headers, vc-status-printer, vc-status)
243 (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
244 (vc-status-unmark-file, vc-status-marked-files): New functions.
245
246 * vc-hg.el (vc-hg-dir-status): New function.
247
248 2008-01-06 Martin Rudalics <rudalics@gmx.at>
249
250 * cus-edit.el (custom-tool-bar-map): Move initialization of this
251 keymap from here ...
252 (custom-mode): ... to here. Reported by Reiner Steib.
253
254 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
255
256 * obsolete/x-apollo.el: Remove file for unsupported system.
257
258 * term/x-win.el (vendor-specific-keysyms): Remove reference to
259 Apollo.
260
261 * progmodes/gud.el (gud-dgux-p): Remove.
262 (dbx): Remove reference to dgux.
263
264 * progmodes/ps-mode.el (ps-mode-print-function):
265 * ps-print.el (ps-lp-system):
266 * paths.el (rmail-spool-directory):
267 * ls-lisp.el (ls-lisp-emulation):
268 * lpr.el (lpr-lp-system):
269 * dired.el (dired-chown-program): Remove references to dgux.
270
271 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * vc.el (vc-process-sentinel): Fix apparent typo.
274 (vc-do-command): Forcefully kill any left over process.
275 Use start-file-process.
276 (vc-annotate-get-time-set-line-props): Check we don't move backward.
277
278 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
279
280 * net/dbus.el (dbus-list-hash-table)
281 (dbus-name-owner-changed-handler): Replace "signal" by "member".
282 (dbus-check-event): Add serial number to event.
283 (dbus-handle-event): Apply return message if needed.
284 (dbus-event-serial-number): New defun.
285 (dbus-event-service-name, dbus-event-path-name)
286 (dbus-event-interface-name, dbus-event-member-name):
287 Adapt implementation to serial number.
288
289 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
290
291 * bs.el (bs--get-mode-name): Fix typo in previous change.
292
293 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
294
295 * mouse.el (mouse-popup-menubar): Fix typo.
296
297 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
298 form inside with-current-buffer.
299
300 * progmodes/antlr-mode.el (provide): Move to the end of file.
301 (require): Don't require font-lock and compile.
302 (outline-level, imenu-use-markers, imenu-create-index-function):
303 Move declarations to top level.
304 (cond-emacs-xemacs-macfn): Declare for compiler.
305
306 * vc-bzr.el (vc-bzr-root):
307 * vc-arch.el (vc-arch-root): Only set a property if the file is
308 managed by this backend.
309
310 * vc-hg.el (vc-hg-state): Support the new status code for
311 up-to-date.
312
313 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
314
315 * doc-view.el (doc-view-scroll-up-or-next-page)
316 (doc-view-scroll-down-or-previous-page): Don't scroll to the
317 top/bottom again when on the first/last page.
318
319 * doc-view.el (doc-view-scroll-up-or-next-page)
320 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
321 image-scroll-down instead of the non-image equivalents. Don't
322 rely on a signalled condition but switch pages when scrolling
323 doesn't change the vertical position anymore.
324 (doc-view-mode-map): Remap scroll-{up,down} to
325 image-scroll-{up,down}.
326
327 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
328
329 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
330 tpu-mapper command rather than load the tpu-mapper package.
331
332 * emulation/tpu-mapper.el (tpu-mapper): New command.
333 Contains all the code previously at top-level.
334
335 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * bs.el (bs--sort-by-mode, bs--get-mode-name):
338 * imenu.el (imenu-add-to-menubar):
339 * makesum.el (make-command-summary):
340 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
341 * msb.el (msb--mode-menu-cond):
342 * calc/calc-embed.el (calc-do-embedded):
343 * emacs-lisp/helper.el (Helper-describe-mode):
344 * mail/emacsbug.el (report-emacs-bug):
345 * progmodes/hideshow.el (hs-grok-mode-type):
346 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
347 * textmodes/table.el (*table--cell-describe-mode):
348 Pass mode-name through format-mode-line.
349
350 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
351
352 * progmodes/ada-xref.el (ada-prj-find-prj-file):
353 * progmodes/ada-mode.el (comment-region):
354 * calendar/todo-mode.el (todo-insert-item):
355 * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
356
357 2008-01-04 Richard Stallman <rms@gnu.org>
358
359 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
360 Call byte-compile-warn-about-unresolved-functions outside
361 the with-current-buffer.
362 (byte-compile-insert-header): Use with-current-buffer.
363
364 2008-01-04 Glenn Morris <rgm@gnu.org>
365
366 * startup.el (fancy-about-screen): Remove reference to deleted
367 `fancy-splash-help-echo' variable.
368
369 * version.el (emacs-copyright): Update to 2008.
370
371 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
372 rather than mapcar.
373
374 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
375 change (merge mistake).
376
377 * doc-view.el (doc-view-search-internal): Don't use `incf'.
378
379 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
380 (bookmark-get-bookmark-record):
381 * image-mode.el (bookmark-make-cell-function)
382 (bookmark-get-filename, bookmark-get-bookmark-record)
383 (bookmark-get-position):
384 * log-view.el (vc-modify-change-comment):
385 * progmodes/grep.el (find-name-arg): Declare for compiler.
386
387 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
388
389 * savehist.el (savehist-coding-system): Default to a variant coding
390 system with explicit unix end-of-line conversion, which is safer.
391
392 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
395 * ibuffer.el (mode column): Use format-mode-line.
396
397 * server.el (server-create-window-system-frame): Remove workaround for
398 a bug that has been fixed.
399
400 2008-01-03 Magnus Henoch <magnus@zemdatav>
401
402 * net/dbus.el (dbus-name-owner-changed-handler):
403 Use dbus-unregister-object instead of dbus-unregister-signal.
404
405 2008-01-03 Drew Adams <drew.adams@oracle.com>
406
407 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
408
409 2008-01-03 Richard Stallman <rms@gnu.org>
410
411 * replace.el (occur-context-lines): New subroutine,
412 broken out of occur-engine.
413 (occur-engine): Call it.
414
415 2008-01-03 Alexandre Julliard <julliard@winehq.org>
416
417 * vc-git.el (vc-git--ls-files-state): New function.
418 (vc-git-dir-state): Use it instead of processing the status
419 results here.
420
421 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
422
423 * progmodes/grep.el (grep-find-ignored-directories):
424 Initialize from the value of vc-directory-exclusion-list.
425
426 * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
427 even though we don't have a back end for darcs yet.
428
429 2008-01-02 Karl Fogel <kfogel@red-bean.com>
430
431 Change a return type, for greater extensibility. See
432 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
433 and its thread for discussion leading to this change.
434
435 * emacs-cvs/lisp/bookmark.el:
436 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
437 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
438 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
439 (bookmark-bmenu-switch-other-window): Adjust accordingly.
440 (bookmark-make-cell-function): Adjust documentation accordingly.
441
442 * emacs-cvs/lisp/image-mode.el
443 (image-bookmark-jump): Adjust return type accordingly; document.
444
445 * emacs-cvs/lisp/doc-view.el
446 (doc-view-bookmark-jump): Adjust return type accordingly; document.
447
448 2008-01-02 Miles Bader <miles@gnu.org>
449
450 * net/rcirc.el (rcirc-log-filename-function): New variable.
451 (rcirc-log): Use `rcirc-log-filename-function' to generate the
452 log-file name. Don't log anything if it returns nil.
453 (rcirc-log-write): Use `expand-file-name' when merging the
454 log-file name from the alist with rcirc-log-directory; this does
455 the right thing if the name in the alist already an absolute
456 filename. Make the log-file directory if necessary.
457
458 2007-12-29 Richard Stallman <rms@gnu.org>
459
460 * font-lock.el (font-lock-prepend-text-property)
461 (font-lock-append-text-property): Canonicalize the face and
462 font-lock-face properties.
463
464 * faces.el (facep): Doc fix.
465
466 * startup.el (fancy-startup-tail, fancy-about-text)
467 (fancy-startup-text): Regularize format of face property.
468
469 * facemenu.el (list-colors-print): Use :background and :foreground
470 instead of background-color and foreground-color.
471
472 2007-12-29 Drew Adams <drew.adams@oracle.com>
473
474 * cus-edit.el (custom-add-parent-links):
475 Fill the "Parent documentation" text.
476
477 2007-12-29 Eli Zaretskii <eliz@gnu.org>
478
479 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
480 MS-Windows and MS-DOS.
481 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
482
483 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
484
485 * vc-svn.el (vc-svn-modify-change comment): New function.
486
487 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
488
489 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
490 Do not disable undo, with-temp-buffer does it by default.
491
492 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
493
494 * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
495 correctly.
496
497 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
498 with vc-state.
499 (vc-next-action): Fix vc-transfer-file call.
500
501 2007-12-31 Tom Tromey <tromey@redhat.com>
502
503 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
504 Move point to the start of the buffer.
505
506 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
507
508 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
509
510 * vc.el: State that dir-state is required to set the vc-state and
511 vc-backend properties.
512
513 2007-12-31 Martin Rudalics <rudalics@gmx.at>
514
515 * man.el (Man-default-man-entry): Make this a defun.
516 Improve guessing mechanism and handling of section numbers.
517
518 2007-12-31 Richard Stallman <rms@gnu.org>
519
520 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
521
522 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
523
524 * calc/calc-units.el (calc-convert-temperature): Ensure that units
525 are on the result even when the result is zero.
526
527 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
528
529 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
530 resistent towards wrong parameters.
531 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
532
533 2007-12-30 Richard Stallman <rms@gnu.org>
534
535 * faces.el (face-all-attributes): New function.
536
537 * faces.el (face-differs-from-default-p): Compute list of attr names
538 from face-attribute-name-alist.
539
540 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
541 (custom-face-save): Likewise.
542 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
543
544 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
545 (custom-theme-set-faces): Clear `face-override-spec' property.
546 Call `face-spec-set' with FOR-DEFFACE.
547
548 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
549
550 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
551 Use of frame as third arg is deprecated.
552 Handle `face-override-spec' property.
553 (face-spec-recalc): New function.
554 (face-spec-set-2): New function.
555 (frame-set-background-mode): Handle `face-override-spec' property.
556 Use `face-spec-recalc'.
557 (face-set-after-frame-default): Use `face-spec-recalc'.
558
559 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
560
561 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
562
563 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
564
565 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
566
567 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
568
569 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
570 'added, 'removed.
571
572 * vc.el (header coment): Better description of dir-state.
573 (vc-compatible-state): New function. Checks whether two states
574 can be in the same changeset; used with 'edited it can test whether
575 the next action for a state should be commit.
576 (vc-default-dired-state-info): Display 'removed state.
577 (vc-dired-hook): Turn off undo, this is a speed tweak.
578
579 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
580
581 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
582 Cope with the possibility that the 'C' status flag might change
583 in 0.9,6.
584
585 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
586
587 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
588
589 * files.el (cd-absolute): Fix omission bug:
590 Make `list-buffers-directory' buffer-local.
591
592 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
593
594 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
595
596 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
597
598 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
599
600 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
601 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
602 (math-yacas-compose-deriv, math-yacas-compose-taylor)
603 (math-maxima-parse-subst, math-maxima-parse-taylor)
604 (math-maxima-compose-taylor, math-maxima-compose-subst)
605 (math-maxima-compose-if, math-lang-switch-args)
606 (math-lang-compose-switch-args, math-read-giac-subscr):
607 New functions.
608 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
609 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
610 Add languages.
611 (math-vector-brackets, math-complex-format, math-variable-table)
612 (math-parse-table, math-oper-table, math-function-table)
613 (math-special-function-table, math-compose-subscr):
614 Add values for new languages.
615
616 * calc/calccomp.el (math-compose-expr): Add new languages.
617
618 * calc/calc.el (calc-language): Add languages to docstring.
619
620 * calc/calc-ext.el (calc-init-extensions): Add keybindings
621 for new languages. Autoload commands to change languages.
622
623 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
624
625 * calc/calc-menu.el (calc-modes-menu): Add new languages.
626 (calc-arithmetic-menu, calc-scientific-function-menu)
627 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
628 (calc-units-menu, calc-variables-menu, calc-stack-menu):
629 Add :active keywords.
630
631 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
632
633 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
634 returns 'ignored or 'unregistered.
635 (vc-hg-state): Pass "-A" to the status command and deal with the
636 output.
637 (vc-hg-dir-state): Pass "-A" to the status command.
638
639 2007-12-29 Richard Stallman <rms@gnu.org>
640
641 * progmodes/compile.el (compilation-start): Set initial visible
642 point properly even when compilation buffer already current.
643
644 2007-12-29 Richard Stallman <rms@gnu.org>
645
646 * files.el (conf-mode-maybe): New function.
647 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
648
649 2007-12-29 Martin Rudalics <rudalics@gmx.at>
650
651 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
652
653 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
654
655 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
656
657 2007-12-29 Richard Stallman <rms@gnu.org>
658
659 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
660 so they never do EOF.
661
662 2007-12-29 Richard Stallman <rms@gnu.org>
663
664 * faces.el (copy-face): Create the new face explicitly if it
665 does not exist already.
666
667 2007-12-29 Eli Zaretskii <eliz@gnu.org>
668
669 * simple.el (minibuffer-history, shell-command-history)
670 (set-variable-value-history):
671 * replace.el (regexp-history):
672 * international/mule-cmds.el (input-method-history):
673 * files.el (file-name-history): Add reference to history-length in
674 the doc string.
675
676 2007-12-29 Richard Stallman <rms@gnu.org>
677
678 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
679
680 2007-12-29 Jason Rumney <jasonr@gnu.org>
681
682 * find-dired.el (find-name-arg): New custom variable.
683 (find-name-dired): Use it.
684 (find-dired-find-program): Remove.
685 (find-dired): Use find-program.
686 (find-grep-dired): Use grep-program.
687
688 * progmodes/grep.el (rgrep): Use find-name-arg.
689
690 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
691
692 * progmodes/cc-vars.el (defcustom-c-stylevar):
693 Revert to pre-2007-12-12 version.
694
695 2007-12-29 Richard Stallman <rms@gnu.org>
696
697 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
698
699 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
700 Use changed.
701
702 * startup.el (fancy-splash-help-echo): Var deleted.
703 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
704 (fancy-about-screen): Don't display fancy-splash-help-echo.
705
706 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
707
708 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
709
710 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
711 to vc-hooks.el so it will be available to other modes, such as
712 speedbar.el. Also, teach it to recognize monotone state directories.
713
714 * speedbar.el: Remove this mode's fragile assumptions about
715 version-control systems. Instead, make it use logic from
716 vc-hooks.el so it will become smarter whenever VC mode does.
717
718 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
719 Fix the documentation.
720
721 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
722 Modify all instances of the dir-state back-end method to suppress
723 keeping undo lists on the buffers holding status output, which
724 can get extremely large.
725
726 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
727 so they don't do work that the default one can do instead.
728
729 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
730 states, and the new return-value convention. These are not
731 actually used yet, just set.
732
733 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
734 states when appropriate.
735
736 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
737 'unregistered when appropriate.
738
739 * vc-git.el: Document that we don't set the new states yet.
740
741 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
742 'ignored states.
743
744 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
745 appropriate.
746
747 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
748 when appropriate.
749
750 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
751
752 * thumbs.el (thumbs-call-convert): Use call-process directly
753 with thumbs-conversion-program instead of through shell-file-name
754 for better error reporting.
755
756 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
757
758 * calc/calc-aent.el (math-remove-percentsigns):
759 * calc/calccomp.el (math-to-percentsigns): Change placeholder
760 for percent signs.
761
762 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
763
764 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
765 use completion-ignored-extensions to detect files that should be
766 ignorted in VC-Dired listings, heading off lots of expensive calls
767 to (vc-state).
768
769 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
770 non-terse mode.
771 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
772 Makefile.in or Makefile.am
773
774 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
775
776 * ps-print.el (ps-mark-active-p): Fun returned back.
777 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
778 `region-active-p' for error checking.
779
780 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
781
782 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
783 Put new machinery in place to support editing of change comments
784 with 'e' in a log-view buffer. Not documented yet as this
785 only works for SCCS, RCS, and maybe CVS if you have admin
786 privileges. When we have backend support for Subversion and
787 more modern systems it will be time to write this up.
788
789 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
790
791 * international/mule-cmds.el (select-safe-coding-system):
792 When a buffer is modified, cancel the writing.
793
794 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
795
796 * log-view.el: Add Subversion and Mercurial log format samples.
797
798 * vc.el (vc-dired-hook): Significantly speed up by arranging for
799 it to call the backend dir-state hook (if it exists)
800 exactly *once*, rather than once per each subdirectory (with
801 dired-state-info calls on all toplevel files slowing it down even
802 further). For this to work, backend dir-state methods have to
803 recurse to subdirectories. Most of them already did anyway; a few
804 needed *non*-recursion switches removed. This change mostly
805 removed code that was perversely bad and should have been shot
806 through the head years ago.
807
808 * vc-bzr.el (vc-bzr-dir-state):
809 * vc-cvs.el (vc-cvs-dir-state):
810 * vc-mcvs.el (vc-mcvs-dir-state):
811 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
812
813 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
814 multiple arguments, so generate logs sequentially when we get them.
815 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
816 headers so the various log bindings can do the right thing.
817 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
818
819 2007-12-26 Andreas Schwab <schwab@suse.de>
820
821 * font-lock.el (save-buffer-state): Make sure the state of the
822 buffer is always restored.
823
824 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
825
826 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
827
828 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
829 a variable.
830
831 * calc/calccomp.el (math-to-percentsigns): New function.
832 (math-compose-var): Handle variables with percent signs.
833 (math-compose-expr): Handle function names with percent signs.
834
835 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
836 (math-read-exprs): Handle percent signs in languages that
837 allow them.
838 (math-restore-underscores): Remove function.
839 (math-remove-percentsigns, math-restore-placeholders):
840 New functions.
841
842 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
843
844 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
845 of `mark' for error checking.
846
847 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
848
849 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
850 New functions.
851 (image-mode): Set bookmark-make-cell-function appropriately.
852
853 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
854
855 * bookmark.el (bookmark-make-cell-function): New variable.
856 (bookmark-make): Call bookmark-make-cell-function's function
857 instead of bookmark-make-cell.
858 (bookmark-get-handler, bookmark-jump-internal): New functions.
859 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
860 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
861 Use bookmark-jump-internal.
862 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
863
864 * doc-view.el (doc-view-bookmark-make-cell)
865 (doc-view-bookmark-jump): New functions.
866 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
867
868 2007-12-25 Miles Bader <miles@gnu.org>
869
870 * indent.el (indent-for-tab-command): Rigidly indent the following
871 sexp along with the current line when a prefix arg is given in the
872 non-active-region case. Specify raw prefix in interactive spec.
873 Simplify main indentation logic to get rid of the conditional call
874 to `indent-according-to-mode' (it just ended up calling
875 `indent-line-function' in all cases anyway, which can be done more
876 simply here). Remove unnecessary test of ARG in active region case.
877
878 2007-12-25 Richard Stallman <rms@gnu.org>
879
880 * allout.el (allout-region-active-p): Rename from my-region-active-p.
881 Use `use-region-p'.
882 (allout-write-file-hook-handler): Simplify code.
883
884 * ps-print.el (ps-mark-active-p): Function deleted.
885 (ps-print-preprint-region): Use (mark) for the error check.
886
887 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
888
889 * winner.el (winner-active-region): Use `mark-active' if it's defined.
890
891 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
892
893 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
894
895 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
896
897 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
898
899 * progmodes/cc-defs.el (c-region-is-active-p):
900 Use `mark-active' if it's defined.
901
902 * progmodes/cc-cmds.el (c-indent-line-or-region):
903 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
904
905 * simple.el (select-active-regions): New option.
906 (set-mark): Obey it.
907 (yank-pop-change-selection): New option.
908 (current-kill): Obey it.
909
910 * simple.el (use-region-p): Rename from `region-active-p'.
911 (region-active-p): New function.
912
913 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
914
915 * term/x-win.el (x-select-enable-primary): New option.
916 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
917
918 * mouse.el (mouse-yank-primary): New function (almost same
919 as mouse-yank-secondary).
920
921 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
922
923 * calculator.el:
924 * dframe.el:
925 * iswitchb.el:
926 * whitespace.el:
927 * winner.el:
928 * emacs-lisp/checkdoc.el:
929 * mail/feedmail.el:
930 * net/quickurl.el:
931 * obsolete/fast-lock.el:
932 * play/5x5.el:
933 * progmodes/delphi.el:
934 * progmodes/idlw-shell.el:
935 * progmodes/idlwave.el:
936 * textmodes/artist.el:
937 * textmodes/ispell.el:
938 * textmodes/texinfmt.el:
939 * textmodes/texinfo.el: Remove obsolete definitions of backward
940 compatibility macros for defcustom, defgroup, defface, when,
941 unless, with-current-buffer and with-temp-message.
942
943 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
944
945 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
946
947 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
950 indeed a process.
951
952 2007-12-23 Richard Stallman <rms@gnu.org>
953
954 * simple.el (region-active-p): New function.
955 (use-empty-active-region): New variable.
956
957 * dired-aux.el (dired): Load dired.el at run time too.
958
959 2007-12-23 Juri Linkov <juri@jurta.org>
960
961 * man.el (Man-follow-manual-reference): Fill the minibuffer's
962 default list with a full list of references.
963
964 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
965
966 2007-12-23 Andreas Schwab <schwab@suse.de>
967
968 * files.el (switch-to-buffer-other-frame): Return the buffer
969 switched to.
970
971 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
972
973 Sync with Tramp 2.1.12.
974
975 * net/tramp.el: New todo item.
976
977 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
978 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
979
980 * net/trampver.el: Update release number.
981
982 2007-12-22 Richard Stallman <rms@gnu.org>
983
984 * newcomment.el (comment-region-default): Don't triple the
985 comment starter if the first region line isn't indented enough.
986
987 2007-12-21 Martin Rudalics <rudalics@gmx.at>
988
989 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
990 specifier from format-string. Reported by Ye Wenbin.
991
992 2007-12-20 Jason Rumney <jasonr@gnu.org>
993
994 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
995 Parent group is font-lock-faces.
996 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
997 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
998 (nxml-version): Remove.
999 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
1000 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
1001 (nxml-processing-instruction-delimiter)
1002 (nxml-processing-instruction-target)
1003 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
1004 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
1005 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
1006 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
1007 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
1008 (nxml-attribute-prefix, nxml-attribute-colon)
1009 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
1010 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
1011 (nxml-attribute-value, nxml-attribute-value-delimiter)
1012 (nxml-namespace-attibute-value)
1013 (nxml-namespace-attribure-value-delimiter)
1014 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
1015 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
1016 (nxml-glyph): Rename, removing -face suffix.
1017 Inherit from existing font-lock faces.
1018 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
1019 Use new face names.
1020
1021 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1022 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1023 Rename, removing -face suffix.
1024 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
1025 (nxml-highlighted-colon, nxml-highlighted-slash)
1026 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
1027 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
1028 (nxml-highlighted-qname, nxml-outline-display-heading):
1029 Use new face names.
1030
1031 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
1032
1033 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
1034
1035 2007-12-19 Martin Rudalics <rudalics@gmx.at>
1036
1037 * cus-start.el (all): Use correct group name for members of
1038 mode-line group.
1039
1040 * man.el (Man-default-man-entry): When looking for default man
1041 entry title search text preceding point. Use when instead of if.
1042
1043 * indent.el (indent-for-tab-command): Fix doc-string typo.
1044
1045 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
1046 vc-parent-buffer is the current buffer.
1047
1048 * info-look.el (info-lookup, info-lookup-setup-mode)
1049 (info-lookup-make-completions): Avoid clobbering Info-history and
1050 Info-history-list.
1051
1052 2007-12-19 Glenn Morris <rgm@gnu.org>
1053
1054 * progmodes/verilog-mode.el (top-level): Don't require compile.
1055 (compilation-error-regexp-alist, compilation-last-buffer):
1056 Define for compiler.
1057 (verilog-insert-1): New function.
1058 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
1059 Use verilog-insert-1.
1060 (verilog-surelint-off): Use next-error-last-buffer if bound.
1061 Check compile buffer is live.
1062
1063 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
1064
1065 * progmodes/compile.el (compilation-start): Don't pass a FRAME
1066 argument to display-buffer.
1067
1068 2007-12-19 Jason Rumney <jasonr@gnu.org>
1069
1070 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
1071 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
1072 (rng-byte-compile-load, rng-write-version): Remove.
1073
1074 * nxml/rng-loc.el (rng-schema-locating-files-default)
1075 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
1076 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
1077
1078 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
1079
1080 * files.el (cd-absolute): Set `list-buffers-directory' in order to
1081 show correct path in buffer list.
1082
1083 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
1084 (tramp-find-shell): Send only single prompt setting commands, in
1085 order to avoid double-prompt.
1086
1087 * net/tramp-compat.el (top): Require cl only when compiling.
1088 Reported by Glenn Morris <rgm@gnu.org>.
1089
1090 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
1091
1092 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
1093 (c-comment-continuation-stars): No longer declare with
1094 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
1095 (c-block-comment-prefix): Use symbol-value to
1096 access c-comment-continuation-stars.
1097 * progmodes/cc-mode.el (c-initialize-cc-mode):
1098 Use symbol-value to access c-comment-continuation-stars.
1099
1100 2007-12-18 Mark A. Hershberger <mah@everybody.org>
1101
1102 * xml.el (xml-escape-string): New function. Escape string using
1103 xml-entity-alist.
1104 (xml-debug-print-internal): Use xml-escape-string to escape
1105 characters in attributes and in text children of elements.
1106
1107 2007-12-18 Glenn Morris <rgm@gnu.org>
1108
1109 * progmodes/cc-subword.el (c-subword-mode): Drop support for
1110 systems without define-minor-mode.
1111
1112 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
1113
1114 * progmodes/verilog-mode.el: Replace all instances of
1115 string-to-int with string-to-number, insert-string with insert,
1116 and read-input with read-string.
1117 (top-level): No need to require imenu, reporter, dinotrace, vc,
1118 font-lock when compiling. Always require compile. Relegate remaining
1119 compatibility cruft to XEmacs. Don't require font-lock.
1120 (verilog-version): Remove superfluous concat.
1121 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
1122 No need to define.
1123 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
1124 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
1125 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
1126 (verilog-startup-message-displayed): These are variables, not constants.
1127 (verilog-batch-execute-func, verilog-auto-inst)
1128 (verilog-auto-inst-param): Use mapc rather than mapcar.
1129 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
1130 actually defining.
1131 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
1132 (verilog-modi-get-outputs, verilog-modi-get-inouts)
1133 (verilog-modi-get-inputs, verilog-modi-get-wires)
1134 (verilog-modi-get-regs, verilog-modi-get-assigns)
1135 (verilog-modi-get-consts, verilog-modi-get-gparams)
1136 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
1137 (verilog-modi-get-sub-inputs): Move inline functions earlier in
1138 the file.
1139 (sigs-in, sigs-out): Don't declare multiple times.
1140 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
1141 `defvar'.
1142 (verilog-auto): Call dinotrace-unannotate-all only if bound.
1143 (verilog-module-inside-filename-p): No need to wrap fboundp test
1144 in condition-case.
1145 (reporter-submit-bug-report): Autoload it.
1146 (verilog-mark-defun): Call zmacs-activate-region only if bound.
1147 (verilog-font-customize): Call customize-apropos only if bound.
1148 (verilog-getopt-flags, verilog-auto-reeval-locals):
1149 Use make-local-variable rather than make-variable-buffer-local.
1150 (verilog-company, verilog-project, verilog-modi-cache-list):
1151 Move make-variable-buffer-local calls to top-level.
1152 (font-lock-defaults-alist): Don't define it.
1153 (verilog-need-fld): Remove.
1154 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
1155 (verilog-mode): Only call make-local-hook on XEmacs.
1156 Set font-lock-defaults rather than using verilog-font-lock-init.
1157
1158 2007-12-17 Andreas Schwab <schwab@suse.de>
1159
1160 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
1161 Fix comment typo.
1162
1163 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
1164
1165 * net/dbus.el (dbus-name-owner-changed-handler):
1166 Use `dbus-unregister-signal' for removing old rules.
1167 Obey new structure of `dbus-registered-functions-table'.
1168
1169 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
1170
1171 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
1172
1173 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
1176 function.
1177 (add-submenu): Only define for XEmacs.
1178 (verilog-regexp-words): Revert previous change, keep the other
1179 definition.
1180
1181 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
1182
1183 * progmodes/perl-mode.el (perl-continued-statement-offset)
1184 (perl-continued-brace-offset, perl-brace-offset)
1185 (perl-brace-imaginary-offset, perl-label-offset):
1186 * progmodes/cperl-mode.el (cperl-brace-offset)
1187 (cperl-continued-brace-offset, cperl-label-offset)
1188 (cperl-continued-statement-offset)
1189 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
1190 Add safe-local-variable properties.
1191
1192 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1193
1194 * progmodes/verilog-mode.el (verilog-mode-map)
1195 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
1196 (verilog-colorize-include-files): Use only overlay functions so
1197 that it can work on both emacs and XEmacs.
1198 (set-extent-keymap): Remove unused defun.
1199 (verilog-kill-existing-comment, verilog-insert-date)
1200 (verilog-insert-year): Rename in order not to pollute the global
1201 namespace from kill-existing-comment, insert-date and
1202 insert-year, respectively.
1203 (verilog-set-auto-endcomments, verilog-header): Update callers.
1204
1205 * files.el (auto-mode-alist): Recognize verilog files.
1206
1207 * progmodes/verilog-mode.el (verilog-string-replace-matches)
1208 (verilog-string-remove-spaces, verilog-re-search-forward)
1209 (verilog-re-search-backward, verilog-re-search-forward-quick)
1210 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
1211 (verilog-get-end-of-line, verilog-within-string): Move definitions
1212 before first use. No code changes.
1213
1214 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1215
1216 * progmodes/verilog-mode.el (verilog-mode-version)
1217 (verilog-mode-release-date): Don't use expanding keywords.
1218 (provide): Move to the end of file.
1219 (fboundp): Don't check if eval-when-compile is bound, it is used
1220 later in the file without checking.
1221 (when, unless): Copy definitions from subr.el.
1222 (char-before, defcustom, defface, customize-group)
1223 (verilog-batch-error-wrapper): Don't use old style backquotes.
1224 (verilog-regexp-opt): Avoid using the cl function case.
1225 (verilog-regexp-words): Remove duplicated definition.
1226 (verilog-mode-abbrev-table): Remove, duplicate.
1227 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1228 Declare and initialize in one step.
1229 (verilog-declaration-prefix-re, verilog-declaration-re)
1230 (verilog-end-of-statement, verilog-indent-declaration)
1231 (verilog-get-lineup-indent): Remove trailing whitespace.
1232 (verilog-mode): Fix autoload cookie.
1233 Set beginning-of-defun-function and end-of-defun-function. Use when
1234 instead of if.
1235 (verilog-emacs-features, verilog-auto-ascii-enum)
1236 (verilog-insert-indices): Escape braces in doc strings.
1237
1238 2007-12-08 Michael McNamara <mac@verilog.com>
1239 Wilson Snyder <wsnyder@wsnyder.org>
1240
1241 * progmodes/verilog-mode.el: New file.
1242
1243 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
1244
1245 * international/latexenc.el (latexenc-find-file-coding-system):
1246 If both coding-system-for-write and buffer-file-coding-system of
1247 latex-main-file are nil, use `undecided'.
1248
1249 2007-12-06 Jason Rumney <jasonr@gnu.org>
1250
1251 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1252
1253 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1254
1255 * files.el (revert-buffer): Docstring fix.
1256
1257 2007-12-11 Glenn Morris <rgm@gnu.org>
1258
1259 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
1260
1261 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1262
1263 * calc/calc-aent.el (math-restore-underscores)
1264 (math-string-restore-underscores): New functions.
1265 (math-read-factor): Properly check variable names with underscores
1266 for entries in `math-expr-variable-mapping'.
1267
1268 * calc/calc-lang.el (math-lang-name): New property name.
1269
1270 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
1271 to set language name.
1272
1273 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1274
1275 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1276
1277 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * server.el (server-select-display): Fix important typo.
1280 (server-process-filter): Turn a "" display into nil.
1281
1282 2007-12-09 Juri Linkov <juri@jurta.org>
1283
1284 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
1285 Check search-upper-case before calling isearch-no-upper-case-p
1286 to set case-fold-search.
1287 (occur): Doc fix.
1288 (occur-1, perform-replace): Check search-upper-case before calling
1289 isearch-no-upper-case-p to set case-fold-search.
1290
1291 * isearch.el (search-upper-case): Doc fix.
1292 (isearch-mode-map): Bind `M-s o' to isearch-occur.
1293 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
1294 (isearch-query-replace-regexp): Doc fix.
1295 (isearch-occur): New function.
1296
1297 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1298
1299 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
1300 backward compatibility.
1301
1302 * net/imap.el (imap-string-to-integer): New function.
1303
1304 2007-12-09 David Kastrup <dak@gnu.org>
1305
1306 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
1307 directories. Not sure anybody uses this anymore, though.
1308
1309 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1310
1311 * printing.el: Fix pr-interface-map initialization code.
1312 (pr-version): New version 6.9.3.
1313 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1314 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1315 (pr-f-read-string): Replace by pr-read-string.
1316 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
1317 name.
1318 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1319
1320 2007-12-09 Glenn Morris <rgm@gnu.org>
1321
1322 * emulation/viper-init.el (top-level): Use dolist rather than mapc
1323 in make-variable-frame-local call.
1324
1325 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1326
1327 * mail/hashcash.el (declare-function):
1328 * net/imap.el (declare-function): New no-op macro for backward
1329 compatibility.
1330
1331 2007-12-08 Eli Zaretskii <eliz@gnu.org>
1332
1333 Sync makefile.w32-in with Makefile.in.
1334
1335 * makefile.w32-in (check-declare): New target.
1336 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1337 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
1338 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
1339 ($(lisp)/progmodes/cc-mode.elc): Use it.
1340 ($(lisp)/progmodes/cc-mode.elc): New rule.
1341
1342 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1343
1344 * indent.el (tab-stop-list): Mark as safe-local-variable.
1345
1346 * generic-x.el (etc-sudoers-generic-mode): New mode.
1347 (generic-unix-modes): Add it.
1348
1349 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
1350
1351 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
1352 apply wildcards in a hash table key; there is no usable hash code then.
1353 (dbus-registered-functions-table): Use `equal' as test function.
1354 (dbus-name-owner-changed-handler): Rewrite due to new hash table
1355 structure.
1356
1357 2007-12-08 Martin Rudalics <rudalics@gmx.at>
1358
1359 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
1360 bound error in block comment branch.
1361
1362 2007-12-08 David Kastrup <dak@gnu.org>
1363
1364 * textmodes/reftex.el (reftex-select-with-char):
1365 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1366 (reftex-toc-visit-location, reftex-toc-find-section):
1367 * textmodes/reftex-index.el (reftex-index-show-entry):
1368 * textmodes/org.el (org-cycle-hide-archived-subtrees)
1369 (org-table-rotate-recalc-marks, org-mark-ring-push)
1370 (org-follow-info-link, org-mhe-get-message-folder-from-index)
1371 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
1372 (org-evaluate-time-range, org-edit-agenda-file-list):
1373 * textmodes/artist.el (artist-select-next-op-in-list)
1374 (artist-select-prev-op-in-list):
1375 * term/mac-win.el (mac-service-insert-text):
1376 * startup.el (fancy-about-screen):
1377 * progmodes/vhdl-mode.el (vhdl-decision-query):
1378 * progmodes/idlwave.el (idlwave-template)
1379 (idlwave-scroll-completions, idlwave-display-completion-list):
1380 * progmodes/ebrowse.el (ebrowse-show-progress):
1381 * progmodes/cperl-mode.el (cperl-find-pods-heres):
1382 * progmodes/antlr-mode.el (antlr-insert-option-do):
1383 * play/mpuz.el (mpuz-close-game):
1384 * net/rcirc.el (rcirc-next-active-buffer):
1385 * mail/reporter.el (reporter-update-status):
1386 * kmacro.el (kmacro-display):
1387 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
1388 * emulation/viper-util.el (viper-save-setting):
1389 * emacs-lisp/lisp-mnt.el (lm-verify):
1390 * emacs-lisp/edebug.el (edebug-set-mode):
1391 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
1392 * calendar/calendar.el (calendar-print-day-of-year):
1393 * calc/calcalg3.el (calc-curve-fit):
1394 * calc/calcalg2.el (math-integral):
1395 * calc/calc.el (calc-read-key-sequence, calc-version):
1396 * calc/calc-mode.el (calc-set-simplify-mode):
1397 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
1398
1399 2007-12-07 D. Goel <deego3@gmail.com>
1400
1401 * progmodes/idlw-shell.el (idlwave-shell-display-line)
1402 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1403 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
1404 * mail/uce.el (uce-reply-to-uce)
1405 * progmodes/vhdl-mode.el (vhdl-template-modify)
1406 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
1407 to `error' (as suggested by RMS.)
1408
1409 2007-12-07 Glenn Morris <rgm@gnu.org>
1410
1411 * allout.el (allout-write-file-hook-handler):
1412 * textmodes/reftex.el (reftex-TeX-master-file):
1413 * textmodes/reftex-parse.el (reftex-short-context):
1414 Revert previous change.
1415
1416 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
1417
1418 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
1419 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
1420 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1421 (dbus-event-service-name, dbus-event-path-name)
1422 (dbus-event-interface-name, dbus-event-member-name): Fix for new
1423 event structure.
1424 (dbus-list-activatable-names, dbus-list-names)
1425 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
1426 Reorder `dbus-call-method' arguments.
1427
1428 2007-12-06 D. Goel <deego3@gmail.com>
1429
1430 * allout.el (allout-write-file-hook-handler):
1431 * textmodes/reftex.el (reftex-TeX-master-file):
1432 * textmodes/org.el (org-paste-subtree):
1433 * progmodes/vhdl-mode.el (vhdl-template-modify):
1434 * progmodes/idlw-shell.el (idlwave-shell-send-command)
1435 (idlwave-shell-display-line):
1436 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1437 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1438 * net/trampver.el (x):
1439 * mail/uce.el (uce-reply-to-uce):
1440 * mail/rmailout.el (rmail-output):
1441 * mail/feedmail.el (feedmail-dump-message-to-queue):
1442 * whitespace.el (whitespace-write-file-hook):
1443 * wdired.el (wdired-check-kill-buffer):
1444 * vc.el (vc-update):
1445 * vc-mcvs.el (vc-mcvs-checkin):
1446 * vc-cvs.el (vc-cvs-checkin):
1447 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
1448 * ibuffer.el (ibuffer-current-buffer):
1449 * dired.el (dired-move-to-end-of-filename):
1450 * bindings.el (complete-symbol):
1451 * textmodes/org-publish.el (org-publish-file):
1452 (org-publish-current-project):
1453 * textmodes/reftex-parse.el (reftex-short-context):
1454 * textmodes/texinfmt.el: Fix buggy calls to `error'.
1455
1456 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * doc-view.el (doc-view-dvi->pdf-sentinel)
1459 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
1460 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
1461 within a sentinel or timer.
1462 (doc-view-display): Don't try to display before the requested page
1463 is available, unless told to do so explicitly.
1464 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
1465 Force display even if the requested page is not available.
1466
1467 2007-12-06 Richard Stallman <rms@gnu.org>
1468
1469 * help-fns.el (describe-function-1): Call ad-get-advice-info
1470 only on symbols.
1471
1472 2007-12-06 Glenn Morris <rgm@gnu.org>
1473
1474 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
1475 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
1476 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
1477 faces in non-light-background case.
1478
1479 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
1480 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
1481 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
1482 * emulation/vi.el, emulation/viper-cmd.el:
1483 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
1484 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
1485 * textmodes/fill.el: Remove directory part from filenames in
1486 function declarations.
1487
1488 * dired-aux.el (mailcap-mime-info): Update declaration.
1489
1490 2007-12-05 Richard Stallman <rms@gnu.org>
1491
1492 * wid-edit.el (widget-type): Doc fix.
1493
1494 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1497 Don't match "sub { (...) ... }".
1498
1499 2007-12-05 Richard Stallman <rms@gnu.org>
1500
1501 * international/mule-cmds.el (toggle-input-method-active): New var.
1502 (toggle-input-method): Bind toggle-input-method-active to t.
1503 Error if it was already non-nil.
1504
1505 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1506
1507 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1508
1509 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1510
1511 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
1512 see if certs should be verified and what is to be done in the
1513 event of a verification failure.
1514
1515 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1516
1517 * net/tls.el (tls-program): Provide more custom choices from
1518 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
1519 (tls-process-connection-type, tls-success): Remove "*" in doc string.
1520 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1521 version. Minor improvement to doc strings.
1522 (tls-program): Add comment.
1523
1524 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1525
1526 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1527 (tls-checktrust): New variable. Check if GNU TLS complained about a
1528 mismatch between the hostname provided in the certificate and the name
1529 of the host connnecting to.
1530 (open-tls-stream): Use them. Check certificates against trusted root
1531 certificates.
1532
1533 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
1534
1535 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1536 (imap-parse-status): Upcase status-att for broken servers that sends
1537 them lower-case (e.g., MS Exchange 2007).
1538
1539 2007-12-05 D. Goel <deego3@gmail.com>
1540
1541 * simple.el (undo):
1542 * image-dired.el (image-dired-display-thumb-properties):
1543 (image-dired-modify-mark-on-thumb-original-file):
1544 (image-dired-dired-display-properties):
1545 * help.el (help-window-display-message):
1546 * files.el (hack-local-variables-confirm):
1547 * ediff.el (ediff-version):
1548 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
1549 `message' and `error': Ensure that first arg is a format string.
1550
1551 * emacs-lisp/find-func.el (find-library-name): Prefer files with
1552 ".el" suffix over "".
1553
1554 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
1555
1556 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
1557 interface and member fields.
1558
1559 2007-12-05 Glenn Morris <rgm@gnu.org>
1560
1561 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
1562 (pcomplete-here): Autoload it.
1563
1564 * eshell/em-basic.el (print-func): No need to define for compiler.
1565
1566 * eshell/esh-cmd.el (eshell-debug-command):
1567 * eshell/esh-io.el (eshell-print): Move definitions before use.
1568
1569 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
1570
1571 * eshell/esh-util.el (top-level): Don't require pp.
1572 Use condition-case rather than ignore-errors.
1573
1574 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
1575
1576 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
1577 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1578 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
1579 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
1580 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
1581 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
1582 * eshell/esh-util.el, eshell/eshell.el: Require individual files
1583 if needed when compiling, rather than esh-maint. Collect any
1584 require statements. Move provide statement to end. Move any
1585 commentary to start.
1586
1587 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
1588 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
1589 * eshell/esh-proc.el, eshell/esh-var.el:
1590 Require individual files if needed when compiling, rather than
1591 esh-maint. Collect any require statements. Leave provide at start.
1592 Move any commentary to start.
1593
1594 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1595 Remove declared function from byte-compile-noruntime-functions.
1596
1597 * ediff-util.el (ediff-version):
1598 * progmodes/python.el (compilation-shell-minor-mode):
1599 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
1600 (calendar-bahai-date-string, calendar-check-holidays)
1601 (calendar-chinese-date-string, calendar-coptic-date-string)
1602 (calendar-ethiopic-date-string, calendar-forward-day)
1603 (calendar-french-date-string, calendar-goto-date)
1604 (calendar-goto-today, calendar-hebrew-date-string)
1605 (calendar-islamic-date-string, calendar-iso-date-string)
1606 (calendar-julian-date-string, calendar-mayan-date-string)
1607 (calendar-persian-date-string, gnus-summary-last-subject)
1608 (parse-time-string, rmail-show-message): Declare as functions.
1609
1610 2007-12-05 Michael Olson <mwolson@gnu.org>
1611
1612 * textmodes/remember.el: Merge contents of remember-diary.el here,
1613 updating header. Add autoload cookie so that byte-compilation
1614 works without warning.
1615 (remember-diary-file): Default to nil, since diary might not yet
1616 be loaded at this point, which would deny us access to diary-file.
1617 (remember-diary-extract-entries): If remember-diary-file is nil,
1618 then use diary-file instead.
1619
1620 * textmodes/remember-diary.el: Remove, due to the issue of needing
1621 the first 8 characters of a filename to be unique.
1622
1623 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
1624
1625 * net/dbus.el (dbus-hash-table=): New defun.
1626 (dbus-hash-table-test): New hash table test function, used in
1627 `dbus-registered-functions-table'.
1628 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1629 (dbus-event-service-name, dbus-event-path-name)
1630 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
1631 due to new structure of `dbus-event'.
1632
1633 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
1634
1635 * ido.el (ido-save-history): Set the `coding' local
1636 variable in the first line of the file.
1637
1638 2007-12-04 Glenn Morris <rgm@gnu.org>
1639
1640 * password-cache.el: Move here from gnus/password.el.
1641 (top-level): Don't require cl when compiling.
1642 (password-read-and-add): Doc fix. Make obsolete.
1643
1644 * net/tramp.el: Require password-cache or password.
1645
1646 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
1647 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
1648 compiling.
1649 (cua-set-rectangle-mark): Add doc string to autoload.
1650 (cua--rectangle, cua--last-killed-rectangle)
1651 (cua--global-mark-active): Always define for compiler.
1652 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
1653 (cua--delete-rectangle, cua--insert-rectangle)
1654 (cua--rectangle-corner, cua--rectangle-assert)
1655 (cua--insert-at-global-mark, cua--global-mark-post-command):
1656 Declare as functions.
1657
1658 * emulation/cua-gmrk.el (top-level): Move provide to end.
1659
1660 * emulation/cua-rect.el (top-level): Move provide to end.
1661 Don't require cua-gmrk when compiling.
1662 (cua--cut-rectangle-to-global-mark)
1663 (cua--copy-rectangle-to-global-mark): Declare as functions.
1664
1665 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1666 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1667 (viper-vi-state-cursor-color):
1668 Consolidate make-variable-frame-local calls.
1669
1670 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
1671 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
1672 than bbdb-address-street1,2,3.
1673
1674 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1675 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
1676
1677 2007-12-03 Karl Fogel <kfogel@red-bean.com>
1678
1679 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
1680 (save-place-alist-to-file, load-save-place-alist-from-file):
1681 Don't print non-error messages at all, there's really no need.
1682 Do print if there's a problem, and clarify message in that case.
1683
1684 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1685
1686 * ediff-diff.el (ediff-prepare-error-list):
1687 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
1688
1689 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
1690
1691 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
1692 (doc-view-current-overlay, doc-view-pending-cache-flush):
1693 Add doc string.
1694
1695 2007-12-03 Richard Stallman <rms@gnu.org>
1696
1697 * subr.el (declare-function): Move from byte-run.el.
1698
1699 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
1700
1701 * window.el (recenter-top-bottom): Don't use `ecase'.
1702
1703 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1704
1705 * saveplace.el (save-place-alist-to-file):
1706 Set coding-system-for-write once and refer to it throughout.
1707 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
1708
1709 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1710
1711 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
1712 system when writing, and set it in the first-line file variables.
1713 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
1714 Juanma Barranquero.
1715
1716 2007-12-02 Glenn Morris <rgm@gnu.org>
1717
1718 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1719 Reverse branches of if statement.
1720
1721 * emulation/viper-cmd.el (top-level): Don't require advice.
1722 Don't load viper-util, viper-keym, viper-mous, viper-macs,
1723 viper-ex when compiling.
1724
1725 * emulation/viper-ex.el (top-level): Don't load viper-util,
1726 viper-keym when compiling.
1727
1728 * emulation/viper-init.el (top-level): Move provide statement to end.
1729
1730 * emulation/viper-keym.el (top-level): Don't load viper-util when
1731 compiling. Move provide statement to end.
1732
1733 * emulation/viper-macs.el (top-level): Don't load viper-util,
1734 viper-keym, viper-mous when compiling.
1735
1736 * emulation/viper-mous.el (top-level): Don't load viper-util when
1737 compiling.
1738
1739 * emulation/viper-util.el (top-level): Don't load viper-init when
1740 compiling.
1741
1742 * emulation/viper.el (top-level): Don't require ring.
1743 Don't load viper-init, viper-cmd when compiling.
1744
1745 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
1746 Move here from gnus/.
1747
1748 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1749
1750 Offer option for saveplace to be quiet about loading and saving.
1751 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
1752
1753 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
1754 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
1755 to determine whether to print loading/saving messages.
1756
1757 2007-12-02 Glenn Morris <rgm@gnu.org>
1758
1759 * mail/binhex.el: Move here from gnus/.
1760 (binhex): New custom group.
1761 (binhex-decoder-program, binhex-decoder-switches)
1762 (binhex-use-external): Move to the binhex custom group.
1763
1764 * mail/uudecode.el: Move here from gnus/.
1765 (uudecode): New custom group.
1766 (uudecode-decoder-program, uudecode-decoder-switches)
1767 (uudecode-use-external): Move to the uudecode custom group.
1768
1769 * net/netrc.el (top-level): Don't load `encrypt' features.
1770 (netrc-parse): Don't use encrypt.
1771 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1772
1773 * progmodes/python.el (top-level): Don't require cl when compiling.
1774
1775 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
1776
1777 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
1778 encoding for aspell process and for communication with it.
1779 Only add "-d" option if not already present.
1780 Use ispell-current-dictionary and ispell-current-personal-dictionary.
1781 General reorganization.
1782
1783 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
1784 encoding here.
1785 (ispell-start-process): Explicitly set encoding here if using aspell.
1786
1787 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
1788
1789 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
1790 function to log-edit.
1791
1792 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
1793
1794 * net/dbus.el: New file.
1795
1796 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
1797
1798 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
1799 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
1800 (calc-lang-parens-are-subscripts): New variables.
1801 (math-expr-special-function-mapping): Remove variable.
1802 (math-eqn-ignore-words, math-tex-ignore-words)
1803 (math-latex-ignore-words): Move to calc-lang.el.
1804
1805 * calc/calc-lang.el (math-compose-vector, math-compose-var)
1806 (math-tex-expr-is-flat): Declare as functions.
1807 (calc-lang-slash-idiv, calc-lang-allow-underscores)
1808 (math-comp-left-bracket, math-comp-right-bracket)
1809 (math-comp-comma, math-comp-vector-prec): Declare as variables.
1810 (math-var-formatter, math-matrix-formatter)
1811 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1812 (math-punc-table, math-compose-subscr, math-dots)
1813 (math-func-formatter): New property names to store language
1814 specific information.
1815 (math-compose-tex-var, math-compose-tex-intv)
1816 (math-compose-maple-intv, math-compose-eqn-intv)
1817 (math-compose-tex-sum, math-compose-tex-func)
1818 (math-compose-tex-intv): New functions.
1819 (math-eqn-ignore-words, math-tex-ignore-words)
1820 (math-latex-ignore-words): Move from calc.el.
1821 (math-special-function-table): Add entries for tex.
1822 (calc-lang-slash-idiv, calc-lang-allows-underscores):
1823 New variables.
1824 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
1825 (math-compose-tex-matrix, math-compose-eqn-matrix)
1826 (math-eqn-special-functions): Move from calccomp.el.
1827
1828 * calc/calccomp.el (math-compose-var): New function.
1829 (math-compose-expr): Allow more special functions to be used.
1830 Change test for formatting fractions. Use variables and property
1831 names to help with language specific formatting.
1832 (math-compose-tex-matrix, math-compose-eqn-matrix)
1833 (math-eqn-special-functions): Move to calc-lang.el.
1834 (math-compose-rows): Use property names to help with language
1835 specific formatting.
1836
1837 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
1838 into nested subscripts.
1839 (math-read-token): Use variables and property names to help with
1840 language specific parsing.
1841 (math-read-expression-level): Use variables to help with language
1842 specific parsing.
1843
1844 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1845
1846 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
1847 (archive-rar-summarize): Allow the file name to be passed as argument.
1848 Remove unused vars `header' and `footer'.
1849 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
1850
1851 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1852
1853 * log-edit.el (log-edit-show-diff): New function.
1854 (log-edit-mode-map, log-edit-menu): Bind it.
1855 (log-edit-diff-function): New variable.
1856 (log-edit): Change the 3rd param to be an alist and accept a
1857 function that computes a diff for the files involved.
1858
1859 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
1860
1861 2007-12-01 Martin Rudalics <rudalics@gmx.at>
1862
1863 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
1864 wrap next-/previous-line in with-no-warnings.
1865
1866 2007-12-01 Glenn Morris <rgm@gnu.org>
1867
1868 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
1869
1870 * net/dig.el: Move here from gnus/.
1871 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
1872
1873 * net/dns.el: Move here from gnus/.
1874 (top-level): Don't require mm-util, or cl when compiling.
1875 (dns-write-name, dns-read, dns-read-type, query-dns):
1876 Replace mm-with-unibyte-buffer with its expansion.
1877 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
1878
1879 * progmodes/gdb-ui.el (gud-remove, gud-break):
1880 * progmodes/gud.el (gdb-create-define-alist)
1881 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
1882 (hl-line-highlight, gdb-display-source-buffer)
1883 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
1884 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
1885
1886 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1887
1888 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
1889 Move args on defun line.
1890
1891 * textmodes/org.el (org-calendar-holiday):
1892 Use calendar-check-holidays instead of the obsolete
1893 check-calendar-holidays.
1894 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
1895 (bbdb-company, bbdb-current-record, bbdb-name)
1896 (bbdb-record-getprop, bbdb-record-name)
1897 (bibtex-beginning-of-entry, bibtex-generate-autokey)
1898 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
1899 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
1900 (mh-find-path, mh-get-header-field, mh-get-msg-num)
1901 (mh-header-display, mh-index-previous-folder)
1902 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
1903 (mh-show-buffer-message-number, mh-show-header-display)
1904 (mh-show-msg, mh-show-show, mh-visit-folder)
1905 (org-export-latex-cleaned-string, remember)
1906 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
1907 (rmail-what-message, elmo-folder-exists-p)
1908 (elmo-message-entity-field, elmo-message-field)
1909 (vm-beginning-of-message, vm-follow-summary-cursor)
1910 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
1911 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
1912 (vm-summarize, wl-folder-get-elmo-folder)
1913 (wl-summary-goto-folder-subr)
1914 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
1915 (wl-summary-line-subject, wl-summary-message-number)
1916 (wl-summary-redisplay): Declare as functions.
1917
1918 2007-11-30 Martin Rudalics <rudalics@gmx.at>
1919
1920 * longlines.el (longlines-show-hard-newlines): Remove handling of
1921 buffer-undo-list and buffer-modified status.
1922 (longlines-show-region, longlines-unshow-hard-newlines):
1923 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
1924 inhibit-modification-hooks here to avoid that a buffer appears
1925 modified when toggling visibility of hard newlines.
1926
1927 2007-11-30 Glenn Morris <rgm@gnu.org>
1928
1929 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
1930
1931 * progmodes/idlw-complete-structtag.el
1932 (idlwave-sintern-structtag):
1933 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
1934 (idlwave-sintern-sysvartag):
1935 * progmodes/idlwave.el (idlwave-sintern-class-tag)
1936 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
1937 functions.
1938
1939 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1940
1941 * textmodes/reftex-index.el (texmathp):
1942 * textmodes/reftex-auc.el (TeX-argument-insert)
1943 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
1944 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
1945 (LaTeX-label-list):
1946 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
1947 (rng-clear-conditional-region, rng-do-some-validation): Declare as
1948 functions.
1949 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
1950
1951 2007-11-30 Glenn Morris <rgm@gnu.org>
1952
1953 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
1954 argument and document it.
1955
1956 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1957 Third argument to declare-function must be a list to specify arglist.
1958
1959 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1960 Handle declare-function third argument `t' and fourth argument.
1961 (check-declare-verify): Doc fix. Handle `fileonly' case.
1962 Use progn rather than prog1.
1963
1964 * desktop.el (uniquify-item-base):
1965 * term/mac-win.el (url-type): Declare as functions.
1966
1967 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1968 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1969 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1970 fourth arg to declare-function.
1971
1972 * play/dunnet.el: Don't require cl when compiling.
1973 (byte-compile-warnings): Set via file local variables.
1974 (dun-parse): Let-bind `beg' and `line'.
1975
1976 2007-11-29 Alexandre Julliard <julliard@winehq.org>
1977
1978 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1979
1980 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1981
1982 * calendar/time-date.el (encode-time-value): Doc fix.
1983
1984 2007-11-29 Glenn Morris <rgm@gnu.org>
1985
1986 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1987
1988 * textmodes/css-mode.el (prog-mode): Remove.
1989 (css-mode): Derive from fundamental-mode rather than prog-mode.
1990
1991 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1992
1993 * emacs-lisp/check-declare.el (check-declare-locate)
1994 (check-declare-verify): Handle `external' files.
1995 (check-declare-errmsg): New function.
1996 (check-declare-verify, check-declare-file, check-declare-directory):
1997 Use check-declare-errmsg to report the number of problems.
1998
1999 * ffap.el (w3-view-this-url)
2000 * mail/mspools.el (vm-visit-folder)
2001 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
2002 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
2003 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
2004 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
2005 (bbdb-records)
2006 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
2007 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
2008 (sasl-make-client, sasl-next-step, sasl-step-data)
2009 (sasl-step-set-data)
2010 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
2011 (htmlr-step): Declare as functions.
2012
2013 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
2014 Use bbdb-address-zip rather than bbdb-address-zip-string.
2015
2016 2007-11-28 Richard Stallman <rms@gnu.org>
2017
2018 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
2019 Move here from gnus/.
2020
2021 2007-11-28 Martin Rudalics <rudalics@gmx.at>
2022
2023 * newcomment.el (comment-region-internal): Fix newline insertion
2024 in `block' case.
2025
2026 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
2029
2030 2007-11-28 Glenn Morris <rgm@gnu.org>
2031
2032 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
2033 delete .elc files.
2034
2035 * nxml/char-name/unicode: Move to etc/nxml/.
2036 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
2037
2038 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
2039 Declare as a function.
2040
2041 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
2042 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
2043 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
2044
2045 * nxml/nxml-outln.el (nxml-token-start-tag-p)
2046 (nxml-token-end-tag-p): Move definitions before use.
2047
2048 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
2049
2050 * nxml/nxml-uchnm.el (top-level)
2051 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
2052 (nxml-enabled-unicode-blocks): Add custom group.
2053
2054 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
2055 Use string-to-number rather than string-to-int.
2056
2057 * dired-x.el (dired-omit-old-add-entry): Declare as function.
2058 Move definition before use.
2059 (dired-old-find-buffer-nocreate): Declare as function.
2060
2061 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
2062 (check-declare-verify): Handle fset.
2063
2064 * emulation/edt.el (edt-user-emulation-setup):
2065 Test edt-setup-user-bindings is bound before calling.
2066
2067 * emulation/tpu-edt.el: Don't require cl when compiling.
2068 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
2069 (tpu-edt-off): Use condition-case rather than ignore-errors.
2070 Use with-no-warnings.
2071
2072 * eshell/esh-util.el (top-level): Use require rather than load for
2073 ange-ftp.
2074
2075 * mail/supercite.el (sc-version): Redefine as an alias for
2076 emacs-version.
2077 (sc-help-address): Remove.
2078 (sc-version): Use emacs-version rather than sc-version.
2079 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
2080
2081 * net/socks.el (socks-original-open-network-stream): Declare as
2082 function. Move definition before use.
2083
2084 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2085
2086 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
2087 (math-make-frac): Declare as functions.
2088
2089 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
2090
2091 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
2092 Pacify byte compiler.
2093 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
2094
2095 * progmodes/idlwave.el (idlwave-shell-get-path-info)
2096 (idlwave-shell-temp-file, idlwave-shell-is-running)
2097 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
2098 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
2099 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
2100 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
2101 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
2102 (idlwave-completing-read, idlwave-current-routine)
2103 (idlwave-downcase-safe, idlwave-entry-find-keyword)
2104 (idlwave-expand-keyword, idlwave-find-class-definition)
2105 (idlwave-find-inherited-class, idlwave-find-struct-tag)
2106 (idlwave-get-buffer-visiting, idlwave-in-quote)
2107 (idlwave-make-full-name, idlwave-members-only)
2108 (idlwave-popup-select, idlwave-routine-source-file)
2109 (idlwave-routines, idlwave-sintern-class)
2110 (idlwave-sintern-keyword, idlwave-sintern-method)
2111 (idlwave-sintern-routine-or-method)
2112 (idlwave-substitute-link-target, idlwave-sys-dir)
2113 (idlwave-this-word, idlwave-what-module-find-class)
2114 (idlwave-where):
2115 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
2116 * mail/uce.el (rmail-msg-is-pruned)
2117 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
2118 (rmail-toggle-header):
2119 * mail/sendmail.el (dired-view-file, dired-get-filename):
2120 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
2121 (rmail-display-labels, rmail-msgbeg)
2122 (rmail-set-message-deleted-p, rmail-message-labels-p)
2123 (rmail-show-message, mail-comma-list-regexp)
2124 (mail-parse-comma-list):
2125 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
2126 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
2127 (rfc822-addresses, mail-abbrev-make-syntax-table)
2128 (mail-sendmail-delimit-header, mail-header-end):
2129 * mail/hashcash.el (message-narrow-to-headers-or-head)
2130 (message-fetch-field, message-goto-eoh)
2131 (message-narrow-to-headers):
2132 * vc.el (view-mode-exit): Declare as functions.
2133
2134 * mail/vms-pmail.el:
2135 * vmsproc.el:
2136 * vms-patch.el: Don't byte compile these files, they don't work.
2137
2138 2007-11-27 Glenn Morris <rgm@gnu.org>
2139
2140 * calc/calc-ext.el (math-read-big-rec):
2141 * calc/calc-nlfit.el (math-map-binop):
2142 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
2143
2144 * eshell/eshell.el (eshell-report-bug): Add version number of
2145 obsolescence.
2146
2147 * emulation/viper.el, emulation/viper-util.el,
2148 emulation/viper-macs.el, emulation/viper-keym.el,
2149 emulation/viper-ex.el, emulation/viper-cmd.el:
2150 Load viper-*.el files silently.
2151
2152 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
2153 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
2154 Load ediff-*.el files silently.
2155
2156 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
2157 compiling.
2158 (Info-goto-node): Declare as a function.
2159
2160 * ediff-init.el: Don't load ange-ftp when compiling.
2161 * ediff-util.el: Don't load reporter when compiling.
2162
2163 * ediff-wind.el (ediff-display-pixel-width)
2164 (ediff-display-pixel-height):
2165 * generic-x.el (ini-generic-mode):
2166 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
2167 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
2168 (ps-mule-initialize, ps-mule-begin-job):
2169 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
2170 (mark-calendar-days-named):
2171 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
2172 (add-to-diary-list, diary-name-pattern)
2173 (mark-calendar-days-named):
2174 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
2175 (mark-calendar-days-named):
2176 * calendar/cal-x.el (make-fancy-diary-buffer):
2177 * calendar/holidays.el (calendar-absolute-from-julian):
2178 * calendar/todo-mode.el (calendar-current-date):
2179 * calendar/cal-menu.el (calendar-increment-month)
2180 (calendar-month-name, extract-calendar-year)
2181 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
2182 (calendar-current-date, calendar-cursor-holidays)
2183 (calendar-date-string, insert-diary-entry, calendar-set-mark)
2184 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2185 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2186 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
2187 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
2188 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
2189 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
2190 (calendar-day-of-year-string, calendar-iso-date-string)
2191 (calendar-julian-date-string, calendar-astro-date-string)
2192 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
2193 (calendar-persian-date-string, calendar-bahai-date-string)
2194 (calendar-islamic-date-string, calendar-chinese-date-string)
2195 (calendar-coptic-date-string, calendar-ethiopic-date-string)
2196 (calendar-french-date-string, calendar-mayan-date-string)
2197 (calendar-print-chinese-date, calendar-goto-date):
2198 Declare as functions.
2199
2200 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
2201 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
2202
2203 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
2204 aliases for report-emacs-bug.
2205 (gnus-summary-select-article, gnus-configure-windows): Declare as
2206 functions.
2207
2208 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
2209 compiler.
2210
2211 * pgg.el (pgg-clear-string): Declare as a function.
2212 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
2213 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
2214
2215 * emacs-lisp/check-declare.el (check-declare-locate):
2216 Handle compressed files.
2217 (check-declare-verify): Handle define-generic-mode,
2218 define-global(ized)-minor-mode, define-obsolete-function-alias.
2219
2220 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
2221
2222 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
2223 algebraic modes.
2224
2225 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
2226 (math-is-true, calc-explain-why, calc-alg-edit)
2227 (math-composite-inequalities, math-flatten-lands)
2228 (math-multi-subst, calcFunc-vmatches, math-simplify)
2229 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
2230 (math-read-string, math-read-brackets, math-read-angle-brackets):
2231 Declare as functions.
2232
2233 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
2234 (calc-fit-bell-shaped-logistic-curve)
2235 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
2236 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
2237 (math-max-list): Declare as functions.
2238 (math-map-binop): New function.
2239 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
2240
2241 * calc/calc.el (calc-set-language, calc-edit-finish)
2242 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
2243 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
2244 (math-lessp, calc-embedded-finish-command)
2245 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
2246 (calc-push-list-in-macro, calc-replace-selections)
2247 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
2248 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
2249 (calc-embedded-stack-change, calc-refresh-evaltos)
2250 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
2251 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
2252 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
2253 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
2254 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
2255 (math-dimension-error, calc-incomplete-error, math-float-fancy)
2256 (math-neg-fancy, math-zerop, calc-add-fractions)
2257 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
2258 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
2259 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
2260 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
2261 (math-compose-expr, math-comp-width, math-composition-to-string)
2262 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
2263 (math-adjust-fraction, math-format-binary, math-format-radix)
2264 (math-group-float, math-mod, math-format-number-fancy)
2265 (math-format-bignum-fancy, math-read-number-fancy)
2266 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
2267 (calc-do-embedded-activate, math-do-defmath)
2268 (calc-load-everything): Declare as functions.
2269
2270 * calc/calc-ext.el (math-clip, math-round, math-simplify)
2271 (math-simplify-extended, math-simplify-units, calc-set-language)
2272 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
2273 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
2274 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
2275 (math-normalize-hms, math-normalize-mod, math-make-sdev)
2276 (math-make-intv, math-normalize-logical-op, math-possible-signs)
2277 (math-infinite-dir, math-calcFunc-to-var)
2278 (calc-embedded-evaluate-expr, math-known-nonzerop)
2279 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
2280 (math-format-date, math-vector-is-string, math-vector-to-string)
2281 (math-format-radix-float, math-compose-expr, math-abs)
2282 (math-format-bignum-binary, math-format-bignum-octal)
2283 (math-format-bignum-hex, math-format-bignum-radix)
2284 (math-compute-max-digits): Declare as functions.
2285 (math-provably-realp): Fix typo.
2286
2287 * calc/calc-forms.el (calendar-current-time-zone)
2288 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
2289 functions.
2290
2291 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
2292
2293 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
2294 Declare as functions.
2295
2296 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
2297 (math-posp, math-compare, math-bignum, math-compare-bignum):
2298 Declare as functions.
2299
2300 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
2301 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
2302 (calc-explain-why, calc-clear-command-flag)
2303 (calc-roll-down-with-selections, calc-roll-up-with-selections)
2304 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
2305 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
2306 (math-trunc-special, math-trunc-fancy, math-floor-special)
2307 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
2308 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
2309 (math-pow-zero, math-pow-fancy): Declare as functions.
2310
2311 * calc/calc-mode.el (calc-embedded-save-original-modes):
2312 Declare as a function.
2313
2314 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
2315 Declare as functions.
2316 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
2317 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
2318 Replace `mapcar*' by `math-map-binop'.
2319 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
2320
2321 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
2322 (math-read-expr-level): Declare as functions.
2323
2324 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
2325
2326 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2327
2328 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
2329 end-of-defun-function is called consistently, even for negative
2330 arguments.
2331 (end-of-defun-function): Default to forward-sexp.
2332
2333 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2336
2337 2007-11-26 Glenn Morris <rgm@gnu.org>
2338
2339 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
2340 than :suffix.
2341
2342 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2343
2344 2007-11-26 Simon Josefsson <simon@josefsson.org>
2345
2346 * net/imap.el: Move from ../gnus.
2347
2348 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
2349
2350 * doc-view.el (doc-view-mode-p): New function.
2351
2352 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
2353
2354 * mail/mspools.el (rmail-get-new-mail):
2355 * mail/reporter.el (mail-position-on-field, mail-text):
2356 * mail/rmail.el (mail-position-on-field, mail-text-start)
2357 (rmail-update-summary):
2358 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
2359 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2360 * mail/rmailout.el (rmail-update-summary):
2361 * mail/rmailsort.el (rmail-update-summary):
2362 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
2363 (dired-view-file):
2364 * mail/uce.el (mail-strip-quoted-names):
2365 * mail/undigest.el (rmail-update-summary):
2366 * mail/unrmail.el (mail-strip-quoted-names):
2367 * ediff.el (diff-latest-backup-file): Declare as functions.
2368
2369 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
2370 (kill-to-end-of-line):
2371 * obsolete/rnews.el (news-set-minor-modes):
2372 Remove non working functions.
2373
2374 2007-11-25 Glenn Morris <rgm@gnu.org>
2375
2376 * eshell/esh-maint.el (top-level): Use require with NOERROR for
2377 pcomplete. Don't mess with load-path.
2378
2379 * eshell/eshell.el (eshell-report-bug-address): Remove.
2380 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
2381
2382 2007-11-24 Glenn Morris <rgm@gnu.org>
2383
2384 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
2385 (appt-disp-window): Don't require electric.
2386 Simplify minibuffer-avoidance code.
2387 (appt-select-lowest-window): Avoid minibuffer.
2388
2389 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
2390 (esh-mode): Require it.
2391 (esh-util): Use require rather than featurep and load.
2392 (eshell): No need to test if eshell-mode is bound; remove obsolete
2393 reference to eshell-auto.
2394 (eshell-command, eshell-command-result): Don't require esh-mode
2395 now that the file does.
2396 (top-level): Move provide statement to the end of the file.
2397 Re-order and update commentary.
2398
2399 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2400
2401 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
2402 (vc-annotate-toggle-annotation-visibility): New command.
2403 (vc-annotate-mode-map): Bind "V" to it.
2404 (vc-annotate-mode-menu): Add entry for it.
2405 (vc-annotate-get-time-set-line-props): New func.
2406 (vc-annotate-display-autoscale)
2407 (vc-annotate-display-difference): Use it.
2408
2409 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
2410 Also, match one space at end of annotation text, after last paren.
2411
2412 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
2413
2414 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
2415 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
2416 `tramp-completion-mode'.
2417
2418 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2419
2420 * vc-git.el (vc-git-show-log-entry): New func.
2421
2422 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
2423 (vc-git-state): Use vc-git--call.
2424 (vc-git-registered, vc-git-working-revision)
2425 (vc-git-previous-revision, vc-git-next-revision)
2426 (vc-git--run-command-string, vc-git-symbolic-commit):
2427 Use vc-git--out-ok.
2428
2429 2007-11-24 Glenn Morris <rgm@gnu.org>
2430
2431 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2432
2433 2007-11-24 Kenichi Handa <handa@m17n.org>
2434
2435 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2436
2437 2007-11-23 David Kastrup <dak@gnu.org>
2438
2439 * server.el (server-process-filter): Use `command-line-args-left'.
2440
2441 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
2444
2445 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2446
2447 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
2448 buffer if the parent buffer is in vc-dired-mode.
2449
2450 2007-11-23 Mark A. Hershberger <mah@everybody.org>
2451
2452 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
2453
2454 2007-11-23 Juri Linkov <juri@jurta.org>
2455
2456 * dired.el (dired-read-dir-and-switches): For C-x d, set the
2457 value for M-n to the visited file name of the current buffer.
2458 Use minibuffer-with-setup-hook to set minibuffer-default to
2459 buffer-file-name inside read-file-name.
2460
2461 * man.el (Man-getpage-in-background): Don't disregard user option
2462 `Man-width' on non-window systems. Remove test for `window-system'
2463 around setting envvar "COLUMNS" depending on the value of `Man-width'.
2464
2465 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
2466 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
2467 of "--color=always".
2468
2469 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2470
2471 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
2472 beginning-of-defun-function.
2473
2474 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2475
2476 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
2477
2478 2007-11-22 Glenn Morris <rgm@gnu.org>
2479
2480 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
2481
2482 * emacs-lisp/check-declare.el (check-declare-locate): New function.
2483 (check-declare-scan): Use check-declare-locate.
2484 (check-declare-verify): No longer adjust fnfile, now
2485 check-declare-locate does it.
2486
2487 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2488
2489 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2490
2491 * subr.el (posn-col-row): Make the `default-value' use explicit.
2492
2493 * window.el (balance-windows): Remove unused var `counter'.
2494 (bw-balance-sub): Remove unused var `lastchild'.
2495 (split-window-vertically): Remove unused var `switch'.
2496 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
2497
2498 * emacs-lisp/bytecomp.el
2499 (byte-compile-file-form-custom-declare-variable): Simplify.
2500
2501 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
2502
2503 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
2504 Set `show-trailing-whitespace' to nil.
2505
2506 * dired.el (make-symbolic-link):
2507 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
2508 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
2509 * dired-x.el (make-symbolic-link):
2510 * frame.el (x-initialize-window-system):
2511 * menu-bar.el (x-menu-bar-open):
2512 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
2513 (x-store-cut-buffer-internal):
2514 * wdired.el (make-symbolic-link):
2515 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
2516 (x-send-client-message):
2517 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
2518
2519 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2520
2521 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2522
2523 2007-11-22 Glenn Morris <rgm@gnu.org>
2524
2525 * dos-fns.el (int86):
2526 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
2527
2528 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
2529
2530 * calendar/holidays.el (holiday-list): Add autoload cookie.
2531
2532 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
2533 files relative to src/ directory.
2534 (check-declare-verify): Handle .c files. Warn if could not find
2535 an arglist to check.
2536
2537 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2538
2539 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
2540
2541 * replace.el (occur-mode-map): Add a major mode menu with entries
2542 for all occur operations.
2543
2544 * international/titdic-cnv.el (dos-8+3-filename):
2545 * obsolete/fast-lock.el (msdos-long-file-names):
2546 * frame.el (msdos-mouse-p):
2547 * files.el (msdos-long-file-names, w32-long-file-name):
2548 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2549 (mac-resume-apple-event, mac-font-panel-mode)
2550 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2551 (mac-clear-font-name-table):
2552 * term/pc-win.el (msdos-remember-default-colors)
2553 (w16-set-clipboard-data, w16-get-clipboard-data):
2554 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2555 (set-message-beep):
2556 * net/browse-url.el (w32-shell-execute):
2557 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2558 (w32-get-locale-info, w32-get-valid-locale-ids)
2559 (w32-set-clipboard-data):
2560 * dos-fns.el (int86, msdos-long-file-names):
2561 * dos-w32.el (default-printer-name): Declare as functions.
2562
2563 2007-11-21 Jason Rumney <jasonr@gnu.org>
2564
2565 * emacs-lisp/byte-run.el (declare-function): Return nil.
2566
2567 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2568
2569 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
2570
2571 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2572
2573 * ps-print.el (ps-lpr-switches): Docstring fix.
2574 (ps-string-list): New fun.
2575 (ps-do-despool): Code fix.
2576
2577 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2578
2579 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
2580
2581 2007-11-21 Glenn Morris <rgm@gnu.org>
2582
2583 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
2584 for now. Handle define-minor-mode, and defalias (with no argument
2585 checking).
2586
2587 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2588
2589 * frame.el (msdos-mouse-p):
2590 * files.el (msdos-long-file-names, w32-long-file-name):
2591 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2592 (mac-resume-apple-event, mac-font-panel-mode)
2593 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2594 (mac-clear-font-name-table):
2595 * term/pc-win.el (msdos-remember-default-colors)
2596 (w16-set-clipboard-data, w16-get-clipboard-data):
2597 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2598 (set-message-beep):
2599 * net/browse-url.el (w32-shell-execute):
2600 * dos-fns.el (int86, msdos-long-file-names):
2601 * dos-w32.el (default-printer-name): Undo previous change.
2602
2603 2007-11-21 Eli Zaretskii <eliz@gnu.org>
2604
2605 * international/mule-cmds.el (set-locale-environment):
2606 Set default-file-name-coding-system _after_ keyboard and terminal
2607 coding systems. This fixes last change.
2608
2609 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2610 one space after "Subject:".
2611
2612 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2613
2614 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2615 in order to determine if there's a conflict.
2616
2617 2007-11-21 Richard Stallman <rms@gnu.org>
2618
2619 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2620
2621 * reposition.el (reposition-window):
2622 Binding C-M-l moved to bindings.el.
2623
2624 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2625
2626 * add-log.el (add-change-log-entry-other-window):
2627 Key binding C-x 4 a moved to bindings.el.
2628
2629 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2630 from filecache.el.
2631
2632 * filecache.el: Minibuffer map bindings moved to bindings.el.
2633
2634 2007-11-21 Jason Rumney <jasonr@gnu.org>
2635
2636 * international/mule-cmds.el (set-locale-environment):
2637 Set default-file-name-coding-system from system defaults on Windows.
2638
2639 2007-11-21 Jason Rumney <jasonr@gnu.org>
2640
2641 * term/w32console.el: New term init file for w32 console.
2642
2643 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
2644 (x-setup-function-keys): Likewise, replacing top-level key definitions.
2645 (w32-tty-standard-colors): Move to term/w32console.el.
2646
2647 * term/w32-win.el (x-setup-function-keys): Remove.
2648
2649 * term/tty-colors.el (tty-register-default-colors): Remove special
2650 case for w32.
2651
2652 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2653
2654 * frame.el (msdos-mouse-p):
2655 * generic-x.el (w32-shell-name):
2656 * files.el (msdos-long-file-names, w32-long-file-name)
2657 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
2658 (dos-8+3-filename, vms-read-directory, view-mode-disable):
2659 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2660 (mac-resume-apple-event, mac-font-panel-mode)
2661 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2662 (mac-clear-font-name-table):
2663 * term/pc-win.el (msdos-remember-default-colors)
2664 (w16-set-clipboard-data, w16-get-clipboard-data):
2665 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2666 (set-message-beep):
2667 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2668 (w32-get-locale-info, w32-get-valid-locale-ids)
2669 (w32-set-clipboard-data):
2670 * help-fns.el (ad-get-advice-info):
2671 * font-lock.el (fast-lock-after-fontify-buffer)
2672 (fast-lock-after-unfontify-buffer, fast-lock-mode)
2673 (lazy-lock-after-fontify-buffer)
2674 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
2675 * net/browse-url.el (w32-shell-execute):
2676 * dos-fns.el (int86, msdos-long-file-names):
2677 * dos-w32.el (default-printer-name): Declare as functions.
2678
2679 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2680
2681 * textmodes/paragraphs.el (forward-sentence): Doc fix.
2682 Reported by Drew Adams <drew.adams@oracle.com>.
2683
2684 2007-11-20 Jason Rumney <jasonr@gnu.org>
2685
2686 * term/w32-win.el (x-setup-function-keys): Protect against
2687 multiple calls on the same terminal.
2688
2689 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2690
2691 * term/mac-win.el (x-setup-function-keys): Only setup
2692 local-function-key-map if it has not been setup already for the
2693 current frame. Move the suspend-emacs processing here.
2694
2695 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
2696
2697 * progmodes/grep.el (xargs-program): New variable.
2698 (grep-compute-defaults): Use it.
2699 (grep-default-command): Doc fix.
2700 (grep, lgrep, rgrep): Reflow docstrings.
2701
2702 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2703
2704 * vc.el (vc-find-revision): Set the parent buffer.
2705 Use when instead of if.
2706
2707 * progmodes/python.el (info-lookup-maybe-add-help):
2708 * progmodes/ps-mode.el (doc-view-minor-mode):
2709 * mail/emacsbug.el (Info-menu, Info-goto-node):
2710 * emulation/viper-keym.el (viper-ex)
2711 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
2712 * emulation/viper-cmd.el (widget-type, widget-button-press)
2713 (viper-set-hooks):
2714 * emacs-lisp/tcover-unsafep.el (unsafep-function):
2715 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
2716 (ses-load, ses-vector-delete, ses-create-header-string)
2717 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
2718 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
2719
2720 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
2723
2724 2007-11-20 Glenn Morris <rgm@gnu.org>
2725
2726 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
2727 for end of function-name. Handle define-derived-mode.
2728
2729 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2730
2731 * progmodes/idlw-help.el: Require browse-url unconditionally, it
2732 is available by default.
2733 (idlwave-help-browse-url-available): Change default to t.
2734
2735 * emulation/edt.el (defgroup, defcustom): Remove definition.
2736 (eval-when-compile): Remove.
2737 (c-mark-function):
2738 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
2739 * textmodes/fill.el (comment-search-forward)
2740 (comment-string-strip):
2741 * progmodes/prolog.el (comint-mode, comint-send-string)
2742 (comint-send-region, comint-send-eof):
2743 * progmodes/dcl-mode.el (imenu-default-create-index-function):
2744 * emulation/viper-util.el (viper-forward-Word):
2745 * emulation/vi.el (c-mark-function):
2746 * emulation/edt-vt100.el (vt100-wide-mode):
2747 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
2748
2749 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
2750
2751 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2752 Still some tuning in case of an echoing shell.
2753 (tramp-send-command): Connection property "remote-echo" is not
2754 persistent; cache key is the process therefore.
2755
2756 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
2757
2758 * replace.el (map-query-replace-regexp): Doc fix (revert part of
2759 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2760
2761 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
2762
2763 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
2764 * play/yow.el (doctor-ret-or-read):
2765 * vc-hooks.el (vc-dired-resynch-file):
2766 * vc-hg.el (log-view-get-marked):
2767 * smerge-mode.el (ediff-cleanup-mess):
2768 * pcvs.el (vc-editable-p, vc-checkout):
2769 * pcomplete.el (comint-bol):
2770 * informat.el (texinfo-format-refill):
2771 * ido.el (tramp-tramp-file-p):
2772 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
2773 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
2774 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
2775 functions.
2776
2777 * textmodes/ispell.el (ispell-int-char): Make it a defalias
2778 instead of fset.
2779 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
2780
2781 * ido.el (ido-file-internal): Move with-no-warnings to include the
2782 ffap-string-at-point call.
2783
2784 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
2785
2786 * vc-hg.el (vc-hg-revision-table): Fix last change.
2787
2788 2007-11-19 Martin Rudalics <rudalics@gmx.at>
2789
2790 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
2791 clipboard-yank when the buffer is read-only.
2792
2793 * cus-edit.el (custom-field-keymap): Move to other Custom mode
2794 keymaps such that it's before the definition of Custom-mode-menu.
2795 (Custom-mode-menu): Show it for custom-field-keymap too.
2796
2797 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
2798
2799 * progmodes/gdb-ui.el: Update commentary.
2800
2801 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
2802
2803 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
2804
2805 2007-11-19 Glenn Morris <rgm@gnu.org>
2806
2807 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
2808 does not exist, try adding `.el' extension. Also search for defsubsts.
2809
2810 * cus-edit.el (recentf-expand-file-name):
2811 * dired.el (dired-relist-entry):
2812 * subr.el (w32-shell-dos-semantics):
2813 * emacs-lisp/bytecomp.el (compilation-forget-errors):
2814 Declare as functions.
2815
2816 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
2819 (prepare-abbrev-list-buffer): Use dolist.
2820 (clear-abbrev-table): Preserve properties.
2821
2822 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
2823
2824 * textmodes/texinfmt.el (texinfo-format-printindex):
2825 Collect combined indexes using texinfo-short-index-format-cmds-alist.
2826 Reported on <bug-texinfo@gnu.org>.
2827
2828 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
2829
2830 * net/tramp.el (tramp-completion-reread-directory-timeout):
2831 New defcustom.
2832 (tramp-handle-file-name-all-completions): Flush directory contents
2833 from cache regularly.
2834 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
2835 (tramp-open-connection-setup-interactive-shell):
2836 Call `tramp-cleanup-connection' via funcall.
2837
2838 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
2839 created when copying.
2840
2841 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
2842
2843 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
2844 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
2845 * eshell/esh-ext.el (eshell-external-command):
2846 * eshell/esh-cmd.el (require):
2847 * eshell/em-unix.el (eshell-plain-locate-behavior):
2848 * eshell/em-cmpl.el (eshell-cmpl-initialize):
2849 Replace eshell-under-xemacs-p with (featurep 'xemacs).
2850 * eshell/esh-mode.el (characterp, char-int): Remove unused
2851 conditional defaliases.
2852
2853 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
2854 Rename from event-matches-key-specifier-p, define unconditionally.
2855 (event-basic-type): Remove unused defalias.
2856 (pcomplete-show-completions):
2857 Use pcomplete-event-matches-key-specifier-p.
2858
2859 2007-11-17 Eli Zaretskii <eliz@gnu.org>
2860
2861 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
2862 when saving esh-groups.el.
2863
2864 2007-11-17 Martin Rudalics <rudalics@gmx.at>
2865
2866 * wid-edit.el (widget-default-complete):
2867 * progmodes/flymake.el (flymake-goto-file-and-line):
2868 Fix typo in (doc-)string.
2869
2870 2007-11-17 Glenn Morris <rgm@gnu.org>
2871
2872 * emacs-lisp/byte-run.el (declare-function): New macro.
2873 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2874 New function, byte-hunk-handler for declare-function.
2875 (byte-compile-callargs-warn): Handle declared functions.
2876
2877 * emacs-lisp/check-declare.el: New file.
2878 * Makefile.in (check-declare): New target.
2879
2880 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
2881
2882 * subr.el (process-lines): Move here from ../admin/admin.el.
2883 * emacs-lisp/authors.el (authors-process-lines): Remove.
2884 (authors): Use process-lines rather than authors-process-lines.
2885
2886 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
2887 Remove these files.
2888
2889 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
2890
2891 * emacs-lisp/backquote.el (backquote):
2892 Improve argument/docstring consistency.
2893
2894 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
2895 (ring-length, ring-empty-p): Use c[ad]dr.
2896 (ring-plus1): Use `1+'.
2897 (ring-minus1): Use `zerop'.
2898 (ring-remove): Use c[ad]dr. Use `when'.
2899 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
2900 (ring-ref): Use `let', not `let*'.
2901 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
2902 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
2903 (ring-member): Simplify. Doc fix.
2904 (ring-convert-sequence-to-ring): Simplify.
2905
2906 2007-11-17 Juri Linkov <juri@jurta.org>
2907
2908 * dired-aux.el (dired-create-directory): Allow creating
2909 a directory of an arbitrary depth. Add a loop to find the topmost
2910 nonexistent parent dir `new', and call `dired-add-file' on it.
2911 Set the `PARENTS' arg of `make-directory' to t.
2912
2913 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2914
2915 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
2916 (math-build-parse-table): Get parse information from math-parse-table.
2917
2918 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * window.el (recenter-last-op): New var.
2921 (recenter-top-bottom): New command.
2922 (global-map): Bind it to C-l.
2923
2924 * abbrev.el (abbrev--write): Fix error in transcription from C.
2925
2926 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
2927 (pc-select-ensure-mark): Set mark-active to a special value instead.
2928 Rename from ensure-mark. Update call callers.
2929 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
2930 Rewrite. Update all callers.
2931 (pc-selection-mode): Remove redundant var declaration.
2932
2933 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
2934
2935 * doc-view.el (doc-view-search-backward, doc-view-search):
2936 Fix assignment to free variable bug.
2937
2938 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
2939
2940 * emulation/pc-select.el (pc-select-shifted-mark): New var.
2941 (ensure-mark): Set it.
2942 (maybe-deactivate-mark): New fun.
2943 Use it everywhere instead of (setq mark-active nil).
2944
2945 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2946
2947 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
2948 Add check for XEmacs.
2949
2950 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
2951
2952 * doc-view.el (doc-view-resolution): Add missing :group.
2953
2954 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2955
2956 * subr.el (make-variable-frame-local):
2957 Fix typo in obsolescence declaration.
2958
2959 2007-11-16 Werner Lemberg <wl@gnu.org>
2960
2961 * files.el (set-auto-mode-1): Check second line for -*- if file
2962 starts with '\" (which is used by man pages to identify needed
2963 troff preprocessors).
2964
2965 2007-11-16 Glenn Morris <rgm@gnu.org>
2966
2967 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2968
2969 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2970
2971 * calc/calc-lang.el (math-oper-table): Fix typo.
2972 Reduce precedence of "/" for TeX.
2973
2974 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
2975
2976 2007-11-16 Juri Linkov <juri@jurta.org>
2977
2978 * dired-aux.el (dired-read-shell-command-default): New function.
2979 (dired-read-shell-command): Use its return value for DEFAULT arg.
2980
2981 * replace.el (keep-lines-read-args, occur-read-primary-args):
2982 Use a list of default values for DEFAULT arg of read-from-minibuffer.
2983
2984 * man.el (Man-heading-regexp): Add 0-9.
2985 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2986
2987 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
2990 (doc-view-resolution): New custom var.
2991 (doc-view-pdf/ps->png): Use it.
2992 (doc-view-shrink-factor): New var.
2993 (doc-view-enlarge, doc-view-shrink): New commands.
2994 (doc-view-mode-map): Use them.
2995
2996 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * ediff-wind.el (ediff-window-setup-function):
2999 * simple.el (normal-erase-is-backspace):
3000 * eshell/em-unix.el (eshell/info):
3001 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
3002 Fix typos in docstrings.
3003
3004 * emulation/cua-base.el (cua--keymaps-initialized):
3005 Rename from `cua--keymaps-initalized'. Callers changed.
3006 (cua-highlight-region-shift-only): Doc fix.
3007 (cua-paste-pop): Fix typo in docstring.
3008
3009 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3010
3011 * emulation/cua-base.el (cua--pre-command-handler-1):
3012 Use input-decode-map instead of function-key-map.
3013 Use event-modifiers now that it works reliably.
3014
3015 * vc.el (vc-diff-internal): Pop-to-buffer later.
3016
3017 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
3018
3019 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
3020 did not touch them.
3021
3022 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
3023
3024 * calc/calc-menu.el: New file.
3025 * calc/calc.el (calc-mode): Require calc-menu.
3026
3027 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
3028
3029 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
3030
3031 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
3032
3033 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
3034 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
3035 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
3036 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
3037 locations.
3038 (gdb-info-breakpoints-custom, gdb-assembler-custom)
3039 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
3040 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
3041
3042 2007-11-13 Noah Friedman <friedman@splode.com>
3043
3044 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
3045 bindings to remap when `calc-scan-for-dels' is non-nil.
3046
3047 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
3050 constant forms.
3051 (byte-compile-nilconstp): New function.
3052 (byte-optimize-cond): Kill subsequent branches when a branch is
3053 know to be taken or not taken.
3054 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
3055
3056 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
3057
3058 * vc.el (vc-register): Allow registering a file passed as a
3059 parameter instead of just the current buffer.
3060
3061 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
3062
3063 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
3064 Check whether the output of "uname -sr" has been changed.
3065
3066 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3067
3068 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
3069 patterns from compilation-perl.el and compilation-weblint.el files.
3070
3071 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
3072
3073 * progmodes/compilation-perl.el:
3074 * progmodes/compilation-weblint.el: Disable autoloads, they cause
3075 a bootstrap failure.
3076
3077 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
3078 instead of doing "cvs diff" in order to avoid accessing the repository.
3079
3080 2007-11-12 Kevin Ryde <user42@zip.com.au>
3081
3082 * progmodes/compilation-perl.el:
3083 * progmodes/compilation-weblint.el: New files.
3084
3085 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
3086
3087 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
3088 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
3089 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
3090 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
3091 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
3092 Rewrite in active voice.
3093
3094 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
3095
3096 * doc-view.el: Add comments about isearch support.
3097
3098 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
3099
3100 * vc.el (vc-start-entry): Fix setting the in the case the function
3101 is called from vc-dired. Use when instead of if where appropriate.
3102
3103 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3104
3105 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
3106 to be a list.
3107 (ps-begin-job): Error if ps-lpr-switches is not a list.
3108
3109 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3110
3111 * faces.el (face-normalize-spec): Remove function.
3112 (frame-set-background-mode): Undo last change.
3113
3114 2007-11-10 Jason Rumney <jasonr@gnu.org>
3115
3116 * w32-fns.el: Sync charset names with setup-default-fontset.
3117 Append "-1" where second part missing.
3118
3119 2007-11-10 Juri Linkov <juri@jurta.org>
3120
3121 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
3122 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
3123
3124 * custom.el (custom-note-var-changed): Remove the `interactive'
3125 spec from this new non-interactive function.
3126
3127 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
3128
3129 * doc-view.el (doc-view-mode-map, doc-view-menu)
3130 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
3131 (doc-view-search-backward): New function.
3132 (doc-view-search): Query new regexp if prefix arg is given, else
3133 jump to next/previous match.
3134 (doc-view-mode): Handle compressed files.
3135 (jka-compr): Required for compressed files.
3136
3137 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
3138
3139 * replace.el (query-replace-show-replacement): New defcustom.
3140 (perform-replace): Use `match-substitute-replacement' if
3141 `query-replace-show-replacement' is non-nil.
3142
3143 2007-11-10 David Kastrup <dak@gnu.org>
3144
3145 * subr.el (match-substitute-replacement): New function.
3146
3147 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
3148
3149 * files.el (auto-mode-alist): Select org-mode for files with the
3150 extension ".org".
3151
3152 2007-11-10 Martin Rudalics <rudalics@gmx.at>
3153
3154 * help.el (help-window, help-window-point-marker): New variables.
3155 (help-window-select): New option.
3156 (with-help-window): New macro for displaying help windows.
3157 (help-window-display-message, help-window-setup-finish)
3158 (help-window-setup): New functions used for setting up help windows.
3159 (print-help-return-message): Reset help-window to nil.
3160 (view-lossage): Use with-help-window instead of
3161 with-output-to-temp-buffer and move help-window-point-marker after
3162 inserted text.
3163 (describe-bindings, describe-key, describe-mode): Use
3164 with-help-window instead of with-output-to-temp-buffer.
3165
3166 * help-mode.el (help-mode): Set view-exit-action to bury the
3167 buffer instead of fiddling with windows. Simplify code.
3168 (help-mode-finish): When help-window eqs t set it to the selected
3169 window and have with-help-window set up view-return-to-alist.
3170 (help-buffer): Add autoload cookie.
3171
3172 * view.el (view-remove-frame-by-deleting): Change default value to t.
3173 Add autoload cookie.
3174 (view-exit-action, view-file, view-file-other-window)
3175 (view-file-other-frame, view-buffer, view-buffer-other-window)
3176 (view-buffer-other-frame): Rewrite doc strings.
3177 (view-return-to-alist-update): New function to remove stale entries
3178 from view-return-to-alist.
3179 (view-mode-enter): Rewrite doc string and simplify code.
3180 (view-mode-exit): Handle new case 'keep-frame. Don't reset
3181 view-exit-action to nil. Simplify code and rewrite doc string.
3182
3183 * apropos.el (apropos-describe-plist):
3184 * descr-text.el (describe-char):
3185 * disp-table.el (describe-display-table):
3186 * faces.el (list-faces-display, describe-face):
3187 * facemenu.el (list-colors-display):
3188 * help-fns.el (describe-function, describe-variable)
3189 (describe-syntax, describe-categories):
3190 Use with-help-window instead of with-output-to-temp-buffer.
3191
3192 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
3193
3194 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
3195 Optimize (featurep 'emacs) to t.
3196
3197 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
3198 New function.
3199 (byte-compile-maybe-guarded): Use it to also look for bound
3200 symbols inside `and' forms. Comment out non-working code that was
3201 trying to avoid warnings for XEmacs code.
3202
3203 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
3204
3205 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
3206 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
3207 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
3208 (vc-cvs-annotate-command):
3209 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
3210 is bound, it always is.
3211
3212 2007-11-10 Jason Rumney <jasonr@gnu.org>
3213
3214 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
3215 setup here from global scope.
3216
3217 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
3218
3219 * ido.el (ido-save-history): Save the history file in UTF-8, not
3220 the current filename coding system.
3221
3222 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * simple.el (interprogram-cut-function, interprogram-paste-function):
3225 Don't make them frame-local any more.
3226
3227 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
3228 Don't set interprogram-(cut|paste)-function on each frame.
3229
3230 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3231 Make them work in tty frames.
3232 (interprogram-cut-function, interprogram-paste-function):
3233 Set them globally.
3234
3235 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3236
3237 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
3238 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
3239 (iso-iso2duden-trans-tab): Add docstring.
3240
3241 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * abbrev.el (define-abbrev-table): Record the variable definition.
3244
3245 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
3246 New function.
3247
3248 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3249
3250 * ps-print.el: Clean the code for checking suitable Emacs version.
3251 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
3252 (ps-print-version): New version 6.8.1.
3253
3254 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3255
3256 * files.el (enable-local-variables): Doc fix.
3257
3258 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3259
3260 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
3261
3262 2007-11-09 Sven Joachim <svenjoac@gmx.de>
3263
3264 * dired-aux.el (dired-copy-file-recursive):
3265 Preserve directory permissions.
3266
3267 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3268
3269 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
3270 (whitespace-unload-function): New-style unload function. When run,
3271 unintern `whitespace-unload-hook' and call `unload-feature' recursively
3272 to stop the old hook from messing with the unloading.
3273
3274 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3275
3276 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
3277 (elp-unset-master, elp-results): Fix typos.
3278 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
3279 Doc fixes.
3280
3281 * msb.el (msb--many-menus): Remove variable.
3282 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
3283 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
3284 (msb--toggle-menu-type): Fix typos in docstrings.
3285
3286 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
3287 (shadow-insert-var): Doc fixes.
3288 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
3289 Reflow docstrings.
3290 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
3291
3292 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3293
3294 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
3295 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
3296 Fix typos in autoload docstrings.
3297
3298 2007-11-09 Richard Stallman <rms@gnu.org>
3299
3300 * savehist.el (savehist-save): Obey savehist-ignored-variables.
3301
3302 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3303
3304 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
3305 (gdb-var-update-handler-1): Use it.
3306
3307 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3308
3309 * loadhist.el (unload-feature): Remove erroneous check for the
3310 FEATURE-unload-function variable; check the existence of the
3311 function (that's what the docstring says, and it makes more sense).
3312
3313 * follow.el (follow-unload-function): Add docstring.
3314 (follow-unload-function): Remove variable.
3315
3316 * server.el (server-unload-function): Remove variable.
3317 (server-unload-function): Unbind `server-edit' from `C-x #'.
3318
3319 * ses.el (ses-unload-function): New function.
3320
3321 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3322
3323 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
3324 (unsafep-progn, unsafep-let): Fix typos in docstrings.
3325
3326 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
3327 before use to avoid a warning in packages that require uniquify.
3328 (uniquify-unload-function): New function and var.
3329
3330 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
3331
3332 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
3333 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
3334 (ediff-current-diff-A, ediff-current-diff-B)
3335 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
3336 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
3337 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
3338 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
3339 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
3340 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
3341 (ediff-setup-windows-plain-merge)
3342 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
3343 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
3344 * ediff-util.el (ediff-setup-keymap, )
3345 (ediff-toggle-wide-display, ediff-toggle-multiframe)
3346 (ediff-toggle-use-toolbar, ediff-really-quit)
3347 (ediff-good-frame-under-mouse)
3348 (ediff-highlight-diff-in-one-buffer)
3349 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
3350 (ediff-make-bullet-proof-overlay):
3351 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
3352 (ediff-set-meta-overlay):
3353 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
3354 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
3355 ediff-emacs-p with their former definitions.
3356
3357 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
3358 (viper-has-face-support-p, viper-inactivate-input-method)
3359 (viper-activate-input-method)
3360 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
3361 * emulation/viper-mous.el (viper-multiclick-timeout)
3362 (viper-surrounding-word, viper-mouse-click-insert-word)
3363 (viper-mouse-click-search-word, viper-parse-mouse-key):
3364 * emulation/viper-macs.el (viper-char-array-to-macro):
3365 * emulation/viper.el (viper-go-away, viper-set-hooks)
3366 (viper-non-hook-settings):
3367 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
3368 (viper-get-saved-cursor-color-in-insert-mode)
3369 (viper-get-saved-cursor-color-in-emacs-mode)
3370 (viper-check-version, viper-get-visible-buffer-window)
3371 (viper-file-checked-in-p, viper-set-replace-overlay)
3372 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
3373 (viper-check-minibuffer-overlay, viper-read-key-sequence)
3374 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
3375 with their former definitions.
3376 (viper-eventify-list-xemacs): Only do work for XEmacs.
3377 (viper-set-unread-command-events): Only do work for Emacs.
3378 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
3379 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
3380 (viper-overlay-get, viper-overlay-put, viper-read-event)
3381 (viper-characterp, viper-int-to-char, viper-get-face)
3382 (viper-color-defined-p, viper-iconify): New defaliases replacing
3383 the old fsets.
3384
3385 * progmodes/fortran.el (comment-region-function)
3386 (uncomment-region-function): Pacify byte compiler.
3387
3388 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
3389
3390 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
3391
3392 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
3393 `process-environment'.
3394
3395 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
3396
3397 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
3398 match dir like "a...b".
3399
3400 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3401
3402 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
3403
3404 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
3405
3406 * net/tramp.el (tramp-handle-substitute-in-file-name):
3407 Don't expand the remote connection identification.
3408 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3409 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
3410 before calling stty.
3411
3412 * net/tramp-cache.el (tramp-cache-print)
3413 (tramp-dump-connection-properties): Fix docstring.
3414 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
3415
3416 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
3417
3418 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
3419 remote connection identification when setting connection property.
3420
3421 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
3422 "//" substitutes only in the local filename part.
3423
3424 2007-11-07 David Hansen <david.hansen@gmx.net>
3425
3426 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
3427
3428 2007-11-07 Glenn Morris <rgm@gnu.org>
3429
3430 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
3431 Remove superfluous concats. Move final set-buffer to
3432 non-emacs-specific code.
3433
3434 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
3435
3436 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
3437
3438 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3439
3440 * eshell/esh-mode.el (eshell-output-filter):
3441 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
3442 Use `with-current-buffer'.
3443
3444 2007-11-07 Andreas Schwab <schwab@suse.de>
3445
3446 * server.el (server-start): Only register cleanup after server was
3447 started.
3448
3449 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
3450
3451 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
3452
3453 * net/tramp-cache (tramp-cache-print): Move down.
3454 (tramp-cache-list-connections): New defun.
3455
3456 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
3457
3458 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
3459
3460 * ido.el (ido-save-history): Write the history file in the current
3461 filename coding system, and add `coding' file-local variable.
3462
3463 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
3464
3465 * textmodes/org.el (org-table-formula-substitute-names):
3466 Remove forgotten temporary debugging code.
3467
3468 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
3469
3470 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
3471 the prompt.
3472
3473 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
3474
3475 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
3476
3477 2007-11-05 Simon Josefsson <simon@josefsson.org>
3478
3479 * net/tls.el (tls-end-of-info): Doc fix.
3480
3481 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
3482
3483 * international/utf-7.el (utf-7-imap): New coding system.
3484 (utf-7-imap-post-read-conversion): New function.
3485 (utf-7-imap-pre-write-conversion): New function.
3486
3487 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * abbrev.el (abbrev--write): Fix up typo.
3490
3491 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
3492
3493 * abbrev.el (define-abbrev-table): Doc fix.
3494
3495 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
3496
3497 * info.el (Info-revert-buffer-function): New func.
3498 (Info-mode): Arrange to use it for reverting.
3499 (Info-copy-current-node-name): Add space between filename and nodename.
3500
3501 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * abbrev.el (expand-abbrev): Move point back to expansion's end.
3504
3505 2007-11-04 Glenn Morris <rgm@gnu.org>
3506
3507 * net/tls.el: Don't require rx when compiling.
3508 (tls-end-of-info): Rewrite without using rx.
3509 (open-tls-stream): Use with-current-buffer.
3510
3511 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
3512
3513 * net/tls.el: Require rx when compiling.
3514 (tls-end-of-info): New variable.
3515 (open-tls-stream): Keep reading input until `tls-end-of-info' is
3516 matched.
3517
3518 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
3519
3520 * register.el (append-to-register, prepend-to-register):
3521 Don't signal error on empty register; use the text, instead.
3522
3523 2007-11-03 Michael Olson <mwolson@gnu.org>
3524
3525 * textmodes/remember.el (remember-buffer):
3526 Use define-obsolete-function-alias rather than defalias.
3527
3528 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3529
3530 * simple.el (bad-packages-alist): Anchor semantic regexp.
3531
3532 2007-11-03 Glenn Morris <rgm@gnu.org>
3533
3534 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
3535 if defined, for blank lines. Doc fix.
3536
3537 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
3538 (fortran-mode): Set values for comment-region-function,
3539 uncomment-region-function and comment-insert-comment-function.
3540 (fortran-uncomment-region): New function.
3541
3542 * textmodes/nroff-mode.el (nroff-mode):
3543 Set comment-insert-comment-function rather than indent-line-function.
3544 (nroff-indent-line-function): Remove.
3545 (nroff-insert-comment-function): New function.
3546
3547 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3548
3549 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
3550
3551 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3552
3553 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
3554
3555 * emulation/viper-cmd.el (viper-prev-destructive-command)
3556 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
3557 copy-sequence.
3558
3559 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
3560 Got rid of ediff-copy-list.
3561
3562 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
3563 use face-name.
3564 (ediff-test-utility, ediff-diff-mandatory-option)
3565 (ediff-reset-diff-options): Remove to simplify the mandatory option
3566 handling on Windows.
3567 (ediff-set-diff-options): Add.
3568 (ediff-diff-options): Set "--binary" option as default in some cases.
3569
3570 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
3571 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
3572 ediff-vc-working-revision. Require vc-hooks.
3573
3574 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
3575
3576 * files.el (hack-local-variables): Fix membership tests to avoid
3577 treating all variables as safe if `enable-local-variables' is
3578 set to :safe (CVE-2007-5795).
3579
3580 2007-11-02 Glenn Morris <rgm@gnu.org>
3581
3582 * newcomment.el (comment-indent): Let comment-insert-comment-function,
3583 if defined, do all the work of inserting a new comment.
3584
3585 * progmodes/etags.el (tags-table-mode): Disable undo.
3586
3587 * simple.el (bad-packages-alist): Revert previous change.
3588
3589 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
3590
3591 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
3592
3593 * obsolete/lselect.el: Do not warn about unknown functions.
3594
3595 2007-11-02 Michael Olson <mwolson@gnu.org>
3596
3597 * textmodes/remember.el (remember-buffer): Make this an alias of
3598 remember-finalize, because Org uses it.
3599
3600 2007-11-01 Michael Olson <mwolson@gnu.org>
3601
3602 * textmodes/remember.el: Improve documentation in heading.
3603 (remember-before-remember-hook): Turn into a customizable option.
3604 (remember): Document INITIAL argument.
3605 (remember-region): Remove autoload cookie. Improve docstring to
3606 mention that it is called from the *Remember* buffer, and does not
3607 have any functional overlap with the `remember' function.
3608 (remember-finalize): Remove autoload cookie. Rename from
3609 remember-buffer to emphasize that this does not have any
3610 functional overlap with the `remember' function.
3611 (remember-destroy): Remove autoload cookie.
3612 (remember-mode-map): Define and initialize in one step.
3613 (remember-mode): Improve docstring.
3614 (remember-annotation-functions): Default to just '(buffer-file-name),
3615 and don't try to take the default value from Planner.
3616
3617 2007-11-01 Glenn Morris <rgm@gnu.org>
3618
3619 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
3620
3621 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
3622
3623 * emacs-lisp/authors.el (authors-scan-change-log)
3624 (authors-scan-el): Don't enable local eval; enable only safe local
3625 variables, without querying.
3626
3627 * mail/footnote.el (footnote-numeric-regexp)
3628 (footnote-english-upper-regexp, footnote-english-lower-regexp)
3629 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
3630 Match multi-character footnotes.
3631
3632 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
3633 (nroff-indent-line-function): New function.
3634 (nroff-count-text-lines): Use nroff-forward-text-line rather than
3635 obsolete alias.
3636
3637 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
3638
3639 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
3640 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
3641 (rcirc-print): Only update the line count when not marking the
3642 line as omittable.
3643 (rcirc-log-write): Specify coding system when writing logfile.
3644 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
3645
3646 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3647
3648 * printing.el (printing): Fix :version, printing.el was included
3649 for in emacs-22.1.
3650 (pr-path-style, pr-path-alist, pr-txt-name)
3651 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
3652 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
3653 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
3654 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
3655 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
3656 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
3657 (pr-setting-database, pr-visible-entry-list)
3658 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
3659 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
3660
3661 * ediff-util.el (ediff-nuke-selective-display): Move definition to
3662 top level, make it dependent on the emacs flavor.
3663
3664 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
3665 Test for XEmacs not for itimer.
3666
3667 * term/sun-mouse.el:
3668 * obsolete/sun-fns.el:
3669 * obsolete/sun-curs.el: Remove files.
3670
3671 * term/sun.el (select-previous-complex-command): Remove obsolete code.
3672
3673 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
3674
3675 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
3676 was given to concat.
3677
3678 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
3681 used normally for goto-line. Change `g' to revert the buffer.
3682 Add redundant `r' binding for buffer-revert.
3683
3684 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
3685 (mail-abbrevs-setup): Use abbrev-expand-functions.
3686 (build-mail-abbrevs): Use with-temp-buffer.
3687 (define-mail-abbrev): Simplify.
3688 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
3689 Change it for use on abbrev-expand-functions.
3690 (mail-abbrev-complete-alias): Use with-syntax-table.
3691
3692 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
3693
3694 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
3695 directly. Fix bug in deleting temp file.
3696
3697 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
3700 Merge defvar and define-abbrev-table.
3701 (def-python-skeleton): Use :case-fixed and :enable-function.
3702 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
3703 Remove.
3704 (python-mode): Don't modify pre-abbrev-expand-hook.
3705
3706 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3707
3708 * ediff-util.el (ediff-file-checked-out-p)
3709 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
3710
3711 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3712
3713 * abbrev.el (abbrev-symbol): Correct let->let*.
3714 (abbrev--before-point): Only use abbrev-start-location if before point.
3715
3716 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3717
3718 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
3719 (strokes-unload-hook): Remove function and variable.
3720 (strokes-unload-function): New-style unload function, adapted
3721 from `strokes-unload-hook'.
3722
3723 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
3724 (cl-unload-hook): Remove variable.
3725 (cl-unload-function): New-style unload function, adapted
3726 from `cl-cannot-unload'.
3727
3728 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
3729 (elp-unload-function): New-style unload function, adapted
3730 from `elp-unload-hook'.
3731
3732 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
3733
3734 * emacs-lisp/find-func.el (find-library): Use library at
3735 point as default interactive argument.
3736
3737 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3738
3739 * shadowfile.el (shadow-join): Remove.
3740 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
3741 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
3742 (shadowfile-unload-hook): Remove function and variable.
3743 (shadowfile-unload-function): New-style unload function, adapted
3744 from `shadowfile-unload-hook'.
3745
3746 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3747
3748 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
3749 only if it is bound.
3750
3751 * textmodes/reftex.el: Move autoloads for before all uses.
3752 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
3753 (reftex-delete-overlay): Move to the top level with the condition
3754 in the body.
3755
3756 * progmodes/simula.el: Use when instead of if.
3757
3758 * iimage.el (iimage-locate-file): Define unconditionally.
3759
3760 * mail/mailabbrev.el (mail-abbrev-next-line):
3761 * emulation/vip.el (vip-enlarge-region, vip-line)
3762 (vip-next-line-at-bol, vip-previous-line)
3763 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
3764 Wrap with-no-warnings around uses of next-line and previous-line.
3765
3766 * ediff.el (run-ediff-from-cvs-buffer):
3767 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
3768 Remove function not used by pcl-cvs anymore.
3769 (noninteractive, generic-sc-get-latest-rev)
3770 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
3771 Delete support for long obsolete generic-sc.el.
3772
3773 2007-10-31 Glenn Morris <rgm@gnu.org>
3774
3775 * cvs-status.el: No longer require pcvs when compiling.
3776
3777 * doc-view.el (doc-view-conversion-refresh-interval)
3778 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3779 (doc-view-reset-slice): Doc fixes.
3780 (doc-view-menu): Remove deleted function doc-view-edit-doc.
3781
3782 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3783
3784 * help-at-pt.el (help-at-pt-unload-hook): Remove.
3785 Timers are automatically canceled by `unload-feature'.
3786
3787 * delsel.el (delsel-unload-hook): Remove function and variable.
3788 (delsel-unload-function): New-style unload function, adapted
3789 from `delsel-unload-hook'.
3790
3791 * msb.el (msb-unload-hook): Remove function and variable.
3792 (msb-unload-function): New-style unload function, adapted from
3793 `msb-unload-hook'.
3794
3795 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
3796
3797 * desktop.el (uniquify-managed): Pacify byte compiler.
3798 (desktop-buffer-info): If the buffer name is managed by uniquify,
3799 save the base name, not the uniquified one.
3800 (desktop-create-buffer): Allow `rename-buffer' to generate a new
3801 name in case of conflict.
3802
3803 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * doc-view.el: Use expand-file-name rather than concat.
3806 (doc-view-cache-directory): Add the UID so multiple users won't clash.
3807 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
3808 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
3809 (doc-view-toggle-display): Use an overlay over the whole buffer so as
3810 not to have to touch the buffer's content.
3811 (doc-view-initiate-display): New function, extracted from doc-view-mode.
3812 (doc-view-mode): Use it. Don't mark as a special mode.
3813 Put the page numbers in the modeline.
3814 Set up the overlay. Hide the cursor. Run the mode hook.
3815 Use after-revert-hook rather than revert-buffer-function.
3816 (doc-view-search-internal): Fix typo.
3817 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
3818 image-cache flush.
3819 (doc-view-reconvert-doc): Don't reset the whole mode.
3820 (doc-view-make-safe-dir): New function.
3821 (doc-view-current-cache-dir): Use it.
3822
3823 2007-10-30 Jason Rumney <jasonr@gnu.org>
3824
3825 * time.el (display-time-world-list): Test for zoneinfo support.
3826
3827 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
3828
3829 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
3830
3831 * net/tramp-cache.el (tramp-flush-file-function): Check also
3832 `default-directory' if `buffer-file-name' does not return a
3833 string. Added to `eshell-pre-command-hook'.
3834
3835 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3836
3837 * doc-view.el (doc-view-current-doc): Remove.
3838 Replace all uses by buffer-file-name.
3839 (doc-view-menu): New menu.
3840 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
3841 unused var `doc'.
3842 (doc-view-sort): Simplify.
3843 (doc-view-buffer-message): Don't change buffer-modified-p.
3844 (doc-view-mode): Change it here instead.
3845 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
3846 Don't modify the global value of revert-buffer-function.
3847
3848 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
3849 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
3850 (image-toggle-display): Take overlays into account and don't assume
3851 point-min==1.
3852
3853 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
3854
3855 * vc.el (vc-annotate): Fix omission bug:
3856 Specify value for vc-sentinel-movepoint.
3857
3858 2007-10-30 Michael Olson <mwolson@gnu.org>
3859
3860 * textmodes/remember.el (remember-mode-hook)
3861 (remember-handler-functions, remember-annotation-functions):
3862 Add additional items as options, including some Org functions.
3863
3864 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
3865
3866 * doc-view.el: Remove cl-dependency.
3867 (doc-view-buffer-message): Mention new binding K.
3868 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
3869 instead of variable.
3870 (doc-view-current-cache-dir): Better cache dir naming.
3871 (doc-view-current-display): Remove variable.
3872 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
3873 (doc-view-kill-proc): Set converter process to nil.
3874 (doc-view-minor-mode): New minor mode.
3875 (doc-view-minor-mode-map): New keymap.
3876 (doc-view-mode): Remove text/image switching code. Use plain defun.
3877 (doc-view-mode-map): New binding K kills converter process.
3878 Remove C-c C-e binding.
3879 (doc-view-mode-text-map): Remove keymap.
3880 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
3881 d-v-display-maybe.
3882 (doc-view-previous-major-mode): New variable.
3883 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
3884 (doc-view-remove-if): New function.
3885 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
3886 (doc-view-toggle-display): Toggle modes instead of display styles.
3887 (doc-view-reconvert-doc): Adapt to new way of doing things.
3888
3889 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
3890
3891 2007-10-30 Glenn Morris <rgm@gnu.org>
3892
3893 * dirtrack.el (dirtrack-mode): Doc fix.
3894
3895 * shell.el (shell-dirtrack-verbose, shell-mode)
3896 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
3897
3898 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
3899 (byte-compile-enable-warning): Doc fix.
3900
3901 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
3902 suppress byte-opt warning.
3903
3904 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3905
3906 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
3907 (edt-gnu-emacs19-p): Remove.
3908 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
3909 (edt-xserver, edt-page-backward, edt-beginning-of-line)
3910 (edt-end-of-line-forward, edt-end-of-line-backward)
3911 (edt-one-word-forward, edt-one-word-backward, edt-character)
3912 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
3913 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3914 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
3915 (edt-define-key, edt-bottom-check, edt-sentence-forward)
3916 (edt-sentence-backward, edt-paragraph-forward)
3917 (edt-paragraph-backward, edt-restore-key, edt-window-top)
3918 (edt-window-bottom, edt-scroll-window-forward-line)
3919 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3920 (edt-line-to-top-of-window, edt-paragraph-backward)
3921 (edt-restore-key, edt-window-top, edt-window-bottom)
3922 (edt-scroll-window-forward-line)
3923 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3924 (edt-line-to-middle-of-window, edt-goto-percentage)
3925 (edt-display-the-time, edt-remember, edt-split-window)
3926 (edt-emulation-on, edt-emulation-off)
3927 (edt-default-emulation-setup, edt-user-emulation-setup)
3928 (edt-select-default-global-map, edt-select-user-global-map):
3929 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
3930 tests.
3931
3932 * textmodes/reftex-index.el (reftex-index-selection-or-word):
3933 Use feature test instead of boundp test so it can be resolved at
3934 compile time.
3935
3936 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
3937
3938 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3939
3940 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
3941 Update all users.
3942 (abbrev-get, abbrev-put): Simplify.
3943 (define-abbrev): Don't store the `force' value in the :system property.
3944 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
3945
3946 2007-10-30 Michael Olson <mwolson@gnu.org>
3947
3948 * desktop.el (desktop-minor-mode-table): Add line for ERC.
3949
3950 * textmodes/remember.el: New file that implements a mode for
3951 quickly jotting down things to remember.
3952
3953 * textmodes/remember-diary.el: A backend for remember.el that
3954 implements saving notes to a Diary file.
3955
3956 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3957
3958 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3959 Relocate in file.
3960 (allout-doublecheck-at-and-shallower): Increase to include
3961 slightly greater depths, since yank interaction is now ok.
3962 Also, elaborate the docstring to explain the situation.
3963 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3964 instead of concat, so we accommodate key sequences expressed as
3965 vectors as well as strings and lists.
3966 (allout-flag-region, allout-hide-by-annotation): Make the
3967 hidden-text overlays 'front-advance.
3968 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3969 (allout-aberrant-container-p, allout-on-current-heading-p)
3970 (allout-e-o-prefix-p, allout-next-heading)
3971 (allout-previous-heading, allout-goto-prefix)
3972 (allout-end-of-prefix, allout-next-sibling-leap)
3973 (allout-next-visible-heading, allout-auto-fill)
3974 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
3975 (allout-yank-processing, allout-resolve-xref)
3976 (allout-current-topic-collapsed-p, allout-hide-region-body)
3977 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
3978 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
3979 (count-trailing-whitespace-region): Preserve match data, so allout
3980 outline navigation doesn't disrupt other Emacs operations.
3981 (allout-beginning-of-line): Retreat to the beginning of the hidden
3982 text, so fields are respected (for submodes that care).
3983 (allout-end-of-line): Preserve mark activation status when jumping.
3984 (allout-open-topic): Account for opening after a child that
3985 contains a hidden trailing newline. Preserve match data.
3986 Run allout-structure-added-hook
3987 (allout-encrypt-decrypted): Preserve match data.
3988 (allout-toggle-current-subtree-exposure): Add new interactive
3989 function for toggle subtree exposure - suggested by tassilo.
3990 (move-beginning-of-line, move-end-of-line): Don't use
3991 line-move-invisible-p, it's obsolete - substitute the code, instead.
3992
3993 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
3994
3995 * textmodes/flyspell.el (message-signature-separator):
3996 * longlines.el (message-indent-citation-function): Pacify byte
3997 compiler.
3998
3999 * emacs-lisp/cl-loaddefs.el:
4000 * ldefs-boot.el: Regenerate.
4001
4002 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
4003 (.el.elc, compile, compile-always, compile-calc)
4004 ($(lisp)/progmodes/cc-mode.elc): Use it.
4005
4006 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
4007 Only do work for XEmacs.
4008 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
4009 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
4010 on XEmacs.
4011 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4012 (ps-x-color-name, ps-x-color-specifier-p)
4013 (ps-x-copy-coding-system, ps-x-device-class)
4014 (ps-x-extent-end-position, ps-x-extent-face)
4015 (ps-x-extent-priority, ps-x-extent-start-position)
4016 (ps-x-face-font-instance, ps-x-find-coding-system)
4017 (ps-x-font-instance-properties, ps-x-make-color-instance)
4018 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
4019 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
4020 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
4021 (ps-generate-postscript-with-faces): Delete defaliases.
4022 (ps-face-foreground-name, ps-face-background-name)
4023 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
4024 Move definitions to top level, make the body conditional on the Emacs
4025 flavor. Replace uses of deleted aliases and renamed functions.
4026 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
4027 of deleted aliases and renamed functions.
4028
4029 * calc/calc.el (calc-emacs-type-lucid): Remove.
4030 (calc-digit-map, calcDigit-start, calc-read-key)
4031 (calc-clear-unread-commands):
4032 * calc/calc-ext.el (calc-user-key-map): Replace uses of
4033 calc-emacs-type-lucid with (featurep 'xemacs)
4034
4035 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
4036 (featurep 'xemacs).
4037 (tpu-lucid-emacs19-p): Remove.
4038 (tpu-map-key): Make it a function instead of using fset. Inline
4039 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
4040 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
4041
4042 * ielm.el: Use featurep 'xemacs.
4043
4044 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
4045 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
4046 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
4047 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
4048 cperl-xemacs-p with (featurep 'xemacs).
4049 (font-lock-cache-position): Pacify byte compiler.
4050
4051 2007-10-29 Drew Adams <drew.adams@oracle.com>
4052
4053 * faces.el (read-color): New function.
4054 (face-at-point, foreground-color-at-point)
4055 (background-color-at-point): New functions.
4056
4057 2007-10-28 Richard Stallman <rms@gnu.org>
4058
4059 * net/browse-url.el (browse-url-text-xterm): Rename from
4060 browse-url-lynx-xterm and made generic.
4061 (browse-url-text-emacs): Likewise.
4062 (browse-url-text-browser): New variable.
4063 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
4064 (browse-url-text-input-field, browse-url-text-input-attempts)
4065 (browse-url-kde-program): Likewise.
4066
4067 2007-10-29 Glenn Morris <rgm@gnu.org>
4068
4069 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
4070 Use mapc rather than mapcar (reinstall change deleted without log
4071 entry 2007-10-22).
4072
4073 2007-10-29 Martin Rudalics <rudalics@gmx.at>
4074
4075 * wdired.el (wdired-next-line, wdired-previous-line):
4076 Use next-line and previous-line wrapped in with-no-warnings.
4077
4078 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
4079
4080 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
4081 (rcirc-recent-quit-alist): New function.
4082 (rcirc): Print a better message when there is only one connected server.
4083 (rcirc-complete-nick): Do not update the nick table here.
4084 (rcirc-mode-map): Add M-o.
4085 (rcirc-current-line): Add variable.
4086 (rcirc-mode): Setup variables for line based omit.
4087 (rcirc-edit-multiline): Strip text properties.
4088 (rcirc-omit-responses): Add NICK.
4089 (rcirc-omit-threshold): Add variable.
4090 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
4091 Add functions.
4092 (rcirc-print): Keep track of current line. Do not fill text if
4093 `rcirc-fill-flag' is null. Only omit text if the last activity
4094 from the sender is more than `rcirc-omit-threshold' lines ago.
4095 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
4096 numbers instead of time.
4097 (rcirc-channel-nicks): Sort by line numbers instead of time.
4098 (rcirc-omit-mode): Add `...' when omitting text and recenter.
4099 (rcirc-handler-JOIN): Restore the joiners linestamp.
4100 (rcirc-maybe-remember-nick-quit): Add function.
4101 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
4102
4103 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
4104
4105 * loadhist.el (unload-feature-special-hooks):
4106 Add `delete-frame-functions' and `suspend-tty-functions'.
4107
4108 * server.el (server-unload-function): Rename from `server-unload-hook'
4109 and adapt to new `unload-feature' functionality. Remove hook from
4110 `kill-buffer-hook' buffer-locally.
4111 (server-unload-hook): Remove.
4112 (server-unload-function): New var; replaces `server-unload-hook'.
4113
4114 2007-10-29 Glenn Morris <rgm@gnu.org>
4115
4116 * dirtrack.el (dirtrack-debug): Doc fix.
4117 (dirtrack-mode, dirtrack-debug-mode): New names for
4118 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
4119 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
4120 Make obsolete.
4121 (dirtrack-debug-message): Only print message if
4122 dirtrack-debug-mode is non-nil. Use with-current-buffer.
4123 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
4124 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
4125
4126 2007-10-28 Glenn Morris <rgm@gnu.org>
4127
4128 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
4129 (byte-compile-warnings-safe-p): Handle `not'.
4130 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
4131 (byte-compile-enable-warning): New functions.
4132 (byte-compile-eval-before-compile)
4133 (byte-compile-file-form-require): Use byte-compile-disable-warning.
4134 (byte-compile-close-variables): Locally bind byte-compile-warnings,
4135 but do not modify it.
4136 (byte-compile-eval, byte-compile-obsolete)
4137 (byte-compile-warn-about-unresolved-functions)
4138 (byte-compile-file-form-defvar)
4139 (byte-compile-file-form-custom-declare-variable)
4140 (byte-compile-file-form-require)
4141 (byte-compile-file-form-defmumble, byte-compile-lambda)
4142 (byte-compile-form, byte-compile-normal-call)
4143 (byte-compile-variable-ref, byte-compile-defvar)
4144 (byte-compile-make-variable-buffer-local):
4145 Use byte-compile-warning-enabled-p.
4146 * emacs-lisp/advice.el (ad-compile-function):
4147 Use byte-compile-disable-warning.
4148 * emacs-lisp/cl.el: Move local variables to end of file, and set
4149 byte-compile-warnings to `(not cl-functions)'.
4150 * emacs-lisp/cl-compat.el: Add a local variables section, and set
4151 byte-compile-warnings to `(not cl-functions)'.
4152 * emacs-lisp/cl-macs.el: Unify local variable section, and set
4153 byte-compile-warnings to `(not cl-functions)'.
4154 (cl-do-proclaim): Use byte-compile-disable-warning and
4155 byte-compile-enable-warning.
4156 * emacs-lisp/cl-seq.el: Unify local variable section, and set
4157 byte-compile-warnings to `(not cl-functions)'.
4158 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
4159 Use byte-compile-disable-warning.
4160
4161 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
4162
4163 * cus-edit.el (custom-browse-insert-prefix):
4164 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
4165
4166 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
4167
4168 * server.el (server-process-filter): Fix typo in docstring.
4169 (server-log): Reflow docstrings.
4170 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
4171 (server-goto-line-column): Use `when'.
4172
4173 2007-10-28 Juri Linkov <juri@jurta.org>
4174
4175 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
4176 when mouse is clicked on the isearch message.
4177 (isearch-resume): Call `isearch-update' at the end.
4178 Rename argument `search' to `string' to conform to the
4179 isearch terminology.
4180
4181 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4182
4183 Rewrite abbrev.c in Elisp.
4184 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
4185 (abbrev-table-get, abbrev-table-put, abbrev-get)
4186 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
4187 (define-abbrev, abbrev--check-chars, define-global-abbrev)
4188 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
4189 (abbrev-expansion, abbrev--before-point, expand-abbrev)
4190 (unexpand-abbrev, abbrev--write, abbrev--describe)
4191 (insert-abbrev-table-description, define-abbrev-table):
4192 New funs, largely transcribed from abbrev.c.
4193 (abbrev-with-wrapper-hook): New macro.
4194 (abbrev-table-name-list, global-abbrev-table)
4195 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
4196 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
4197 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
4198 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
4199 New vars, largely transcribed from abbrev.c.
4200 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
4201 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
4202 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
4203
4204 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4205
4206 * ps-print.el: Now detect if text foreground and background colors are
4207 equal and replace the foreground color by another color, so the text
4208 becomes visible. Doc fix.
4209 (ps-print-version): New version 6.8.
4210 (ps-default-fg, ps-default-bg): Docstring fix.
4211 (ps-postscript-code-directory): Fix default value code.
4212 (ps-fg-list, ps-fg-validate-p): New options.
4213 (ps-foreground-list): New var.
4214 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4215
4216 2007-10-27 Glenn Morris <rgm@gnu.org>
4217
4218 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
4219 (shell-dirtrack-toggle): Mark as obsolete.
4220 (dirtrack-toggle, dirtrack-mode): No longer alias to
4221 shell-dirtrack-mode.
4222
4223 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
4224
4225 * calc/calc.el (math-standard-opers): Lower the precedence
4226 of negation.
4227 * calc/calc-lang.el (math-oper-table): Lower precedence of
4228 negation for C, TeX, and eqn.
4229
4230 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4231
4232 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
4233
4234 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
4237 (desktop-not-loaded-hook): Fix :version tags.
4238
4239 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
4240
4241 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
4242 (tramp-get-remote-tmpdir): New defun.
4243 (tramp-make-tramp-temp-file): Use it.
4244 (tramp-local-call-process): New defun. Replace all calls of
4245 `call-process' by this when appropriate.
4246 (tramp-handle-write-region): Replace calls of `file-attributes' by
4247 `tramp-compat-file-attributes'.
4248 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4249 Make the first command a `tramp-send-command' call, with let-bind
4250 of `tramp-end-of-output'.
4251 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
4252 (tramp-load-report-modules, tramp-append-tramp-buffers):
4253 Move to tramp-cmds.el.
4254
4255 * net/tramp-fish.el (tramp-fish-handle-copy-file)
4256 (tramp-fish-do-copy-or-rename-file)
4257 (tramp-fish-do-copy-or-rename-file-directly):
4258 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4259 Add parameter PRESERVE-UID-GID.
4260
4261 2007-10-27 Eli Zaretskii <eliz@gnu.org>
4262
4263 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
4264 New defcustoms.
4265 (display-time-world-list): Use them as appropriate for the current
4266 value of `system-type'.
4267
4268 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4269
4270 * printing.el: Pacify byte compiler, that is, no compiler warnings.
4271 Move (again) some variable definitions before use, define some fun
4272 aliases, no code change.
4273 (pr-version): New version 6.9.2.
4274 (pr-path-style, pr-auto-region, pr-menu-char-height)
4275 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
4276 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
4277 via (defvar VAR).
4278 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
4279 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
4280 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
4281 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
4282 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
4283 (pr-menu-print-item, pr-ps-printer-menu-modified)
4284 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
4285 (pr-even-or-odd-alist): Vars definition moved.
4286
4287 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4288
4289 * emulation/pc-select.el (next-line-mark, next-line-nomark)
4290 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
4291 around uses of previous-line and next-line.
4292
4293 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
4294 New defvars.
4295
4296 * textmodes/css-mode.el (comment-continue):
4297 * net/browse-url.el (url-handler-regexp):
4298 * progmodes/idlw-help.el (idlwave-system-routines):
4299 Pacify byte-compiler.
4300
4301 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
4302 line-move-invisible-p with its former definition: invisible-p.
4303 line-move-invisible-p was removed on 2007-08-29.
4304
4305 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4306
4307 * files.el (kill-emacs-query-functions): Doc fix;
4308 `save-buffers-kill-emacs' is no longer bound to a key.
4309
4310 2007-10-26 Richard Stallman <rms@gnu.org>
4311
4312 * isearch-multi.el (isearch-buffers-multi): New option.
4313 (isearch-buffers-search-fun): Test it.
4314
4315 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
4316 Put ps-run-clear on C-c C-l.
4317
4318 * newcomment.el (comment-styles): New style indent-or-triple.
4319 (comment-style): Make that the default.
4320 (comment-add defvar): Doc fix.
4321 (comment-add): Delete arg EXTRA.
4322 (comment-region-default): Open code call to comment-add.
4323 Handle indent-or-triple style which uses `multi-char' for INDENT.
4324
4325 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4326
4327 * eshell/em-unix.el (nil-blank-string): Doc fix.
4328
4329 2007-10-26 John Wiegley <johnw@newartisans.com>
4330
4331 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
4332 function, ensure that the third argument is turned into a nil if
4333 the string is otherwise completely empty (either no characters, or
4334 all tabs/spaces). This fixes a bug from a user who found himself
4335 unable to customize `diff-switches' and still use Eshell's diff
4336 command.
4337
4338 2007-10-26 Glenn Morris <rgm@gnu.org>
4339
4340 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
4341 safe-local-variable property.
4342
4343 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
4344
4345 * net/browse-url.el (browse-url-browser-function): Delete grail.
4346 (browse-url-grail): Function and variable deleted.
4347 (browse-url-browser-function): Delete IXI Mosaic.
4348 (browse-url-default-browser): Don't try IXI Mosaic.
4349 (browse-url-iximosaic): Function deleted.
4350 (browse-url-browser-function): Delete MMM.
4351 (browse-url-default-browser): Don't try MMM.
4352 (browse-url-mmm): Function deleted.
4353
4354 2007-10-26 Drew Adams <drew.adams@oracle.com>
4355
4356 * custom.el (custom-note-var-changed): New function.
4357
4358 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
4359
4360 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
4361 use with the definition. Remove.
4362
4363 * add-log.el (change-log-start-entry-re): New defconst.
4364 (change-log-sortable-date-at): Use it.
4365 (change-log-beginning-of-defun, change-log-end-of-defun):
4366 New functions.
4367 (change-log-mode): Use them for beginning-of-defun-function and
4368 end-of-defun-function.
4369
4370 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
4371
4372 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
4373 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4374 (ses-recalculate-cell): Deal with point being just beyond end of
4375 data area (why does this happen?)
4376 (ses-set-curcell): Ditto.
4377 (ses-column-letter): Handle columns beyond 702. Code written by
4378 Gareth Rees.
4379
4380 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
4381
4382 * textmodes/org.el (org-agenda-get-restriction-and-command):
4383 Use `mapc' instead of `mapcar'.
4384 (org-agenda-list): Numeric prefix argument can specify the number
4385 of days.
4386 (remember-register, remember-buffer): Prevent byte compiler from
4387 complaining.
4388 (org-todo): Save and restore match data.
4389 (org-no-warnings): New macro.
4390 (org-columns-eval): Use `org-no-warnings'.
4391
4392 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
4393
4394 * comint.el (comint-password-prompt-regexp):
4395 Handle `[sudo] password'-style prompt.
4396
4397 2007-10-25 Glenn Morris <rgm@gnu.org>
4398
4399 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
4400 (defcustom): Doc fix.
4401
4402 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
4403 Add `non_intrinsic'.
4404 (f90-constants-re): Add ieee modules.
4405 (f90-typedef-matcher, f90-typedec-matcher)
4406 (f90-imenu-type-matcher): New functions.
4407 (f90-font-lock-keywords-1): Give module procedures function-name face.
4408 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
4409 Add `use, intrinsic'.
4410 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
4411 Move start of `enum' blocks to separate entry.
4412 (f90-start-block-re): Fix `type', `abstract interface'.
4413 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
4414 derived types.
4415 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
4416 `elemental', change `enumerator'.
4417 (f90-no-block-limit): Fix `abstract interface'.
4418
4419 * progmodes/f90.el (f90-indented-comment-re)
4420 (f90-directive-comment-re, f90-break-delimiters):
4421 * progmodes/fortran.el (fortran-comment-line-start-skip)
4422 (fortran-directive-re):
4423 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
4424 as safe if they are strings.
4425
4426 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * startup.el (window-system): Remove. Don't make it frame-local.
4429
4430 2007-10-24 Richard Stallman <rms@gnu.org>
4431
4432 * savehist.el (savehist-save): Omit unreadable elements.
4433
4434 * loadhist.el (unload-function-defs-list): Rename from
4435 unload-function-features-list.
4436 (unload-feature-special-hooks, unload-feature): Doc fixes.
4437
4438 * indent.el (indent-to-left-margin): If point's in the indentation,
4439 move to the end of the indentation.
4440
4441 * cus-edit.el (customize-changed-options): Make arg optional.
4442
4443 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4444
4445 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
4446
4447 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4448
4449 * textmodes/org-publish.el (org-publish-attachment): Re-install
4450 accidentally deleted change.
4451
4452 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * term/iris-ansi.el (iris-function-map): Move init into declaration.
4455
4456 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4457
4458 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4459 (Buffer-menu-mode-map): Initialize in the declaration.
4460 (Buffer-menu-mode): Define with `define-derived-mode'.
4461
4462 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
4463
4464 * textmodes/org.el (org-version): Change to 5.13e.
4465 (org-agenda-file-regexp): Fix typo in docstring.
4466 (org-add-planning-info): Fix bug in parenthesis settings.
4467 (org-scan-tags): Catch the case of indirect buffers with no filename.
4468 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
4469 Re-install switch to mapc, had been removed by accident.
4470 (org-columns-map): New binding `C-c C-o'.
4471 (org-columns-menu): Change menu text and added new entry.
4472 (org-columns-eval): Document the use of `next-line'.
4473 (org-columns-open-link): New function.
4474 (org-columns-follow-link): Remove function.
4475 (org-open-link-from-string): New function.
4476 (org-read-date-get-relative): Fix typo in docstring.
4477 (org-read-date-get-relative): Leading +/- is not optional.
4478 (org-agenda-get-restriction-and-command): Always resize window on
4479 first loop cycle.
4480 (org-agenda-open-link): Make sure the link abbreviations are
4481 present in the agenda buffer.
4482 (org-agenda-copy-local-variable): New function.
4483
4484 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
4487
4488 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4489
4490 * simple.el (reindent-then-newline-and-indent): Use a `move after
4491 insert' kind of marker in the save-excursion.
4492
4493 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4494
4495 * textmodes/css-mode.el: Require CL.
4496 (comment-continue): Declare.
4497
4498 * subr.el (make-variable-frame-localizable): Remove.
4499 (make-variable-frame-local): Mark obsolete.
4500
4501 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
4504 of the subdirs is unreadable.
4505
4506 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
4507
4508 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
4509 when we are local.
4510
4511 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * progmodes/python.el (python-current-defun): Remove left-over
4514 assignment to `start'.
4515
4516 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
4519 than `mapcar'; return value is not used.
4520
4521 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4522
4523 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
4524 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
4525
4526 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
4529 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
4530
4531 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4532
4533 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
4534
4535 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
4536
4537 * emacs-lisp/advice.el (ad-make-advised-docstring):
4538 Add ad-advice-info text property to doc string.
4539
4540 2007-10-23 Glenn Morris <rgm@gnu.org>
4541
4542 * progmodes/f90.el (f90-do-indent, f90-if-indent)
4543 (f90-type-indent, f90-program-indent, f90-associate-indent)
4544 (f90-continuation-indent, f90-comment-region)
4545 (f90-beginning-ampersand, f90-smart-end)
4546 (f90-break-before-delimiters, f90-auto-keyword-case)
4547 (f90-leave-line-no, f90-mode-hook):
4548 Give an appropriate safe-local-variable property.
4549
4550 * progmodes/fortran.el (fortran-tab-mode-default)
4551 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
4552 (fortran-structure-indent, fortran-continuation-indent)
4553 (fortran-comment-indent, fortran-comment-line-extra-indent)
4554 (fortran-comment-line-start)
4555 (fortran-minimum-statement-indent-fixed)
4556 (fortran-minimum-statement-indent-tab)
4557 (fortran-comment-indent-char, fortran-line-number-indent)
4558 (fortran-check-all-num-for-matching-do)
4559 (fortran-blink-matching-if, fortran-continuation-string)
4560 (fortran-comment-region, fortran-electric-line-number)
4561 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
4562 (fortran-analyze-depth, fortran-break-before-delimiters):
4563 Give an appropriate safe-local-variable property.
4564
4565 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4566
4567 * printing.el: Move variable definitions before use.
4568 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
4569
4570 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4571
4572 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
4573 (tpu-edt-off): Use it.
4574 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
4575 the global-map before adding it to global-map.
4576
4577 * menu-bar.el (global-buffers-menu-map): New var.
4578 (global-map, menu-bar-update-buffers): Use it.
4579 * msb.el (msb-menu-bar-update-buffers): Use it.
4580 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
4581 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
4582 Use with-current-buffer.
4583
4584 2007-10-22 Juri Linkov <juri@jurta.org>
4585
4586 * isearch-multi.el: New file.
4587
4588 * isearch.el (isearch-search-string): After finding the next
4589 occurrence switch to buffer isearch-buffers-current-buffer when
4590 isearch-buffers-next-buffer-function is non-nil and
4591 isearch-buffers-current-buffer is live.
4592
4593 * add-log.el (change-log-mode): Make and set buffer-local variable
4594 isearch-buffers-next-buffer-function to change-log-next-buffer.
4595 Call isearch-buffers-minor-mode.
4596 (change-log-next-buffer): New function.
4597
4598 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
4599
4600 * org-export-latex.el (org-export-latex-protect-string):
4601 Renaming of `org-latex-protect'.
4602 (org-export-latex-emphasis-alist): By default, don't protect
4603 any emphasis formatter from further conversion.
4604 (org-export-latex-tables): Honor column grouping for tables.
4605 (org-export-latex-title-command): New option.
4606 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4607 export backslash character.
4608
4609 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4610
4611 * textmodes/org.el (org-read-date-get-relative): New function.
4612 (org-agenda-file-regexp): New variable.
4613 (org-agenda-files): Allow directories in the variable.
4614 (org-agenda-get-restriction-and-command): New function.
4615 (org-agenda): Use `org-agenda-get-restriction-and-command'.
4616 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
4617 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
4618 New functions.
4619 (org-entry-add-to-multivalued-property)
4620 (org-entry-remove-from-multivalued-property)
4621 (org-entry-member-in-multivalued-property): New functions.
4622 (org-remember-apply-template): Catch C-g and make sure window
4623 configuration is restored.
4624 (org-agenda-open-link): Make it work with several links in the line.
4625 (org-drawers, org-set-regexps-and-options)
4626 (org-get-current-options): Add support for a DRAWERS in-buffer option.
4627 (org-agenda-window-frame-fractions): New option.
4628 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
4629 (org-columns-cleanup-item, org-find-entry-with-id)
4630 (org-insert-columns-dblock, org-listtable-to-string)
4631 (org-dblock-write:columnview, org-columns-capture-view)
4632 (org-edit-headline): New functions.
4633 (org-agenda-to-appt): Require calendar.
4634 (org-entry-get-with-inheritance): Widen for search.
4635 (org-columns-display-here): Don't mark buffer as modified when
4636 adding space characters to accomodate column overlays.
4637 (org-export-as-html): Better formatting of tags in the toc.
4638 (org-columns-display-here): Make the ITEM column as compact as possible.
4639 (org-remember-templates): Customization interface improved.
4640 (org-export-with-property-drawer): Variable removed.
4641 (org-export-with-drawers): New option.
4642 (org-complex-heading-regexp): New variable.
4643 (org-sort-entries): Rewrite using `sort-subr'.
4644 (org-set-property): More appropriate completion during interactive use.
4645 (org-sort-entries): Allow sorting by property.
4646 (org-additional-option-like-keywords): Add more values.
4647 (org-sort-entries-or-items): Rename from `org-sort-entries'.
4648
4649 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4650
4651 * textmodes/org.el (org-get-date-from-calendar): New function.
4652 (org-at-timestamp-p, org-timestamp-change)
4653 (org-remember-templates): First element of each entry is now a
4654 name for the template.
4655 (org-store-log-note): Check for `org-note-abort'.
4656 (org-kill-note-or-show-branches): New command.
4657 (org-fontify-priorities): New option.
4658 (org-fontify-priorities): New function.
4659 (org-cut-subtree, org-copy-subtree): New argument N to
4660 act on N sequential subtrees.
4661 (org-paste-subtree): Fix the level at which a tree is pasted.
4662 (org-fit-agenda-window): Limitations on window size removed.
4663 (org-agenda-find-same-or-today-or-agenda): Rename from
4664 `org-agenda-find-today-or-agenda'.
4665 (org-scheduled-past-days): New option.
4666 (org-agenda-scheduled-leaders)
4667 (org-agenda-deadline-leaders): New options.
4668 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
4669 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
4670 (org-export-with-tags, org-export-plist-vars)
4671 (org-infile-export-plist): New "tags" option.
4672 (org-use-property-inheritance): New option.
4673 (org-cached-entry-get): Use `org-use-property-inheritance'.
4674 (org-remember-apply-template): Fix typo.
4675
4676 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
4677
4678 * net/tramp.el (tramp-find-shell)
4679 (tramp-open-connection-setup-interactive-shell): Improve sending
4680 initial commands.
4681 (tramp-action-terminal): Send debug message.
4682 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
4683 (tramp-barf-if-no-shell-prompt): Insert code of
4684 `tramp-wait-for-shell-prompt'.
4685
4686 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4687
4688 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
4689
4690 * term/vt200.el (terminal-init-vt200):
4691 * term/vt201.el (terminal-init-vt201):
4692 * term/vt220.el (terminal-init-vt220):
4693 * term/vt240.el (terminal-init-vt240):
4694 * term/vt300.el (terminal-init-vt300):
4695 * term/vt320.el (terminal-init-vt320):
4696 * term/vt400.el (terminal-init-vt400):
4697 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
4698
4699 * term/wyse50.el (wyse50-terminal-map): New var.
4700 (terminal-init-wyse50): Use it and input-decode-map.
4701 (enable-arrow-keys): Emasculate.
4702
4703 * term/tvi970.el (tvi970-terminal-map): New var.
4704 (terminal-init-tvi970): Use it and input-decode-map.
4705 (tvi970-keypad-numeric): Remove.
4706 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
4707
4708 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
4709 (terminal-init-sun): Use it and input-decode-map.
4710
4711 * term/news.el (terminal-init-news):
4712 * term/lk201.el (terminal-init-lk201):
4713 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
4714
4715 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4716
4717 * complete.el (PC-expand-many-files): Remove.
4718 (PC-do-completion): Call file-expand-wildcards instead of
4719 PC-expand-many-files.
4720
4721 * net/tramp.el (tramp-handle-expand-many-files): Remove.
4722 (PC-expand-many-files): Remove advice.
4723
4724 2007-10-22 Glenn Morris <rgm@gnu.org>
4725
4726 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
4727 Add some support for Fortran 2003 syntax:
4728 (f90-type-indent): Now also applies to `enum'.
4729 (f90-associate-indent): New user option.
4730 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
4731 Add some F2003 keywords.
4732 (f90-constants-re): New constant.
4733 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
4734 Interface'.
4735 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
4736 `class'. Arguments for `type'/`class' may have spaces. Add a new
4737 element for functions with specified types. Add `end enum' and
4738 `select type'. Add `implicit enumerator' and `procedure'.
4739 Add `class default' and `type is', `class is'. Fix `go to' regexp.
4740 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
4741 (f90-font-lock-keywords-4): Add `f90-constants-re'.
4742 (f90-blocks-re): Add `enum' and `associate'.
4743 (f90-else-like-re): Add `class is', `type is', and `class default'.
4744 (f90-end-type-re): Add `enum'.
4745 (f90-end-associate-re, f90-typeis-re): New constants.
4746 (f90-end-block-re): Add `enum' and `associate'. Change from
4747 optional whitespace to end-of-word, to avoid `enumerator'.
4748 (f90-start-block-re): Add `select type', `abstract interface', and
4749 `enum'. Avoid `type is', and `type (sometype)'.
4750 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
4751 (f90-mode): Doc fix.
4752 (f90-looking-at-select-case): Doc fix. Add `select type'.
4753 (f90-looking-at-associate): New function.
4754 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
4755 Add `enum' and `abstract interface'.
4756 (f90-no-block-limit): Add `select type' and `abstract interface'.
4757 (f90-get-correct-indent, f90-calculate-indent)
4758 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
4759 (f90-indent-region, f90-match-end): Handle `associate' blocks.
4760
4761 2007-10-22 Martin Rudalics <rudalics@gmx.at>
4762
4763 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
4764 Use window-full-width-p.
4765
4766 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
4767
4768 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
4769
4770 * tooltip.el: Use featurep 'xemacs.
4771
4772 * printing.el: Move variable definitions before use, no code change.
4773
4774 2007-10-22 Juri Linkov <juri@jurta.org>
4775
4776 * simple.el (goto-history-element): Allow minibuffer-default to be
4777 a list of default values accessible by typing M-n in the minibuffer.
4778
4779 * dired-x.el (dired-guess-shell-command): Put all guesses to the
4780 minibuffer default value list instead of pushing them temporarily
4781 to the history list.
4782
4783 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4784
4785 * hexl.el (hexl-menu): New major mode menu.
4786
4787 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
4790
4791 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4792
4793 * w32-fns.el (w32-quote-process-args):
4794 * dos-w32.el (print-region-function, lpr-headers-switches)
4795 (ps-print-region-function): Pacify byte-compiler.
4796
4797 * emulation/edt-mapper.el (function-key-map):
4798 (edt-map-key): Make it a function instead of using fset.
4799 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
4800 (edt-gnu-map-key, edt-lucid-map-key): Remove.
4801 (edt-x-emacs-p): Remove.
4802 (edt-emacs-variant, edt-window-system, edt-xserver):
4803 Use featurep 'xemacs.
4804
4805 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
4806 Replace eudc-xemacs-p with its definition.
4807 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
4808 (eudc-emacs-mule-p): Remove.
4809 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
4810 eudc-xemacs-p with feature tests.
4811
4812 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
4813 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
4814 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
4815 (eudc-bob-toggle-inline-display):
4816 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
4817 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
4818
4819 * net/eudcb-ph.el (eudc-ph-open-session):
4820 Replace eudc-xemacs-mule-p with its former definition.
4821
4822 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
4823 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
4824
4825 * progmodes/vera-mode.el (vera-xemacs): Remove.
4826 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
4827
4828 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
4829 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
4830 (vhdl-speedbar-initialize, vhdl-ps-print-init)
4831 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
4832 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
4833 with (featurep 'xemacs).
4834
4835 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
4836 (save-buffer-state-x):
4837 * obsolete/fast-lock.el (fast-lock-verbose):
4838 * emulation/viper-init.el (viper-xemacs-p)
4839 (viper-cond-compile-for-xemacs-or-emacs):
4840 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
4841 * ps-print.el (case-fold-search):
4842 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
4843 * calculator.el (calculator-help): Use featurep 'xemacs.
4844
4845 * progmodes/prolog.el: Undo previous change.
4846 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
4847
4848 * progmodes/dcl-mode.el:
4849 * play/yow.el:
4850 * calendar/todo-mode.el:
4851 * calendar/cal-hebrew.el:
4852 * vc-hg.el: Undo previous change.
4853
4854 * vms-patch.el: Likewise.
4855 (print-region-function): Pacify byte-compiler.
4856
4857 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
4858
4859 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4860 preserve-uid-gid.
4861
4862 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
4863 compatibility. It is not used, though.
4864
4865 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
4866 Require tramp-cmds.el.
4867 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
4868 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
4869 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
4870 (tramp-do-copy-or-rename-file-out-of-band)
4871 (tramp-maybe-open-connection): Use `make-temp-name'. This is
4872 possible, because we don't need to create the temporary file, but
4873 we need a prefix for ssh, which has its own temporary file handling.
4874 (tramp-handle-delete-directory): Add "-f" to rmdir.
4875 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
4876 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
4877 a signal, in order to give the callee a chance to suppress.
4878 (tramp-handle-write-region): Set owner also in case of short
4879 track. Don't use compatibility calls for `write-region' anymore.
4880 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
4881 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
4882
4883 * net/tramp-cmds.el: New file.
4884
4885 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
4886 `tramp-clear-passwd'.
4887
4888 * net/trampver.el: Update release number.
4889
4890 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4891
4892 * progmodes/gud.el (gud-target-name): Move definition before use.
4893
4894 * progmodes/dcl-mode.el: Require imenu at compile time.
4895
4896 * progmodes/cc-engine.el (c-maybe-stale-found-type):
4897 Pacify byte-compiler.
4898
4899 * obsolete/fast-lock.el: Use featurep test instead of string-match.
4900
4901 * eshell/esh-mode.el (eshell-handle-ansi-color):
4902 Require ansi-color at compile time too.
4903
4904 * eshell/em-unix.el (eshell/info): Require info at compile time too.
4905
4906 * w32-fns.el: Require w32-vars.
4907
4908 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
4909 time too.
4910
4911 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * double.el ([ignore]): Use `ignore'.
4914 (double-setup): Inline into double-mode.
4915 (double-mode): Use define-minor-mode.
4916
4917 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4918
4919 * textmodes/reftex.el: Move require easymenu before first use.
4920 (reftex-info): Require info at compile too.
4921
4922 * textmodes/org-publish.el (org-publish-org-to-html)
4923 (org-publish-org-to): Require org at compile time too.
4924 (org-publish-attachment): Require at compile time too.
4925
4926 * term/tty-colors.el (w32-tty-standard-colors):
4927 Pacify byte-compiler.
4928
4929 * term/pc-win.el (frame-creation-function-alist): Add to this
4930 instead of setting frame-creation-function.
4931
4932 * play/blackbox.el (bb-up, bb-down): Use forward-line.
4933
4934 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
4935
4936 * calendar/todo-mode.el: Require calendar at compile time.
4937
4938 * calendar/cal-hebrew.el: Require holidays at compile time.
4939
4940 * w32-vars.el: Provide w32-vars.
4941
4942 * term/w32-win.el: Require w32-vars.
4943 (w32-color-map): Pacify byte-compiler.
4944
4945 * loadup.el: Load w32-vars before term/w32-win.
4946
4947 2007-10-20 Juri Linkov <juri@jurta.org>
4948
4949 * textmodes/fill.el (fill-paragraph): When the region is active,
4950 don't try other `or' branches regardless of the value returned by
4951 fill-region; just return t.
4952
4953 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4954
4955 * vc.el (vc-do-command): Condition out a misleading message when
4956 running asynchronously.
4957 (vc-deduce-fileset): New argument enables using an unregistered
4958 visited file as a singleton fileset if nothing else is available.
4959 (vc-next-action): Restore file-registering behavior.
4960
4961 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4962
4963 * calc/README: Add recent news.
4964
4965 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
4966
4967 * term/x-win.el (x-gtk-stock-map, icon-map-list)
4968 (x-gtk-map-stock): Delete duplicated definitions from merge.
4969
4970 * progmodes/compile.el (compilation-skip-to-next-location)
4971 (compilation-skip-threshold, compilation-skip-visited):
4972 Move definitions earlier.
4973
4974 * play/decipher.el (decipher-keypress):
4975 * play/zone.el (zone-fall-through-ws):
4976 * play/landmark.el (lm-move-down, lm-move-up):
4977 * play/handwrite.el (handwrite):
4978 * mail/mspools.el (mspools-visit-spool):
4979 * wdired.el (wdired-next-line, wdired-previous-line):
4980 * tar-mode.el (tar-subfile-save-buffer):
4981 * scroll-lock.el (scroll-lock-next-line)
4982 (scroll-lock-previous-line):
4983 * image-dired.el (image-dired-next-line)
4984 (image-dired-previous-line):
4985 * ediff-help.el (ediff-help-message-line-length):
4986 Use forward-line.
4987
4988 * smerge-mode.el (smerge-auto-refine):
4989 * diff-mode.el (diff-auto-refine): Add :group.
4990
4991 * play/yow.el: Require doctor at compile time.
4992
4993 * vmsproc.el: Provide vmsproc.
4994 (command-send-input): Use forward-line.
4995
4996 * vms-patch.el: Require ps-print and vmsproc at compile time.
4997
4998 * vc-mtn.el (log-view-message-re, log-view-file-re)
4999 (log-view-font-lock-keywords): Pacify byte-compiler.
5000
5001 * vc-hg.el: Require log-view at compile time.
5002
5003 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
5004
5005 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
5006
5007 2007-10-20 Glenn Morris <rgm@gnu.org>
5008
5009 * progmodes/f90.el (f90-font-lock-keywords-2)
5010 (f90-looking-at-type-like): Fix regexp typos.
5011
5012 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
5013
5014 * bs.el (bs--track-window-changes): Don't refresh the whole list.
5015 (bs-mode): Set mode-class property to special.
5016
5017 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5018
5019 * diff-mode.el (diff-auto-refine): New var.
5020 (diff-hunk): Use it.
5021 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
5022 (diff-refine-change): Rename from diff-fine-change. Change it.
5023 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
5024 (diff-refine-hunk): Rename from diff-fine-highlight.
5025
5026 2007-10-20 John Paul Wallington <jpw@pobox.com>
5027
5028 * help-fns.el (describe-variable-custom-version-info): New function
5029 to return variable's version or package version note.
5030 (describe-variable): Use it, display result.
5031
5032 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5033
5034 * smerge-mode.el (smerge-auto-refine): New var.
5035 (smerge-next, smerge-prev): Use it.
5036 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
5037
5038 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5039 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
5040
5041 * vc-bzr.el (vc-bzr-diff-tree):
5042 * vc-git.el (vc-git-diff-tree):
5043 * vc-hg.el (vc-hg-diff-tree):
5044 * vc-mcvs.el (vc-mcvs-diff-tree):
5045 * vc-mtn.el (vc-mtn-diff-tree):
5046 * vc-svn.el (vc-svn-diff-tree): Remove.
5047
5048 * vc-mtn.el (vc-mtn-revision-completion-table):
5049 * vc-cvs.el (vc-cvs-revision-completion-table):
5050 * vc-arch.el (vc-arch-revision-completion-table):
5051 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
5052 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
5053 Make it work when the arg is a list of files.
5054
5055 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
5058 Also `revision-completion-table' now takes a list of files.
5059 (vc-deduce-fileset): Remove unused var `regexp'.
5060 Only obey allow-directory-wildcard in dired buffers.
5061 (vc-default-diff-tree): Remove.
5062 (vc-diff-added-files): New var.
5063 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
5064 (vc-version-diff): Revert from `vc-history-diff' to the original name.
5065 Remove the `backend' arg.
5066 (vc-contains-version-controlled-file): Remove.
5067 (vc-diff): Bring it closer to the version in Emacs-22.
5068 (vc-revert): Fix typo in let-binding.
5069 (vc-default-unregister): Remove.
5070 (vc-dired-buffers-for-dir): Remove N^2 behavior.
5071
5072 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
5073
5074 * textmodes/two-column.el (2C-split, 2C-merge):
5075 * textmodes/bib-mode.el (bib-find-key, mark-bib):
5076 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
5077 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
5078 * progmodes/ada-xref.el (ada-get-all-references):
5079 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
5080 * emulation/vi.el (vi-previous-line-first-nonwhite)
5081 (vi-effective-range, vi-put-before):
5082 * emulation/edt.el (edt-next-line, edt-previous-line)
5083 (edt-paragraph-forward): Use forward-line.
5084
5085 * progmodes/etags.el (tags-apropos): Require apropos at compile
5086 time too.
5087
5088 * progmodes/prolog.el: Require comint when compiling.
5089 (inferior-prolog-flavor): Move defvar before use.
5090
5091 2007-10-19 Richard Stallman <rms@gnu.org>
5092
5093 * font-core.el (turn-on-font-lock-if-desired):
5094 Rename from `turn-on-font-lock-if-enabled'.
5095 Fully obey `font-lock-global-modes'.
5096
5097 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5098
5099 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
5100 which will not affect the behavior of things like forward-word.
5101 (diff-fine-highlight): Preserve point.
5102
5103 * doc-view.el (doc-view-mode-map): Use remapping.
5104 Don't rebind C-v, M-v to their default value.
5105 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
5106
5107 * smerge-mode.el: Add word-granularity refinement.
5108 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
5109 (smerge-refine-weight-hack): New vars.
5110 (smerge-refine-forward): New fun.
5111 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
5112 (smerge-refine-subst): Use them as well. Preserve point.
5113
5114 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
5115
5116 * follow.el (follow-unload-function): New function.
5117
5118 * loadhist.el (unload-function-features-list):
5119 Rename from `unload-hook-features-list'.
5120 (unload-hook-features-list): Add as obsolete alias.
5121 (unload-feature): Use `unload-function-features-list'
5122 and new FEATURE-unload-function.
5123
5124 2007-10-19 Glenn Morris <rgm@gnu.org>
5125
5126 * bindings.el (mouse-minor-mode-menu)
5127 (minor-mode-menu-from-indicator): Move to mouse.el.
5128 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5129 Move here from bindings.el.
5130
5131 2007-10-19 Richard Stallman <rms@gnu.org>
5132
5133 * help-fns.el (describe-function-1): Don't use the advice origname
5134 if it has no function definition.
5135
5136 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
5137
5138 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
5139 Use `save-restriction' rather than `widen'.
5140
5141 2007-10-18 Richard Stallman <rms@gnu.org>
5142
5143 * time.el (display-time-world-time-format): Display day # not month #.
5144
5145 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
5146
5147 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
5148
5149 * doc-view.el: Remove version keyword.
5150 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
5151 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
5152 (doc-view-ghostscript-options): Improve custom type.
5153 (doc-view-cache-directory, doc-view-conversion-buffer)
5154 (doc-view-conversion-refresh-interval): Simplify custom type.
5155
5156 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
5157
5158 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
5159 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
5160 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
5161 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
5162 Remove superfluous messages.
5163 (doc-view-mode-map): Use the image-mode scrolling commands.
5164 Don't rebind C-x k.
5165
5166 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
5167
5168 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
5169 Add comment about "-dSAFER".
5170
5171 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 * term/xterm.el: Don't require xt-mouse.
5174 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
5175 calling turn-on-xterm-mouse-tracking-on-terminal directly.
5176
5177 * xt-mouse.el: Don't change the global function-key-map anny more.
5178 (xterm-mouse-mode): Use terminal-init-xterm-hook.
5179 Don't use after-make-frame-functions now that term/xterm.el calls
5180 us directly.
5181 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
5182 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
5183 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
5184 Setup input-decode-map and remember that xterm-mouse-mode was
5185 enabled in this terminal.
5186 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
5187 terminals where it has been enabled.
5188
5189 * faces.el (tty-create-frame-with-faces): Make sure not only
5190 tty-run-terminal-initialization but also set-locale-environment
5191 are run only once per terminal.
5192 (tty-run-terminal-initialization): Don't check if the terminal was
5193 already initted.
5194
5195 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
5196 not to remove keymaps that just happen to inherit from one of ours.
5197 When setting up our keymap, make sure it won't be accidentally
5198 modified by someone else.
5199
5200 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
5201
5202 * textmodes/artist.el (artist-previous-line, artist-next-line):
5203 * dired.el (dired-next-line, dired-previous-line):
5204 * progmodes/delphi.el (delphi-newline):
5205 * textmodes/org.el (org-columns-eval):
5206 Use forward-line.
5207
5208 * emerge.el (emerge-setup): Use insert-buffer-substring.
5209 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
5210
5211 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
5212
5213 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
5214 (adaptive-fill-function): Doc fix. Remove * from docstring.
5215
5216 2007-10-18 Tom Horsley <tom.horsley@att.net>
5217
5218 * simple.el (interprogram-paste-function): Doc fix.
5219 (current-kill): Accept list of strings as well
5220 as single string from `interprogram-paste-function'.
5221
5222 2007-10-18 Glenn Morris <rgm@gnu.org>
5223
5224 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
5225
5226 2007-10-18 Drew Adams <drew.adams@oracle.com>
5227
5228 * bindings.el (mode-line-minor-mode-keymap):
5229 Add mouse-minor-mode-menu on mouse-1.
5230 (mode-line-modes): Add mouse-1 to help-echo text.
5231 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5232 New functions.
5233 (mode-line-minor-mode-help): Doc fix.
5234
5235 2007-10-17 Juri Linkov <juri@jurta.org>
5236
5237 * textmodes/fill.el (fill-paragraph-or-region): Remove function
5238 at the request of RMS.
5239 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
5240 arg `region'. Fix docstring. At the first `or' branch add call to
5241 `fill-region' if it the region is active in transient-mark-mode.
5242
5243 * bindings.el (esc-map): Bind M-q to fill-paragraph
5244 instead of fill-paragraph-or-region.
5245
5246 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
5247 with fill-paragraph.
5248
5249 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
5250 Fix docstring.
5251
5252 * indent.el (indent-for-tab-command): Change interactive spec from
5253 "P" to "p". Add check for interactive arg before indenting the
5254 active region.
5255
5256 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
5257 Regroup.
5258
5259 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
5260
5261 * emacs-lisp/find-func.el: Don't require loadhist.
5262
5263 * loadhist.el (feature-symbols, file-provides, file-requires)
5264 (file-set-intersect, file-dependents): Simplify.
5265 (unload-feature-special-hooks): Update list of special hooks.
5266
5267 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
5268
5269 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
5270 extensions since they can be viewed with doc-view.
5271
5272 * files.el (auto-mode-alist): Make doc-view-mode the default mode
5273 for pdf, ps and dvi files.
5274
5275 * doc-view.el: Make doc-view-mode the standard mode for viewing
5276 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
5277 text and image display. Add binding C-c C-e to switch to an
5278 editing mode.
5279 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
5280 avoid security problems when rendering files from untrusted sources.
5281
5282 2007-10-17 Aaron Hawley <aaronh@garden.org>
5283
5284 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
5285 position is not saved.
5286
5287 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
5288
5289 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
5290 (doc-view-ghostscript-options): Fix typo in doc string.
5291
5292 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
5295 handling, so compilation-fake-loc works again.
5296
5297 * server.el (server-select-display): Nop if we do not support m-f-o-d.
5298 (server-process-filter): Revert last change.
5299
5300 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
5301 behavior unrelated to filesets.
5302
5303 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
5304
5305 * longlines.el (longlines-wrap-follows-window-size): Integer value
5306 specifies wrapping margin.
5307 (longlines-mode, longlines-window-change-function):
5308 Set window-specific wrapping margin based on the above.
5309
5310 2007-10-17 John Wiegley <johnw@newartisans.com>
5311
5312 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
5313
5314 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5315
5316 * server.el (server-process-filter): Only set display if X11 is
5317 supported.
5318
5319 2007-10-17 Glenn Morris <rgm@gnu.org>
5320
5321 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
5322 Tweak regexp to avoid stack overflow.
5323
5324 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5325
5326 * simple.el (reindent-then-newline-and-indent): Don't assume that
5327 indent-according-to-mode preserves point.
5328
5329 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
5330
5331 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
5332 (bs--nth-wrapper): Simplify.
5333 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
5334 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
5335 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
5336 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
5337 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
5338 (bs-configurations, bs-default-configuration)
5339 (bs-alternative-configuration, bs-cycle-configuration-name)
5340 (bs-string-show-always, bs-string-show-never, bs-string-current)
5341 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
5342 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
5343 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
5344 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
5345 (bs--window-config-coming-from): Revert 2006-11-09 change.
5346 (bs--restore-window-config): Keep the selected frame.
5347 (bs--track-window-changes, bs--remove-hooks): New functions.
5348 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
5349 (bs--create-header): Remove.
5350 (bs--create-header-line): New function, based on `bs--create-header'.
5351 (bs--show-header): Use `bs--create-header-line'.
5352 (bs--show-with-configuration): Revert 2006-11-09 change.
5353 Don't reuse window unless it is visible on the selected frame.
5354 Restore window configuration (possibly in a different frame)
5355 before creating any window.
5356
5357 2007-10-16 Glenn Morris <rgm@gnu.org>
5358
5359 * simple.el (blink-matching-open): Don't report false errors with
5360 the `$' syntax class.
5361
5362 2007-10-16 Richard Stallman <rms@gnu.org>
5363
5364 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
5365 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
5366 (ad-is-advised, ad-get-advice-info-field)
5367 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
5368
5369 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * vc-hooks.el (vc-workfile-version): Compatibility alias.
5372 (vc-default-working-revision): Compatibility for backends.
5373
5374 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
5377 (filesets-ormap, filesets-sort-case-sensitive-flag)
5378 (filesets-remake-shortcut, filesets-ingroup-collect-files):
5379 Fix typos in docstrings.
5380 (filesets-conditional-sort, filesets-find-or-display-file)
5381 (filesets-data-get-name, filesets-data-get-data)
5382 (filesets-data-set, filesets-cmd-query-replace-getargs)
5383 (filesets-ingroup-collect): Doc fixes.
5384
5385 2007-10-15 Sam Steingold <sds@gnu.org>
5386
5387 * mail/sendmail.el (sendmail-error-reporting-interactive)
5388 (sendmail-error-reporting-non-interactive): New variables for
5389 sendmail error reporting options to simplify support for imperfect
5390 sendmail emulators.
5391 (sendmail-send-it): Use them instead of list literals.
5392
5393 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5394
5395 * help-fns.el: Revert previous change; it creates a
5396 dependency loop between advice.el and help-fns.el.
5397
5398 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5399
5400 * help-fns.el: Require advice when compiling.
5401
5402 2007-10-14 Drew Adams <drew.adams@oracle.com>
5403
5404 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
5405 (ring-insert+extend, ring-remove+insert+extend, ring-member)
5406 (ring-next, ring-previous): New functions.
5407
5408 2007-10-14 Richard Stallman <rms@gnu.org>
5409
5410 * emacs-lisp/advice.el (documentation): Advice deleted.
5411 Doc for advised functions is now handled at C level.
5412 (ad-stop-advice, ad-start-advice): Don't enable or disable
5413 advice for `documentation'.
5414 (ad-advised-definition-docstring-regexp): Var deleted.
5415 (ad-make-advised-definition-docstring): Store orig name
5416 as text property of string.
5417 (ad-advised-definition-p): Check for text property of docstring.
5418
5419 * help-fns.el (describe-function-1): Find source of advised functions.
5420
5421 2007-10-14 Juri Linkov <juri@jurta.org>
5422
5423 * faces.el (describe-face): Allow handling a string as the face name.
5424
5425 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
5426 active region in transient-mark-mode.
5427 (ispell-region): Change messages displayed at the start and end of
5428 the spell-checking to be the same.
5429
5430 * startup.el (fancy-startup-tail): Say exactly what does the button
5431 dismiss ("Dismiss this startup screen"). Use text "Never show
5432 it again" for the checkbox after this button.
5433 (fancy-startup-screen, fancy-about-screen): Put point before the
5434 first link, so the user can quickly select links with the keyboard.
5435 (normal-mouse-startup-screen): Add more useful text describing how
5436 to follow a link.
5437
5438 2007-10-14 Glenn Morris <rgm@gnu.org>
5439
5440 * progmodes/etags.el (select-tags-table): Disable undo in the
5441 `*Tags Table List*' buffer.
5442
5443 2007-10-13 Eli Zaretskii <eliz@gnu.org>
5444
5445 * dired.el (dired-warn-writable): New face.
5446 (dired-warn-writable-face): New variable.
5447 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
5448 of dired-warning-face, for group- and world-writable files.
5449
5450 2007-10-13 Richard Stallman <rms@gnu.org>
5451
5452 * files.el (directory-abbrev-alist): Doc fix.
5453
5454 2007-10-13 Jari Aalto <jari.aalto@cante.net>
5455
5456 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
5457
5458 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5459
5460 * frame.el (set-frame-configuration): Assign name parameter only
5461 if it has been set explicitly before.
5462
5463 2007-10-11 Tom Tromey <tromey@redhat.com>
5464
5465 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
5466 frame is visible.
5467
5468 2007-10-10 Richard Stallman <rms@gnu.org>
5469
5470 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
5471 in *Backtrace*.
5472
5473 * faces.el (face-font-selection-order): Doc fix.
5474
5475 * loadhist.el (unload-feature): Doc fix.
5476
5477 2007-10-13 Glenn Morris <rgm@gnu.org>
5478
5479 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
5480 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5481 Add doc string, and an explicit COUNT argument.
5482 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
5483 `inc' to search functions.
5484
5485 * faces.el (face-spec-set): When FRAME is nil, set the default for
5486 new frames (restores pre-2007-09-17 behavior). Doc fix.
5487
5488 2007-10-13 John W. Eaton <jwe@octave.org>
5489
5490 * progmodes/octave-mod.el (octave-looking-at-kw)
5491 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5492 New functions.
5493 (octave-in-defun-p, calculate-octave-indent)
5494 (octave-blink-matching-block-open, octave-beginning-of-defun)
5495 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
5496 to search for regexps that contain case-sensitive keywords.
5497 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
5498 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
5499
5500 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5501
5502 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
5503 Do not use a single clause cond.
5504
5505 * cus-start.el (all): Use test that does not match the X11 version
5506 for mac.
5507
5508 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
5509
5510 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
5511 BROWSE buffer.
5512
5513 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5514
5515 * cus-start.el (all): Undo previous change.
5516
5517 2007-10-13 Glenn Morris <rgm@gnu.org>
5518
5519 * woman.el (woman0-rename): Fix paren typo.
5520
5521 * mail/feedmail.el (feedmail-run-the-queue)
5522 (feedmail-look-at-queue-directory):
5523 * mail/reporter.el (reporter-dump-state):
5524 * net/eudc-hotlist.el (eudc-edit-hotlist):
5525 * net/eudc.el (eudc-display-records)
5526 (eudc-filter-duplicate-attributes)
5527 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
5528 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
5529 (eudc-bbdb-query-internal):
5530 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
5531 * net/socks.el (socks-build-auth-list):
5532 * progmodes/cc-cmds.el (top level):
5533 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
5534 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
5535 (cperl-write-tags, cperl-tags-treeify):
5536 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
5537 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
5538 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
5539 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
5540 (idlwave-toolbar-remove-everywhere):
5541 * progmodes/idlwave.el (idlwave-indent-line)
5542 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
5543 (idlwave-write-paths, idlwave-all-method-classes)
5544 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
5545 (idlwave-fix-keywords, idlwave-display-calling-sequence)
5546 (idlwave-complete-in-buffer):
5547 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
5548 (org-fast-tag-selection):
5549 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
5550 than mapcar.
5551
5552 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5553
5554 * diff-mode.el (diff-fine-change): Add :group.
5555
5556 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5557
5558 * cus-start.el (all): Use the same test as the 22.2 branch.
5559
5560 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5561
5562 * diff-mode.el (diff-current-defun): Force recomputation of
5563 change-log-default-name.
5564
5565 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
5566
5567 * startup.el (fancy-startup-screen): Remove an unnecessary newline
5568 and some leftover logic regarding dedicated frames. If showing
5569 concise startup screen, fit window to buffer.
5570 (command-line-1): If we will be using the splash screen, use
5571 find-file instead of find-file-other-window to find additional files.
5572 Comment out unused code for coping with the old sit-for behavior.
5573
5574 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5575
5576 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
5577 `meta' modifier consistently, rather than using sometimes meta
5578 sometimes alt.
5579
5580 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5581
5582 * window.el (handle-select-window): Revert part of 2007-10-08
5583 change setting the input focus.
5584
5585 2007-10-12 Glenn Morris <rgm@gnu.org>
5586
5587 * startup.el (command-line): Do not read abbrev file in batch mode.
5588
5589 * emacs-lisp/byte-opt.el (top level):
5590 * mail/rmail.el (rmail-list-to-menu):
5591 * obsolete/hilit19.el (hilit-mode):
5592 * progmodes/cc-mode.el (c-postprocess-file-styles)
5593 (c-submit-bug-report):
5594 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5595 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
5596 (reftex-access-parse-file):
5597 * textmodes/reftex-cite.el (reftex-do-citation)
5598 (reftex-insert-bib-matches):
5599 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5600 * textmodes/reftex-sel.el (reftex-select-unmark):
5601 * textmodes/reftex-toc.el (reftex-toc-do-promote):
5602 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
5603
5604 * cus-edit.el (custom-variable-menu, custom-face-menu)
5605 (custom-group-menu): Check init-file-user rather than
5606 user-init-file, in case cus-edit is loaded by site-run-file.
5607
5608 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5609
5610 * vc.el (vc-deduce-fileset): Delete unused code.
5611 (vc-next-action): Fix typos.
5612
5613 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5614
5615 * bs.el (bs--mark-unmark): New function.
5616 (bs-mark-current, bs-unmark-current): Use it.
5617
5618 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5619
5620 * vc.el (vc-diff):
5621 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
5622 temporarily disable the check for his edge case of
5623 vc-diff (stopping it from grinding when called from $HOME), as
5624 it's calling some brittle code in vc-hooks.el.
5625 (with-vc-properties): Fix evaluation time of a macro argument.
5626 * ediff-vers.el (ediff-vc-internal):
5627 * vc-hooks.el:
5628 * loaddefs.el: Follow up on VC terminology change.
5629
5630 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5631
5632 * follow.el (follow-stop-intercept-process-output):
5633 Use `follow-call-process-filter' rather than `process-filter'.
5634 Simplify.
5635
5636 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5637
5638 * vc-hooks.el (vc-registered): Robustify this function a bit
5639 against filenames with no directory component.
5640
5641 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * international/characters.el: Undo unwanted and unexplained change.
5644
5645 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5646
5647 * ps-print.el: Fix the usage of :foreground and :background face
5648 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
5649 (ps-print-version): New version 6.7.6.
5650 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
5651 Fix code.
5652 (ps-face-foreground-color-p, ps-face-background-color-p)
5653 (ps-face-color-p): New inline funs.
5654
5655 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5656
5657 * textmodes/org.el (org-additional-option-like-keywords): New constant.
5658 (org-complete): Use `org-additional-option-like-keywords'.
5659 (org-parse-local-options): New function.
5660
5661 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5662
5663 * textmodes/org.el (org-in-clocktable-p): New function.
5664 (org-clock-report): Only update the table at point, or insert a new one.
5665 (org-clock-goto): New function.
5666 (org-open-file): Use `start-process-shell-command' instead of
5667 `shell-command' with an ampersand.
5668 (org-deadline, org-schedule): New argument REMOVE to remove the
5669 date from the entry.
5670 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
5671 argument to `org-schedule' and `org-deadline'.
5672 (org-trim): Use the correct expressions for beginning and end of
5673 the string.
5674 (org-get-cleaned-entry): Trim the string before returning it.
5675 (org-clock-find-position): New function.
5676 (org-clock-into-drawer): New option.
5677 (org-agenda-tags-column): Rename from
5678 `org-agenda-align-tags-to-column'.
5679 (org-agenda-align-tags): Allow negative values for
5680 `org-agenda-tags-column'.
5681 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
5682 (org-agenda-to-appt): New optional argument FILTER.
5683 (org-completion-fallback-command): New variable.
5684 (org-complete): Use `org-completion-fallback-command'.
5685 (org-find-base-buffer-visiting): Catch the case that there is no
5686 buffer visiting the file.
5687 (org-property-or-variable-value): New function.
5688 (org-todo): Use `org-property-or-variable-value'
5689 (org-agenda-compact-blocks): New option.
5690 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
5691 (org-agenda-schedule, org-agenda-deadline):
5692 Call `org-agenda-show-new-time'.
5693 (org-agenda-show-new-time): New argument PREFIX.
5694 (org-colgroup-info-to-vline-list): Fix but that cause a
5695 shift in the vertical lines.
5696 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
5697 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
5698 (org-indent-item): No arg in call to `org-fix-bullet-type'.
5699 (org-fix-bullet-type): Remove argument.
5700 (org-read-date): Check for am/pm twice, to catch the end time.
5701 (org-goto-map): Use `suppress-keymap'.
5702 (org-remember-apply-template): Respect the dynamically scoped
5703 selection character.
5704
5705 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
5706
5707 * textmodes/org-export-latex.el (org-export-latex-protect-string):
5708 Renaming of `org-latex-protect'.
5709 (org-export-latex-emphasis-alist): By default, don't protect
5710 any emphasis formatter from further conversion.
5711 (org-export-latex-tables): Honor column grouping for tables.
5712 (org-export-latex-title-command): New option.
5713 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5714 export backslash character.
5715
5716 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * frame.el (frame-inherited-parameters): Remove unused `environment'
5719 parameter, and let server.el add `client' when needed.
5720
5721 * server.el (server-create-tty-frame)
5722 (server-create-window-system-frame): Set frame-inherited-parameters.
5723
5724 * frame.el (frame-inherited-parameters): New var.
5725 (make-frame): Use it.
5726
5727 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
5728
5729 * env.el (let-environment): Remove. Unused.
5730 (read-envvar-name): Simplify.
5731 (setenv): Remove unused arg `frame'.
5732
5733 * help-fns.el (describe-variable): Add missing " " for multiline
5734 obsolescence info and missing EOL after global value.
5735
5736 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5737
5738 * add-log.el:
5739 * ediff-vers.el:
5740 * log-view.el:
5741 * pcvs.el:
5742 * vc-arch.el:
5743 * vc-bzr.el:
5744 * vc-cvs.el:
5745 * vc.el:
5746 * vc-git.el:
5747 * vc-hg.el:
5748 * vc-hooks.el:
5749 * vc-mcvs.el:
5750 * vc-mtn.el:
5751 * vc-rcs.el:
5752 * vc-sccs.el:
5753 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
5754 {find,init,next,previous,annotate-*,log}-version ->
5755 {find,init,next,previous,annotate-*,log}-revision,
5756 annotate-focus-version -> annotate-working-revision, The term
5757 'focus' is gone. The term 'revision' is now used consistently
5758 everywhere that reference to a revision ID is intended, replacing
5759 older use of 'version'.
5760
5761 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
5762
5763 * follow.el: Change all instances of "Follow Mode" to "Follow
5764 mode" in docstrings and messages.
5765 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
5766
5767 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5768
5769 * vc.el (vc-next-action): Rewrite completely; this principal
5770 entry point now operates on a current fileset selected either
5771 explicitly via VC-Dired or implicitly by visiting a file buffer,
5772 rather than always operating on the file of the current buffer as
5773 in older versions. Rewrite the rest of the mode to match.
5774 (with-vc-properties): Rewrite to operate on a file list.
5775 (with-vc-file): vc-checkin takes a file list argument now.
5776 (vc-post-command-functions): This hook now receives a file list.
5777 (vc-do-command): Take a either a file or a file list as argument.
5778 (vc-deduce-fileset): New function for deducing a file list to
5779 operate on.
5780 (vc-next-action-on-file, vc-next-action-dired): Remove.
5781 Merge into vc-next-action.
5782 (vc-register): Adapt to the fact that vc-start-entry now takes a
5783 file list.
5784 (vc-register-with): New function.
5785 (vc-start-entry): Take a file list argument rather than a
5786 file argument.
5787 (vc-checkout): Cope with vc-start-entry taking a file list.
5788 (vc-steal-lock): Cope with with-vc-properties taking a
5789 file list.
5790 (vc-checkin): Take a file list argument rather than a file argument.
5791 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
5792 (vc-diff-internal): Rewrite for filesets.
5793 (vc-diff-sentinel): New function, tests whether changes were
5794 written into a diff buffer.
5795 (vc-diff): Rewrite for filesets.
5796 (vc-version-diff): Rewrite for filesets.
5797 (vc-print-log): Take a fileset argument.
5798 (vc-revert): Revert the entire selected fileset, not just the
5799 current buffer.
5800 (vc-rollback): Roll back the entire selected fileset, if
5801 possible. No longer accepts a prefix argument.
5802 (vc-update): Merge new changes for the entire selected
5803 fileset, not just the current buffer.
5804 (vc-revert-file): Cope with with-vc-properties taking a file list.
5805 (vc-default-dired-state-info): Add + status suffix if the file is
5806 modified.
5807 (vc-annotate-warp-version): Use the new diff machinery.
5808 (vc-log-edit): Take a file list argument rather than a file argument.
5809
5810 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5811
5812 Sync with Tramp 2.1.11.
5813
5814 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5815 Pacify byte compiler.
5816
5817 * net/trampver.el: Update release number.
5818
5819 2007-10-09 Richard Stallman <rms@gnu.org>
5820
5821 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
5822
5823 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5824
5825 * follow.el: Require easymenu.
5826 (follow-mode-hook, follow-mode): Doc fixes.
5827 (follow-mode-off-hook): Mark as obsolete.
5828
5829 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5830
5831 * window.el (mouse-autoselect-window-cancel): Don't cancel for
5832 select-window or select-frame events.
5833 (handle-select-window): When autoselecting window set input
5834 focus. Restructure.
5835
5836 * frame.el (focus-follows-mouse): Move to frame.c.
5837 * cus-start.el (all): Add focus-follows-mouse.
5838
5839 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5840
5841 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
5842 activate font-locking in the *buffer-selection* buffer.
5843 (bs-show-sorted): Doc fix.
5844
5845 * bs.el (bs--get-marked-string, bs--get-modified-string)
5846 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5847 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
5848 (bs--format-aux): Doc fix.
5849
5850 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5851
5852 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
5853
5854 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5855
5856 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
5857 (gud-gdb): New function for old M-x gdb (text command mode).
5858 (gud-gdb-command-name, gdb): Move to...
5859
5860 * progmodes/gdb-ui.el: ...here and adapt doc string.
5861 (gud-gdba-command-name, gdba): Delete.
5862
5863 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5864
5865 * bs.el: Don't defvar `font-lock-verbose'.
5866 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
5867 (bs--get-file-name): Fix typos in docstrings.
5868 (bs--show-header): Use `dolist' instead of `mapcar'.
5869 (bs-mode): Set `show-trailing-whitespace' to nil.
5870 (bs-buffer-sort-function, bs-mouse-select-other-frame)
5871 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
5872 Doc fixes.
5873
5874 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
5875
5876 * progmodes/gud.el (pdb): Specify file for gud-break.
5877
5878 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5879
5880 * progmodes/gud.el (gdb): Make graphical mode the default and
5881 switch to text command mode if appropriate, i.e., reverse previous
5882 arrangement.
5883 (gud-gdb-marker-filter): Adapt for above change.
5884
5885 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
5886 gud-minor-mode and gud-marker-filter.
5887 (gdb-fullname-regexp): New variable.
5888 (gud-gdba-marker-filter): Use it to switch to text command
5889 mode if appropriate.
5890
5891 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5892
5893 * progmodes/gud.el (gud-display-line): Find source buffer even when
5894 GUD buffer has its own frame.
5895
5896 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5897
5898 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
5899
5900 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5901
5902 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5903
5904 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5905
5906 * allout.el (allout-before-change-handler): Replace got-char by
5907 goto-char.
5908
5909 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5910
5911 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
5912 Used to try and automatically enabled smerge-mode in the presence of
5913 conflicts and to call `svn resolved' when the conflicts are gone.
5914 (vc-svn-parse-status): Remember the svn-specific status.
5915
5916 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5917
5918 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
5919 menu-bar-apropos-menu. All users changed.
5920 (menu-bar-help-menu): Change menu symbols to better match the text
5921 displayed by the menu.
5922
5923 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5924
5925 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
5926 #, @, : and ^.
5927
5928 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5929
5930 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
5931
5932 * log-view.el (log-view-mode-map): Likewise.
5933
5934 * diff-mode.el (diff-mode-shared-map): Likewise.
5935
5936 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5937
5938 * files.el (file-name-sans-versions): Also allow `A-Z'.
5939
5940 * vc.el: Mention all supported VC backends.
5941
5942 2007-10-08 Richard Stallman <rms@gnu.org>
5943
5944 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
5945 neighbouring buttons.
5946
5947 2007-10-08 Andreas Schwab <schwab@suse.de>
5948
5949 * files.el (file-name-sans-versions): Also allow `_'.
5950
5951 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5952
5953 * files.el (file-name-sans-versions): Allow - and a-z in version names.
5954
5955 * log-view.el (log-view-mode-map, log-view-mode-menu):
5956 Bind log-view-annotate-version.
5957 (log-view-beginning-of-defun, log-view-end-of-defun)
5958 (log-view-annotate-version): New functions.
5959 (log-view-mode): Use log-view-beginning-of-defun and
5960 log-view-end-of-defun.
5961
5962 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5965
5966 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5969 neighbouring buttons.
5970
5971 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5972 Recognize gcc's use of "note" for informational messages.
5973
5974 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
5977 (css-mode): Update correspondingly.
5978
5979 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5980
5981 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
5982 Signed-off-by, Acked-by and Merge.
5983
5984 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * ediff-init.el (ediff-verbose-p): This var is not a constant.
5987
5988 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * vc-mtn.el: New file.
5991
5992 * vc-hooks.el (vc-handled-backends): Add Mtn.
5993
5994 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5995
5996 * files.el (find-file, find-file-other-window)
5997 (find-file-other-frame, find-file-existing, find-file-read-only)
5998 (find-file-read-only-other-window)
5999 (find-file-read-only-other-frame)
6000 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
6001
6002 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
6003
6004 * progmodes/gud.el (gdb-ready): New variable.
6005 (gdb): Set it to nil. Set gud-running to nil here...
6006 (gud-common-init): ...instead of here.
6007
6008 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
6009 Use gdb-ready. Discard input until GDB is ready to accept it.
6010
6011 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6012
6013 * dired.el (dired-warning): Inherit from font-lock-warning-face to
6014 make it show up with eight colors.
6015
6016 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6017
6018 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
6019 diffs are concatenated with no intervening line.
6020
6021 2007-10-08 Dave Love <fx@gnu.org>
6022
6023 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
6024 (python-font-lock-keywords): Update to the 2.5 version of the language.
6025 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
6026 (python-backspace): Only behave funny in code.
6027 (python-compilation-regexp-alist): Add PDB stack trace regexp.
6028 (inferior-python-mode): Add PDB prompt regexp.
6029 (python-fill-paragraph): Refine the fenced-string regexp.
6030 (python-find-imports): Handle imports spanning several lines.
6031 (python-mode): Add `class' to hideshow support.
6032
6033 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6036 Use add-log-buffer-file-name-function rather than binding
6037 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
6038 when `fi' is the ChangeLog file itself.
6039
6040 * outline.el (outline-flag-region): Use front-advance.
6041
6042 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
6043
6044 * progmodes/cperl-mode.el: Merge upstream 5.23.
6045 (cperl-where-am-i): Remove function.
6046 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
6047 (cperl-sniff-for-indent): De-invert [string] and [comment].
6048 When looking for label, skip s:m:y:tr.
6049 (cperl-indent-line): Likewise.
6050 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
6051 (cperl-windowed-init): Wrong `ps-print' handling.
6052 Both thanks to Chong Yidong.
6053 (cperl-look-at-leading-count): Could fail with unfinished RExen.
6054 (cperl-find-pods-heres): If the second part of s()[] is missing,
6055 don't try to highlight delimiters...
6056
6057 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * progmodes/compile.el (compilation-get-file-structure): Complete last
6060 change by also using spec-directory in the puthash.
6061
6062 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
6063
6064 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
6065 (vc-bzr-status): Fix shadowing of variable 'status'.
6066 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
6067 Use `expand-file-name' instead of `concat'.
6068 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
6069 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
6070
6071 2007-10-08 Jason Rumney <jasonr@gnu.org>
6072
6073 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
6074
6075 2007-10-08 Richard Stallman <rms@gnu.org>
6076
6077 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
6078 Add `safe-local-variable' property.
6079 (lisp-body-indent): Likewise.
6080
6081 2007-10-08 Richard Stallman <rms@gnu.org>
6082
6083 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
6084 Add doc string.
6085
6086 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6087
6088 * files.el (backup-buffer-copy): Try to overwrite old backup first.
6089
6090 2007-10-08 Martin Rudalics <rudalics@gmx.at>
6091
6092 * repeat.el (repeat): Use last-repeatable-command instead of
6093 real-last-command. Run pre- and post-command hooks for
6094 self-insertion. Update doc-string.
6095
6096 2007-10-08 Alexandre Julliard <julliard@winehq.org>
6097
6098 * vc-git.el (vc-git-state): Call git-add --refresh to update the
6099 state of the file.
6100 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
6101 (vc-git-create-repo): Fix invalid command.
6102
6103 2007-10-08 Richard Stallman <rms@gnu.org>
6104
6105 * textmodes/flyspell.el (flyspell-mode):
6106 Catch errors in flyspell-mode-on.
6107
6108 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
6109
6110 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
6111
6112 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6113
6114 * international/encoded-kb.el (encoded-kbd-setup-display):
6115 Use input-decode-map rather than local-key-translation-map.
6116
6117 * term/rxvt.el (rxvt-alternatives-map): New map.
6118 (terminal-init-rxvt): Use it.
6119 Bind rxvt-function-map in input-decode-map.
6120
6121 * term/xterm.el (xterm-alternatives-map): New map.
6122 (terminal-init-xterm): Use it.
6123 Bind xterm-function-map in input-decode-map.
6124
6125 * term/x-win.el (x-alternatives-map): New var.
6126 (x-setup-function-keys): Use it.
6127
6128 * help-fns.el (describe-variable): Slightly change the layout of
6129 meta-info to separate it better from the docstring.
6130 Standardize insertion of extra empty lines in various circumstances.
6131
6132 * diff-mode.el (diff-hunk-style): New fun.
6133 (diff-end-of-hunk): Use it.
6134 (diff-context->unified): Use the new `apply' undo element,
6135 if applicable, so as to save undo-log space.
6136 (diff-fine-change): New face.
6137 (diff-fine-highlight-preproc): New function.
6138 (diff-fine-highlight): New command.
6139 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
6140
6141 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
6142 (smerge-refine-highlight-change): Add `props' argument.
6143 (smerge-refine-subst): New function holding most of smerge-refine.
6144 (smerge-refine): Use it.
6145
6146 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
6147
6148 * vc.el (vc-default-wash-log): Remove unused code, the
6149 log washers all live in the backends now.
6150 (vc-default-comment-history): Correct for the fact
6151 that wash-log is argumentless in the new API.
6152
6153 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
6154
6155 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
6156 (tramp-maybe-send-script): Apply `member' but `memq'.
6157 (tramp-advice-file-expand-wildcards): Simplify implementation.
6158
6159 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
6160
6161 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
6162
6163 * mb-depth.el (minibuf-depth-indicator-function): New variable.
6164 (minibuf-depth-setup-minibuffer): Use it.
6165
6166 2007-10-07 Glenn Morris <rgm@gnu.org>
6167
6168 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
6169 version numbers.
6170
6171 2007-10-06 Juri Linkov <juri@jurta.org>
6172
6173 * textmodes/fill.el (fill-paragraph-or-region): New function.
6174
6175 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
6176 instead of fill-paragraph.
6177
6178 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
6179 with fill-paragraph-or-region. Suspend command is now the same
6180 `suspend-frame' on window systems and on tty.
6181
6182 * image.el (image-type): Check if image-types is bound to not fail
6183 on tty.
6184
6185 * delsel.el (delete-selection-pre-hook):
6186 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
6187 is fbound to not fail on mouseless tty.
6188
6189 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
6190
6191 * net/tramp.el (top): Move loading of tramp-util.el and
6192 tramp-vc.el to tramp-compat.el.
6193 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
6194 temporary file if possible, in order to avoid a security hole.
6195 (tramp-do-copy-or-rename-file-out-of-band)
6196 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
6197 with DONT-CREATE, because the connection is not setup yet.
6198 (tramp-handle-process-file): Rewrite temporary file handling.
6199 (tramp-completion-mode): New defvar.
6200 (tramp-completion-mode-p): Use it.
6201
6202 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
6203
6204 * net/tramp-fish.el (tramp-fish-handle-process-file):
6205 Rewrite temporary file handling.
6206
6207 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
6208
6209 * vc.el: Workfile version -> focus version change. Port various
6210 comments from new VC to reduce the noise in the diff.
6211 Patch in the new vc-create-repo function to go with the
6212 header comment about it already present.
6213 There are no changes to existing logic in this patch.
6214 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
6215
6216 2007-10-06 Aaron Hawley <aaronh@garden.org>
6217
6218 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
6219
6220 2007-10-05 Chris Moore <dooglus@gmail.com>
6221
6222 * server.el (server-kill-new-buffers): Doc fix.
6223
6224 2007-10-05 John W. Eaton <jwe@octave.org>
6225
6226 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
6227 (octave-begin-keywords): Add "do".
6228 (octave-end-keywords): Remove "end".
6229 (octave-reserved-words): Add "end". Remove "all_va_args",
6230 "gplot", and 'gsplot".
6231 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
6232 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
6233 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
6234 "default_return_value", "define_all_return_values",
6235 "do_fortran_indexing", "empty_list_elements_ok",
6236 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
6237 "ok_to_lose_imaginary_part", "prefer_column_vectors",
6238 "prefer_zero_one_indexing", "propagate_empty_matrices",
6239 "resize_on_range_error", "treat_neg_dim_as_zero",
6240 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
6241 "warn_divide_by_zero", "warn_function_name_clash",
6242 "warn_missing_semicolon", "whitespace_in_literal_matrix".
6243 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
6244 "crash_dumps_octave_core", "sighup_dumps_octave_core",
6245 "sigterm_dumps_octave_core".
6246 (octave-block-match-alist): Remove "end" from block-end keywords.
6247 (octave-mode): Update ftp site address.
6248
6249 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6250
6251 * vc.el: Reorder functions, no code changes.
6252
6253 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
6254
6255 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
6256 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
6257 the cond clauses where needed.
6258 (tramp-handle-write-region): Rearrange code for proper handling of
6259 tmpfile.
6260
6261 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
6262
6263 * net/tramp.el:
6264 * net/tramp-fish.el:
6265 * net/tramp-ftp.el:
6266 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
6267 `tramp-compat-make-temp-file'.
6268
6269 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6270
6271 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
6272
6273 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6274
6275 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
6276 already uses a more recent copyright version than the "current" one.
6277
6278 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6279
6280 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
6281 (doc-view-insert-image): Minor aesthetical docstring changes.
6282
6283 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
6284
6285 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
6286 completing filename.
6287 (doc-view-search-internal): Docstring change.
6288
6289 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
6290
6291 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
6292 (tramp-file-name-handler-alist):
6293 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
6294 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
6295 used before, creates the file already, which is not desired.
6296 (tramp-do-copy-or-rename-file-directly): Simplify handling of
6297 temporary file.
6298 (tramp-handle-insert-file-contents): Assign the result in the
6299 short track case.
6300 (tramp-handle-insert-file-contents-literally): New defun.
6301 (tramp-completion-mode-p): Revert change from 2007-09-24.
6302 Checking for `return' etc as last character is not sufficient, for
6303 example in dired-mode when entering <g> (revert-buffer) or
6304 <s> (dired-sort).
6305
6306 * net/tramp-compat.el (top): Add also compatibility code for loading
6307 appropriate timer package.
6308 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
6309 order to avoid autoloading problems.
6310
6311 * net/tramp-fish.el:
6312 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
6313
6314 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
6315 where the second parameter of `copy-file' or `rename-file' is a
6316 remote file but not via ftp.
6317
6318 2007-10-02 Richard Stallman <rms@gnu.org>
6319
6320 * frame.el (cursor-in-non-selected-windows): Doc fix.
6321
6322 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6323
6324 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
6325 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
6326
6327 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
6328
6329 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
6330 when `expt' doesn't give range errors.
6331
6332 2007-10-01 Markus Triska <markus.triska@gmx.at>
6333
6334 * calc/calc-math.el (math-smallest-emacs-expt):
6335 Make the computation more robust.
6336
6337 2007-09-30 David Kastrup <dak@gnu.org>
6338
6339 * startup.el (argv): Alias for `command-line-args-left' to use as
6340 `(pop argv)' inside of --eval command sequences. Allows for
6341 passing shell commands into Emacs verbatim without need for Lisp
6342 quoting.
6343
6344 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
6345 check only for changed size.
6346 (auto-revert-tail-handler): Get size from caller. If the file has
6347 shrunk, tail the whole file again (the file presumably has been
6348 rewritten).
6349
6350 * woman.el (woman-topic-all-completions, woman-mini-help):
6351 Fix fallout from 2007-09-07 introduction of `dolist' when the list
6352 actually was being manipulated in the loop.
6353 (woman-Cyg-to-Win, woman-pre-process-region)
6354 (woman-horizontal-escapes, woman-if-body, woman-unescape)
6355 (woman-strings, woman-special-characters, woman1-hc)
6356 (woman-change-fonts, woman-find-next-control-line):
6357 Use `match-beginning' rather than `match-string' when the result is
6358 just used as a flag.
6359
6360 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
6361
6362 * net/tramp-compat.el: New file.
6363
6364 * net/tramp.el:
6365 * net/tramp-fish.el:
6366 * net/tramp-smb.el:
6367 * net/tramp-uu.el:
6368 * net/trampver.el: Move compatibility code to tramp-compat.el.
6369 Apply `mapc' instead of `mapcar' when the code needs side effects
6370 only. Move utf-8 coding cookie to the second line.
6371
6372 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
6373
6374 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
6375 Improve custom type.
6376 (icon-map-list): Make it customizable. Document how to disable
6377 stock icons.
6378
6379 2007-09-30 Richard Stallman <rms@gnu.org>
6380
6381 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
6382
6383 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6384
6385 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6386
6387 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
6390 (t-mouse-mode): New compatibility alias.
6391
6392 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6393
6394 * server.el (server-delete-client): Only delete the terminal if it
6395 is non-nil.
6396
6397 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
6398
6399 * net/tramp.el (with-file-property, with-connection-property):
6400 Highlight as keyword.
6401 (tramp-rfn-eshadow-setup-minibuffer)
6402 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6403 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
6404 (tramp-do-copy-or-rename-file-directly)
6405 (tramp-do-copy-or-rename-file-out-of-band)
6406 (tramp-handle-shell-command, tramp-get-debug-buffer)
6407 (tramp-send-command-and-read, tramp-equal-remote)
6408 (tramp-get-local-gid): Pacify byte-compiler.
6409 (tramp-handle-file-name-directory): Result shall not be expanded.
6410 (tramp-find-foreign-file-name-handler): Rewrite.
6411 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
6412
6413 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
6414
6415 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6416 Apply `tramp-completion-mode-p'.
6417 (tramp-fish-handle-set-file-times)
6418 (tramp-fish-handle-executable-find)
6419 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
6420 (tramp-fish-retrieve-data): Pacify byte-compiler.
6421
6422 * net/tramp-gw.el (tramp-gw-basic-authentication):
6423 Call `tramp-read-passwd' with first parameter `nil'.
6424
6425 2007-09-28 Glenn Morris <rgm@gnu.org>
6426
6427 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
6428 than mapcar.
6429
6430 * textmodes/tex-mode.el (tex-suscript-height-ratio)
6431 (tex-suscript-height-minimum): New customizable variables.
6432 (tex-suscript-height): New function.
6433 (superscript, subscript): Set height using tex-suscript-height
6434 rather than fixing at 0.8.
6435 (tex-fontify-script, tex-font-script-display): Add :version tag.
6436
6437 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
6438
6439 * progmodes/python.el (python-eldoc-function): Doc fix.
6440
6441 2007-09-27 Glenn Morris <rgm@gnu.org>
6442
6443 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
6444 image if it is not in image-type-auto-detectable, or is there with
6445 a nil value.
6446
6447 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
6448
6449 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
6450 connection more robust.
6451
6452 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6453
6454 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
6455 Deal with the case that special &keywords are at the beginning or
6456 end of the argument list. Also add some (incomplete) support for
6457 non-standard arglists.
6458
6459 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6460
6461 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
6462 (eldoc-message-commands, eldoc-current-idle-delay)
6463 (eldoc-function-argstring-format): Fix typos in docstrings.
6464
6465 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
6466
6467 * calc/calc-units.el (calc-convert-units)
6468 (calc-convert-temperature): Remove unnecessary colons.
6469
6470 2007-09-26 Bastien Guerry <bzg@altern.org>
6471
6472 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
6473 New function.
6474 (org-export-latex-remove-from-headlines): Name changed because of typo.
6475 (org-export-latex-quotation-marks-convention): Option removed.
6476 (org-export-latex-make-preamble): Handle the DATE option.
6477 (org-export-latex-cleaned-string): Now the only cleaning function,
6478 synched up with org.el.
6479 (org-export-latex-lists, org-export-latex-parse-list)
6480 (org-export-list-to-latex): New functions.
6481
6482 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6483
6484 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
6485 (org-outline-regexp): New constant.
6486 (org-remember-handler): Throw error when the target file is not in
6487 org-mode.
6488 (org-cleaned-string-for-export): No longer call
6489 `org-export-latex-cleaned-string' with an argument.
6490 (org-get-tags): Returns now a list, not a string.
6491 (org-get-tags-string): New function.
6492 (org-archive-subtree): No need to split return of `org-get-tags'.
6493 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
6494 instead of `org-get-tags'.
6495 (org-agenda-format-date): Rename from `org-agenda-date-format'.
6496 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
6497 (org-compatible-face): New argument INHERITS. Inherit from this
6498 face if possible.
6499 (org-level-1, org-level-2, org-level-3, org-level-4)
6500 (org-level-5, org-level-6, org-level-7, org-level-8)
6501 (org-special-keyword, org-drawer, org-column, org-warning)
6502 (org-archived, org-todo, org-done, org-headline-done, org-table)
6503 (org-formula, org-code, org-agenda-structure)
6504 (org-scheduled-today, org-scheduled-previously)
6505 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
6506 in the new way.
6507 (org-get-heading): New argument NO-TAGS.
6508 (org-fast-tag-selection-include-todo): Made defvar instead of
6509 defcustom, feature is not deprecated.
6510 (org-remember-store-without-prompt): New default value t.
6511 (org-todo-log-states): New variable.
6512 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
6513 Compute the log states.
6514 (org-goto-map): More commands copied from global map. Also bind
6515 `org-occur'.
6516 (org-goto): Made into a general lookup command.
6517 (org-get-location): Complete rewrite.
6518 (org-goto-exit-command): New variable.
6519 (org-goto-selected-point): New variable.
6520 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
6521 Set the new variables.
6522 (org-paste-subtree): Whitespace insertion strategy revised.
6523 (org-remember-apply-template): Protect v-A from the possibility
6524 that v-a might be nil.
6525 (org-remember-handler): Insertion rules revised.
6526 (org-todo): Respect org-todo-log-states.
6527 (org-up-heading-safe): New function.
6528 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
6529
6530 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6531
6532 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
6533 region if in transient-mark-mode.
6534
6535 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6536
6537 * calc/calc-ext.el (calc-init-extensions, calc-reset):
6538 * calc/calc-help.el (calc-full-help):
6539 * calc/calc-misc.el (another-calc):
6540 * calc/calc-store.el (calc-var-name-map):
6541 * calc/calc-stuff.el (calc-flush-caches):
6542 * calc/calc-units.el (math-build-units-table):
6543 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
6544 (calc-quit):
6545 * calendar/icalendar.el (icalendar--format-ical-event)
6546 (icalendar--convert-ical-to-diary):
6547 * emacs-lisp/authors.el (authors):
6548 * emacs-lisp/cust-print.el (custom-print-install)
6549 (custom-print-uninstall):
6550 * emacs-lisp/disass.el (disassemble-1):
6551 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6552 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
6553 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
6554 (elint-check-let-form, elint-check-condition-case-form)
6555 (elint-initialize):
6556 * emacs-lisp/elp.el (elp-results):
6557 * emacs-lisp/generic.el (generic-mode-internal):
6558 * emacs-lisp/re-builder.el (reb-delete-overlays):
6559 * emacs-lisp/regi.el (regi-interpret):
6560 * emacs-lisp/sregex.el (sregex--char-aux):
6561 * emulation/cua-rect.el (cua--deactivate-rectangle)
6562 (cua--highlight-rectangle, cua--rectangle-post-command):
6563 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
6564 * emulation/viper-macs.el (viper-describe-kbd-macros)
6565 (viper-describe-one-macro):
6566 * emulation/viper-util.el (viper-setup-master-buffer):
6567 * emulation/viper.el (set-viper-state-in-major-mode):
6568 * international/mule-diag.el (describe-current-coding-system):
6569 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
6570 * mail/emacsbug.el (report-emacs-bug):
6571 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
6572 * obsolete/hilit19.el (hilit-unhighlight-region)
6573 (hilit-set-mode-patterns):
6574 * play/solitaire.el (solitaire-check, solitaire-solve):
6575 * play/zone.el (zone-pgm-rotate):
6576 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
6577 * progmodes/ada-prj.el (ada-prj-display-page):
6578 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
6579 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
6580 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
6581 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
6582 * progmodes/sh-script.el (sh-make-vars-local)
6583 (sh-reset-indent-vars-to-global-values):
6584 * progmodes/sql.el (top):
6585 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
6586 * progmodes/xscheme.el (top):
6587 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
6588 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
6589 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
6590 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
6591 (artist-submit-bug-report):
6592 * textmodes/flyspell.el (flyspell-delay-commands)
6593 (flyspell-deplacement-commands):
6594 * textmodes/table.el (table--generate-source-epilogue, table-insert)
6595 (table--generate-source-cells-in-a-row, table--make-cell-map)
6596 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
6597
6598 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
6599
6600 * allout.el (produce-allout-mode-map, allout-process-exposed):
6601 * ansi-color.el (ansi-color-make-color-map):
6602 * autoinsert.el (auto-insert):
6603 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
6604 * dired-aux.el (dired-create-files):
6605 * dired.el (dired-restore-desktop-buffer):
6606 * ediff-diff.el (ediff-setup-fine-diff-regions):
6607 * ediff-mult.el (ediff-intersect-directories)
6608 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
6609 (ediff-redraw-registry-buffer):
6610 * ediff-ptch.el (ediff-fixup-patch-map):
6611 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
6612 (ediff-really-quit, ediff-clear-diff-vector):
6613 * emerge.el (emerge-really-quit):
6614 * ffap.el (ffap-replace-file-component):
6615 * filecache.el (file-cache-add-directory)
6616 (file-cache-add-directory-recursively)
6617 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
6618 (file-cache-delete-directory, file-cache-files-matching-internal)
6619 (file-cache-display):
6620 * files.el (cd):
6621 * find-lisp.el (find-lisp-insert-directory):
6622 * finder.el (finder-compile-keywords):
6623 * help.el (view-emacs-news):
6624 * hi-lock.el (hi-lock-write-interactive-patterns):
6625 * ido.el (ido-to-end, ido-set-matches-1):
6626 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
6627 (image-dired-mark-tagged-files):
6628 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6629 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
6630 * ps-print.el (ps-background, ps-begin-file)
6631 (ps-build-reference-face-lists):
6632 * simple.el (clone-buffer):
6633 * startup.el (command-line):
6634 * tempo.el (tempo-insert-template, tempo-is-user-element)
6635 (tempo-forward-mark, tempo-backward-mark):
6636 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
6637
6638 2007-09-25 Glenn Morris <rgm@gnu.org>
6639
6640 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
6641
6642 * view.el (view-search-no-match-lines): Add a doc string.
6643 Rewrite to simplify and work better.
6644
6645 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6646
6647 * progmodes/cc-mode.el (c-mode-base-map):
6648 Use c-indent-line-or-region instead of c-indent-line.
6649
6650 * indent.el (indent-for-tab-command): First check if the region is
6651 active.
6652
6653 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6654
6655 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
6656 whitespace-rescan-timer-time is 0.
6657
6658 2007-09-24 Karl Berry <karl@gnu.org>
6659
6660 * international/mule.el (coding-system-base): Fix doc string grammar.
6661
6662 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
6663
6664 * net/tramp.el (tramp-completion-mode-p): Rename from
6665 `tramp-completion-mode'. Revert logic, check `return', `newline'
6666 and such alike. Packages like Icicles tend to use other completion
6667 characters but `tab' and `space' only.
6668
6669 2007-09-24 Adam Hupp <adam@hupp.org>
6670
6671 * progmodes/python.el (run-python): Import emacs module without
6672 waiting; prevents lockup on error.
6673
6674 2007-09-23 Richard Stallman <rms@gnu.org>
6675
6676 * mail/sendmail.el (mail-bury): Delete the frame
6677 if this frame looks like it was made for this message.
6678
6679 * completion.el (completion-separator-self-insert-command)
6680 (completion-separator-self-insert-autofilling):
6681 If `self-insert-command' has been remapped, use the substitute.
6682
6683 * simple.el (copy-region-as-kill): Doc fix.
6684
6685 * textmodes/org.el (org-confirm-shell-link-function)
6686 (org-confirm-elisp-link-function): Doc fixes.
6687
6688 2007-09-23 Glenn Morris <rgm@gnu.org>
6689
6690 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
6691
6692 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
6693
6694 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
6695
6696 * term/tvi970.el (terminal-init-tvi970): Likewise.
6697
6698 * term/sun-mouse.el (print-mouse-format): Likewise.
6699
6700 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
6701 Use forward-line instead of previous-line and next-line.
6702
6703 2007-09-22 Juri Linkov <juri@jurta.org>
6704
6705 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
6706
6707 * tutorial.el (tutorial--default-keys): Update standard bindings:
6708 rename `iconify-or-deiconify-frame' to `suspend-frame',
6709 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
6710
6711 2007-09-22 Juri Linkov <juri@jurta.org>
6712
6713 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
6714 Add help-echo to external links and to links without description.
6715 (fancy-splash-insert): Use help-echo from the 3rd element of the
6716 link specification list, or "Follow this link" if it's nil. Doc fix.
6717
6718 2007-09-22 Juri Linkov <juri@jurta.org>
6719
6720 * startup.el (command-line): Rename `inhibit-startup-message' to
6721 `inhibit-startup-screen'.
6722 (fancy-about-text): Use shorter label for "Ordering Manuals".
6723 (fancy-startup-tail): Add optional arg `concise'. When `concise'
6724 is nil, display a line with "To start..." and 3 links to useful
6725 tasks. Display the "Dismiss" button and "Don't show this message
6726 again" only when concise is non-nil.
6727 (fancy-startup-screen): Call `fancy-startup-tail' with optional
6728 arg `concise'. If CONCISE is non-nil, display a concise version
6729 of the splash screen in another window. Otherwise, switch to the
6730 startup buffer in the same window.
6731 (startup-echo-area-message): Change displayed binding from
6732 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
6733 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
6734 the GNU system".
6735 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
6736 to "*GNU Emacs*".
6737 (display-about-screen): Don't check the existence of the buffer
6738 "*About GNU Emacs*".
6739 (display-splash-screen): Make alias to `display-startup-screen'.
6740 (command-line-1): Rename `inhibit-startup-message' to
6741 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
6742 started with command line options "-f", "-funcall", "-e", "-eval",
6743 "-execute", "-insert", "-find-file", "-file", "-visit".
6744 Inhibit startup screen when Emacs is started with a file name only
6745 on tty (i.e. don't inhibit it when started with a file name like
6746 "emacs FILE..." on a window system).
6747 (command-line-1): Simplify logic of displaying the startup screen:
6748 if file-count > 0, then display the concise version in another
6749 window, otherwise display full version in the same window.
6750
6751 * help.el (help-map): Bind C-h C-a to about-emacs.
6752 (help-for-help-internal): Add C-a description to C-h help text.
6753
6754 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6755
6756 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
6757 (checkdoc-permit-comma-termination-flag): Autoload the
6758 safe-local-variable setting.
6759
6760 * bookmark.el (bookmark-xemacsp): Remove.
6761 (bookmark-make): Don't use bookmark-xemacsp,
6762 use (featurep 'xemacs) instead.
6763
6764 * speedbar.el (speedbar-frame-mode)
6765 (speedbar-frame-reposition-smartly)
6766 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
6767 (speedbar-check-vc): Remove use of non-existent variable
6768 dframe-xemacsp, use (featurep 'xemacs) instead.
6769
6770 * indent.el (indent-for-tab-command): Indent the region if
6771 transient-mark-mode and the region is active.
6772
6773 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
6774
6775 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
6776 add inferior-octave-directory-tracker to the buffer-local value
6777 of comint-input-filter-functions.
6778
6779 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6780
6781 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
6782
6783 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
6784
6785 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
6786 on w32 frames.
6787
6788 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * startup.el (normal-top-level): Remove DISPLAY from
6791 process-environment to let it be computed dynamically in callproc.c.
6792
6793 * frame.el (frame-initialize, make-frame):
6794 * faces.el (tty-set-up-initial-frame-faces):
6795 * env.el (setenv): Don't set display-environment-variable.
6796
6797 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
6798 (server-create-tty-frame): Don't set unused `tty' property.
6799 Set `display' instead of display-environment-variable.
6800 (server-create-window-system-frame): No display-environment-variable.
6801
6802 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
6803
6804 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
6805 (rfn-eshadow-update-overlay-hook): New defvars.
6806 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
6807 Run the hooks.
6808
6809 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
6810 (tramp-rfn-eshadow-setup-minibuffer)
6811 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
6812 rfn-eshadow.el.
6813
6814 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
6815 timeout.
6816
6817 2007-09-21 Glenn Morris <rgm@gnu.org>
6818
6819 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
6820 * term/sun-mouse.el (suspend-emacstool): Remove.
6821 * term/sun.el: Remove emacstool-related code.
6822
6823 * emacs-lisp/bytecomp.el (byte-compile-warnings)
6824 (byte-compile-warnings-safe-p): Add `mapcar'.
6825 (byte-compile-warning-types): Add mapcar and make-local.
6826 (byte-compile-normal-call): Add option to suppress mapcar warning.
6827 (top-level): Use mapc rather than mapcar in eval-when-compile.
6828
6829 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
6830 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
6831 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
6832 Handle escaped parens.
6833 (latex-forward-sexp): Doc fix.
6834
6835 * eshell/esh-mode.el (eshell-output-filter-functions):
6836 Add eshell-postoutput-scroll-to-bottom.
6837
6838 * loadup.el: Remove termdev.
6839
6840 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
6841 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
6842
6843 2007-09-21 Markus Triska <markus.triska@gmx.at>
6844
6845 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
6846 `mapcar' is called for effect.
6847
6848 2007-09-21 Kevin Ryde <user42@zip.com.au>
6849
6850 * international/mule.el (sgml-html-meta-auto-coding-function):
6851 Bind `case-fold-search' to t.
6852
6853 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * termdev.el: Remove.
6856
6857 * frame.el (get-device-terminal): New function. Moved from termdev.el.
6858 (frames-on-display-list): Use it.
6859
6860 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
6861
6862 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
6863
6864 2007-09-20 Richard Stallman <rms@gnu.org>
6865
6866 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
6867
6868 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
6871
6872 2007-09-20 Glenn Morris <rgm@gnu.org>
6873
6874 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
6875 motion functions, rather than hard-coding "\n\n".
6876 (tex-validate-region): Check for eobp, to speed up.
6877 (tex-next-unmatched-end): Doc fix.
6878
6879 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * files.el (auto-mode-alist): Use archive-mode for .rar files.
6882
6883 * international/mule.el (auto-coding-alist): Rar archives are binary.
6884
6885 * arc-mode.el: Add basic support for Rar.
6886 (archive-find-type): Recognize Rar's signature.
6887 (archive-desummarize): New fun.
6888 (archive-summarize): Use it to restore the buffer's data in case
6889 someone wants to switch to some other major mode.
6890 (archive-resummarize): Use it as well.
6891 (archive-rar-summarize, archive-rar-extract): New functions.
6892
6893 * filesets.el: Remove spurious * in docstrings.
6894 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
6895 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
6896 (filesets-ingroup-collect): Remove unused arg `depth'.
6897 (filesets-update): Remove unused arg `version'.
6898
6899 * finder.el (finder-compile-keywords): Fix up comment style.
6900 (finder-mouse-face-on-line): previous-line -> forward-line.
6901
6902 * recentf.el: Remove spurious * in docstrings.
6903 (recentf-save-list): Fix up comment style.
6904
6905 * progmodes/octave-mod.el: Remove spurious * in docstrings.
6906 (octave-mode-map): Move init into declaration and remove \t binding.
6907 (octave-mode-startup-message): Remove unused var.
6908 (octave-scan-blocks): Remove unused arg `from'.
6909 (octave-forward-block, octave-down-block, octave-up-block):
6910 Update callers.
6911
6912 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
6913 (meta-mode-map): Likewise and remove \t binding.
6914
6915 * net/snmp-mode.el: Remove spurious * in docstrings.
6916 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
6917 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6918 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
6919 that completion accepts lists of strings.
6920 (snmp-mode-syntax-table): Move initialization into declaration.
6921 (snmp-mode-map): Likewise and remove \t binding.
6922 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
6923 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
6924 (snmp-indent-command): Remove.
6925
6926 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
6927 binding, so tab-always-indent works right.
6928
6929 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
6930
6931 * net/browse-url.el (browse-url-elinks-new-window): New function.
6932 (browse-url-elinks): Use browse-url-elinks-new-window.
6933 Accept optional second argument `new-window'. Fix typo in doc-string.
6934 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
6935 Improve error message.
6936
6937 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6938
6939 * net/browse-url.el (browse-url-url-encode-chars): Use the right
6940 parameter name in the function body.
6941 Reported by Johannes Weiner.
6942
6943 2007-09-19 Glenn Morris <rgm@gnu.org>
6944
6945 * net/socks.el (socks-open-network-stream): Signal an explicit
6946 error if the port associated with a service string can't be found.
6947
6948 * textmodes/tex-mode.el (tex-terminate-paragraph):
6949 Use backward-paragraph.
6950
6951 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * server.el (server-running-p): New function.
6954
6955 2007-09-18 Jason Rumney <jasonr@gnu.org>
6956
6957 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6958 x-focus-frame.
6959
6960 * frame.el (select-frame-set-input-focus, select-frame-by-name):
6961 Use x-focus-frame for w32.
6962
6963 2007-09-17 David Kastrup <dak@gnu.org>
6964
6965 * textmodes/tex-mode.el (tex-verbatim-environments):
6966 Eliminate CL dependency.
6967
6968 2007-09-17 Richard Stallman <rms@gnu.org>
6969
6970 * newcomment.el (comment-add): New arg EXTRA.
6971 (comment-region-default): Pass EXTRA if not indenting lines.
6972
6973 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6974
6975 * net/browse-url.el (browse-url-url-encode-chars): New function.
6976 URL-encode some chars in a string.
6977 (browse-url-encode-url): Rewrite using the previous function.
6978 (browse-url-file-url): Use `browse-url-url-encode-chars'.
6979 (browse-url-elinks-sentinel): Fix typo.
6980 (browse-url-new-window-flag): Doc change.
6981
6982 2007-09-17 Glenn Morris <rgm@gnu.org>
6983
6984 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
6985 filename from `--file-line-error', if it is available.
6986
6987 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6988
6989 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
6990 TeX `--file-line-error' format.
6991
6992 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6993
6994 * xt-mouse.el: Delete add-hook calls that were moved to
6995 xterm-mouse-mode.
6996 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
6997 does not work.
6998
6999 2007-09-17 Richard Stallman <rms@gnu.org>
7000
7001 * cus-face.el (custom-theme-set-faces): Undo previous change.
7002
7003 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
7004
7005 2007-09-17 Glenn Morris <rgm@gnu.org>
7006
7007 * textmodes/tex-mode.el (tex-region): Simplify previous change,
7008 handling the case where the region is not in `tex-main-file'.
7009 (tex-region-1): Delete.
7010 (tex-region-header): New function, doing the header part of the
7011 old tex-region-1.
7012
7013 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * simple.el (newline): Simplify use of prefix-numeric-value.
7016 (line-move-partial): Remove unused var `ppos'.
7017 (line-move-1): Replace 9999 with most-positive-fixnum.
7018 (move-end-of-line): Use more efficient single-property search.
7019 (move-beginning-of-line): Remove unused var `start'.
7020 (blink-matching-open): Restructure in a more functional style.
7021
7022 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7023
7024 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
7025
7026 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * server.el (server-clients): Only keep procs, no properties any more.
7029 (server-client): Remove.
7030 (server-client-get, server-client-set): Remove, replace all callers by
7031 process-get and process-put resp.
7032 (server-clients-with, server-add-client, server-delete-client)
7033 (server-create-tty-frame, server-create-window-system-frame)
7034 (server-process-filter, server-execute, server-visit-files)
7035 (server-buffer-done, server-kill-buffer-query-function)
7036 (server-kill-emacs-query-function, server-switch-buffer)
7037 (server-save-buffers-kill-terminal): Update accordingly.
7038
7039 * server.el (server-with-environment): Simplify.
7040 (server-select-display, server-unselect-display): Re-add functions that
7041 seem to have been lost in the multi-tty merge.
7042 (server-eval-and-print, server-create-tty-frame)
7043 (server-create-window-system-frame, server-goto-toplevel)
7044 (server-execute, server-return-error): New functions extracted from
7045 server-process-filter.
7046 (server-execute-continuation): New functions.
7047 (server-process-filter): Restructure so that all arguments are analysed
7048 first and then acted upon in a subsequent stage. This way
7049 server-goto-toplevel can be executed later, when we know if
7050 it's necessary.
7051 Remove the "-version" and "-version-good" support.
7052
7053 2007-09-16 Drew Adams <drew.adams@oracle.com>
7054
7055 * cus-edit.el (custom-face-edit-activate): Doc fix.
7056
7057 2007-09-16 Glenn Morris <rgm@gnu.org>
7058
7059 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
7060 Following cal-bahai renaming, update all instances of
7061 list-bahai-diary-entries to diary-bahai-list-entries,
7062 mark-bahai-diary-entries to diary-bahai-mark-entries,
7063 calendar-goto-bahai-date to calendar-bahai-goto-date,
7064 insert-bahai-diary-entry to diary-bahai-insert-entry,
7065 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
7066 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
7067 calendar-print-bahai-date to calendar-bahai-print-date.
7068
7069 * textmodes/tex-mode.el (tex-region): Handle the case where the
7070 region is not in `tex-main-file'. Move the old code that applies
7071 to both cases...
7072 (tex-region-1): ...to this new function.
7073
7074 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7075
7076 * vc.el (vc-process-sentinel): New function.
7077 (vc-exec-after): Use it instead of using ugly hackish analysis and
7078 construction of Elisp code.
7079 (vc-sentinel-movepoint): New dynamically scoped var.
7080 (vc-print-log, vc-annotate): Set it to move the user's point.
7081
7082 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
7083 inhibit-modification-hooks.
7084
7085 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
7086 (calendar-bahai-print-date, calendar-bahai-goto-date)
7087 (diary-bahai-list-entries, diary-bahai-insert-entry):
7088 New names to clean up the namespace a bit more.
7089 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
7090
7091 2007-09-15 Glenn Morris <rgm@gnu.org>
7092
7093 * calendar/holidays.el (holiday-list): Rename it back to
7094 `list-holidays', but leave `holiday-list' as an alias.
7095
7096 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
7097 custom group.
7098
7099 * textmodes/css-mode.el (css): New custom group.
7100 (css-electrick-keys, css-selector, css-property)
7101 (css-indent-offset): Specify custom group.
7102
7103 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
7104
7105 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
7106 (cvs-execute-single-file): Use process-file.
7107 (cvs-run-process): Use start-file-process.
7108
7109 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
7110
7111 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
7112 level. Remove the hooks when turning off the mode.
7113
7114 * term/xterm.el: Require xt-mouse at compile time.
7115 (terminal-init-xterm): Turn on xterm mouse tracking for this
7116 terminal if xterm-mouse-mode is enabled.
7117
7118 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7119
7120 * term/xterm.el (xterm-function-map): Replace bindings that were
7121 deleted by the merge.
7122
7123 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
7124
7125 * play/bubbles.el (bubbles-version): Bump value to "0.5".
7126 (bubbles-mode-map): Move define-key statements here.
7127 (bubbles-game-theme-menu): Ditto.
7128 (bubbles-graphics-theme-menu): Ditto.
7129 (bubbles-menu): Ditto.
7130 (bubbles-mode): Initialize buffer-undo-list, redisplay.
7131 (bubbles--initialize): Reset buffer-undo-list, redisplay.
7132 (bubbles-plop): Set buffer-undo-list, redisplay.
7133 (bubbles-undo): Reset buffer-undo-list, redisplay.
7134 (bubbles--show-images): Take care of missing text properties.
7135
7136 2007-09-14 Glenn Morris <rgm@gnu.org>
7137
7138 * startup.el (fancy-startup-text, fancy-about-text): Fix face
7139 quoting.
7140
7141 * calendar/cal-hebrew.el, calendar/cal-menu.el
7142 * calendar/calendar.el, calendar/diary-lib.el
7143 * calendar/holidays.el: Rename all instances of
7144 list-calendar-holidays callers to calendar-list-holidays,
7145 list-holidays to holiday-list, check-calendar-holidays to
7146 calendar-check-holidays, mark-calendar-holidays to
7147 calendar-mark-holidays, and filter-visible-calendar-holidays to
7148 holiday-filter-visible-calendar.
7149
7150 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
7151
7152 * term/xterm.el (xterm-function-map): Add C-M- bindings.
7153
7154 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
7155
7156 * play/bubbles.el (bubbles--initialize-images): Fix bug:
7157 Use transparent background for empty cells in graphics mode.
7158
7159 2007-09-13 Jari Aalto <jari.aalto@cante.net>
7160
7161 * man.el (Man-default-man-entry): At end of line, continue looking
7162 to the next line for possible end of hyphenated command.
7163
7164 2007-09-13 Chris Moore <dooglus@gmail.com>
7165
7166 * shell.el (shell-resync-dirs): Don't move the cursor relative to
7167 the command being edited.
7168
7169 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
7170
7171 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
7172
7173 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
7174
7175 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
7176 C-M-S- keys.
7177
7178 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
7179
7180 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7181
7182 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
7183 New argument `filename-p' to use one set of confusing chars or another.
7184 (browse-url-file-url): Use the argument.
7185 Suggested by Johannes Weiner.
7186
7187 2007-09-12 Romain Francoise <romain@orebokech.com>
7188
7189 * cus-start.el (all): Revert 2007-09-08 change.
7190
7191 2007-09-12 Aaron Hawley <aaronh@garden.org>
7192
7193 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
7194 extract .Z files, since it is more common than uncompress.
7195
7196 2007-09-12 Glenn Morris <rgm@gnu.org>
7197
7198 * textmodes/org-publish.el (org-publish-org-to-html): Remove
7199 duplicate function definition.
7200
7201 2007-09-10 Chris Moore <dooglus@gmail.com>
7202
7203 * diff-mode.el (diff-sanity-check-hunk):
7204 Also accept single-line hunks.
7205
7206 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
7207
7208 * startup.el (startup-screen-inhibit-startup-screen)
7209 (pure-space-overflow-message): New vars.
7210 (fancy-splash-insert): Allow functions for face and link specs.
7211 (fancy-splash-head): Remove unused arg. Move splash text...
7212 (fancy-startup-text, fancy-about-text): ...here.
7213 (fancy-startup-tail): Rename from fancy-splash-tail.
7214 (fancy-startup-screen, fancy-about-screen): Split off from
7215 fancy-splash-screens.
7216 (display-startup-screen): New function.
7217 (display-about-screen): Rename from display-splash-screen.
7218 (command-line-1): Use concise startup screen if necessary.
7219
7220 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7221
7222 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
7223 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
7224
7225 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7226
7227 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7228 (python-font-lock-keywords): Update to the 2.5 version of the language.
7229 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7230 (python-backspace): Only behave funny in code.
7231 (python-compilation-regexp-alist): Add PDB stack trace regexp.
7232 (inferior-python-mode): Add PDB prompt regexp.
7233 (python-fill-paragraph): Refine the fenced-string regexp.
7234 (python-find-imports): Handle imports spanning several lines.
7235 (python-mode): Add `class' to hideshow support.
7236
7237 2007-09-10 Dave Love <fx@gnu.org>
7238
7239 * outline.el (outline-4, outline-5, outline-7):
7240 Move font-lock-builtin-face down from 4 to 7 to better keep the
7241 progression of color brightness, and to better match Org-mode's faces.
7242
7243 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7244
7245 * progmodes/meta-mode.el (meta-font-lock-keywords)
7246 (font-lock-match-meta-declaration-item-and-skip-to-next)
7247 (meta-comment-indent, meta-indent-previous-line)
7248 (meta-indent-unfinished-line, meta-beginning-of-defun)
7249 (meta-end-of-defun, meta-common-initialization): Handle \f.
7250 (meta-indent-unfinished-line): Do not handle a `%' in a string as
7251 a comment-start.
7252
7253 * files.el (file-modes-char-to-who, file-modes-char-to-right)
7254 (file-modes-rights-to-number): Auxiliary functions for symbolic to
7255 numeric notation of file modes.
7256 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
7257 numeric value.
7258 (read-file-modes): New. Read either an octal value of a file mode or a
7259 symbolic value, and return its numeric value.
7260
7261 * dired-aux.el (dired-do-chmod): Change to use the built-in
7262 `set-file-modes' and the previous symbolic mode parsing functions.
7263
7264 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7265
7266 * textmodes/texinfo.el: Remove spurious * in docstrings.
7267 (texinfo-mode-syntax-table, texinfo-mode-map):
7268 Initialize in the declaration.
7269
7270 * tmm.el: Remove spurious * in docstrings.
7271 (tmm-prompt): Use with-current-buffer.
7272
7273 * vcursor.el: Remove spurious * in docstrings.
7274 (vcursor-map): Initialize in the declaration.
7275 (vcursor-use-vcursor-map): Use define-minor-mode.
7276 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
7277
7278 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
7279 Initialize in the declaration.
7280 (widget-minor-mode): Use define-minor-mode.
7281
7282 * woman.el (woman-mode-map, woman-syntax-table):
7283 Initialize in the declaration.
7284
7285 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
7286
7287 * doc-view.el: New file.
7288
7289 2007-09-09 Juri Linkov <juri@jurta.org>
7290
7291 * Makefile.in (update-authors): Add etc/ to AUTHORS.
7292
7293 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
7294
7295 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
7296 to "Startup screen". Fix docstring.
7297 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
7298 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
7299 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
7300 (initial-scratch-message): Fix docstring.
7301 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
7302 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
7303 Add link to "Customize Startup" and set interval between links to
7304 5 spaces.
7305 (fancy-about-text): Add links "Authors" and "Contributing".
7306 (fancy-splash-head): Add text "Welcome to " on the startup screen,
7307 and "This is " on the about screen. Add link to
7308 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
7309 For the about screen move emacs version to the header from
7310 `fancy-splash-tail' (as it's done already for normal about screen).
7311 (fancy-splash-tail): Insert emacs version only for startup screen.
7312 (normal-splash-screen): Remove duplicate empty lines.
7313 (normal-about-screen): Add links "Authors" and "Contributing".
7314
7315 * menu-bar.el (menu-bar-help-menu):
7316 Move "About Emacs" and "About GNU" to the end of the Help menu.
7317 Move "Emacs Psychotherapist" after "Send Bug Report...".
7318 Move "External Packages" after "Find Emacs Packages".
7319
7320 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
7321
7322 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
7323 they are useless with the byte compiler.
7324 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
7325 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
7326 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
7327 (tramp-file-name-real-host, tramp-file-name-port)
7328 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
7329 defuns.
7330
7331 * net/tramp-cache.el (top): Improve error message when
7332 `tramp-persistency-file-name' is corrupted.
7333
7334 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
7335
7336 * textmodes/org.el (org-re): Also replace the :alpha: class.
7337 (org-todo-tag-alist): Variable removed.
7338 (org-todo-key-alist, org-todo-key-trigger): New variables.
7339 (org-use-fast-todo-selection): New option.
7340 (org-log-done): Docstring fixed.
7341 (org-deadline-warning-days): New default value 14.
7342 (org-edit-timestamp-down-means-later): New option.
7343 (org-tag-alist): Docstring fixed.
7344 (org-fast-tag-selection-include-todo): New option.
7345 (org-export-language-setup): New languages added.
7346 (org-set-regexps-and-options): Compute the new variables.
7347 (org-paste-subtree): Cleaning up.
7348 (org-remember-apply-template): New escape %A.
7349 (org-todo): Call fast TODO selection.
7350 (org-fast-todo-selection): New function.
7351 (org-add-log-note): Allow prefix for abort exit.
7352 (org-at-property-p, org-entry-properties)
7353 (org-columns-get-autowidth-alist): Use :alpha: class.
7354 (org-get-wdays): New function.
7355 (org-agenda-remove-date): New variable.
7356 (org-agenda-get-deadlines): Use `org-get-wdays'.
7357 (org-agenda-get-deadlines): Reverse ee before returning.
7358 (org-format-agenda-item): New argument REMOVE-RE.
7359 (org-agenda-convert-date): Baha'i calendar added.
7360 (org-infile-export-plist): Also find DATE line.
7361 (org-get-min-level): New function.
7362 (org-export-as-html, org-export-as-ascii): Use the date format.
7363 (org-shiftup, org-shiftdown): Use.
7364 `org-edit-timestamp-down-means-later'.
7365 (org-assign-fast-keys): New function.
7366
7367 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
7368
7369 * cus-start.el (all): Add prefer-window-split-horizontally from
7370 window.c.
7371
7372 2007-09-08 Eli Zaretskii <eliz@gnu.org>
7373
7374 * net/browse-url.el (browse-url-galeon): Fix last change.
7375 (top-level): Require cl when compiling.
7376
7377 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
7378
7379 * textmodes/org-export-latex.el: arch-tag restored.
7380
7381 * textmodes/org-publish.el: arch-tag restored.
7382
7383 2007-09-08 Masatake YAMATO <jet@gyve.org>
7384
7385 * progmodes/which-func.el (which-func-modes): Add diff-mode.
7386
7387 * progmodes/cc-langs.el: Support new keywords added to
7388 objective-c frontend of gcc.
7389 (c-simple-stmt-kwds): Add @throw.
7390 (c-block-stmt-2-kwds): Add @synchronized.
7391 (c-block-stmt-1-kwds): Add @finally and @try.
7392
7393 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
7394
7395 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
7396 (org-agenda-after-show-hook): New variable.
7397 (org-columns-compile-format)
7398 (org-columns-get-autowidth-alist, org-buffer-property-keys)
7399 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
7400 property names.
7401 (org-get-wdays): New function.
7402
7403 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
7406
7407 * term/xterm.el (xterm-function-map): Initialize in the declaration.
7408
7409 * vc-arch.el (vc-arch-checkin): Fix typo.
7410
7411 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
7412
7413 * cus-face.el (custom-theme-set-faces): Set face attributes
7414 locally for each frame.
7415
7416 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7417
7418 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
7419 via font-lock-defaults.
7420
7421 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
7422 derived-mode-p.
7423
7424 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
7425
7426 * progmodes/autoconf.el (autoconf-definition-regexp):
7427 Handle optional square brackets around definition name.
7428
7429 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
7430
7431 * net/browse-url.el (browse-url-browser-function): Add elinks.
7432 (browse-url-elinks-wrapper): New option.
7433 (browse-url-encode-url, browse-url-elinks)
7434 (browse-url-elinks-sentinel): New functions.
7435 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
7436 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
7437 Use new function browse-url-encode-url.
7438
7439 2007-09-07 Glenn Morris <rgm@gnu.org>
7440
7441 * version.el (emacs-version): Revert 2007-08-29 change: no need to
7442 say if multi-tty is present.
7443
7444 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 * cus-start.el (split-window-preferred-function): Add custom info.
7447
7448 * calendar/holidays.el (holiday-list, calendar-check-holidays)
7449 (calendar-mark-holidays, calendar-list-holidays)
7450 (holiday-filter-visible-calendar): New names to clean up namespace.
7451 (filter-visible-calendar-holidays, list-calendar-holidays)
7452 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
7453 Add compatibility aliases.
7454 (calendar-check-holidays, calendar-mark-holidays)
7455 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
7456 (holiday-sexp): Replace append with list.
7457 (holiday-filter-visible-calendar): Replace append with push.
7458
7459 * woman.el: Remove spurious * in docstrings.
7460 (woman-mini-help, woman-non-underline-faces, woman0-rename)
7461 (woman-topic-all-completions-merge, woman-file-name-all-completions)
7462 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
7463 (woman-write-directory-cache, woman-display-extended-fonts)
7464 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
7465 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
7466 (woman-mode): Use inhibit-read-only.
7467 (woman-negative-vertical-space): Use dotimes.
7468 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
7469
7470 2007-09-06 Romain Francoise <romain@orebokech.com>
7471
7472 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
7473 (vc-bzr-workfile-version): Use it.
7474
7475 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
7476
7477 * complete.el (PC-do-completion): Don't try to treat
7478 empty string as an abbreviation.
7479
7480 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7481
7482 * help-fns.el (describe-variable): Keep doc's text properties.
7483
7484 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
7485
7486 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
7487 instead of a file.
7488
7489 2007-09-06 Glenn Morris <rgm@gnu.org>
7490
7491 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
7492 (checkdoc-minor-mode): Allow user to specify lighter via
7493 checkdoc-minor-mode-string.
7494
7495 2007-09-05 Richard Stallman <rms@gnu.org>
7496
7497 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
7498 Several items removed, simplified, or put on one line.
7499 (fancy-about-text): Add substantial contents, part of startup text.
7500 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
7501 (normal-splash-screen): Call normal-mouse-startup-screen,
7502 normal-no-mouse-startup-screen, or normal-about-screen.
7503 (normal-mouse-startup-screen): New fn, broken out, shortened.
7504 (normal-no-mouse-startup-screen): New fn, broken out.
7505 (normal-about-screen): New function, contents all new.
7506
7507 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7508
7509 * emacs-lisp/rx.el (rx): Fix typo in docstring.
7510
7511 2007-09-05 Glenn Morris <rgm@gnu.org>
7512
7513 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
7514 is bound.
7515
7516 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7517
7518 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
7519 in doc string.
7520
7521 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7522
7523 * server.el (server-start, server-unload-hook): Undo previous change.
7524
7525 * xt-mouse.el: Undo previous change.
7526
7527 2007-09-04 Juri Linkov <juri@jurta.org>
7528
7529 * startup.el (fancy-about-text): New variable.
7530 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
7531 (fancy-current-text, fancy-splash-stop-time)
7532 (fancy-splash-outer-buffer): Remove variables.
7533 (fancy-splash-head, fancy-splash-tail): Add new optional argument
7534 `startup' and use it to conditionally display different texts for
7535 Startup and About screens. Don't display Help commands on the About
7536 screen.
7537 (fancy-splash-screens-1): Remove function and move its content to
7538 `fancy-splash-screens' to the part that dislpays the About screen.
7539 (exit-splash-screen): Don't treat specially exiting from
7540 alternating screens.
7541 (fancy-splash-screens): Rename argument `static' to `startup'.
7542 Fix docstring. Remove code for displaying alternating screens.
7543 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
7544 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
7545 for `inhibit-read-only'.
7546 (normal-splash-screen): Rename argument `static' to `startup'.
7547 Fix docstring. Use argument `startup' to conditionally display
7548 different texts for Startup and About screens. Don't display Help
7549 commands on the About screen. Remove `unwind-protect' `sit-for'
7550 delay and `kill-buffer' after it.
7551 (display-startup-echo-area-message): Remove call to
7552 `use-fancy-splash-screens-p' because image.el is preloaded and
7553 doesn't display "Loading image... done".
7554 (display-splash-screen): Rename argument `static' to `startup'.
7555 Fix docstring.
7556
7557 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7558
7559 * server.el (server-start, server-unload-hook):
7560 suspend-tty-functions has been renamed to suspend-tty-hook.
7561
7562 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
7563 resume-tty-hook.
7564
7565 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7566
7567 * loadup.el: Fix merge problem, only load "button" once.
7568
7569 2007-09-03 Glenn Morris <rgm@gnu.org>
7570
7571 * vc-svn.el (vc-svn-print-log): If there is only one file, use
7572 "Working file:" as the prefix, for the sake of
7573 log-view-current-file.
7574
7575 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7576
7577 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
7578 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
7579 if the selected frames is in
7580 xterm-modify-other-keys-terminal-list.
7581 (xterm-turn-off-modify-other-keys): Add an optional frame
7582 parameter. Only turn off modify-other-keys if FRAME is in
7583 xterm-modify-other-keys-terminal-list.
7584 (xterm-remove-modify-other-keys): New function.
7585 (terminal-init-xterm): Use it. Deal with delete-frame hook.
7586 Add the selected frame to xterm-modify-other-keys-terminal-list.
7587
7588 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7589
7590 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
7591 (icon-map-list): New variable.
7592 (x-gtk-map-stock): Use icon-map-list.
7593
7594 2007-09-02 Romain Francoise <romain@orebokech.com>
7595
7596 * log-view.el (log-view-current-file): Balance parens.
7597
7598 2007-09-02 Glenn Morris <rgm@gnu.org>
7599
7600 * comint.el (comint-mode): Don't set scroll-conservatively.
7601
7602 * eshell/em-unix.el (eshell/time): Stringify and flatten the
7603 non-command arguments.
7604
7605 * log-view.el (log-view-current-file): Give a more explicit error
7606 if log-view-file-re fails to find a match.
7607
7608 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7609
7610 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7611 Fix bug: Don't expand top-level file name more than once.
7612 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
7613
7614 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * server.el (server-process-filter): Don't display the splash screen.
7617 It's annoying enough on the initial screen and becomes positively
7618 obnoxious here.
7619
7620 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
7623 Change naming to use "avl-tree--" for internal functions.
7624
7625 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
7626
7627 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
7628 the merge.
7629 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
7630 (provide): Move to the end of file.
7631
7632 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
7633
7634 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7635
7636 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
7637 New variable. List of exceptions for the duplicated word rule.
7638 (flyspell-mark-duplications-flag): Mention it.
7639 (flyspell-word): Treat it.
7640
7641 * files.el (create-file-buffer): If the filename sans directory starts
7642 with spaces, remove them.
7643
7644 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7645
7646 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
7647 (x-gtk-map-stock): Use two directory elements when matching
7648 file name.
7649
7650 2007-08-31 James Wright <james@chumsley.org>
7651
7652 * eshell/em-unix.el (eshell/info): New function.
7653
7654 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * frame.el (frame-initialize, make-frame):
7657 * server.el (server-process-filter):
7658 * faces.el (tty-set-up-initial-frame-faces): Don't set
7659 term-environment-variable since it's not used any more.
7660
7661 * env.el (setenv): Don't treat $TERM specially.
7662
7663 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
7664 stated otherwise, subprocesses do not send back escape sequences
7665 corresponding to the terminal from which Emacs was started.
7666
7667 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
7668
7669 * calculator.el: Require cl for compilation.
7670
7671 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
7672
7673 * outline.el (outline-font-lock-levels): Comment out unused var.
7674 (outline-font-lock-face): Wrap around face list to handle any
7675 nesting depth gracefully.
7676
7677 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
7678
7679 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
7680 `set-file-times'.
7681
7682 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7683
7684 * textmodes/org.el (org-export-visible): Fix drawers before export.
7685 (org-do-sort): Allow sorting by priority.
7686 (org-agenda-files): Ignore non-existing files.
7687 (org-agenda-skip-unavailable-files): New variable.
7688 (org-ellipsis): All a face as value.
7689 (org-mode): Interprete the face value of `org-ellipsis'.
7690 (org-archive-save-context-info): New option.
7691 (org-archive-subtree): Store context info in archived entry.
7692 (org-fast-tag-selection-can-set-todo-state): New variable.
7693 (org-fast-tag-selection): Allow setting TODO states through this
7694 interface.
7695 (org-cycle): Docstring updated.
7696 (org-todo-keyword-faces): New option.
7697 (org-get-todo-face): New function.
7698 (org-set-font-lock-defaults, org-agenda-highlight-todo):
7699 Use `org-get-todo-face'.
7700 (org-switch-to-buffer-other-window): New function.
7701 (org-table-edit-field, org-table-show-reference)
7702 (org-table-edit-formulas, org-add-log-note)
7703 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
7704 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
7705 `switch-to-buffer-other-window' to make sure that the temporary
7706 windows show up on the current frame.
7707 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
7708 (org-get-entries-from-diary, org-replace-region-by-html):
7709 Don't allow pop-up frames.
7710 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7711 Fix problems with time-of-day.
7712 (org-export-get-title-from-subtree): New function.
7713 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
7714 with listing items that are DONE.
7715 (org-change-tag-in-region): New command.
7716 (org-agenda-skip-scheduled-if-done)
7717 (org-agenda-skip-deadline-if-done): Docstring clarified.
7718 (org-mode): Hide drawers on startup.
7719 (org-get-todo-face): New function.
7720 (org-todo-keyword-faces): New option.
7721 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
7722 (org-remove-keyword-keys): New function.
7723
7724 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
7725
7726 * progmodes/grep.el (grep-find-ignored-directories):
7727 Add monotone _MTN bookkeeping directory in workspaces.
7728 Add RCS control directory. List items in alphabetical order.
7729
7730 * progmodes/grep.el (grep-files-aliases): Add cc alias.
7731 Sort items in alphabetical order. Fix parens.
7732
7733 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7734
7735 * vc-hg.el (vc-hg-extra-menu-map): New variable.
7736 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
7737 (vc-hg-pull): New functions.
7738 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
7739
7740 * term/mac-win.el: Don't require url, only autoloaded url
7741 functions are used in this file.
7742
7743 2007-08-29 Andreas Schwab <schwab@suse.de>
7744
7745 * shell.el (shell): Return correct value from interactive spec.
7746
7747 2007-08-29 Glenn Morris <rgm@gnu.org>
7748
7749 * version.el (emacs-version): Increase to 23.0.50.
7750
7751 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7752
7753 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
7754
7755 2007-08-29 Juri Linkov <juri@jurta.org>
7756
7757 * loadup.el: Add "button" loading after "faces" and move "startup"
7758 to load after "button".
7759
7760 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7761
7762 * loadup.el: Load term/mac-win on a Mac using Carbon.
7763
7764 * term/mac-win.el: Provide mac-win.
7765 (mac-initialized): New variable.
7766 (mac-initialize-window-system): New function. Move global setup here.
7767 (handle-args-function-alist, frame-creation-function-alist):
7768 (window-system-initialization-alist): Add mac entries.
7769 (x-setup-function-keys): New function containing all the
7770 top level function key definitions.
7771
7772 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
7773
7774 * env.el (read-envvar-name): Don't consider the environment frame param.
7775
7776 * env.el (setenv):
7777 * frame.el (frame-initialize, make-frame):
7778 * faces.el (tty-set-up-initial-frame-faces):
7779 * server.el (server-process-filter): Set
7780 display-environment-variable and term-environment-variable.
7781
7782 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
7783
7784 2007-08-29 Jason Rumney <jasonr@gnu.org>
7785
7786 * loadup.el: Only load term/x-win when X is compiled in.
7787 Load term/w32-win and dependencies on windows-nt.
7788
7789 * term/w32-win.el: Reorder to match x-win.el more closely.
7790 Provide w32-win. Don't throw error when global window-system not w32.
7791 (internal-face-interactive): Remove obsolete function.
7792 (x-setup-function-keys): Use local-function-key-map.
7793 (w32-initialized): New variable.
7794 (w32-initialize-window-system): Set it.
7795 Move more global setup here.
7796 (x-setup-function-keys): New function.
7797 (w32-initialize-window-system): Move non function key global setup here.
7798 (x-cut-buffer-max): Remove.
7799 (w32-initialize-window-system): New function.
7800 (handle-args-function-alist, frame-creation-function-alist):
7801 (window-system-initialization-alist): Add w32 entries.
7802
7803 2007-08-29 David Kastrup <dak@gnu.org>
7804
7805 * env.el (getenv): Pass frame to getenv-internal.
7806
7807 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7808
7809 * version.el (emacs-version): Show if multi-tty is present.
7810
7811 * loadup.el: Delay loading env; mule-conf gets confused by cl
7812 during bootstrap. Also load termdev and term/x-win.
7813
7814 * bindings.el (mode-line-client): New variable.
7815 (help-echo): Add it to the default mode-line format.
7816
7817 * cus-start.el: Remove bogus window-system reference from GTK test.
7818
7819 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
7820 (ebrowse-electric-position-mode-map):
7821 * ebuff-menu.el (electric-buffer-menu-mode-map):
7822 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
7823 not `suspend-emacs'.
7824
7825 * ediff-wind.el (ediff-setup-windows-automatic): New function.
7826 (ediff-window-setup-function): Use it as default.
7827
7828 * files.el (save-buffers-kill-terminal): New function.
7829 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
7830
7831 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
7832 and `with-selected-frame'.
7833
7834 * help-fns.el (describe-variable): Describe frame-local variables
7835 correctly.
7836
7837 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
7838 display support.
7839 (normal-erase-is-backspace-setup-frame): New function.
7840
7841 * subr.el (with-selected-frame): New function.
7842 (read-quoted-char): Use terminal-local binding of
7843 local-function-key-map instead of function-key-map.
7844
7845 * talk.el (talk): New function.
7846 (talk-handle-delete-frame): New function.
7847 (talk-add-display): Open a new frame only if FRAME was not a frame.
7848
7849 * termdev.el: New file.
7850
7851 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
7852 * term/x-win.el: Don't bind f10.
7853 * tmm.el: Remove autoload binding for f10.
7854
7855 * international/encoded-kb.el (encoded-kbd-setup-display): Use
7856 `set-input-meta-mode'. Fix broken condition before set-input-mode.
7857 Store the saved input method as a terminal parameter. Add keymap
7858 parameter. Use it instead of changing key-translation-map directly.
7859 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
7860 Remove.
7861 (encoded-kbd-setup-display): New function.
7862
7863 * international/mule-cmds.el (set-locale-environment): Fix getenv
7864 call. Use save-buffers-kill-terminal. Ignore window-system; always
7865 set the keyboard coding system. Add DISPLAY parameter.
7866 (set-display-table-and-terminal-coding-system): Add DISPLAY
7867 parameter. Pass it to set-terminal-coding-system.
7868
7869 * international/mule.el (keyboard-coding-system): Test for
7870 encoded-kbd-setup-display, not encoded-kbd-mode.
7871 (set-terminal-coding-system, set-keyboard-coding-system): Add
7872 DISPLAY parameter.
7873 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
7874
7875 * term/README: Update.
7876
7877 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
7878
7879 * term/x-win.el (x-setup-function-keys): New function. Move
7880 function-key-map tweaks here. Protect against multiple calls on
7881 the same terminal. Use terminal-local binding of
7882 local-function-key-map instead of function-key-map.
7883 (x-initialize-window-system): Make a copy of pure list. Pass a
7884 frame getenv.
7885
7886 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
7887 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
7888 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
7889 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
7890 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
7891 local-function-key-map instead of function-key-map.
7892
7893 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
7894 `substitute-key-definition' and `define-key' calls against
7895 multiple execution. Use terminal-local binding of
7896 local-function-key-map instead of function-key-map. Pass a frame
7897 to getenv.
7898
7899 * edmacro.el (edmacro-format-keys):
7900 * emulation/cua-base.el (cua--pre-command-handler):
7901 * isearch.el (isearch-other-meta-char):
7902 * xt-mouse.el: Use terminal-local binding of
7903 local-function-key-map instead of function-key-map.
7904
7905 * fringe.el (set-fringe-mode): Simplify and fix using
7906 `modify-all-frames-parameters'.
7907 * scroll-bar.el (set-scroll-bar-mode): Ditto.
7908 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
7909 check before calling `tool-bar-setup'.
7910 (tool-bar-setup): New variable.
7911 (tool-bar-setup): Use it to guard against multiple calls. Add
7912 optional frame parameter, and select that frame before adding items.
7913 (toggle-tool-bar-mode-from-frame): New function.
7914
7915 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
7916 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
7917 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
7918 "Tool-bar" toggles to reflect the state of the current frame.
7919 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
7920
7921 * env.el: Require cl for byte compilation (for `block' and `return').
7922 (environment, setenv-internal): New functions.
7923 (let-environment): New macro.
7924 (setenv, getenv): Add optional terminal parameter. Update docs.
7925 (setenv): Use setenv-internal. Always set process-environment.
7926 Handle `local-environment-variables'.
7927 (read-envvar-name, setenv, getenv): Use frame parameters
7928 to store the local environment, not terminal parameters. Include
7929 `process-environment' as well.
7930
7931 * faces.el (tty-run-terminal-initialization): New function.
7932 (tty-create-frame-with-faces): Use it. Set up faces and
7933 background mode only after the terminal has been initialized.
7934 Call terminal-init-*. Don't load the initialization file more
7935 than once. Call set-locale-environment.
7936 (frame-set-background-mode): Handle the 'background-mode terminal
7937 parameter.
7938 (tty-find-type): New function.
7939 (x-create-frame-with-faces): Remove bogus check for
7940 first frame. Call `tool-bar-setup'. Don't make frame visible
7941 until we are done setting up all its parameters. Call
7942 x-setup-function-keys.
7943
7944 * frame.el (make-frame): Always inherit 'environment and 'client
7945 parameters. Set up the 'environment frame parameter, when needed.
7946 Also inherit 'client parameter. Don't override explicitly
7947 specified values with inherited ones. Add 'terminal frame
7948 parameter. Append window-system-default-frame-alist to parameters
7949 before calling frame-creation-function.
7950 (frame-initialize): Copy the environment from the initial frame.
7951 (window-system-default-frame-alist): Enhance doc string.
7952 (frame-notice-user-settings): Don't put 'tool-bar-lines in
7953 `default-frame-alist' when initial frame is on a tty.
7954 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
7955 Remove specified parameters from `window-system-default-frame-alist'.
7956 (make-frame-on-tty, framep-on-display, suspend-frame):
7957 Extend doc string, update parameter names.
7958 (frames-on-display-list): Use terminal-id to get the display id.
7959 (frame-notice-user-settings): Extend to apply
7960 settings in `window-system-default-frame-alist' as well.
7961 (terminal-id, terminal-parameters, terminal-parameter)
7962 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7963 (delete-frame-functions): Add to `delete-frame-functions' hook.
7964 (blink-cursor-mode): Adapt blink-cursor-mode default
7965 value from startup.el.
7966 (make-frame-on-display): Protect condition on x-initialized when
7967 x-win.el is not loaded. Update doc.
7968 (suspend-frame): Use display-controlling-tty-p to decide between
7969 suspend-emacs and suspend-tty.
7970 (frames-on-display-list): Update for display ids.
7971 (framep-on-display): Ditto.
7972 (suspend-frame): Use display-name, not frame-tty-name.
7973 (selected-terminal): New function.
7974
7975 * server.el: Use `device' instead of `display' or `display-id' in
7976 variable and client parameter names.
7977 (server-select-display): Remove (unused).
7978 (server-tty-live-p, server-handle-delete-tty): Remove.
7979 (server-unquote-arg, server-quote-arg, server-buffer-clients):
7980 Update docs.
7981 (server-getenv-from, server-with-environment, server-send-string)
7982 (server-save-buffers-kill-terminal): New functions.
7983 (server-delete-client): Handle quits in kill-buffer. Don't kill
7984 modified buffers. Add extra logging. Delete frames after
7985 deleting the tty. Clear 'client parameter before deleting a frame.
7986 Use delete-display, not delete-tty.
7987 (server-visit-files): Don't set `server-existing-buffer' if the
7988 buffer already has other clients. Return list of buffers
7989 created. Update doc. Don't set client-record when nowait.
7990 (server-handle-delete-frame): Delete the client if this was its
7991 last frame. Check that the frame is alive. Remove bogus comment.
7992 Add note on possible race condition. Delete tty clients, if needed.
7993 (server-handle-suspend-tty): Use server-send-string. Kill the
7994 client in case of errors from process-send-string. Use the display
7995 parameter.
7996 (server-unload-hook): Remove obsolete delete-tty hook.
7997 (server-start): Ask before restarting if the old server still has
7998 clients. Add feedback messages. Remove obsolete delete-tty hook.
7999 (server-process-filter): Use server-send-string. Accept `-dir'
8000 command. Switch to *scratch* immediately after creating the frame,
8001 before evaluating any -evals. Protect `display-splash-screen'
8002 call in a condition-case. Explain why. Call
8003 `display-startup-echo-area-message' before
8004 `display-splash-screen'. Don't display the splash screen when no
8005 frame was created. Show the Emacs splash screen and startup echo
8006 area message. Display the *scratch* buffer by default. Store the
8007 local environment in a frame (not terminal) parameter. Do not try
8008 to decode environment strings. Fix reference to the 'display
8009 frame parameter. Change syntax of environment variables. Put
8010 environment into terminal parameters, not client parameters. Use
8011 a dummy client with --no-wait's X frames. In `-position LINE'
8012 handler, don't ruin the request string until the line number is
8013 extracted. Log opened files. Handle -current-frame command.
8014 Don't create frames when it is given. Don't bind X frames to the
8015 client when we are in -no-wait mode. Set locale environment
8016 variables from client while creating tty frames. Disable call to
8017 configure-display-for-locale. When processing -position command,
8018 don't change the request string until the parameters are
8019 extracted. Don't try to create an X frame when Emacs does not
8020 support it. Improve logging. Temporarily set ncurses-related
8021 environment variables to those of the client while creating a new
8022 tty frame. Select buffers opened by nowait clients, don't leave
8023 them buried under others. Set the display parameter, and use it
8024 when appropriate.
8025
8026 * startup.el (display-startup-echo-area-message): Handle
8027 `inhibit-startup-echo-area-message' here.
8028 (command-line-1): Moved from here.
8029 (fancy-splash-screens): Use `overriding-local-map' instead of
8030 `overriding-terminal-local-map' for now; the latter doesn't work
8031 right, it looses keypresses to another terminal. Use
8032 `overriding-terminal-local-map' to set up keymap. Install a
8033 `delete-frame-functions' hook to catch `delete-frame' events.
8034 Ignore `select-window' events to cope better with
8035 `focus-follows-mouse'. Don't switch back to the original buffer
8036 if the splash frame has been killed. Restore previous buffer, even
8037 if it's *scratch*.
8038 (normal-splash-screen): Don't let-bind `mode-line-format'; it
8039 changes the global binding - setq it instead. Use
8040 `save-buffers-kill-terminal'.
8041 (display-splash-screen): Don't do anything if the splash screen is
8042 already displayed elsewhere.
8043 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
8044 (command-line): Replace duplicated code with a call to
8045 tty-run-terminal-initialization. Don't load the terminal
8046 initialization file more than once. Remove call to nonexistent
8047 function `set-locale-translation-file-name'.
8048
8049 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
8050 parameters.
8051 (xterm-mouse-position-function, xterm-mouse-event): Update.
8052 (xterm-mouse-mode): Don't depend on current value of window-system.
8053 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
8054 Update for multi-tty.
8055 (turn-on-xterm-mouse-tracking-on-terminal)
8056 (turn-off-xterm-mouse-tracking-on-terminal)
8057 (xterm-mouse-handle-delete-frame): New functions.
8058 (delete-frame-functions, after-make-frame-functions)
8059 (suspend-tty-functions, resume-tty-functions): Install extra hooks
8060 for multi-tty.
8061
8062 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * simple.el (invisible-p): Remove: implemented in C now.
8065 (line-move-invisible-p): Remove obsolete alias.
8066
8067 2007-08-28 Juri Linkov <juri@jurta.org>
8068
8069 * image-mode.el (image-type): New variable.
8070 (image-mode): Set default major mode name to "Image[text]".
8071 (image-minor-mode): Change LIGHTER to display image-type in the
8072 mode line.
8073 (image-minor-mode): Set default image-type to "text".
8074 (image-toggle-display): After switching to text mode, set
8075 image-type to "text" and major mode name to "Image[text]".
8076 After switching to image mode, set image-type to actual image
8077 type, and add image type to major mode name. Let-bind the same
8078 variable names as arguments of `image-type' and `create-image'.
8079 Bind `type' to the result of `image-type' and use it as arg
8080 of `create-image' to not determine the image type twice.
8081
8082 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
8083
8084 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
8085 (tramp-set-file-uid-gid, tramp-get-local-uid)
8086 (tramp-get-local-gid): New defuns.
8087 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
8088 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
8089 Improve fast track.
8090 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
8091 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
8092 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
8093 (tramp-handle-write-region): Improve fast track.
8094 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
8095 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
8096 be nil.
8097
8098 2007-08-28 Ivan Kanis <apple@kanis.eu>
8099
8100 * time.el: New feature to display several time zones in a buffer.
8101 (display-time-world-mode, display-time-world-display)
8102 (display-time-world, display-time-world-timer): New functions.
8103 (display-time-world-list, display-time-world-time-format)
8104 (display-time-world-buffer-name, display-time-world-timer-enable)
8105 (display-time-world-timer-second, display-time-world-mode-map):
8106 New variables.
8107
8108 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8109
8110 * term/x-win.el (x-gtk-stock-map): New variable.
8111 (x-gtk-map-stock): New function.
8112
8113 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
8114 prev/next-node.
8115
8116 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
8117
8118 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
8119
8120 2007-08-28 Glenn Morris <rgm@gnu.org>
8121
8122 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
8123
8124 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8125
8126 * progmodes/modula2.el (m2-definition, m2-module):
8127 Don't use previous-line. Reported by T. V. Raman.
8128
8129 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8130
8131 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
8132 argument to tool-bar-mode call.
8133
8134 2007-08-27 Glenn Morris <rgm@gnu.org>
8135
8136 * diff-mode.el (diff-find-file-name): Only accept regular files,
8137 to rule out /dev/null, directories, etc.
8138
8139 * vc-svn.el (vc-svn-diff): If the repository version of all the
8140 files is the same as the specified OLDVERS, do a local diff.
8141
8142 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
8145 of buffers in uniquify-managed.
8146
8147 * simple.el (invisible-p): Rename from text-invisible-p.
8148 Update callers.
8149
8150 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
8153 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
8154 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
8155 (cperl-etags-goto-tag-location): Use new style backquotes.
8156
8157 * net/browse-url.el: Remove spurious * in custom docstrings.
8158 (browse-url-filename-alist): Use new-style backquote.
8159
8160 * emacs-lisp/backquote.el (backquote-unquote-symbol)
8161 (backquote-splice-symbol): Clarify they're not new-style unquotes.
8162
8163 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
8164 (\,@): Backslash the , and ,@ which are not new-style unquotes.
8165
8166 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
8167
8168 * net/socks.el (socks-username/password-auth-filter):
8169 Remove unused vars `state' and `desired-len'.
8170 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
8171 (socks-wait-for-state-change): Use new-style backquotes.
8172
8173 * pcvs.el (cvs-mode-status): Fix long-standing typo.
8174
8175 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
8176 backquotes after each `read' rather than once per buffer.
8177
8178 * dframe.el: Remove spurious * in custom docstrings.
8179 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
8180 (dframe-xemacs20p): Remove, inline at the sole use point.
8181 (defface): Don't defvar the face, don't use old-style backquote.
8182 (defcustom): Don't use old-style backquote.
8183 (dframe-frame-parameter, dframe-mouse-event-p):
8184 Make it obvious that it's always defined.
8185 (dframe-popup-kludge): New function to replace
8186 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
8187 (dframe-frame-mode, dframe-set-timer-internal)
8188 (dframe-mouse-set-point): Remove use of with-no-warnings from
8189 XEmacs-specific code.
8190 (dframe-set-timer-internal): Fix very old bug with
8191 post-command-idle-hook.
8192
8193 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
8194
8195 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
8196
8197 * emacs-lisp/avl-tree.el: New file.
8198
8199 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8200
8201 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
8202 was used.
8203
8204 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
8205
8206 * complete.el (PC-do-completion): Make RET accept a non-unique but
8207 complete expansion again.
8208
8209 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
8210
8211 * eshell/esh-opt.el (eshell-eval-using-options):
8212 Add debug declaration.
8213
8214 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8215
8216 * log-view.el (log-view-toggle-mark-entry): Add docstring.
8217 (log-view-get-marked): Likewise.
8218
8219 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
8220 (vc-delete-automatic-version-backups): Likewise.
8221
8222 * vc.el (vc-dired-buffers-for-dir): Likewise.
8223
8224 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
8225
8226 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
8227 safe-local-variable setting.
8228 * progmodes/perl-mode.el (perl-indent-level): Likewise.
8229
8230 * log-view.el (log-view-marked-list): Delete variable.
8231 (log-view-mode): Don't use it.
8232 (log-view-toggle-mark-entry): Likewise, simplify.
8233 (log-view-current-tag): Don't return properties.
8234 (log-view-get-marked): New function.
8235
8236 2007-08-25 Alexandre Julliard <julliard@winehq.org>
8237
8238 * vc-git.el (vc-git-mode-line-string): New function.
8239
8240 2007-08-25 Alan Mackenzie <acm@muc.de>
8241
8242 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
8243 new language variable.
8244
8245 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
8246 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
8247 "extern" etc., rather than BOI. Fix addition of spurious
8248 syntactic-symbol 'defun-block-intro, replacing it with
8249 'innamespace, etc.
8250
8251 2007-08-25 Juri Linkov <juri@jurta.org>
8252
8253 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
8254
8255 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
8256 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
8257 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
8258
8259 * image.el (image-type-header-regexps): Use more complex regexp for svg.
8260 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
8261 (image-type-auto-detectable): Add (svg . maybe).
8262
8263 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
8264 to treat it like .tgz.
8265
8266 * calendar/cal-bahai.el: Add file coding cookie.
8267
8268 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
8269
8270 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
8271 Don't behave differently when executed via M-x. Add doc string.
8272
8273 * sort.el (sort-fold-case, sort-numeric-base): Mark as
8274 safe-local-variable.
8275
8276 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
8277
8278 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
8279 the default value.
8280 (math-calendar-tzinfo): New variable.
8281 (math-get-calendar-tzinfo): New function.
8282 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
8283 to get information when zone is nil.
8284
8285 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
8286
8287 * log-view.el (log-view-toggle-mark-entry): New function.
8288 (log-view-mode-map): Bind it.
8289 (log-view-marked-list): New variable.
8290 (log-view-mode): Make it local.
8291
8292 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8293
8294 * play/zone.el (zone-pgm-rat-race): New func.
8295 (zone-programs): Add `zone-pgm-rat-race'.
8296
8297 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8298
8299 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
8300 a list.
8301
8302 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8303
8304 * progmodes/hideshow.el (hs-match-data): Delete alias.
8305 (hs-hide-block-at-point, hs-find-block-beginning)
8306 (hs-show-block): Use `match-data' directly.
8307
8308 2007-08-24 Martin Rudalics <rudalics@gmx.at>
8309
8310 * format.el (format-alist): Fix typo in doc-string.
8311
8312 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
8313
8314 * net/tramp.el (tramp-local-host-p): New defun.
8315 (tramp-handle-file-local-copy, tramp-handle-write-region):
8316 Implement fast track when being on the local host.
8317 (tramp-file-name-handler): Don't set "started" property. It shall
8318 be reserved for the "ftp" method.
8319 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
8320
8321 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
8322 (tramp-ftp-file-name-handler): Set "started" property.
8323
8324 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
8325
8326 * files.el (backup-buffer-copy): Don't wrap delete in
8327 condition-case, only try to delete if file exists.
8328
8329 2007-08-24 Glenn Morris <rgm@gnu.org>
8330
8331 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
8332
8333 * startup.el (tutorial-directory): Set with eval-at-startup so it
8334 gets the right value in an installed Emacs.
8335
8336 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8337
8338 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
8339 (eldoc-highlight-function-argument): Use it.
8340
8341 2007-08-23 Masatake YAMATO <jet@gyve.org>
8342
8343 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
8344 name of parameters in document body.
8345
8346 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
8349 (byte-compile-output-as-comment): Use with-current-buffer rather than
8350 a weird set-buffer&prog1 combination.
8351
8352 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
8353 test so as to optimise cases where the `progn's result is constant.
8354
8355 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8356
8357 * locate.el (locate-get-file-positions):
8358 Use line-beginning-position and line-end-position.
8359
8360 2007-08-23 John Wiegley <johnw@newartisans.com>
8361
8362 * calendar/cal-bahai.el: Added in the diacriticals that were
8363 missing for many of the month names.
8364
8365 2007-08-22 Jason Rumney <jasonr@gnu.org>
8366
8367 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
8368
8369 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
8370
8371 * image-mode.el (image-minor-mode): Use image-mode-text-map.
8372
8373 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
8374
8375 * dabbrev.el (dabbrev--progress-reporter): New variable.
8376 (dabbrev--scanning-message): Delete func.
8377 (dabbrev--find-expansion): Use a progress reporter
8378 instead of dabbrev--scanning-message.
8379
8380 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8381
8382 * comint.el (comint-exec-1): Raise an error if
8383 `start-file-process' does not return a process object.
8384
8385 * shell.el (shell): Prompt for `default-directory' if it is a
8386 remote file name, and if called with a prefix arg.
8387
8388 2007-08-22 Sam Steingold <sds@gnu.org>
8389
8390 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
8391
8392 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
8393
8394 * textmodes/org-export-latex.el: New file.
8395
8396 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
8397
8398 * textmodes/org.el (org-agenda-skip): Allow a form for
8399 `org-agenda-skip-function'.
8400 (org-agenda-redo): Re-use local settings.
8401 (org-agenda): Store local settings.
8402 (org-agenda-deadline-faces): New option.
8403 (org-agenda-deadline-face): New function.
8404 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
8405 entries on their due date.
8406 (org-agenda-get-timestamps): No longer handle the due dates of
8407 schedules and deadline items.
8408 (org-insert-link-global, org-open-at-point-global): New commands.
8409 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
8410 :for-ascii parameter.
8411 (org-skip-comments): Function removed.
8412 (org-cleaned-string-for-export): Handle special table lines.
8413 (org-global-properties): New option.
8414 (org-entry-get-with-inheritance): Check global properties.
8415 (org-local-properties): New variable.
8416 (org-set-regexps-and-options): Find the #+PROPERTY line.
8417 (org-link-types): Change type into variable (was constant).
8418 (org-make-link-regexps): New function.
8419 (org-link-re-with-space, org-link-re-with-space2)
8420 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
8421 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
8422 these regular expressions happens now in the function
8423 `org-make-link-regexps'.
8424 (org-store-link): Call the functions in
8425 `org-store-link-functions'.
8426 (org-add-link-type): New function.
8427 (org-store-link-functions): New variable.
8428 (org-activate-tags): Force matches to be in headlines.
8429 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
8430 (org-columns-display-here): Make sure this works in a narrowed
8431 buffer by checking for point-min.
8432 (org-columns-display-here): Make the rest of the line intangible,
8433 so that point never can be there.
8434 (org-cleaned-string-for-export): Use `with-current-buffer'.
8435 (org-replace-region-by-html): Use `with-current-buffer'.
8436 (org-unfontify-region, org-do-occur, org-columns-display-here)
8437 (org-columns-remove-overlays, org-columns-quit)
8438 (org-columns-edit-value, org-columns-next-allowed-value)
8439 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
8440 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
8441 (org-agenda-todo, org-agenda-change-all-lines)
8442 (org-agenda-align-tags, org-agenda-priority)
8443 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
8444 (org-agenda-show-new-time, org-cleaned-string-for-export)
8445 (org-export-grab-title-from-buffer)
8446 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
8447 instead of `buffer-read-only'.
8448 (org-export-as-html): Set `coding-system-for-write'.
8449 (org-remember-store-without-prompt): New option.
8450 (org-archive-subtree): Fixed bug with modifying TODO keyword.
8451 (org-beginning-of-line): Also treat C-a special in items.
8452 (org-table-convert-refs-to-rc): Fixed problem with column
8453 reference after "..".
8454 (org-columns-compute): Don't mark buffer modified because of text
8455 properties.
8456 (org-batch-store-agenda-views): Use the variable
8457 `default-directory', not the function.
8458 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
8459 (org-clock-out-when-done): New option.
8460 (org-html-entities): Added HTML entities for smileys.
8461
8462 2007-08-22 Glenn Morris <rgm@gnu.org>
8463
8464 * image.el (create-image): Doc fix.
8465
8466 * startup.el (tutorial-directory): New constant.
8467 (fancy-splash-text): Tutorials now in tutorial-directory.
8468 * tutorial.el (help-with-tutorial): Tutorials now in
8469 tutorial-directory.
8470
8471 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8472
8473 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
8474 otherwise.
8475 (tramp-get-remote-path): New defun. Replace occurrences of
8476 `tramp-default-remote-path' by this function.
8477 (tramp-set-remote-path): Move most of the code to
8478 `tramp-get-remote-path'.
8479 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
8480 existing directories, this is done already in
8481 `tramp-get-remote-path'.
8482
8483 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
8484
8485 * image-file.el (image-file-name-extensions): Add "svg".
8486 * image.el (image-type-header-regexps): Add svg entry.
8487
8488 2007-08-22 Glenn Morris <rgm@gnu.org>
8489
8490 * files.el (backup-buffer-copy): Check backup directory is
8491 writable, to avoid infloop deleting old backup.
8492
8493 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
8494 movemail related variables.
8495 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
8496 will now be set before this is called.
8497
8498 2007-08-21 Juri Linkov <juri@jurta.org>
8499
8500 * delsel.el (delete-selection-pre-hook):
8501 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
8502 instead of checking last-command.
8503
8504 2007-08-21 Juri Linkov <juri@jurta.org>
8505
8506 * loadup.el: Preload "button".
8507
8508 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8511 Add previous-line and next-line.
8512
8513 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
8514 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
8515
8516 * vc-hooks.el (vc-menu-entry): New var.
8517 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
8518 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
8519 (vc-menu-map): Declare and initialize in one step.
8520 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
8521
8522 * menu-bar.el (vc-menu-map): Don't setup any more.
8523 Instead, just create the proper spot in the menu.
8524
8525 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8526
8527 * smerge-mode.el (smerge-resolve): New arg `safe'.
8528 (smerge-resolve-all, smerge-batch-resolve): New function.
8529 (smerge-refine): Make sure `diff' returns the expected result.
8530 (smerge-parsep-re): New const.
8531 (smerge-mode): Use it to adjust paragraph-separate.
8532
8533 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8534 Correctly match / regexp matchers as first char on a line when
8535 fontifying only that line.
8536
8537 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
8538
8539 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * vc-bzr.el: Don't fiddle with vc-handled-backend.
8542 (vc-bzr-registered): Don't redundantly protect against
8543 file-error. Actually use the format-specific code.
8544 (vc-bzr-buffer-nonblank-p): Remove.
8545 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
8546
8547 2007-08-20 Juri Linkov <juri@jurta.org>
8548
8549 * startup.el (fancy-splash-text): Change multiple tabs into one
8550 tab. Remove "Useful File menu items" section (with "Exit Emacs"
8551 and "Recover Crashed Session").
8552 (fancy-splash-screens): Set tab-width to 22.
8553 (normal-splash-screen): Replace literal tabs with \t and
8554 fix whitespace. Remove "Useful File menu items" section (with
8555 "Exit Emacs" and "Recover Crashed Session").
8556
8557 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
8558
8559 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
8560 extracted from `eval-last-sexp-1'.
8561 (eval-last-sexp-1): Call `preceding-sexp'.
8562
8563 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
8564
8565 * vc-rcs.el (vc-rcs-annotate-command):
8566 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
8567 Add back :vc-annotate-prefix propertization.
8568
8569 2007-08-20 Andreas Schwab <schwab@suse.de>
8570
8571 * mail/rmail.el (rmail-autodetect): Doc fix.
8572
8573 2007-08-19 Juri Linkov <juri@jurta.org>
8574
8575 * startup.el (normal-splash-screen): Add more links.
8576
8577 2007-08-19 Juri Linkov <juri@jurta.org>
8578
8579 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
8580 because it's common to both types of splash screen: fancy and normal.
8581 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
8582 (exit-splash-screen): Rename from `fancy-splash-quit'.
8583 Use `quit-window' instead of `kill-buffer'.
8584 (fancy-splash-head): Use make-button to insert GNU image link.
8585 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
8586 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
8587 (normal-splash-screen): Put "Browse manuals" on the same line with
8588 "Emacs manual". Remove descriptions from "Useful tasks" and put
8589 all links in two columns on two lines.
8590
8591 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
8592
8593 * emulation/viper.el (viper-remove-hooks): Remove some additional
8594 viper hooks when the user calls viper-go-away.
8595 (viper-go-away): Restore the default of default-major-mode.
8596 Save the value of default-major-mode before vaperization.
8597
8598 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
8599
8600 * emulation/viper-ex.el: Replace error "" with "Viper bell".
8601
8602 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
8603 buffer for which file is created.
8604
8605 2007-08-19 Glenn Morris <rgm@gnu.org>
8606
8607 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
8608 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
8609 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
8610 shadow files messing up the compilation.
8611
8612 2007-08-18 Glenn Morris <rgm@gnu.org>
8613
8614 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
8615 string. Also apply eldoc-argument-case in the help-split-fundoc
8616 case. Adapt for changed behavior of eldoc-function-argstring,
8617 eldoc-function-argstring-format, and
8618 eldoc-highlight-function-argument.
8619 (eldoc-highlight-function-argument): Handle nil INDEX argument,
8620 just call eldoc-docstring-format-sym-doc in that case.
8621 (eldoc-function-argstring): Change the behavior. Now it converts
8622 an argument list to a string.
8623 (eldoc-function-argstring-format): Change the behavior. Now it
8624 applies `eldoc-argument-case' to a string.
8625
8626 * progmodes/scheme.el (scheme-mode-variables): Set
8627 font-lock-comment-start-skip.
8628
8629 2007-08-18 Martin Rudalics <rudalics@gmx.at>
8630
8631 * progmodes/ada-mode.el (ada-create-syntax-table): Move
8632 set-syntax-table from here to ...
8633 (ada-mode): ... here. Do not change global value of
8634 comment-multi-line. Call new function
8635 ada-initialize-syntax-table-properties and add new function
8636 ada-handle-syntax-table-properties to font-lock-mode-hook.
8637 (ada-deactivate-properties, ada-initialize-properties): Replace
8638 by new functions ...
8639 (ada-handle-syntax-table-properties)
8640 (ada-initialize-syntax-table-properties)
8641 (ada-set-syntax-table-properties): ... to set up syntax-table
8642 properties uniformly, independently from whether font-lock-mode
8643 is enabled or not. Handle read-only buffers and do not change
8644 undo-list when setting syntax-table properties.
8645 (ada-after-change-function): Use ada-set-syntax-table-properties.
8646
8647 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8648
8649 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
8650 (meta-indent-current-nesting): Use a computation of the nesting
8651 instead.
8652 (meta-indent-current-indentation): Indentation is given according
8653 to nesting and if the previous line was finished or not.
8654 (meta-indent-unfinished-line): Tell if the current line ends with
8655 a finished expression.
8656 (meta-indent-looking-at-code): Like `looking-at', but checks if
8657 the point is in a string before.
8658 (meta-indent-level-count): Use it. Don't count parenthesis as it's
8659 done in the nesting function.
8660 (meta-indent-in-string-p): Tell if the current point is in a
8661 string.
8662 (meta-indent-calculate): Treat b-o-b as a special case. Use the
8663 previous functions.
8664
8665 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
8666
8667 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
8668 (copyright-update-year, copyright-update)
8669 (copyright-fix-years): Use it.
8670
8671 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
8672
8673 * emacs-lisp/copyright.el (copyright-update-year):
8674 Fix bug: Handle nil copyright-limit.
8675
8676 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8677
8678 * calc/calc-units.el (math-standard-units): Give exact
8679 conversion for tsp.
8680
8681 * calc/calc.el (math-bignum-digit-length): Compute the
8682 appropriate value.
8683
8684 * calc/calc-bin.el (math-bignum-logb-digit-size)
8685 (math-bignum-digit-power-of-two):
8686 * calc/calc-comb.el (math-small-factorial-table):
8687 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8688 (math-approx-gamma-const):
8689 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
8690 (math-besY1, math-bernoulli-b-cache):
8691 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8692 Remove `eval-when-compile's.
8693
8694 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8695
8696 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
8697 (cperl-find-pods-heres): Fix an error when typing expressions like
8698 `s{a}{b}'.
8699
8700 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8701
8702 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
8703 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
8704 a special case (there's no build number).
8705
8706 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
8707
8708 * completion.el (symbol-under-point, symbol-before-point)
8709 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
8710
8711 2007-08-17 Glenn Morris <rgm@gnu.org>
8712
8713 * progmodes/compile.el (compilation-get-file-structure): Make use
8714 of the directory part when checking for an existing entry, to
8715 handle files with same basename in different directories.
8716
8717 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8718
8719 * calc/calc.el (calc-language-alist): Add texinfo-mode.
8720
8721 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8722
8723 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
8724 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
8725 (ps-paragraph-spacing): Docstring fix.
8726
8727 2007-08-16 Glenn Morris <rgm@gnu.org>
8728
8729 * ps-print.el (ps-font-size): Doc fix.
8730
8731 2007-08-16 Richard Stallman <rms@gnu.org>
8732
8733 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
8734
8735 2007-08-15 Juri Linkov <juri@jurta.org>
8736
8737 * startup.el (initialization): Change parent group from `internal'
8738 to `environment'.
8739 (initial-buffer-choice): New variable.
8740 (command-line): Revert 2007-07-02 change that sets
8741 buffer-offer-save in *scratch* and enables auto-save in it.
8742 (fancy-splash-text): Add links to existing items. Add new items
8743 with links for useful tasks. Move information about Control-g to
8744 fancy-splash-head. Move "Emacs Guided Tour" to the end.
8745 (fancy-splash-keymap): New variable.
8746 (fancy-splash-last-input-event): Remove variable.
8747 (fancy-splash-insert): Add processing of `:link' element.
8748 (fancy-splash-head): Replace "Type Control-l to begin editing"
8749 with "Type `q' to exit".
8750 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
8751 (fancy-splash-default-action, fancy-splash-special-event-action):
8752 Remove functions.
8753 (fancy-splash-quit): New function.
8754 (fancy-splash-screens): Rename input arg from `hide-on-input' to
8755 `static' and reverse the condition of its usage. Don't preserve
8756 original values of `minor-mode-map-alist',
8757 `emulation-mode-map-alists', `special-event-map'.
8758 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8759 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8760 Remove processing of special events. Use local key map
8761 `fancy-splash-keymap'. Set buffer to read-only.
8762 (normal-splash-screen): Rename input arg from `hide-on-input' to
8763 `static' and reverse the condition of its usage.
8764 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8765 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8766 Add links to existing items. Add new items with links for useful
8767 tasks. Use local key map `fancy-splash-keymap'.
8768 (display-splash-screen): Rename input arg from `hide-on-input' to
8769 `static'.
8770 (about-emacs): Add alias to display-splash-screen.
8771 (command-line-1): Use `initial-buffer-choice'.
8772
8773 * menu-bar.el (menu-bar-help-menu):
8774 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
8775 item to about-emacs instead of display-splash-screen.
8776
8777 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
8778
8779 * calc/calc-units.el (math-standard-units): Update values.
8780 Put in exact, rational values when possible.
8781 (math-unit-prefixes): Replace floats with powers of ten.
8782 (math-standard-units-systems): Replace floats with integers.
8783 (math-make-unit-string): Remove extra spaces in output.
8784
8785 2007-08-15 Glenn Morris <rgm@gnu.org>
8786
8787 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
8788 sloppier, for the sake of GNU Mailman.
8789 (rmail-digest-rfc1153): Initialize `result' correctly.
8790
8791 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8792
8793 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
8794 in the mail title. Suggested by Reiner Steib.
8795
8796 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8797
8798 * calc/calc-aent.el (calc-do-quick-calc): Add binary
8799 representation of integers to the list of outputs.
8800
8801 2007-08-14 Glenn Morris <rgm@gnu.org>
8802
8803 * simple.el (bad-packages-alist): New constant.
8804 (bad-package-check): New function. Together, these two add elements
8805 to `after-load-alist' to check for problematic external packages.
8806 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
8807
8808 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
8809
8810 * calc/calc-units.el (math-get-standard-units)
8811 (math-get-units, math-make-unit-string)
8812 (math-get-default-units, math-put-default-units): New functions.
8813 (math-default-units-table): New variable.
8814 (calc-convert-units, calc-convert-temperature): Add machinery
8815 to supply default values.
8816
8817 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8818
8819 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
8820 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
8821 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
8822 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
8823
8824 * emulation/tpu-extras.el: Remove spurious * in docstrings.
8825 Put its autoloads into tpu-edt.el rather than loaddefs.el.
8826 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
8827 Make into a proper minor-mode.
8828 (tpu-backward-char, tpu-next-line, tpu-previous-line)
8829 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
8830 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
8831 (tpu-set-cursor-free, tpu-set-cursor-bound):
8832 Delegate to tpu-cursor-free-mode.
8833 (tpu-next-line, tpu-previous-line, tpu-forward-line)
8834 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
8835 Use line-move or forward-line instead of next-line-internal.
8836
8837 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
8838
8839 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
8840
8841 2007-08-12 Richard Stallman <rms@gnu.org>
8842
8843 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8844 (cvs-execute-single-file): Use new name split-string-and-unquote.
8845 (cvs-header-msg): Use new name combine-and-quote-strings.
8846
8847 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8848
8849 * progmodes/gud.el (gud-common-init): Use new name
8850 split-string-and-unquote.
8851
8852 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
8853 in javac regexp.
8854
8855 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
8856 combine-and-quote-strings and split-string-and-unquote.
8857
8858 * subr.el (combine-and-quote-strings): Rename from strings->string.
8859 (split-string-and-unquote): Rename from string->strings.
8860
8861 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8862
8863 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
8864 to buffer-local settings.
8865
8866 * emacs-lisp/backquote.el (backquote-delay-process): New function.
8867 (backquote-process): Add internal arg `level'. Use the two to
8868 correctly handle nested backquotes.
8869
8870 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
8871
8872 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
8873 (vc-bzr-state-words): Add "kind changed" state word.
8874 (vc-bzr-status): New function. Return Bzr idea of file status,
8875 which is different from VC's.
8876 (vc-bzr-state): Use vc-bzr-status.
8877 (vc-workfile-unchanged-p): Use vc-bzr-status.
8878 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
8879 (vc-dired-state): Process "kind changed" state word.
8880
8881 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8882
8883 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
8884
8885 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
8886 Move from vc-default-find-file-not-found-hook.
8887
8888 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * man.el: Remove spurious * in docstrings.
8891 Merge defvars and toplevel setq-defaults.
8892 (Man-highlight-references0): Limit=nil rather than point-max.
8893 (Man-mode-map): Move initialization into the declaration.
8894 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
8895 (Man-view-header-file): Use expand-file-name rather than concat.
8896 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
8897
8898 * man.el (Man-next-section): Make sure we do not move backward.
8899
8900 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * files.el (auto-mode-alist): Use the purecopied text (duh!).
8903
8904 2007-08-08 Glenn Morris <rgm@gnu.org>
8905
8906 * Replace `iff' in doc-strings and comments.
8907
8908 2007-08-08 Martin Rudalics <rudalics@gmx.at>
8909
8910 * dired.el (dired-pop-to-buffer):
8911 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8912 * calendar/calendar.el (generate-calendar-window):
8913 * progmodes/compile.el (compilation-set-window-height):
8914 * textmodes/two-column.el (2C-two-columns, 2C-merge):
8915 Use window-full-width-p instead of comparing frame-width and
8916 window-width.
8917
8918 * progmodes/compile.el (compilation-find-buffer): Remove extra
8919 argument in call to compilation-buffer-internal-p.
8920
8921 2007-08-07 Tom Tromey <tromey@redhat.com>
8922
8923 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
8924 Add safe-local-variable property.
8925
8926 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8927
8928 * image-mode.el (image-toggle-display): Use image-refresh.
8929
8930 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
8931
8932 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
8933 unofficial version.
8934 (vc-bzr-command): Remove redundant setting of process-connection-type.
8935 (vc-bzr-admin-checkout-format-file): Add autoload.
8936 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
8937 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
8938 (vc-bzr-registered): Compare dirstate format tag with known good
8939 value, abort parsing if match fails. Warn user in docstring.
8940 (vc-bzr-workfile-version): Case for different Bzr branch formats.
8941 See bzrlib/branch.py in Bzr sources.
8942 (vc-bzr-diff): First argument FILES may be a string rather than a list.
8943 (vc-bzr-shell-command): Remove in favor of
8944 vc-bzr-command-discarding-stderr.
8945 (vc-bzr-command-discarding-stderr): New function.
8946
8947 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
8948
8949 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
8950 program, and return nil.
8951 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
8952 (vc-bzr-state): Look for path names relative to the repository
8953 root after status keyword.
8954 (vc-bzr-file-name-relative): New function.
8955 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
8956 depend on it.
8957 (vc-bzr-admin-dirname, ...-checkout-format-file)
8958 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8959 files that we now parse directly for speed.
8960 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8961 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8962 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8963 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
8964 Bzr warnings, so we must discard it.
8965 (vc-bzr-workfile-version): Speedup counting lines from
8966 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8967 if that file doesn't exist.
8968 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8969 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
8970 to `vc-directory-exclusion-list'.
8971 (vc-bzr-shell-command): New function.
8972
8973 2007-08-06 Tom Tromey <tromey@redhat.com>
8974
8975 * diff-mode.el (diff-unified->context, diff-reverse-direction)
8976 (diff-fixup-modifs): Typo in docstring.
8977
8978 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8979
8980 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8981 count-screen-lines.
8982 (tpu-edt-off): Disable relevant pieces of advice.
8983
8984 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8985 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
8986 (newline, newline-and-indent, do-auto-fill): Use advice instead of
8987 redefining the function.
8988 (tpu-set-scroll-margins): Activate the pieces of advice.
8989
8990 2007-08-06 Martin Rudalics <rudalics@gmx.at>
8991
8992 * help.el (resize-temp-buffer-window): Use window-full-width-p
8993 instead of comparing frame-width and window-width.
8994
8995 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
8996
8997 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
8998 optional quotes around files in NEED-UPDATE . REMOVED case.
8999
9000 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
9001 (ada-treat-cmd-string): Improve error message.
9002 (ada-do-file-completion): Call `ada-require-project-file', so
9003 project variables are set properly.
9004 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
9005 (ada-gnatfind-buffer-name): New constant.
9006 (ada-find-any-references): Use new constant. Set buffer name
9007 properly in compilation-start. Toggle read-only properly.
9008 (ada-find-in-src-path): Fix spelling error in docstring.
9009
9010 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
9011 by zero error.
9012
9013 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9014
9015 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
9016
9017 2007-08-12 Richard Stallman <rms@gnu.org>
9018
9019 * progmodes/sh-script.el (sh): Delete group `unix'.
9020
9021 * progmodes/gud.el (gud): Change to group `processes'.
9022
9023 2007-08-11 Glenn Morris <rgm@gnu.org>
9024
9025 * progmodes/compile.el (compilation-buffer-name): Don't check
9026 compilation-arguments. It is superfluous, and the variable isn't
9027 even set when this function is called.
9028
9029 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9030
9031 * term/mac-win.el (mac-ae-reopen-application): New function.
9032 (mac-apple-event-map): Bind "reopen application" Apple event to it.
9033
9034 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
9037 take tex-font-script-display into account.
9038 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
9039 cell to a list of 2 elements to simplify the unfontify code.
9040
9041 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9042
9043 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
9044 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
9045 ps-print-color-p is neither nil nor black-white. Reported by Christian
9046 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9047
9048 2007-08-08 Andreas Schwab <schwab@suse.de>
9049
9050 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
9051 self-insert-command, not self-insert.
9052
9053 2007-08-08 Glenn Morris <rgm@gnu.org>
9054
9055 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
9056 argument optional, for backwards compatibility, and only highlight
9057 args when present. Fix symbol name typo (doc/args).
9058
9059 * help-mode.el (help-make-xrefs): Search for symbol constituents,
9060 rather than just `-'.
9061
9062 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
9063
9064 * calc/calc-units.el (calc-convert-temperature):
9065 Use `/' to create fractions.
9066
9067 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
9068
9069 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
9070 global matching.
9071 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
9072 ERROR-BUFFER more robust. Display output.
9073 (tramp-file-name-handler): Add a connection property when we found
9074 a foreign file name handler. This allows backends like ftp to
9075 profit also from usr/host name completion based on connection
9076 cache.
9077 (tramp-send-command-and-read): Search for trash after the regexp
9078 until eol only. In XEmacs, there is a problem with \n.
9079
9080 * net/tramp-cache.el (top): Read persistent connection history
9081 when cache is empty.
9082
9083 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
9084
9085 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
9086 resulting output.
9087
9088 2007-08-07 Sam Steingold <sds@gnu.org>
9089
9090 * progmodes/compile.el (compilation-start): Pass nil as startfile
9091 to comint-exec.
9092
9093 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
9094
9095 * longlines.el (longlines-decoded): New variable.
9096 (longlines-mode): Avoid encoding or decoding the buffer twice.
9097
9098 2007-08-07 Martin Rudalics <rudalics@gmx.at>
9099
9100 * format.el (format-insert-file): Make sure that at most one undo
9101 entry is recorded for the insertion. Inhibit point-motion and
9102 modification hooks around call to insert-file-contents.
9103
9104 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
9107 Select the buffer's window before moving point.
9108
9109 2007-08-07 Richard Stallman <rms@gnu.org>
9110
9111 * term.el (term): Remove parent group `unix'.
9112
9113 * simple.el (default-indent-new-line): New function.
9114 It calls comment-line-break-function if there are comments.
9115 (do-auto-fill): Use that.
9116
9117 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
9118
9119 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
9120 (PC-do-completion): Add "acronym completion" for symbols and
9121 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
9122
9123 2007-08-06 Sam Steingold <sds@gnu.org>
9124
9125 * mouse.el (mouse-buffer-menu): Pass mode-name through
9126 format-mode-line because it may be a list,
9127 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
9128
9129 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
9130
9131 * printing.el (pr-update-menus): Docstring fix.
9132
9133 2007-08-06 Jason Rumney <jasonr@gnu.org>
9134
9135 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
9136
9137 * vc-hooks.el (vc-call): Add doc string.
9138
9139 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
9140
9141 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
9142 process-filter.
9143
9144 2007-08-06 Kenichi Handa <handa@m17n.org>
9145
9146 * international/quail.el: Wrap (require 'help-mode) by
9147 eval-when-compile.
9148 (quail-help-init): New function.
9149 (quail-help): Call quail-help-init.
9150 (quail-store-decode-map-key): Change it to a function.
9151
9152 2007-08-05 Jason Rumney <jasonr@gnu.org>
9153
9154 * vc.el (vc-rollback): Add norevert argument back.
9155 (vc-revert-buffer): Add back as obsolete alias.
9156
9157 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
9158
9159 * term.el: Honor term-default-fg-color and term-default-bg-color
9160 settings when modifying term-current-face.
9161 (term-default-fg-color, term-default-bg-color): Initialize from
9162 default term-current-face.
9163 (term-mode, term-reset-terminal): Set term-current-face with
9164 term-default-fg-color and term-default-bg-color.
9165 (term-handle-colors-array): term-current-face has term-default-fg-color
9166 and term-default-bg-color after reset escape sequence.
9167 (term-handle-colors-array): Set term-current-color with
9168 term-default-fg/bg-color instead of ansi-term-color-vector when the
9169 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
9170
9171 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
9172
9173 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
9174 (math-nlfit-givens): Let bind free variables.
9175
9176 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
9177
9178 * printing.el: Require lpr and ps-print when loading printing package.
9179 Reported by Glenn Morris <rgm@gnu.org>.
9180
9181 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
9182
9183 * files.el (set-auto-mode): Handle also remote files wrt
9184 `auto-mode-alist'.
9185
9186 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
9187
9188 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
9189 curves and plotting.
9190
9191 * calc/calc-nlfit.el: New file.
9192
9193 2007-08-04 Glenn Morris <rgm@gnu.org>
9194
9195 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
9196 zero, not nil, when the library is first loaded. Check for a file
9197 that has been modified on disk.
9198
9199 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
9200 Remove duplicate defvar preventing initialization.
9201 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
9202
9203 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
9206 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
9207 may match up to 4 lines.
9208 (diff-beginning-of-file-and-junk): Rewrite.
9209
9210 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9211
9212 * printing.el: Evaluate require only during compilation.
9213 (pr-version): New version 6.9.1.
9214 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
9215 (pr-global-menubar): Fix code.
9216
9217 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
9218
9219 * term.el (term-erase-in-display): Fix case when point is not at
9220 the beginning of the line.
9221
9222 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
9223
9224 * calc/calc-ext.el (math-get-value, math-get-sdev)
9225 (math-contains-sdev): New functions.
9226
9227 * calc/calc-graph.el (calc-graph-format-data)
9228 (calc-graph-add-curve): Check for error forms.
9229 (calc-graph-set-styles): Add option for error forms.
9230
9231 2007-08-03 Miles Bader <miles@gnu.org>
9232
9233 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
9234 backend names for new backends to `Git', `Hg', and `Bzr'.
9235 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
9236 not `HG'.
9237 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
9238 name, not `GIT'.
9239 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
9240 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
9241
9242 2007-08-03 Richard Stallman <rms@gnu.org>
9243
9244 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
9245 to update deleted flag.
9246
9247 * cus-edit.el (customize-apropos, customize-apropos-options)
9248 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
9249
9250 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
9251
9252 * startup.el (fancy-splash-head, startup-echo-area-message):
9253 Change message text.
9254
9255 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
9256 All callers use line-move.
9257
9258 * progmodes/compile.el (compilation-find-buffer): Return current
9259 buffer immediately if suitable.
9260 (compile, compilation-buffer-name, compilation-start): Doc fixes.
9261
9262 2007-08-03 Daiki Ueno <ueno@unixuser.org>
9263
9264 * faces.el (face-normalize-spec): New function.
9265 (frame-set-background-mode): Normalize face-spec before calling
9266 face-spec-match-p.
9267
9268 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * server.el (server-window): Add switch-to-buffer-other-frame option.
9271
9272 2007-08-03 Glenn Morris <rgm@gnu.org>
9273
9274 * cus-edit.el (customize-apropos): Make the error message indicate
9275 what kind of thing the user was trying to customize.
9276
9277 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
9278
9279 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
9280 Fix off-by-one error in previous change.
9281
9282 2007-08-03 Drew Adams <drew.adams@oracle.com>
9283
9284 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
9285 Make buffer writable.
9286
9287 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9288
9289 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
9290 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
9291 Use native Emacs functions, when appropriate.
9292
9293 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9294 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * vc.el: Document new VC operation `extra-menu'.
9297
9298 * vc-hooks.el (vc-default-extra-menu): New function.
9299
9300 * menu-bar.el (menu-bar-vc-filter): New function.
9301 (menu-bar-tools-menu): Use it as a filter.
9302
9303 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
9304
9305 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
9306
9307 2007-08-01 Glenn Morris <rgm@gnu.org>
9308
9309 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
9310 strings.
9311 (fortran-tab-mode-default): Remove needless autoload.
9312 (fortran-tab-mode-string): Add help-echo and mouse properties, and
9313 mark as risky.
9314 (fortran-line-length): New buffer-local variable, safe if integer.
9315 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
9316 Change from variables to constants.
9317 (fortran-font-lock-syntactic-keywords): Delete as a variable,
9318 replace with a new function definition.
9319 (fortran-mode): Use fortran-line-length, and
9320 fortran-font-lock-syntactic-keywords as a function. Add a
9321 hack-local-variables-hook function.
9322 (fortran-line-length, fortran-hack-local-variables): New functions.
9323 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
9324 Use fortran-line-length rather than 72.
9325 (fortran-window-create-momentarily): Doc fix.
9326
9327 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
9328
9329 * cus-edit.el (custom-group-value-create, custom-goto-parent):
9330 Fix parent groups link.
9331
9332 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
9333
9334 * progmodes/python.el (python-current-defun): Adjust to never fall
9335 into infinite loop.
9336
9337 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
9340
9341 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
9342
9343 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
9344 (copyright-fix-years, copyright): Correctly handle the case where
9345 copyright-limit is nil.
9346
9347 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
9348
9349 * progmodes/python.el (run-python): Fix path separator under w32.
9350
9351 2007-07-30 Richard Stallman <rms@gnu.org>
9352
9353 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9354 Treat non-break space as whitespace in Lisp.
9355
9356 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
9357
9358 * vc.el (vc-dired-hook): Use inhibit-read-only.
9359
9360 * progmodes/compile.el (compilation-forget-errors):
9361 Reset compilation-auto-jump-to-next.
9362
9363 2007-07-30 Michael Olson <mwolson@gnu.org>
9364
9365 * cus-edit.el (custom-group-save): Fix void function definition
9366 error. Thanks to Zhang Wei for the report.
9367
9368 * ps-print.el: Check in trivial changes to the autoloads section
9369 caused by the build process. These autoloads really ought to be
9370 placed in a separate file, methinks.
9371
9372 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * calendar/calendar.el (calendar-mode): Make sure
9375 displayed-(month|year) are set.
9376 (calendar-basic-setup): Display buffer before adjusting window sizes.
9377 (generate-calendar-window): Use inhibit-read-only. Simplify.
9378 Generate buffer and set displayed-month and displayed-year before
9379 calling update-calendar-mode-line.
9380
9381 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
9382
9383 * net/tramp.el:
9384 * net/tramp-uu.el:
9385 * net/trampver.el: Use utf-8 encoding with coding cookie.
9386
9387 * net/tramp-cache.el:
9388 * net/tramp-fish.el:
9389 * net/tramp-ftp.el:
9390 * net/tramp-gw.el:
9391 * net/tramp-smb.el: Remove coding cookie.
9392
9393 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9394 Flush buffer file-name's file property.
9395 (tramp-handle-file-remote-p): The first parameter is FILENAME.
9396
9397 * net/trampver.el: Update release number.
9398
9399 2007-07-29 Juri Linkov <juri@jurta.org>
9400
9401 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
9402 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
9403 when major-mode is not dired-mode.
9404 (dired-toggle-read-only): New function.
9405 (dired-recursive-deletes): Remove obsolete comments about old
9406 default value.
9407 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
9408
9409 * wdired.el (wdired-exit): New function.
9410 (wdired-mode-map): Bind C-x C-q to wdired-exit.
9411
9412 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * cus-edit.el (customize-read-group): New fun.
9415 (customize-group-other-window, customize-face-other-window):
9416 Prompt before delegating to customize-(group|face).
9417 Bind pop-up-windows rather than use the other-window argument.
9418 (customize-group, customize-face): Prompt from the interactive spec.
9419 Remove args `prompt-for-group' and `other-window'.
9420
9421 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
9422 (ad-body-forms, ad-advised-interactive-form): Revert this part of
9423 last change.
9424
9425 2007-07-28 Masatake YAMATO <jet@gyve.org>
9426
9427 * vc.el (vc-dired-mode): Add a menu for VC related operation.
9428 Use backend name as the menu label. Suggested by David Kastrup.
9429
9430 2007-07-28 Alan Mackenzie <acm@muc.de>
9431
9432 Fix problem with modes derived from CC Mode:
9433 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
9434 macro to cc-langs.
9435 (c-init-language-vars-for): Remove call to above macro.
9436 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
9437 been moved to here.
9438 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
9439
9440 2007-07-28 Eli Zaretskii <eliz@gnu.org>
9441
9442 * net/trampver.el: Fix the `coding' cookie.
9443
9444 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9445
9446 * vc-git.el (vc-git-print-log): Support both the old single file
9447 interface and the new one.
9448
9449 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
9450
9451 * bindings.el (mode-line-remote): Use updated %@ construct.
9452
9453 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9456 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
9457 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
9458 (diary-list-bahai-entries, diary-bahai-mark-entries)
9459 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
9460 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9461 New names to clean up namespace.
9462 (list-bahai-diary-entries, mark-bahai-diary-entries)
9463 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
9464 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
9465 Add compatibility aliases.
9466
9467 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
9468
9469 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
9470 (calendar-scroll-left-three-months)
9471 (calendar-scroll-right-three-months): Clean up namespace.
9472 (scroll-calendar-left, scroll-calendar-right)
9473 (scroll-calendar-left-three-months)
9474 (scroll-calendar-right-three-months): Add compatibility aliases.
9475
9476 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
9477 Behave like mouse-scroll-calendar-* when used from the mouse.
9478
9479 * calendar/cal-menu.el (cal-menu-scroll-menu)
9480 (cal-menu-global-mouse-menu):
9481 * calendar/calendar.el (calendar-mode-map):
9482 Use new calendar-scroll-* names.
9483 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
9484 Remove. Use calendar-scroll-* directly instead.
9485
9486 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
9489 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
9490 (ad-make-advised-definition, ad-cache-id-verification-code):
9491 Use commandp and interactive-form instead.
9492
9493 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
9494
9495 * vc-git.el: Relicense to GPLv3 or later.
9496 (vc-directory-exclusion-list, vc-handled-backends): Remove.
9497
9498 * vc-hooks.el (vc-handled-backends): Add GIT.
9499
9500 * vc.el (vc-directory-exclusion-list): Add .git.
9501
9502 2007-07-26 Alexandre Julliard <julliard@winehq.org>
9503
9504 * vc-git.el (vc-git-revision-table)
9505 (vc-git-revision-completion-table): New functions.
9506
9507 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9508
9509 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
9510 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
9511 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
9512 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
9513 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
9514 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
9515 New command actions for EPS header and EPS footer.
9516
9517 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
9518 footer. Fix some problems with one-or-more, zero-or-more and
9519 alternative constructions generation. Some log messages
9520 implementation. Doc fix.
9521 (ebnf-version): New version 4.4.
9522 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
9523 (ebnf-eps-footer, ebnf-log): New options.
9524 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
9525 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
9526 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
9527 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
9528 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
9529 (ebnf-style-custom-list, ebnf-style-database): Put new values.
9530 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
9531 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
9532 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
9533 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
9534 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
9535 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
9536 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
9537 (ebnf-non-terminal-dimension, ebnf-special-dimension)
9538 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
9539 (ebnf-except-dimension, ebnf-alternative-dimension)
9540 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
9541 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
9542 message fun.
9543 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
9544 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
9545 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
9546 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
9547 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
9548 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
9549 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
9550 compatibility with Emacs 20 & 21.
9551 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
9552 (ebnf-eps-file-alist, ebnf-basic-width-extra)
9553 (ebnf-basic-empty-height): New vars.
9554 (ebnf-prologue): Fix PostScript code.
9555 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
9556 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
9557 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
9558 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
9559
9560 2007-07-25 Glenn Morris <rgm@gnu.org>
9561
9562 * Relicense all FSF files to GPLv3 or later.
9563
9564 * COPYING: Switch to GPLv3.
9565
9566 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
9569 Replace it with another one which disables undo before calling
9570 erase-buffer and then turns it back on if needed.
9571
9572 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9573
9574 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
9575
9576 2007-07-24 Glenn Morris <rgm@gnu.org>
9577
9578 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9579 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9580 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9581 (cal-tex-cursor-week, cal-tex-cursor-week2)
9582 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9583 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9584 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9585 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9586
9587 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * calendar/calendar.el (calendar-mode-map): Move initialization
9590 into declaration. Add menu bindings (used to be done in cal-menu).
9591 (calendar-mode): Don't add an activate-menubar-hook.
9592
9593 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
9594 modify calendar-mode-map), use easy-menu, and make sure that C-h k
9595 can be used on the menu entries.
9596 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
9597 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
9598 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
9599 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
9600 (calendar-flatten, cal-menu-update): Remove.
9601 (calendar-mouse-insert-hebrew-diary-entry)
9602 (calendar-mouse-insert-islamic-diary-entry)
9603 (calendar-mouse-insert-bahai-diary-entry):
9604 Remove (fold into cal-menu-diary-menu).
9605 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
9606 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
9607 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
9608 (calendar-mouse-view-diary-entries): Minor simplifications.
9609 (calendar-event-to-date): Use with-current-buffer.
9610
9611 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
9612
9613 * add-log.el (change-log-redate): Remove (not needed anymore and
9614 doesn't appear to work).
9615
9616 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9617
9618 * frame.el: Use mapc and dolist instead of mapcar where possible.
9619 (close-display-connection): New command.
9620
9621 2007-07-25 Alexandre Julliard <julliard@winehq.org>
9622
9623 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
9624 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
9625
9626 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9627
9628 * ps-print.el (ps-multibyte-buffer): Docstring fix.
9629
9630 * ps-mule.el: Doc fix.
9631 (ps-multibyte-buffer, ps-mule-font-info-database-default)
9632 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
9633
9634 2007-07-25 Glenn Morris <rgm@gnu.org>
9635
9636 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
9637 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
9638 (cal-tex-daily-end, cal-tex-hook)
9639 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
9640 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
9641 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9642 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9643 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
9644 (cal-tex-day-prefix, cal-tex-day-name-format)
9645 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
9646 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
9647 (cal-tex-LaTeX-subst-list): Change from variables to constants.
9648 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
9649 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
9650 etc, rather than \bf.
9651 (cal-tex-mini-calendar): Fix typos in previous change.
9652 (cal-tex-latexify-list): Remove inner let binding.
9653 (cal-tex-end-document, cal-tex-banner): Use multi-line
9654 cal-tex-comment.
9655 (cal-tex-comment): Handle embedded newlines.
9656 (cal-tex-LaTeXify-string): Use substring-no-properties.
9657
9658 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
9659
9660 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9661 Add support for the Maden build tool.
9662
9663 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
9664
9665 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
9666
9667 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
9670
9671 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9672
9673 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
9674 C-x C-q.
9675
9676 * vc-git.el (vc-git-print-log): Fix previous change.
9677
9678 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * window.el (save-selected-window): Minor optimization.
9681 (bw-adjust-window): If operation failed, try with a smaller delta.
9682 (window-fixed-size-p): New function.
9683 (window-area-factor): New var.
9684 (balance-windows-area): New command.
9685
9686 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
9687 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
9688 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
9689 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
9690 (ps-mule-begin-job): Use dolist.
9691
9692 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
9693
9694 * subr.el (start-file-process-shell-command)
9695 (process-file-shell-command): New defuns.
9696
9697 * progmodes/compile.el (compilation-start):
9698 Apply `start-file-process-shell-command'.
9699
9700 2007-07-24 Alexandre Julliard <julliard@winehq.org>
9701
9702 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
9703
9704 2007-07-24 Alan Mackenzie <acm@muc.de>
9705
9706 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9707 Initialise byte-compile-unresolved-functions before rather than
9708 after a compilation.
9709 (byte-compile-unresolved-functions): Amplify doc string.
9710
9711 2007-07-24 Glenn Morris <rgm@gnu.org>
9712
9713 * startup.el (normal-splash-screen): Use `emacs-copyright'.
9714
9715 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9716 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9717 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9718 (cal-tex-cursor-week, cal-tex-cursor-week2)
9719 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9720 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9721 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9722 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9723
9724 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
9725 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
9726 (cal-tex-day-name-format, cal-tex-cal-one-month)
9727 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
9728 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
9729 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
9730 (cal-tex-list-holidays, cal-tex-cursor-year)
9731 (cal-tex-cursor-year-landscape, cal-tex-year)
9732 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
9733 (cal-tex-cursor-month, cal-tex-insert-days)
9734 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9735 (cal-tex-first-blank-p, cal-tex-cursor-week)
9736 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9737 (cal-tex-week-hours, cal-tex-cursor-week-monday)
9738 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
9739 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9740 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
9741 (cal-tex-latexify-list, cal-tex-previous-month)
9742 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
9743 modernization, including using dotimes rather than
9744 calendar-for-loop.
9745 (cal-tex-LaTeX-subst-list): Remove `@'.
9746 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
9747 Use \textit and \textbf rather than \em and \it.
9748
9749 * calendar/cal-bahai.el (list-bahai-diary-entries)
9750 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
9751 * calendar/cal-islam.el (list-islamic-diary-entries)
9752 * calendar/calendar.el (generate-calendar, generate-calendar-month)
9753 * calendar/diary-lib.el (diary-list-entries)
9754 (mark-calendar-date-pattern): Use `dotimes' rather than
9755 `calendar-for-loop'.
9756
9757 * calendar/calendar.el (calendar-for-loop): Doc fix.
9758
9759 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
9762 underlying file is uptodate.
9763
9764 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
9765
9766 * replace.el (perform-replace): Use isearch-no-upper-case-p.
9767
9768 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * vc-hooks.el (vc-mode-line-map): New const.
9771 (vc-mode-line): Use it.
9772
9773 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9774
9775 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
9776 (vc-git-unregister): New functions.
9777 (vc-git-find-version): Use the result of ls-files as a parameter
9778 for cat-file.
9779
9780 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
9781
9782 * net/tramp.el (tramp-perl-file-attributes)
9783 (tramp-perl-directory-files-and-attributes)
9784 (tramp-handle-file-attributes-with-stat)
9785 (tramp-handle-directory-files-and-attributes-with-stat)
9786 (tramp-convert-file-attributes): Handle huge file sizes.
9787
9788 2007-07-23 Juri Linkov <juri@jurta.org>
9789
9790 * isearch.el (isearch-message-function): New variable.
9791 (isearch-update, isearch-search): Use it.
9792
9793 * simple.el (goto-history-element): New function created from
9794 next-history-element.
9795 (next-history-element): Most code moved to goto-history-element.
9796 Call goto-history-element with (- minibuffer-history-position n).
9797 (previous-history-element): Call goto-history-element with (+
9798 minibuffer-history-position n).
9799 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
9800 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
9801 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
9802 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
9803 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
9804 (minibuffer-history-isearch-pop-state): New functions.
9805
9806 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9807
9808 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
9809 Also, if FILE is a list, return non-nil if any of its elements
9810 should stay local. Update docstring.
9811
9812 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9813
9814 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
9815 change by reverting a small part.
9816
9817 2007-07-23 Richard Stallman <rms@gnu.org>
9818
9819 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
9820
9821 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9822
9823 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
9824 handling it. Use vc-git-command.
9825 (vc-git-find-version, vc-git-diff-tree): New functions.
9826 (vc-git-revert): Use vc-git-command.
9827 (vc-git--run-command): Delete.
9828
9829 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9830
9831 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
9832
9833 2007-07-20 Kenichi Handa <handa@m17n.org>
9834
9835 * international/utf-8.el (utf-8-post-read-conversion):
9836 Temporarily bind utf-8-compose-scripts to nil while running
9837 *-compose-region functions.
9838
9839 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9840
9841 * vc-git.el: Update status.
9842 (vc-directory-exclusion-list): Use eval-after-load.
9843
9844 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
9845
9846 * bindings.el (mode-line-remote): New variable.
9847 (help-echo): Add to default values of mode-line-format.
9848
9849 * files.el: Mark mode-line-remote as risky.
9850
9851 2007-07-22 Juri Linkov <juri@jurta.org>
9852
9853 * isearch.el (isearch-edit-string): Save old point and
9854 isearch-other-end to old-point and old-other-end before reading
9855 the search string from minibuffer. After exiting minibuffer set
9856 point to old-other-end if point and the search direction is the
9857 same as before reading the search string.
9858 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
9859 to isearch-other-end. Instead of isearch-search-and-update call
9860 three functions isearch-search, isearch-push-state and isearch-update.
9861
9862 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9863
9864 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
9865 deal with multiple file arguments.
9866 (vc-git-print-log): Deal with multiple file arguments.
9867
9868 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9869
9870 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
9871 diff-refine-hunk. Adjust users.
9872 (diff-unified-hunk-p, diff-splittable-p): New functions.
9873 (diff-mode-menu): Use it to disable Split when it doesn't work.
9874
9875 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9876
9877 * diff-mode.el (diff-mode-menu): New entries.
9878
9879 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
9882 if applicable, so as to save undo-log space.
9883
9884 * diff-mode.el (diff-find-file-name): Add arg `batch'.
9885
9886 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
9887 (diff-file-kill): Use it.
9888 (diff-beginning-of-hunk): Add arg `try-harder' using it.
9889 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
9890 Use it so they find the hunk even when we're in the file header.
9891
9892 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9893
9894 * vc-git.el (vc-git-revision-granularity, vc-git-root)
9895 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
9896 (vc-git-create-repo): New functions.
9897 (vc-git-registered): New autoloaded function definition.
9898 (vc-git-registered): Use vc-git-root.
9899 (vc-git-responsible-p): New defalias.
9900 (vc-git-annotate-extract-revision-at-line): Uncomment.
9901 (vc-git-print-log): Add the file name to the log.
9902 (vc-git-log-view-mode): New derived mode.
9903 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
9904
9905 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9906
9907 * progmodes/grep.el (grep-compute-defaults): Keep default values.
9908
9909 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
9910
9911 * textmodes/reftex.el (reftex-access-parse-file): Create parse
9912 file in a way that does not interfere with recentf mode.
9913 (reftex-access-parse-file): Do not risk destroying an existing
9914 buffer.
9915
9916 2007-07-22 Alexandre Julliard <julliard@winehq.org>
9917
9918 * vc-git.el: New file.
9919
9920 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 * textmodes/tex-mode.el (tex-font-script-display): Change default.
9923
9924 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9925
9926 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
9927 for branches and new files.
9928
9929 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
9930 local-map handling ...
9931 (vc-mode-line): ... here. Improve handling of help-echo.
9932
9933 * vc.el (mode-line-string): Document help-echo usage.
9934
9935 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9936
9937 Sync with Tramp 2.1.10.
9938
9939 * net/tramp.el (tramp-get-ls-command): Fix typo.
9940
9941 * net/trampver.el: Update release number.
9942
9943 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9944
9945 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
9946
9947 * term/x-win.el (x-handle-no-bitmap-icon): New function.
9948
9949 2007-07-22 Martin Rudalics <rudalics@gmx.at>
9950
9951 * add-log.el (change-log-fill-parenthesized-list): New function.
9952 (change-log-indent): Call change-log-fill-parenthesized-list.
9953 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
9954 Have lines with leading asterisk start a paragraph.
9955
9956 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9957
9958 * calc/calc-math.el (math-emacs-precision)
9959 (math-largest-emacs-expt, math-smallest-emacs-expt):
9960 New variables.
9961 (math-use-emacs-fn): New function.
9962 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9963 appropriate.
9964
9965 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9966
9967 * image-dired.el (image-dired-sane-db-file): New func.
9968 (image-dired-write-tags, image-dired-remove-tag)
9969 (image-dired-list-tags, image-dired-write-comments)
9970 (image-dired-get-comment, image-dired-mark-tagged-files)
9971 (image-dired-create-gallery-lists): Call new func.
9972 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9973
9974 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9975
9976 * vc-hg.el (vc-hg-dir-state): Fix loop.
9977 (vc-hg-print-log): Fix expected return value for vc-hg-command.
9978 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9979 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9980 (vc-hg-revert): Likewise.
9981 (vc-hg-revision-table, vc-hg-revision-completion-table): New
9982 functions.
9983
9984 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * add-log.el (change-log-resolve-conflict): Don't lose data if the
9987 merge fails.
9988
9989 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9990
9991 * progmodes/compile.el (compilation-auto-jump-to-first-error):
9992 Add group and version.
9993
9994 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9995
9996 * add-log.el (add-log-file-name): Use file-relative-name.
9997 (add-change-log-entry): Delay reading
9998 add-log-(full-name|mailing-address) to after we've switched to the
9999 ChangeLog buffer so we get the right value.
10000 (add-change-log-entry, add-log-current-defun, change-log-merge):
10001 Use derived-mode-p rather than checking major-mode directly.
10002
10003 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
10004 name for buffer-file-name if it refers to a directory.
10005
10006 * vc-arch.el (vc-arch-diff): Fix last change.
10007
10008 * progmodes/compile.el (compilation-start): Remember the original
10009 directory in a buffer-local compilation-directory.
10010 (compile): Set the global value of compilation-directory.
10011 (recompile): Use compilation-directory even in the compilation buffer.
10012
10013 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10014
10015 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
10016
10017 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10018
10019 * ps-print.el: Problem with foreground and background color when
10020 printing a buffer with and without faces. Reported by Christian
10021 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
10022 (ps-print-version): New version 6.7.5.
10023 (ps-default-fg): Change default value to nil, so black color is used
10024 when a face does not specify a foreground color.
10025 (ps-default-bg): Change default value to nil, so white color is used
10026 for background color.
10027 (ps-begin-job): Fix code.
10028
10029 2007-07-20 Eli Zaretskii <eliz@gnu.org>
10030
10031 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
10032 in $(INSTALL_DIR)/lisp/ if they already exist.
10033
10034 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
10035
10036 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
10037 in $(INSTALL_DIR)/lisp/ if they already exist.
10038
10039 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * progmodes/vera-mode.el (vera-re-search-forward)
10042 (vera-re-search-backward): Remove use of store-match-data.
10043 (vera-mode-map): Move initialization into declaration.
10044
10045 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
10046 (flymake-find-buildfile): Use locate-dominating-file.
10047
10048 * vc.el (vc-delistify): Use mapconcat.
10049 (vc-do-command): Minor simplification.
10050 (vc-expand-dirs): Use push.
10051
10052 * vc-mcvs.el (vc-mcvs-create-repo):
10053 * vc-cvs.el (vc-cvs-create-repo): Remove.
10054
10055 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
10056 directory and the root as well.
10057
10058 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
10059
10060 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
10061 instead of a file.
10062
10063 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
10064 (vc-hg-registered): Replace if with when.
10065 (vc-hg-state): Deal with nonexistent files and handle removed files.
10066 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
10067 (vc-hg-checkout): Re-enable.
10068 (vc-hg-create-repo): Fix typos.
10069 (vc-hg-print-log): Fix for multiple files.
10070 (vc-hg-workfile-unchanged-p): New function.
10071
10072 * vc.el: Fix typo.
10073 (vc-print-log): Fix call to print-log.
10074 (vc-default-comment-history): Likewise.
10075 (vc-directory-exclusion-list): Add .hg and .bzr.
10076 (vc-diff-internal): Pass a list instead of a file.
10077
10078 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
10079
10080 * vc-bzr.el (vc-bzr-create-repo): New function.
10081
10082 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
10085 `file' from which to start the search.
10086
10087 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
10088
10089 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
10090 having a single file argument to having a list of files as the
10091 first argument.
10092
10093 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * files.el (locate-dominating-file): New function.
10096
10097 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
10098
10099 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
10100 (grep-compute-defaults): Use it.
10101
10102 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * uniquify.el: Docstring fixes.
10105
10106 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
10107
10108 * vc.el (revision-granularity, create-repo): Document new vc
10109 backend properties.
10110 (vc-rollback): Renamed from vc-cancel-version. Update references.
10111 Pass a list instead of a file.
10112 (vc-revert): Renamed from vc-revert-buffer. Update references.
10113 (vc-delistify, vc-expand-dirs): New functions.
10114 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
10115 of files instead of a single file.
10116 (vc-position-context, vc-resync-window, vc-diff-internal)
10117 (vc-print-log): Pass a list instead of a file.
10118
10119 * vc-hooks.el (vc-stay-local-p, vc-backend)
10120 (vc-backend-subdirectory-name): Work on a file list, not a single
10121 file.
10122 (vc-workfile-version): Update docstring.
10123 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
10124 vc-revert instead of vc-revert-buffer.
10125 (vc-prefix-map): Likewise. Bind vc-update.
10126
10127 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
10128 (vc-svn-wash-log): New functions.
10129 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
10130 (vc-svn-command): Deal with a list of files, not a single file.
10131
10132 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
10133 (vc-rcs-wash-log): New functions.
10134 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
10135 Deal with a list of files, not a single file.
10136 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
10137
10138 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
10139 functions.
10140 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
10141 list of files, not a single file.
10142
10143 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
10144 New functions.
10145 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
10146 (vc-mcvs-diff): Deal with a list of files, not a single file.
10147
10148 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
10149 functions.
10150 (vc-hg-print-log): Deal with a list of files, not a single file.
10151 (vc-hg-diff-tree): New function, replace defalias with the same
10152 name.
10153 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
10154 FILES to denote that it is a file list, not a single file.
10155
10156 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
10157 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
10158 a single file.
10159 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
10160 that it is a file list, not a single file.
10161 (vc-cvs-diff): Likewise. Simplify.
10162
10163 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
10164 Deal with a list of files, not a single file.
10165
10166 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
10167 (vc-bzr-print-log): Update FILE parameter name to denote that it
10168 is a file list, not a single file.
10169 (vc-bzr-diff): Likewise. Use the car of files.
10170
10171 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
10172
10173 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
10174 (follow-delete-other-windows-and-split, follow-recenter)
10175 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
10176 (follow-redisplay, follow-estimate-first-window-start)
10177 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
10178 Fix typos in docstrings.
10179
10180 2007-07-18 Martin Rudalics <rudalics@gmx.at>
10181
10182 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
10183 avoid that filling introduces lines with a single asterisk.
10184
10185 * kmacro.el (kmacro-end-macro): When ignoring empty macro
10186 avoid incorrect kmacro-ring-empty-p messages.
10187 Reported by Michael Schierl <schierlm@gmx.de>.
10188
10189 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10190
10191 * vc.el: Add more info about the vc-registered function.
10192
10193 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
10194
10195 * files.el (file-remote-p): Introduce optional parameter
10196 IDENTIFICATION.
10197
10198 * recentf.el (recentf-keep-default-predicate): Adapt call of
10199 `file-remote-p'.
10200
10201 * progmodes/grep.el (grep-probe): Use `process-file'.
10202 (grep-compute-defaults): Handle variables host specific.
10203
10204 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
10205 parameter IDENTIFICATION.
10206
10207 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
10208 parameter IDENTIFICATION.
10209 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
10210 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10211 Add entry for `set-file-times'.
10212 (tramp-do-copy-or-rename-file-via-buffer)
10213 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
10214 (tramp-handle-unhandled-file-name-directory): Rewrite.
10215 (tramp-convert-file-attributes): Add error handling when inode is
10216 extraordinary big.
10217 (tramp-get-inode): Change parameter from FILE to VEC.
10218 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
10219 is nil. This is according to the specification. Goto (point-max)
10220 when ready.
10221 (tramp-handle-shell-command): Rewrite completely, using
10222 `process-file' and `start-file-process'.
10223 (tramp-methods, tramp-find-shell)
10224 (tramp-open-connection-setup-interactive-shell)
10225 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
10226 var. Reported by Steve Youngs <steve@sxemacs.org>.
10227
10228 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
10229 entry for `set-file-times'. Rename `start-process' into
10230 `start-file-process'. Remove `call-process' entry.
10231 (tramp-fish-handle-set-file-times): New defun.
10232 (tramp-fish-handle-executable-find): Use `process-file'.
10233 (tramp-fish-handle-process-file): New defun. Replaces
10234 `tramp-fish-handle-call-process'.
10235 (tramp-fish-do-copy-or-rename-file-directly): Use
10236 `set-file-times'.
10237 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
10238
10239 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
10240 `tramp-get-inode' parameter.
10241
10242 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10243
10244 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
10245 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
10246 nowadays, and by the time Emacs-23 comes out, nobody will even remember
10247 it has ever existed.
10248
10249 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10250
10251 * vc.el: Undo previous change.
10252
10253 2007-07-16 Eli Zaretskii <eliz@gnu.org>
10254
10255 * makefile.w32-in (clean): Don't delete *~.
10256
10257 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10258
10259 * textmodes/tex-mode.el (tex-verbatim-environments):
10260 Add safe-local-variable property.
10261 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
10262 when starting font-lock rather than when loading tex-mode.el.
10263
10264 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
10265 whole $( rather than just the $. Rename from sh-quoted-subshell.
10266 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
10267
10268 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10269
10270 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
10271 bookmark-alist. Instead, if not sorting, simply return it.
10272 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
10273 for its return value, not for its side effect.
10274
10275 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
10276 case of alignment under a constant symbol, find and consider
10277 the sexp actually at indentation to be the "last sexp".
10278
10279 2007-07-16 Drew Adams <drew.adams@oracle.com>
10280
10281 * mouse.el (mouse-yank-secondary): Better error message if no
10282 secondary selection.
10283
10284 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10285
10286 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
10287
10288 * term/xterm.el (xterm-turn-on-modify-other-keys)
10289 (xterm-turn-off-modify-other-keys): New functions.
10290 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
10291 terminal supports it.
10292
10293 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10294
10295 * bookmark.el (bookmark-show-all-annotations):
10296 Make sure each inserted annotation ends with newline.
10297
10298 2007-07-15 Richard Stallman <rms@gnu.org>
10299
10300 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
10301
10302 * tutorial.el (tutorial--find-changed-keys):
10303 Handle C-x specially like ESC.
10304
10305 2007-07-15 Aaron Hawley <aaronh@garden.org>
10306
10307 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
10308
10309 2007-07-15 Juri Linkov <juri@jurta.org>
10310
10311 * delsel.el (delete-selection-pre-hook):
10312 * emulation/cua-base.el (cua-paste): Before a yank command,
10313 check also whether last-command is one of mouse-save-then-kill,
10314 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
10315
10316 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
10317
10318 * recentf.el (recentf-keep-default-predicate): New defun.
10319 (recentf-keep): Use it as initial value.
10320
10321 2007-07-15 Karl Fogel <kfogel@red-bean.com>
10322
10323 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
10324 thus restoring bookmark bindings to three slots under C-x r. See
10325 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
10326
10327 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
10328
10329 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
10330
10331 2007-07-15 Jason Rumney <jasonr@gnu.org>
10332
10333 * w32-fns.el (set-default-process-coding-system): Use dos line ends
10334 for input to cmdproxy on all versions of Windows.
10335 Use dos line ends for input to plink.
10336
10337 * comint.el (comint-simple-send): Concat newline before sending.
10338 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
10339
10340 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
10343 safe-local-variable setting.
10344
10345 2007-07-14 David Kastrup <dak@gnu.org>
10346
10347 * emacs-lisp/advice.el (defadvice): Doc fix.
10348
10349 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
10350
10351 * subr.el (when, unless): Doc fix.
10352
10353 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10354
10355 * replace.el (match): Use yellow1 instead of yellow.
10356
10357 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
10358 red.
10359
10360 * pcvs-info.el (cvs-unknown): Likewise.
10361
10362 2007-07-13 Eli Zaretskii <eliz@gnu.org>
10363
10364 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
10365 (install): Use them to copy all *.el files before *.elc.
10366
10367 2007-07-13 Drew Adams <drew.adams@oracle.com>
10368
10369 * bookmark.el (bookmark-jump-other-window): New function.
10370 (bookmark-map): Bind it to "o".
10371
10372 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
10373 and its thread contains discussion about this change.
10374 The original patch was slightly tweaked by Karl Fogel
10375 <kfogel@red-bean.com> before committing.
10376
10377 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10378
10379 * bookmark.el: Shorten some comments to fit within 80 lines.
10380
10381 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10382
10383 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
10384 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
10385 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
10386 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
10387
10388 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
10389
10390 * textmodes/org.el: Bug fixes.
10391 (org-end-of-line): Move to end of line if in headline without tags.
10392
10393 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10394
10395 * vc-hooks.el: Remove spurious * in docstrings.
10396 (vc-handled-backends): Add BZR.
10397
10398 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
10399
10400 2007-07-12 Davis Herring <herring@lanl.gov>
10401
10402 * desktop.el (desktop-buffer-info, desktop-save):
10403 Use `desktop-dirname' instead of `dirname'.
10404
10405 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10406
10407 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
10408
10409 * progmodes/python.el (python-which-func-length-limit): New var.
10410 (python-which-func): New function.
10411 (python-current-defun): Add optional `length-limit' and try to fit
10412 computed function name to that length.
10413 (python-mode): Hook `python-which-func' up.
10414
10415 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10416
10417 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
10418
10419 * comint.el (comint-dynamic-complete-as-filename):
10420 Use read-file-name-completion-ignore-case.
10421
10422 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * comint.el (comint-dynamic-list-filename-completions):
10425 Use read-file-name-completion-ignore-case.
10426
10427 * vc-cvs.el: Require CL.
10428 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
10429 New functions to provide completion of revision names.
10430
10431 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
10432 (vc-cvs-annotate-first-line-re): New const.
10433 (vc-cvs-annotate-process-filter): New fun.
10434 (vc-cvs-annotate-command): Use them and run the command asynchronously.
10435
10436 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10437
10438 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
10439 (eldoc-print-current-symbol-info): Adjust for changed helper
10440 function signatures.
10441 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
10442 `eldoc-highlight-function-argument'.
10443 (eldoc-highlight-function-argument): New function.
10444 (eldoc-get-var-docstring): Format documentation with
10445 `font-lock-variable-name-face'.
10446 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
10447 where suited.
10448 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
10449 (eldoc-beginning-of-sexp): Return number of skipped sexps.
10450
10451 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
10452
10453 * progmodes/compile.el (compilation-start): `start-process' must
10454 still be redefined when calling `start-process-shell-command'.
10455
10456 * progmodes/gud.el (gud-file-name): When `default-directory' is a
10457 remote file name, prepend its remote part to the filename.
10458 (gud-common-init): When `default-directory' is a remote file name,
10459 make the filename relative to it.
10460 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
10461
10462 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10463
10464 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
10465 mouse binding and a tooltip.
10466
10467 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * menu-bar.el (vc-menu-map): New defalias.
10470
10471 2007-07-10 Richard Stallman <rms@gnu.org>
10472
10473 * emacs-lisp/lisp-mode.el (eval-defun):
10474 Explain special handling of `defface'.
10475
10476 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
10477
10478 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
10479
10480 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
10481
10482 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10483
10484 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
10485
10486 * vc-arch.el (vc-arch-complete): Remove.
10487 (vc-arch-revision-completion-table): Use complete-with-action.
10488
10489 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
10490 (complete-with-action): New function.
10491 (dynamic-completion-table): Use it.
10492
10493 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
10494
10495 * comint.el (make-comint, make-comint-in-buffer)
10496 (comint-exec-1): Replace `start-process' by `start-file-process'.
10497
10498 * progmodes/compile.el (compilation-start): Revert redefining
10499 `start-process'.
10500
10501 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10502
10503 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
10504 with EOLs when generating MD5 checksums.
10505
10506 * follow.el: Don't change the global map from the follow-mode-map
10507 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
10508 XEmacs code.
10509 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
10510 since `follow-mode' should be used instead for that.
10511
10512 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
10513 (easy-menu-do-define): Use it.
10514 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
10515
10516 * progmodes/compile.el (compilation-auto-jump-to-first-error)
10517 (compilation-auto-jump-to-next): New vars.
10518 (compilation-auto-jump): New function.
10519 (compilation-error-properties): Use them to jump to first error.
10520 (compilation-start): Set the var if requested.
10521
10522 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
10523 duplicates without also removing entries from other directories.
10524
10525 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
10526
10527 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
10528 Remember span as default.
10529 (org-columns-edit-value): Rename from `org-column-edit'.
10530 (org-columns-display-here-title): Rename from
10531 `org-overlay-columns-title'.
10532 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
10533 (org-columns-get-autowidth-alist): Rename from
10534 `org-get-columns-autowidth-alist'.
10535 (org-columns-display-here): Rename from `org-overlay-columns'.
10536 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
10537 (org-columns-quit): Rename from `org-column-quit'.
10538 (org-columns-show-value): Rename from `org-column-show-value'.
10539 (org-columns-content, org-columns-widen)
10540 (org-columns-next-allowed-value)
10541 (org-columns-edit-allowed, org-columns-store-format)
10542 (org-columns-uncompile-format, org-columns-redo)
10543 (org-columns-edit-attributes, org-delete-property)
10544 (org-set-property, org-columns-update)
10545 (org-columns-compute, org-columns-eval)
10546 (org-columns-not-in-agenda, org-columns-compute-all)
10547 (org-property-next-allowed-value)
10548 (org-columns-compile-format)
10549 (org-fill-paragraph-experimental)
10550 (org-string-to-number, org-property-action)
10551 (org-columns-move-left, org-columns-new)
10552 (org-column-number-to-string)
10553 (org-property-previous-allowed-value)
10554 (org-at-property-p, org-columns-delete)
10555 (org-columns-previous-allowed-value)
10556 (org-columns-move-right, org-columns-narrow)
10557 (org-property-get-allowed-values)
10558 (org-verify-version, org-column-string-to-number)
10559 (org-delete-property-globally): New functions.
10560 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
10561 (org-columns-overlays): Rename from `org-column-overlays'.
10562 (org-columns-map): Rename from `org-column-map'.
10563 (org-columns-current-maxwidths): Rename from
10564 `org-current-columns-maxwidths'.
10565 (org-columns-begin-marker, org-columns-current-fmt-compiled)
10566 (org-previous-header-line-format)
10567 (org-columns-inhibit-recalculation)
10568 (org-columns-top-level-marker): New variables.
10569 (org-columns-default-format): Rename from `org-default-columns-format'.
10570 (org-property-re): New constant.
10571
10572 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
10573
10574 * subr.el (looking-at-p, string-match-p): New functions.
10575
10576 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
10577
10578 * textmodes/tex-mode.el (tex-fontify-script)
10579 (tex-font-script-display): New variables to make display of
10580 superscripts and subscripts customizable.
10581 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
10582
10583 2007-07-09 Richard Stallman <rms@gnu.org>
10584
10585 * isearch.el (isearch-edit-string): Call to isearch-push-state
10586 after the search.
10587
10588 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10589
10590 * window.el (fit-window-to-buffer): Remove setting of window-min-height
10591 to 1 as enlarge-window uses the value to resize/shrink windows other
10592 than WINDOW if needed.
10593
10594 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10595
10596 * cus-start.el (file-coding-system-alist): Fix custom type.
10597
10598 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
10599
10600 * longlines.el (longlines-wrap-region): Avoid marking buffer as
10601 modified.
10602 (longlines-auto-wrap, longlines-window-change-function):
10603 Remove unnecessary calls to set-buffer-modified-p.
10604
10605 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10606
10607 * cus-start.el (file-coding-system-alist): Fix custom type.
10608
10609 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
10612 (vc-cvs-checkout): Remove last arg now unused; simplify.
10613
10614 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
10615
10616 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
10617
10618 * net/tramp.el:
10619 * net/tramp-ftp.el:
10620 * net/tramp-smb.el:
10621 * net/tramp-uu.el:
10622 * net/trampver.el: Migrate to Tramp 2.1.
10623
10624 * net/tramp-cache.el:
10625 * net/tramp-fish.el:
10626 * net/tramp-gw.el: New Tramp packages.
10627
10628 * net/tramp-util.el:
10629 * net/tramp-vc.el: Removed.
10630
10631 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
10632 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
10633
10634 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
10635
10636 * progmodes/compile.el (compilation-start): Redefine
10637 `start-process' temporarily when `default-directory' is remote.
10638 Remove case of synchronous compilation, this won't happen ever.
10639 (compilation-setup): Make local variable `comint-file-name-prefix'
10640 for remote compilation.
10641
10642 2007-07-08 Martin Rudalics <rudalics@gmx.at>
10643
10644 * novice.el (disabled-command-function): Fit window to buffer to
10645 make last line visible.
10646 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10647
10648 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
10649 when handling the terminating event.
10650
10651 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10652
10653 * calc/calc.el (math-read-number-simple): Remove leading 0s.
10654 (math-bignum-digit-length): Change to optimal value.
10655
10656 * calc/calc-bin.el (math-bignum-logb-digit-size)
10657 (math-bignum-digit-power-of-two): Evaluate when compiled.
10658
10659 * calc/calc-comb.el (math-small-factorial-table)
10660 (math-init-random-base, math-prime-test): Remove unnecessary calls
10661 to `math-read-number-simple'.
10662
10663 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
10664 (math-approx-gamma-const): Add docstrings.
10665
10666 * calc/calc-forms.el (math-julian-date-beginning)
10667 (math-julian-date-beginning-int): New constants.
10668 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
10669 Use the new constants.
10670
10671 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
10672
10673 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10674 Add docstrings.
10675
10676 2007-07-07 Tom Tromey <tromey@redhat.com>
10677
10678 * vc.el (vc-annotate): Jump to line and output message only after the
10679 process is really all done.
10680
10681 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * vc.el (vc-exec-after): Don't move point from the sentinel.
10684 Forcefully read all the remaining text in the pipe upon process exit.
10685 (vc-annotate-display-autoscale, vc-annotate-lines):
10686 Don't stop at the first unrecognized line.
10687 (vc-annotate-display-select): Run autoscale after the process is done
10688 since it depends on the whole result.
10689
10690 2007-07-07 Eli Zaretskii <eliz@gnu.org>
10691
10692 * term/w32-win.el (menu-bar-open): New function.
10693 Bind <f10> to it.
10694
10695 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
10696
10697 * simple.el (start-file-process): New defun.
10698
10699 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * files.el (find-file-confirm-nonexistent-file): Rename from
10702 find-file-confirm-inexistent-file. Update users.
10703
10704 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
10705 format of autoload block where the file's time-stamp is replaced by its
10706 MD5 checksum.
10707 (autoload-generate-file-autoloads): Use MD5 checksum instead of
10708 time-stamp for secondary autoloads files.
10709 (update-directory-autoloads): Remove duplicate entries.
10710 Use time-less-p for time-stamps, as done in autoload-find-destination.
10711
10712 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10713
10714 * calc/calc.el (math-read-number): Replace number by variable.
10715 (math-read-number-simple): Properly parse small integers.
10716
10717 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
10718
10719 * vc.el: Fix doc for the checkout function.
10720
10721 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
10722
10723 * vc-hg.el (vc-hg-root): New function.
10724 (vc-hg-registered): Use it.
10725 (vc-hg-diff-tree): New defalias.
10726 (vc-hg-responsible-p): Likewise.
10727 (vc-hg-checkout): Comment out, not needed.
10728 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
10729 (vc-hg-find-version, vc-hg-next-version): New functions.
10730
10731 2007-07-06 Andreas Schwab <schwab@suse.de>
10732
10733 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
10734 dynamic bindings around the evaluation of the expression.
10735 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
10736
10737 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10738
10739 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
10740 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
10741 Use run-hooks rather than run-mode-hooks.
10742
10743 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
10744
10745 * calc/calc-comb.el (math-random-digit): Rename to
10746 `math-random-three-digit-number'.
10747 (math-random-digits): Don't depend on representation of integer.
10748
10749 * calc/calc-bin.el (math-bignum-logb-digit-size)
10750 (math-bignum-digit-power-of-two): New constants.
10751 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
10752 (math-not-bignum, math-clip-bignum): Use the constants
10753 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
10754 instead of their values.
10755 (math-clip): Use math-small-integer-size instead of its value.
10756
10757 * calc/calc.el (math-add-bignum): Replace number by constant.
10758
10759 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10760
10761 * wid-edit.el (widget-documentation-string-value-create):
10762 Insert indentation spaces.
10763
10764 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10765
10766 * emacs-lisp/byte-opt.el: Revert last change.
10767
10768 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10769
10770 * vc-hooks.el (vc-handled-backends): Add HG.
10771
10772 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
10773
10774 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * complete.el (PC-do-complete-and-exit): Add support for the new
10777 `confirm-only' confirmation mode.
10778
10779 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10780
10781 * cus-edit.el (custom-commands): New variable.
10782 (custom-tool-bar-map): New variable. Initialize using
10783 `custom-commands'.
10784 (custom-mode): Use `custom-tool-bar-map'.
10785 (custom-buffer-create-internal): Insert action buttons only if
10786 tool bar is not used. Use `custom-commands'.
10787 (Custom-help, custom-command-apply): New function.
10788 (custom-command-apply, Custom-set, Custom-save)
10789 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
10790 Use `custom-command-apply' instead of duplicating code.
10791 (customize-group-other-window): Call `customize-group' instead of
10792 duplicating code.
10793 (customize-face-other-window): Call `customize-face' instead of
10794 duplicating code.
10795 (customize-group, customize-face): Add optional args for opening
10796 in another window.
10797 (custom-variable-tag): Don't inherit `variable-pitch' face.
10798 (custom-group-tag): Inherit `variable-pitch' face.
10799 (custom-variable-value-create): Set documentation indentation.
10800 (custom-group-value-create): Make group name a link, instead of
10801 using an extra "go to group" button.
10802 (custom-prompt-variable, custom-group-set, custom-group-save)
10803 (custom-group-reset-current, custom-group-reset-saved)
10804 (custom-group-reset-standard): Minor cleanup.
10805
10806 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10807
10808 * Makefile.in (bootstrap-prepare): When copying from
10809 ldefs-boot.el, make sure loaddefs.el is writeable.
10810
10811 (bootstrap-prepare): Make $(lisp)/ps-print.el
10812 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
10813
10814 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10815
10816 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
10817 only caller, and delete.
10818 (vc-hg-state): Deal with exceptions and only parse the output on
10819 successful return.
10820 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
10821 caller, and delete.
10822 (vc-hg-workfile-version): Deal with exceptions and only parse the
10823 output on successful return.
10824 (vc-hg-revert): New function.
10825
10826 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
10827
10828 * calculator.el (calculator-expt): Use more cases to determine
10829 the value.
10830
10831 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10832
10833 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
10834 file names.
10835
10836 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10837
10838 * calculator.el (calculator-expt, calculator-integer-p):
10839 New functions.
10840 (calculator-fact): Check to see if the factorial will be too
10841 large before computing it.
10842 (calculator-initial-operators): Use `calculator-expt' to
10843 compute "^".
10844 (calculator-mode): Mention that results which are too large
10845 will return inf.
10846 * calc/calc-comb.el (math-small-factorial-table): Replace list
10847 by vector.
10848
10849 2007-07-03 David Kastrup <dak@gnu.org>
10850
10851 * shell.el: On request of the authors, remove their addresses for
10852 the sake of bug reports, and add the developer list address as
10853 maintainer information.
10854
10855 2007-07-03 Richard Stallman <rms@gnu.org>
10856
10857 * files.el (make-directory): Doc fix.
10858 (find-file-confirm-inexistent-file): Make it a defcustom.
10859 Make nil the default.
10860
10861 2007-07-02 Richard Stallman <rms@gnu.org>
10862
10863 * startup.el (command-line): Set buffer-offer-save in *scratch*
10864 and enable auto-save in it.
10865
10866 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
10867
10868 * textmodes/org.el (orgstruct-mode-map): New variable.
10869 (orgstruct-mode): New minor mode.
10870 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
10871 (orgstruct-make-binding, org-context-p, org-get-local-variables)
10872 (org-run-like-in-org-mode): New functions.
10873 (org-cycle-list-bullet): New command.
10874 (org-special-properties, org-property-start-re)
10875 (org-property-end-re): New constants.
10876 (org-with-point-at): New macro.
10877 (org-get-property-block, org-entry-properties, org-entry-get)
10878 (org-entry-delete, org-entry-get-with-inheritance)
10879 (org-entry-put, org-buffer-property-keys): New functions.
10880 (org-insert-property-drawer): New command.
10881 (org-entry-property-inherited-from): New variable.
10882 (org-column): New face.
10883 (org-column-overlays, org-current-columns-fmt)
10884 (org-current-columns-maxwidths, org-column-map): New variables.
10885 (org-column-menu): New menu.
10886 (org-new-column-overlay, org-overlay-columns)
10887 (org-overlay-columns-title, org-remove-column-overlays)
10888 (org-column-show-value, org-column-quit, org-column-edit):
10889 New functions.
10890 (org-columns, org-agenda-columns): New commands.
10891 (org-get-columns-autowidth-alist): New functions.
10892 (org-properties): New customize group.
10893 (org-default-columns-format): New option.
10894 (org-priority): Realign tags after changing priority.
10895 (org-preserve-lc): New macro.
10896 (org-update-checkbox-count): Catch case when there is no headline.
10897 (org-agenda-quit): Remove any column overlays.
10898 (org-beginning-of-item-list): Fixed bug when non-item line is
10899 indented too deep.
10900 (org-cached-props): New variable.
10901 (org-cached-entry-get): New function.
10902 (org-make-tags-matcher): Handle property matches.
10903 (org-table-recalculate): Swap evaluation order: Field formula
10904 first, then column formulas, but don't allow them to overwrite the
10905 field formulas.
10906 (org-table-eval-formula): New argument untouchable.
10907 (org-table-put-field-property): New function.
10908
10909 2007-07-02 Martin Rudalics <rudalics@gmx.at>
10910
10911 * help-mode.el (help-make-xrefs): Skip spaces too when
10912 skipping tabs.
10913
10914 * ffap.el (dired-at-point-prompter): Improve prompt in
10915 list-directory case.
10916
10917 2007-07-01 Richard Stallman <rms@gnu.org>
10918
10919 * files.el (find-file-visit-truename): Fix safe-local-variable value.
10920
10921 2007-07-01 Richard Stallman <rms@gnu.org>
10922
10923 * cus-start.el (max-mini-window-height): Added.
10924
10925 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10926
10927 * complete.el (partial-completion-mode): Remove advice of
10928 read-file-name-internal.
10929 (PC-do-completion): Rebind minibuffer-completion-table.
10930 (PC-read-file-name-internal): New function doing what
10931 read-file-name-internal advice did.
10932
10933 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
10934
10935 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
10936 property on a few symbols.
10937 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
10938 (byte-optimize-lapcode): Remove bindings that are not referenced
10939 and certainly will not effect through dynamic scoping.
10940
10941 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10942
10943 * files.el (find-file-confirm-inexistent-file): New var.
10944 (find-file, find-file-other-window, find-file-other-frame)
10945 (find-file-read-only, find-file-read-only-other-window)
10946 (find-file-read-only-other-frame): Use it.
10947
10948 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10949
10950 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
10951
10952 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
10953
10954 * generic-x.el (generic-define-mswindows-modes)
10955 (generic-define-unix-modes, apache-log-generic-mode)
10956 (bat-generic-mode-keymap, java-manifest-generic-mode)
10957 (show-tabs-generic-mode): Fix typos in docstrings.
10958
10959 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
10960
10961 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10962 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10963 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10964 (rcirc-print): Never ignore messages from ourself.
10965
10966 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10969 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
10970
10971 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10972
10973 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10974 replace-regexp-in-string.
10975
10976 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10977
10978 * emacs-lisp/cl.el: Set edebug and indentation before loading
10979 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10980
10981 2007-06-28 Andreas Schwab <schwab@suse.de>
10982
10983 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10984 $(lisp)/subdirs.el.
10985
10986 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
10987
10988 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
10989 the speedbar frame if nil; that deletes the current frame or
10990 causes an error if it is the only frame.
10991 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
10992
10993 2007-06-28 Kevin Ryde <user42@zip.com.au>
10994
10995 * textmodes/nroff-mode.el: Groff \# comments.
10996 (nroff-mode-syntax-table): \# comment intro,
10997 plain # as punct per global table.
10998 (nroff-font-lock-keywords): Add # as a single char escape.
10999 (nroff-mode): In comment-start-skip, match \#.
11000
11001 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
11002
11003 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
11004 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
11005 point-min == 1.
11006
11007 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
11008
11009 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
11010 Rename and move to...
11011
11012 * subr.el (strings->string, string->strings): ...here.
11013
11014 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
11015 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
11016
11017 * progmodes/gud.el (gud-common-init): Call string->strings instead
11018 of split-string.
11019
11020 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
11021
11022 * dired-aux.el: Remove `dired-call-process'.
11023 (dired-check-process): Call `process-file'.
11024
11025 * wdired.el (wdired-do-perm-changes): Call `process-file'.
11026
11027 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
11028 `ange-ftp-process-file'.
11029
11030 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
11033
11034 * emacs-lisp/cl-extra.el:
11035 * emacs-lisp/cl-seq.el:
11036 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
11037 Add autoload cookies on all defs autoloaded manually in cl.el.
11038
11039 * emacs-lisp/cl-loaddefs.el: New file.
11040
11041 * textmodes/texinfmt.el (texinfo-raisesections-alist)
11042 (texinfo-lowersections-alist): Merge definition and declaration.
11043 (texinfo-start-of-header, texinfo-end-of-header): Remove.
11044 (texinfo-format-syntax-table): Merge init into declaration.
11045 (texinfo-format-parse-line-args, texinfo-format-parse-args)
11046 (texinfo-format-parse-defun-args, texinfo-format-node)
11047 (texinfo-push-stack, texinfo-multitable-widths)
11048 (texinfo-define-info-enclosure, texinfo-alias)
11049 (texinfo-format-defindex, batch-texinfo-format): Use push.
11050 (texinfo-footnote-number): Remove duplicate declaration.
11051
11052 * ps-print.el: Update with auto-generated autoloads.
11053
11054 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
11055
11056 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
11059 relative to current dir for file-local settings.
11060 (autoload-generate-file-autoloads): Add `outfile' arg.
11061 (update-directory-autoloads): Use it to directly call
11062 autoload-generate-file-autoloads instead of going through
11063 update-file-autoloads so we avoid redundant searches and so we can know
11064 the set of buffers changed so we can save them all.
11065
11066 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
11067 rather than throwing `up-to-date'.
11068 (autoload-generate-file-autoloads): Adjust correspondingly.
11069 (update-file-autoloads): Be careful to let-bind
11070 autoload-modified-buffers and adjust to new calling conventions.
11071 (autoload-modified-buffers): Make it a dynamically scoped var.
11072 (update-directory-autoloads): Use file-relative-name instead of
11073 autoload-trim-file-name.
11074 (autoload-insert-section-header): Don't use autoload-trim-file-name
11075 since the file is already relative now.
11076 (autoload-trim-file-name): Remove.
11077
11078 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
11079 (vc-arch-complete, vc-arch--version-completion-table)
11080 (vc-arch-revision-completion-table): New functions to provide
11081 completion of revision names.
11082 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
11083 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
11084 to let the user trim the revlib.
11085
11086 * vc.el: Add new VC operation `revision-completion-table'.
11087 (vc-default-revision-completion-table): New function.
11088 (vc-version-diff, vc-version-other-window): Use it to provide
11089 completion of revision names if the backend provides it.
11090
11091 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
11092
11093 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
11094 of newer .svn/entries.
11095
11096 2007-06-25 David Kastrup <dak@gnu.org>
11097
11098 * calc/calc-poly.el (math-padded-polynomial)
11099 (math-partial-fractions): Add some function comments.
11100
11101 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11102
11103 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11104 Make `outbuf' optional.
11105 (update-file-autoloads): Use it.
11106
11107 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
11110 (autoload-find-destination): Keep it uptodate.
11111 (autoload-save-buffers): New fun.
11112 (update-file-autoloads): Use it. Re-add the "up to date" message.
11113
11114 * emacs-lisp/autoload.el: Refactor for upcoming changes.
11115 (autoload-find-destination): New function extracted from
11116 update-file-autoloads.
11117 (update-file-autoloads): Use it.
11118 (autoload-generate-file-autoloads): New function extracted from
11119 generate-file-autoloads. Use file-relative-name. Delay computation of
11120 output-start to the first cookie. Remove done-any, replaced by
11121 output-start.
11122 (generate-file-autoloads): Use it.
11123
11124 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
11125
11126 * calc/calc-comb.el (math-init-random-base, math-prime-test):
11127 Use math-read-number-simple to insert constants.
11128 (math-prime-test): Redo calculation of sum.
11129
11130 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
11131
11132 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
11133 math-scale-bignum-3.
11134 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
11135 math-bignum-digit-size.
11136 (math-isqrt-small): Add another possible initial guess.
11137
11138 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11139
11140 * textmodes/bibtex.el (bibtex-entry-format): New options
11141 `whitespace', `braces', and `string'.
11142 (bibtex-field-braces-alist, bibtex-field-strings-alist)
11143 (bibtex-field-braces-opt, bibtex-field-strings-opt)
11144 (bibtex-cite-matcher-alist): New variables.
11145 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
11146 (bibtex-flash-head): Use blink-matching-delay.
11147 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
11148 (bibtex-format-entry, bibtex-reformat): Handle new options of
11149 bibtex-entry-format.
11150 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
11151 New functions.
11152 (bibtex-complete-internal): Do not display messages while
11153 minibuffer is used. Do not leave around a completions buffer
11154 that is out of date.
11155 (bibtex-copy-summary-as-kill): New optional arg.
11156 (bibtex-font-lock-url): New optional arg no-button.
11157 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
11158 (bibtex-url): Allow multiple URLs per entry.
11159
11160 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * emacs-lisp/autoload.el (autoload-generated-file): New function.
11163 (update-file-autoloads, update-directory-autoloads): Use it.
11164 (autoload-file-load-name): New function.
11165 (generate-file-autoloads, update-file-autoloads): Use it.
11166 (autoload-find-file): Accept non-absolute argument. Set default-dir.
11167 (generate-file-autoloads): If the autoloaded form is malformed,
11168 indicate the problem with a warning instead of aborting.
11169
11170 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
11171
11172 * simple.el (next-error-recenter): Accept `(4)' as well;
11173 also, specify `integer' instead of `number'.
11174
11175 2007-06-23 Eli Zaretskii <eliz@gnu.org>
11176
11177 * ls-lisp.el (insert-directory): If an invalid regexp error is
11178 thrown, try using FILE as a literal file name, not a wildcard.
11179
11180 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
11181
11182 * ruler-mode.el (ruler-mode): Prevent clobbering the original
11183 `header-line-format' when reentering ruler mode.
11184
11185 2007-06-23 Eli Zaretskii <eliz@gnu.org>
11186
11187 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
11188 FILE exists as a file.
11189
11190 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11191
11192 * calc/calc.el (math-bignum-digit-length)
11193 (math-bignum-digit-size, math-small-integer-size):
11194 New constants.
11195 (math-normalize, math-bignum-big, math-make-float)
11196 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
11197 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
11198 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
11199 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
11200 (math-quotient, math-div-bignum, math-div-bignum-digit)
11201 (math-div-bignum-part, math-format-bignum-decimal)
11202 (math-read-bignum): Use math-bignum-digit-length,
11203 math-bignum-digit-size and math-small-integer-size.
11204
11205 * calc/calc-ext.el (math-fixnum-big): Use the variable
11206 math-bignum-digit-size.
11207
11208 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
11209
11210 * log-view.el (log-view-mode-menu): New menu.
11211
11212 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
11215 differently.
11216
11217 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
11218 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
11219
11220 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11221
11222 * vc-hg.el (vc-hg-print-log): Insert the file name.
11223 (vc-hg-log-view-mode): Fontify the file name.
11224
11225 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11226
11227 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
11228 (calcFunc-julian): Fix incorrect number used in calculations.
11229
11230 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
11231
11232 * simple.el (next-error-recenter): New defcustom.
11233 (next-error, next-error-internal): Recenter if specified,
11234 immediately prior to running `next-error-hook'.
11235
11236 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
11237 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
11238
11239 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
11240
11241 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11242
11243 * calc/calc-comb.el (math-small-factorial-table): New variable.
11244 (calcFunc-fact): Use `math-small-factorial-table'.
11245
11246 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
11247 initial values.
11248 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
11249 New variables to use in caches.
11250
11251 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
11252 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
11253
11254 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
11255 (math-bernoulli-b-cache): Use math-read-number-simple to insert
11256 bignums.
11257
11258 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11259 New variables to use in caches.
11260
11261 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11262
11263 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
11264
11265 * vc-hg.el (vc-hg-log-view-mode): New mode.
11266
11267 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
11268
11269 * calc/calc.el (math-read-number-simple): New function.
11270
11271 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11272
11273 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
11274 (vera-font-lock-match-item): Fix doc string.
11275 (vera-in-comment-p): Remove unused function.
11276 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
11277 use `syntax-ppss'.
11278 (vera-forward-syntactic-ws): Fix argument order.
11279 (vera-prepare-search): Use `with-syntax-table'.
11280 (vera-indent-line): Fix doc string.
11281 (vera-electric-tab): Fix doc string.
11282 (vera-expand-abbrev): Define alias instead of using `fset'.
11283 (vera-comment-uncomment-region): Use `comment-start-skip'.
11284
11285 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
11286
11287 * textmodes/org.el (org-export-with-footnotes): New option.
11288 (org-export-as-html): Fix replacement bug for XEmacs.
11289 (org-agenda-default-appointment-duration): New option.
11290
11291 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
11292
11293 * vc-hg.el: Add to do items.
11294 (vc-hg-diff): Add support for comparing different revisions.
11295 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
11296 (vc-hg-annotate-extract-revision-at-line)
11297 (vc-hg-previous-version, vc-hg-checkin): New functions.
11298 (vc-hg-annotate-re): New constant.
11299
11300 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
11301
11302 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
11303
11304 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
11307 buffer-local value of log-view-*-re if applicable.
11308
11309 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
11310 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
11311 (vc-bzr-command*): Remove both (incompatible) versions.
11312 (vc-bzr-do-command*): Remove.
11313 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
11314 Remove by folding into its only caller vc-bzr-command.
11315 (vc-bzr-command): Always set the environment, even when ineffective.
11316 (vc-bzr-version): Minor fix up.
11317 (vc-bzr-admin-dirname): New var.
11318 (vc-bzr-bzr-dir): Remove.
11319 (vc-bzr-root-dir): New fun.
11320 (vc-bzr-registered): Use it. Add an autoloaded version.
11321 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
11322 (vc-bzr-view-log-function): Remove.
11323 (vc-bzr-log-view-mode): New major mode to replace it.
11324 (vc-bzr-print-log): Only activate the old hack if needed.
11325
11326 * vc.el (vc-default-log-view-mode): New function.
11327 (vc-print-log): Add new `log-view-mode' VC operation.
11328
11329 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
11330
11331 * ido.el (ido-find-file-in-dir): Don't signal an error for
11332 empty directories.
11333
11334 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
11335
11336 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
11337 directory where the desktop file was found, as the docstring says.
11338 (desktop-kill): Use `read-directory-name'.
11339
11340 2007-06-20 Alan Mackenzie <acm@muc.de>
11341
11342 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
11343 When removing lines, also remove the \n. Correction of patch of
11344 2007-04-21.
11345
11346 2007-06-20 Martin Rudalics <rudalics@gmx.at>
11347
11348 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
11349 event is not a cons cell. Do not unread drag-mouse-1 events.
11350 Select right window in check whether space was stolen from
11351 window above.
11352
11353 * help-mode.el (help-make-xrefs): Adjust position of new forward
11354 button.
11355
11356 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
11357
11358 * vc-bzr.el (vc-bzr-with-process-environment)
11359 (vc-bzr-std-process-invocation): New macros.
11360 (vc-bzr-command, vc-bzr-command*): Use them.
11361 (vc-bzr-with-c-locale): Remove.
11362 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
11363 (vc-bzr-buffer-nonblank-p): New function.
11364 (vc-bzr-state-words): New const.
11365 (vc-bzr-state): Look for `bzr status' keywords in output.
11366 Display everything else as a warning message to the user.
11367 Fix status report with bzr >= 0.15.
11368
11369 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11370
11371 * vc-hg.el (vc-hg-global-switches): Simplify.
11372 (vc-hg-state): Handle more states.
11373 (vc-hg-diff): Fix doc-string.
11374 (vc-hg-register): New function.
11375 (vc-hg-checkout): Likewise.
11376
11377 2007-06-20 Reto Zimmermann <reto@gnu.org>
11378
11379 * progmodes/vera-mode.el: New file.
11380
11381 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
11382
11383 * calc/calc.el (calc-multiplication-has-precendence):
11384 New variable.
11385 (math-standard-ops, math-standard-ops-p, math-expr-ops):
11386 New functions.
11387 (math-expr-opers): Define using math-standard-ops rather than
11388 math-standard-opers.
11389 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
11390 equal the function math-standard-ops rather than the variable
11391 math-standard-opers.
11392 (calc-algebraic-entry): Let math-expr-opers equal
11393 math-standard-ops or math-expr-ops, as appropriate.
11394 (math-expr-read-level, math-read-factor): Let math-expr-opers
11395 equal math-expr-ops.
11396 * calc/calc-embed.el (calc-embedded-finish-edit):
11397 Let math-expr-opers equal the function math-standard-ops
11398 rather than the variable math-standard-opers.
11399 * calc/calc-ext.el (math-read-plain-expr)
11400 (math-format-flat-expr-fancy): Let math-expr-opers equal the
11401 function math-standard-ops rather than the variable
11402 math-standard-opers.
11403 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
11404 Let math-expr-opers equal the function math-standard-ops rather
11405 than the variable math-standard-opers.
11406 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
11407 equal the function math-standard-ops rather than the variable
11408 math-standard-opers.
11409 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
11410 equal the function math-standard-ops rather than the variable
11411 math-standard-opers.
11412 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
11413 math-expr-ops.
11414
11415 2007-06-19 Ivan Kanis <apple@kanis.eu>
11416
11417 * vc-hg.el: New file.
11418
11419 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11420
11421 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
11422 with font-lock-multiline.
11423
11424 2007-06-17 Glenn Morris <rgm@gnu.org>
11425
11426 * lpr.el (lpr-page-header-switches): Move %s to separate element
11427 for correct quoting. Doc fix.
11428
11429 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
11432 than setting sgml-xml-mode.
11433 (sgml-mode, html-mode): Set sgml-xml-mode.
11434 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
11435 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
11436 (sgml-electric-tag-pair-before-change-function)
11437 (sgml-electric-tag-pair-flush-overlays): New functions.
11438 (sgml-electric-tag-pair-mode): New minor mode.
11439 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
11440 (sgml-calculate-indent): Use assoc-string.
11441
11442 2007-06-16 Karl Fogel <kfogel@red-bean.com>
11443
11444 * thingatpt.el (thing-at-point-email-regexp): Don't require two
11445 chars before the "@" in an email address. Andreas Roehler noticed
11446 this problem.
11447
11448 2007-06-15 Karl Fogel <kfogel@red-bean.com>
11449
11450 * thingatpt.el: Add support for email addresses (`email').
11451 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
11452 (thing-at-point-email-regexp): New variable.
11453 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
11454 properties on this symbol, with lambda forms for values.
11455
11456 2007-06-15 Masatake YAMATO <jet@gyve.org>
11457
11458 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
11459
11460 * vc.el (vc-dired-hook): Check the backend returned from
11461 `vc-responsible-backend' can really handle `subdir'.
11462
11463 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
11464
11465 * wid-edit.el (widget-add-documentation-string-button):
11466 Fix handling of documentation indent.
11467
11468 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
11469
11470 * mb-depth.el: New file.
11471
11472 2007-06-15 Masatake YAMATO <jet@gyve.org>
11473
11474 * vc.el (vc-dired-mode): Show backend name as part of mode name.
11475
11476 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
11477
11478 * wid-edit.el (widget-default-create): Move ?h handling here...
11479 (widget-default-format-handler): ...from here.
11480 (widget-docstring, widget-add-documentation-string-button): New funs.
11481 (documentation-string): Add :visibility-widget property.
11482 (widget-documentation-string-value-create): Use it.
11483
11484 * cus-edit.el (custom-split-regexp-maybe): Simplify.
11485 (custom-buffer-create-internal): Simplify message.
11486 (custom-variable-tag): Reduce height to normal.
11487 (custom-variable-value-create, custom-face-value-create)
11488 (custom-visibility): New widget.
11489 (custom-visibility): New face.
11490 (custom-group-value-create):
11491 Call widget-add-documentation-string-button, using `custom-visibility'.
11492
11493 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11494
11495 * emacs-lisp/bytecomp.el (byte-compile-current-group)
11496 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
11497 change. Apparently the "warning even if the group is implicit" is
11498 a feature rather than a bug.
11499
11500 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
11501
11502 * emulation/viper.el (viper-describe-key-ad)
11503 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
11504 Compile them conditionally.
11505 (viper-version): Belated version change.
11506
11507 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
11508
11509 * follow.el (follow-all-followers, follow-generic-filter):
11510 * pcomplete.el (pcomplete-restore-windows):
11511 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
11512 (x-dnd-drop-data):
11513 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
11514 * progmodes/python.el (python-complete-symbol):
11515 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
11516
11517 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
11518
11519 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
11520 around bright and dim regexps. Make sure bright and dim matches
11521 use word anchors. Send text through rcirc-markup functions.
11522 (rcirc-url-regexp): Add single quote character.
11523 (rcirc-connect): Write logs to disk on auto-save-hook.
11524 Make server a non-optional argument.
11525 (rcirc-log-alist): New variable.
11526 (rcirc-log-directory): Make customizable.
11527 (rcirc-log-flag): New customizable variable.
11528 (rcirc-log): New function.
11529 (rcirc-print): Use above function.
11530 (rcirc-log-write): New function.
11531 (rcirc-generate-new-buffer-name): Strip text properties.
11532 (rcirc-switch-to-buffer-function): Remove variable.
11533 (rcirc-last-non-irc-buffer): Remove variable.
11534 (rcirc-non-irc-buffer): Add function.
11535 (rcirc-next-active-buffer): Use above function.
11536 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
11537 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
11538 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
11539 (rcirc-omit-mode): Add minor-mode.
11540 (rcirc-mode-map): Change C-c C-o binding.
11541 (rcirc-mode): Clear mode-line-process. Use a custom
11542 fill-paragraph-function. Set up buffer-invisibility-spec.
11543 (rcirc-response-formats): Remove timestamp code.
11544 (rcirc-omit-responses): Add variable.
11545 (rcirc-print): Don't put the overlay arrow on potentially omitted
11546 lines. Log line to disk. Record activity for private messages
11547 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
11548 (rcirc-jump-to-first-unread-line): Print message if there is no
11549 unread text.
11550 (rcirc-clear-unread): New function.
11551 (rcirc-markup-text-functions): Add variable.
11552 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
11553 (rcirc-debug): Don't mess with window configuration.
11554 (rcirc-send-message): Send message before printing locally.
11555 Add SILENT argument, do not print message if non-nil.
11556 (rcirc-visible-buffers): New function and variable.
11557 (rcirc-window-configuration-change-1): Add function.
11558 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
11559 server buffer.
11560 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
11561 (rcirc-fill-paragraph): Add function.
11562 (rcirc-record-activity, rcirc-window-configuration-change-1):
11563 Only update the activity string if it has actually changed.
11564 (rcirc-update-activity-string): Remove padding characters from the
11565 mode-line string.
11566 (rcirc-disconnect-buffer): New function to be called when a
11567 channel is parted or the user quits.
11568 (rcirc-server-name): Warn when the server-name hasn't been set.
11569 (rcirc-window-configuration-change): Postpone work until
11570 post-command-hook.
11571 (rcirc-window-configuration-change-1): Update mode-line and
11572 overlay arrows here.
11573 (rcirc-authenticate): Fixc hanserv identification.
11574 (rcirc-default-server): Remove variable.
11575 (rcirc): Connect according to rcirc-connections.
11576 (rcirc-connections): Add variable.
11577 (rcirc-startup-channels-alist): Remove variable.
11578 (rcirc-startup-channels): Remove function.
11579
11580 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
11583
11584 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
11585
11586 * term/xterm.el (terminal-init-xterm): Escape parens in character
11587 constants.
11588
11589 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11590
11591 * progmodes/sh-script.el: Remove unneeded * from docstrings.
11592 Use [:alpha:] and [:alnum:] where applicable.
11593 (sh-quoted-subshell): Rewrite to correctly
11594 handle nested mixes of `...' and $(...).
11595 (sh-apply-quoted-subshell): Remove.
11596 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
11597
11598 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
11599
11600 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
11601
11602 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
11603 previous change.
11604
11605 2007-06-12 Tom Tromey <tromey@redhat.com>
11606
11607 * subr.el (user-emacs-directory): New defconst.
11608 * cmuscheme.el (scheme-start-file):
11609 * shell.el (shell):
11610 * completion.el (save-completions-file-name):
11611 * custom.el (custom-theme-directory):
11612 * term/x-win.el (emacs-session-filename):
11613 * filesets.el (filesets-menu-cache-file):
11614 * thumbs.el (thumbs-thumbsdir):
11615 * server.el (server-auth-dir):
11616 * image-dired.el (image-dired-dir):
11617 (image-dired-db-file):
11618 (image-dired-temp-image-file):
11619 (image-dired-gallery-dir):
11620 (image-dired-temp-rotate-image-file):
11621 * play/gamegrid.el (gamegrid-user-score-file-directory):
11622 * savehist.el (savehist-file):
11623 * tutorial.el (tutorial--saved-dir):
11624 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
11625
11626 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
11627
11628 * scroll-lock.el (scroll-lock-mode): Doc fix.
11629
11630 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11631
11632 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
11633
11634 * ediff-init.el: Doc strings.
11635
11636 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11637
11638 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11639 (byte-compile-file): Bind it.
11640 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
11641 group argument is provided implicitly.
11642 (byte-compile-format-warn, byte-compile-from-buffer)
11643 (byte-compile-insert-header): Don't hardcode point-min==1.
11644 (byte-compile-file-form-require): Remove unused var old-load-list.
11645 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
11646
11647 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11648
11649 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
11650 Display error messages.
11651 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
11652 Get rid of cl.el dependencies.
11653
11654 * emulation/viper-init.el (viper-suppress-input-method-change-message):
11655 New variable.
11656 (viper-activate-input-method-action)
11657 (viper-inactivate-input-method-action):
11658 Use viper-suppress-input-method-change-message.
11659
11660 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
11661 for C-s, C-r.
11662
11663 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11664 Use viper-replace-overlay-cursor-color instead of
11665 viper-replace-overlay-cursor-color.
11666 (viper-sit-for-short): Use sit-for with 3 arguments.
11667
11668 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
11669 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
11670 to gud-mode.
11671
11672 * ediff-mult.el (ediff-meta-buffer-brief-message)
11673 (ediff-meta-buffer-verbose-message): New variables.
11674 (ediff-meta-buffer-message): Variable deleted.
11675 (ediff-verbose-help-enabled): New variable.
11676 (ediff-toggle-verbose-help-meta-buffer): New function.
11677 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
11678 message options.
11679
11680 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
11681 (ediff-fixup-patch-map): Improve heuristic.
11682
11683 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11684
11685 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
11686 (log-view-font-lock-keywords): Simplify.
11687 (log-view-current-file, log-view-current-tag): Simplify.
11688
11689 2007-06-12 Sam Steingold <sds@gnu.org>
11690
11691 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
11692
11693 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * desktop.el (desktop-load-locked-desktop): New option.
11696 (desktop-read): Use it.
11697 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
11698 Use `when'.
11699
11700 2007-06-12 Davis Herring <herring@lanl.gov>
11701
11702 * desktop.el (desktop-save-mode-off): New function.
11703 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
11704 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
11705 (desktop-claim-lock, desktop-release-lock): New functions.
11706 (desktop-kill): Tell `desktop-save' that this is the last save.
11707 Release the lock afterwards.
11708 (desktop-buffer-info): New function.
11709 (desktop-save): Use it. Run `desktop-save-hook' where the doc
11710 says to. Detect conflicts, and manage the lock.
11711 (desktop-read): Detect conflicts. Manage the lock.
11712
11713 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11714
11715 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
11716
11717 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
11718 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
11719 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
11720 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
11721 keysyms rather than byte sequences.
11722 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
11723
11724 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11725
11726 * font-lock.el (font-lock-add-keywords): In case font-lock was only
11727 half-activated, forcefully activate it completely.
11728
11729 2007-06-11 Richard Stallman <rms@gnu.org>
11730
11731 * cus-edit.el (custom-variable-type): Doc fix.
11732
11733 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11734
11735 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
11736 (sh-font-lock-flush-syntax-ppss-cache): New functions.
11737 (sh-font-lock-syntactic-keywords): Use them to distinguish the
11738 different possible cases for \'.
11739
11740 * complete.el (PC-bindings): Don't bind things already bound in the
11741 parent keymap.
11742
11743 * textmodes/bibtex-style.el: New file.
11744
11745 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
11746
11747 * vc-bzr.el: New file.
11748
11749 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * vc-svn.el (vc-svn-program): New var.
11752 (vc-svn-command): Use it.
11753
11754 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
11755
11756 * server.el (server-switch-buffer): Remove redundant check.
11757
11758 2007-06-10 Martin Rudalics <rudalics@gmx.at>
11759
11760 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11761 Match against file-name-nondirectory.
11762 Fix text on user customization variables.
11763 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
11764
11765 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11766
11767 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
11768
11769 2007-06-09 Davis Herring <herring@lanl.gov>
11770
11771 * desktop.el (desktop-minor-mode-table): Doc fix.
11772
11773 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * textmodes/css-mode.el (css-navigation-syntax-table):
11776 Use set-char-table-range so it also works in the unicode branch.
11777
11778 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
11779
11780 * help-mode.el (help-xref-forward-stack)
11781 (help-xref-stack-forward-item, help-forward-label): New variables.
11782 (help-forward): New button type.
11783 (help-setup-xref): Initialise help-xref-forward-stack.
11784 (help-make-xrefs): Add forward button, if appropriate.
11785 (help-xref-go-back): Push item on forward stack.
11786 (help-xref-go-forward, help-go-forward): New functions.
11787
11788 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
11789
11790 * dired.el (dired-mode-map): Remove spurious separator.
11791
11792 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11793
11794 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
11795
11796 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11797 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
11798
11799 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
11800
11801 * textmodes/org.el: Version number fixed.
11802
11803 2007-06-07 Glenn Morris <rgm@gnu.org>
11804
11805 * version.el (emacs-copyright): New constant.
11806 * startup.el (fancy-splash-tail): Use emacs-copyright.
11807 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
11808
11809 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
11810 `make-local'.
11811 (byte-compile-warnings-safe-p): Add `make-local'.
11812 (byte-compile-make-variable-buffer-local):
11813 Allow byte-compile-warnings to suppress this warning.
11814
11815 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
11816 format of "menu" description.
11817 (tutorial--find-changed-keys): Describe the specific menu a
11818 command is in.
11819
11820 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
11821 Rewrite compatibility functions to silence byte-compiler.
11822
11823 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11824
11825 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
11826 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
11827
11828 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
11829
11830 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
11831
11832 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11833
11834 * progmodes/ebrowse.el (ebrowse-member-table):
11835 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
11836 (org-batch-agenda-csv): Fix typos in docstrings.
11837
11838 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11839
11840 * international/mule-cmds.el (toggle-enable-multibyte-characters)
11841 (sort-coding-systems, search-unencodable-char): Doc fixes.
11842 (coding-system-change-eol-conversion, set-default-coding-systems)
11843 (prefer-coding-system, find-multibyte-characters, princ-list)
11844 (leim-list-entry-regexp, set-input-method, locale-language-names)
11845 (input-method-exit-on-first-char, exit-language-environment-hook)
11846 (locale-charset-language-names): Fix typos in docstrings.
11847
11848 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11849
11850 * pgg.el (pgg-sign-region, pgg-sign):
11851 * ses.el (ses-call-printer):
11852 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
11853 * textmodes/org.el (org-cycle): Fix typos in docstrings.
11854
11855 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
11856
11857 * textmodes/org.el (org-export-region-as-html)
11858 (org-replace-region-by-html, org-number-to-letters)
11859 (org-table-fedit-finish, org-normalize-color)
11860 (org-table-fedit-ref-right, org-date-to-gregorian)
11861 (org-table-fedit-move, org-table-convert-refs-to-rc)
11862 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
11863 (org-write-agenda, org-colgroup-info-to-vline-list)
11864 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
11865 (org-indent-line-function, org-export-as-html-to-buffer)
11866 (org-store-agenda-views, org-update-mode-line)
11867 (org-find-if, org-delete-all)
11868 (org-table-fedit-convert-buffer, org-emphasize)
11869 (org-uniquify, org-table-fedit-lisp-indent)
11870 (org-table-fedit-scroll, org-get-todo-sequence-head)
11871 (org-table-fedit-scroll-down, org-table-fedit-line-down)
11872 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
11873 (org-table-fedit-toggle-coordinates, org-dvipng-color)
11874 (org-table-fedit-line-up, org-table-fedit-ref-down)
11875 (org-table-formula-from-user, org-mode-flyspell-verify)
11876 (org-cycle-show-empty-lines, org-ctrl-c-ret)
11877 (org-table-formula-to-user, org-diary-to-ical-string)
11878 (orgtbl-export, org-table-fedit-post-command)
11879 (org-closed-in-range, org-shiftcontrolright)
11880 (org-table-convert-refs-to-an, org-table-hline-and-move)
11881 (org-table-formula-less-p, org-format-table-ascii)
11882 (org-agenda-get-sexps, org-shift-refpart)
11883 (org-diary-sexp-entry, org-time-string-to-absolute)
11884 (org-table-show-reference, org-letters-to-number)
11885 (org-fix-agenda-info, org-table-fedit-ref-up)
11886 (org-table-fedit-shift-reference, org-table-fedit-abort)
11887 (org-closest-date, org-shiftcontrolleft)
11888 (org-at-heading-or-item-p, org-rematch-and-replace)
11889 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
11890 New functions.
11891 (org-table-edit-scroll-down, org-finish-edit-formulas)
11892 (org-table-edit-next-field, org-abort-edit-formulas)
11893 (org-font-lock-level, org-export-find-first-heading-line)
11894 (org-table-edit-line-down, org-table-edit-backward-field)
11895 (org-edit-formula-lisp-indent, org-table-edit-move)
11896 (org-check-log-option, org-this-word)
11897 (org-table-edit-line-up, org-table-edit-formulas-post-command)
11898 (org-agenda-file-to-end, org-expand-file-name)
11899 (org-fake-empty-table-line, org-table-edit-scroll)
11900 (org-toggle-log-option, org-show-reference): Function removed.
11901 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
11902 New defsubsts.
11903 (org-unmodified, org-batch-store-agenda-views)
11904 (org-batch-agenda-csv): New macro.
11905 (org-agenda-export): New customization group.
11906 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
11907 (org-highest-priority, org-agenda-exporter-settings)
11908 (org-log-done-with-time, org-replace-disputed-keys)
11909 (org-format-latex-header, org-export-table-header-tags)
11910 (org-cycle-separator-lines, org-export-table-data-tags)
11911 (org-icalendar-include-sexps)
11912 (org-empty-line-terminates-plain-lists)
11913 (org-log-repeat, org-special-ctrl-a)
11914 (org-table-use-standard-references, org-disputed-keys)
11915 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
11916 (org-agenda-export-html-style): New option.
11917 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
11918 (org-CUA-compatible): Option removed.
11919 (org-agenda-structure, org-sexp-date): New face.
11920 (org-todo-keywords-for-agenda, org-not-done-keywords)
11921 (org-planning-or-clock-line-re, org-agenda-name)
11922 (org-table-colgroup-info, org-todo-sets)
11923 (constants-unit-system, org-clock-mode-line-entry)
11924 (org-mode-line-timer, org-table-current-begin-pos)
11925 (org-todo-keywords-1, org-mode-line-string)
11926 (org-table-clean-did-remove-column, org-table-fedit-map)
11927 (org-clock-heading, org-table-buffer-is-an)
11928 (org-agenda-info, org-done-keywords)
11929 (org-done-keywords-for-agenda, org-todo-heads)
11930 (org-todo-kwd-alist, org-clock-start-time): New variable.
11931 (org-todo-kwd-priority-p, org-edit-formulas-map)
11932 (org-repeat-re, org-todo-kwd-max-priority)
11933 (org-version, org-done-string)
11934 (org-table-clean-did-remove-column-1, org-disputed-keys):
11935 Remove variables.
11936 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
11937 (org-ts-lengths): Constant removed.
11938 (org-follow-gnus-link): Don't ask how many articles to read.
11939 (org-export-find-first-export-line): Rename from
11940 `org-export-find-first-heading'.
11941 Use `org-export-skip-text-before-1st-heading'.
11942 (org-table-fedit-post-command): Rename from
11943 `org-table-edit-formulas-post-command'.
11944 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
11945 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
11946 (org-table-fedit-lisp-indent): Rename from
11947 `org-edit-formula-lisp-indent'.
11948 (org-table-show-reference): Rename from `org-show-reference'.
11949 (org-table-store-formulas): Use `org-table-formula-less-p'.
11950 (org-table-edit-formulas): Position cursor to current field equation.
11951 (org-update-checkbox-count, org-hide-archived-subtrees)
11952 (org-timestamp-up-day, org-timestamp-down-day)
11953 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
11954 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
11955 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
11956 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11957 Let `org-on-heading-p' also check for invisible heading.
11958 (org-read-date): Match am/pm times.
11959 (org-eval-in-calendar): Fix default date in prompt.
11960
11961 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
11962
11963 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11964 "ChangeLog.a" entries, giving the latter lower priority.
11965
11966 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * faces.el (face-id): If the argument is a face alias,
11969 return the ID of the target face.
11970
11971 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
11972
11973 * net/socks.el (top): Remove unnecessary copyright line.
11974
11975 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
11976
11977 * longlines.el (longlines-auto-wrap): Handle argument correctly.
11978
11979 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
11980
11981 * net/socks.el: New file, taken from w3 repository.
11982 (top): Update Copyright. Don't load cl.el.
11983 (all): Replace `case' by `cond', `string-to-int' by
11984 `string-to-number', and `process-kill-without-query' by
11985 `set-process-query-on-exit-flag'.
11986 (socks-char-int): Remove defalias and all occurrences.
11987
11988 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
11989
11990 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
11991 Fix typos in docstrings.
11992 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
11993 (compilation-finish-function): Fix typo in obsolescence declaration.
11994
11995 2007-06-03 Sam Steingold <sds@gnu.org>
11996
11997 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
11998 handle unending automatic recompilation of changed files (`omake -P').
11999 (compilation-loop): VISITED is now 5th CDR.
12000 (compilation-next-error-function): Set TIMESTAMP.
12001
12002 2007-06-03 Sam Steingold <sds@gnu.org>
12003
12004 * files.el (kill-buffer-ask): New function.
12005 (kill-some-buffers): Use it.
12006 (kill-matching-buffers): New user command.
12007
12008 2007-06-01 David Kastrup <dak@gnu.org>
12009
12010 * dired.el (dired-recursive-deletes, dired-recursive-copies):
12011 Change default to `top'.
12012
12013 2007-05-31 Richard Stallman <rms@gnu.org>
12014
12015 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
12016
12017 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
12018
12019 * textmodes/css-mode.el: New file.
12020
12021 2007-05-30 Michael Olson <mwolson@gnu.org>
12022
12023 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
12024 died and we are trying to send a signal to it. The program using
12025 tq.el should periodically check to see whether the process has
12026 died and react appropriately -- this is not the responsibility of
12027 tq.el, and is consistent with the rest of the tq.el source code.
12028
12029 2007-05-29 Martin Rudalics <rudalics@gmx.at>
12030
12031 * textmodes/table.el (table--point-entered-cell-function)
12032 (table--point-left-cell-function):
12033 Bind `inhibit-point-motion-hooks' to t.
12034
12035 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12036
12037 * emacs-lisp/rx.el (rx): Doc fix.
12038
12039 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
12040
12041 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
12042
12043 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
12044
12045 Sync with Tramp 2.0.56.
12046
12047 * net/tramp.el:
12048 * net/tramp-ftp.el:
12049 * net/tramp-smb.el:
12050 * net/tramp-util.el:
12051 * net/tramp-vc.el:
12052 Don't load cl.el, because that pollutes the namespace. Replace cl
12053 macros by their implementations where necessary. Requested by
12054 Richard Stallman <rms@gnu.org>.
12055
12056 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
12057 doesn't exist.
12058 (with-parsed-tramp-file-name): Protect debug spec during compilation.
12059 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
12060 (tramp-file-name-p, tramp-file-name-multi-method)
12061 (tramp-file-name-method, tramp-file-name-user)
12062 (tramp-file-name-host, tramp-file-name-localname): New defuns,
12063 replacing defstruct `tramp-file-name'.
12064 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
12065 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
12066 Apply `vector' instead of `make-tramp-file-name'.
12067 (tramp-handle-make-auto-save-file-name):
12068 Apply `tramp-temporary-file-directory' for compatibility reasons.
12069 (tramp-completion-mode): Use `natnump' instead of `wholenump'
12070 because of XEmacs.
12071 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
12072 started.
12073
12074 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
12075
12076 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
12077
12078 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12079
12080 * log-edit.el (log-edit-changelog-paragraph): Return point-max
12081 as the end of the ChangeLog paragraph when it ends without a line
12082 termination.
12083
12084 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
12085
12086 * net/webjump.el (webjump-sample-sites):
12087 Add simple Wikipedia query.
12088
12089 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
12092 compatibility code.
12093
12094 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
12095 (copyright-update-year): Use it.
12096
12097 * edmacro.el (edmacro-format-keys): Use current-active-maps.
12098
12099 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
12100 Add indentation and debugging info. Fix up comment convention.
12101
12102 * cus-dep.el (custom-make-dependencies): Simplify.
12103
12104 * composite.el (compose-region, decompose-region):
12105 Use inhibit-read-only and restore-buffer-modified-p.
12106
12107 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
12108 (xterm-mouse-event): Use it.
12109
12110 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
12111
12112 * bs.el (bs-cycle-previous): Don't modify the cycle list until
12113 `switch-to-buffer' has returned succesfully.
12114 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
12115 window is dedicated (it could iconify the frame).
12116
12117 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
12118
12119 * vc-hooks.el (vc-find-root): Fix file attribute test.
12120
12121 2007-05-24 Richard Stallman <rms@gnu.org>
12122
12123 * textmodes/flyspell.el (flyspell-correct-word-before-point):
12124 Don't let opoint be nil.
12125 (flyspell-emacs-popup): Explicit error if no dialogs.
12126
12127 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
12128
12129 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
12130 (image-next-line, image-previous-line, image-scroll-up)
12131 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
12132 New functions.
12133 (image-mode-map): Remap motion commands.
12134 (image-mode-text-map): New keymap for viewing images as text.
12135 (image-mode): Use image-mode-map.
12136 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
12137
12138 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12139
12140 * textmodes/fill.el (canonically-space-region): Make the second arg
12141 a marker if it's not already the case.
12142
12143 2007-05-23 Eli Zaretskii <eliz@gnu.org>
12144
12145 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
12146 (tar-get-descriptor): Handle type 55, an extended pax header.
12147
12148 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
12149
12150 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
12151 to confuse outline-minor-mode.
12152
12153 2007-05-23 Eli Zaretskii <eliz@gnu.org>
12154
12155 * tar-mode.el (tar-file-name-handler): New function.
12156 (tar-extract): Bind file-name-handler-alist to it to force
12157 find-buffer-file-type-coding-system behave as if the file being
12158 extracted existed. Use last-coding-system-used to force
12159 buffer-file-coding-system to what decode-coding-region actually
12160 used to decode the file.
12161
12162 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12163
12164 * progmodes/compile.el (compilation-handle-exit):
12165 `compilation-finish-function' may change the current buffer.
12166
12167 2007-05-22 Richard Stallman <rms@gnu.org>
12168
12169 * files.el (set-auto-mode): Doc fix.
12170
12171 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12172
12173 * help-fns.el (find-source-lisp-file): New function.
12174 (describe-function-1): Use find-source-lisp-file to find source
12175 file in compile tree.
12176
12177 2007-05-22 Eli Zaretskii <eliz@gnu.org>
12178
12179 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12180
12181 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
12182
12183 * emacs-lisp/easy-mmode.el (define-minor-mode)
12184 (easy-mmode-define-navigation): Fix typos in docstrings.
12185
12186 2007-05-22 Glenn Morris <rgm@gnu.org>
12187
12188 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
12189
12190 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
12191
12192 * mail/mail-extr.el (mail-extract-address-components):
12193 Recognize non-ASCII characters except for NBSP as words.
12194
12195 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
12196
12197 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
12198 (rcirc-print): Handle `window-width'.
12199 (rcirc-buffer-maximum-lines): Doc fix.
12200
12201 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
12202
12203 * image-mode.el (image-toggle-display): Don't clear image cache.
12204 Only use filename in image spec if the file is readable.
12205 Call image-refresh.
12206
12207 * image.el (image-type-from-file-name, image-type): Simplify.
12208 (image-type-auto-detected-p): Don't scan auto-mode-alist.
12209
12210 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
12211 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
12212
12213 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
12214
12215 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
12216 is an error.
12217
12218 * term/linux.el (terminal-init-linux): Don't signal an error
12219 if gpm isn't running.
12220
12221 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
12222
12223 * t-mouse.el: Reduce to a minor-mode macro call.
12224 (t-mouse-mode): Remove the lighter.
12225
12226 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
12227
12228 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
12229
12230 * files.el (auto-mode-alist): Change the regexp so that
12231 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
12232
12233 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
12234
12235 * Version 22.1 released.
12236
12237 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
12238
12239 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
12240 changes.
12241
12242 2007-05-19 Kevin Ryde <user42@zip.com.au>
12243
12244 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
12245
12246 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12247
12248 * textmodes/sgml-mode.el: Revert last change.
12249
12250 2007-05-18 Richard Stallman <rms@gnu.org>
12251
12252 * simple.el (push-mark): Doc fix.
12253
12254 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
12255
12256 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
12257 tpu-global-map.
12258 (tpu-original-global-map): Variable deleted.
12259 (tpu-control-keys-map): New keymap variable.
12260 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
12261 setting keymapping directly.
12262 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
12263 tpu-global-map.
12264 (tpu-edt-on): Activate the tpu-global-map.
12265 (tpu-edt-off): Deactivate the tpu-global-map.
12266
12267 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
12268
12269 * textmodes/ispell.el (ispell-get-word): Return markers
12270 for start and end positions.
12271 (ispell-word): Assume END is a marker.
12272
12273 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12274
12275 * printing.el: Group together all XEmacs/Emacs definitions.
12276 (pr-version): New version 6.9.
12277 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
12278 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
12279 (pr-menu-bind): Fix code.
12280 (pr-e-frame-char-height, pr-e-frame-char-width)
12281 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
12282 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
12283 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
12284 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
12285 (pr-x-event-y-pixel): Aliases eliminated.
12286 (pr-xemacs-global-menubar): Macro moved.
12287 (current-menubar, current-mouse-event, zmacs-region-stays)
12288 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
12289 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
12290 Vars moved.
12291 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
12292 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
12293 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
12294 (pr-menu-set-utility-title, pr-even-or-odd-pages)
12295 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
12296 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
12297 moved.
12298
12299 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
12300
12301 * textmodes/sgml-mode.el (sgml-tag):
12302 Fix bug: Call sgml-transformation-function.
12303
12304 2007-05-17 Martin Rudalics <rudalics@gmx.at>
12305
12306 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
12307 modified flag of buffer. Use `inhibit-modification-hooks'.
12308
12309 2007-05-16 Richard Stallman <rms@gnu.org>
12310
12311 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
12312
12313 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * files.el (magic-mode-alist, magic-fallback-mode-alist):
12316 Move the *ml, Postscript, and XmCD entries to the fallback part.
12317
12318 * files.el (magic-fallback-mode-alist):
12319 Rename from file-start-mode-alist.
12320
12321 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12322
12323 * progmodes/compile.el (compilation-handle-exit): Quote first
12324 argument of `run-hook-with-args'.
12325
12326 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
12327
12328 * buff-menu.el (Buffer-menu-sort-column):
12329 * dabbrev.el (dabbrev-upcase-means-case-search):
12330 * dired.el (dired-recursive-deletes, dired-recursive-copies):
12331 * info.el (Info-current-subfile):
12332 * ls-lisp.el (ls-lisp-verbosity):
12333 * msb.el (msb-menu-cond):
12334 * pcvs.el (cvs-dired-use-hook):
12335 * simple.el (set-mark-command-repeat-pop):
12336 * time.el (display-time-24hr-format, display-time-mail-file):
12337 Doc fixes.
12338
12339 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
12340 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
12341
12342 * view.el (view-inhibit-help-message): Fix typo in docstring.
12343 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
12344
12345 2007-05-16 Martin Rudalics <rudalics@gmx.at>
12346
12347 * textmodes/ispell.el (ispell-start-process): Defend against bad
12348 default-directory.
12349
12350 2007-05-14 Eli Zaretskii <eliz@gnu.org>
12351
12352 * mail/rmail.el (rmail-convert-to-babyl-format): Check
12353 content-transfer-encoding _last_, because it's its position that
12354 we need as value of base64-header-field-end.
12355
12356 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
12357
12358 * files.el (mode-require-final-newline, require-final-newline)
12359 (enable-local-variables, enable-local-eval): Doc fixes.
12360
12361 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12362
12363 * ps-print.el: Use default color when foreground or background color
12364 are unspecified. Reported by Leo <sdl.web@gmail.com>.
12365 (ps-print-version): New version 6.7.4.
12366 (ps-rgb-color): New argument. Use default color when color is
12367 unspecified.
12368 (ps-begin-job): Fix code.
12369
12370 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
12371
12372 * longlines.el (longlines-mode): Make longlines-auto-wrap
12373 buffer-local. Add hooks unconditionally.
12374 (longlines-auto-wrap): Toggle wrapping.
12375 (longlines-after-change-function)
12376 (longlines-post-command-function): Check longlines-auto-wrap.
12377
12378 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
12379
12380 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
12381 (xterm-mouse-translate): Use it.
12382
12383 2007-05-10 Richard Stallman <rms@gnu.org>
12384
12385 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
12386 (iso-cvt-write-only): Likewise.
12387
12388 * emacs-lisp/easy-mmode.el (define-minor-mode):
12389 Fix generated doc string.
12390
12391 * startup.el (fancy-splash-text): Add URL of guided tour.
12392 Adjust horizontal and vertical whitespace.
12393
12394 * progmodes/compile.el (compilation-handle-exit):
12395 Use run-hook-with-args to run compilation-finish-functions.
12396
12397 * files.el (file-start-mode-alist): New variable.
12398 (magic-mode-regexp-match-limit): Doc fix.
12399 (set-auto-mode): Handle file-start-mode-alist.
12400 A little cleanup of structure.
12401
12402 * dabbrev.el (dabbrev-eliminate-newlines):
12403 Renamed from dabbrev--eliminate-newlines. All uses changed.
12404
12405 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12406
12407 * man.el (Man-next-section): Don't consider the last line of the page
12408 as being part of any section.
12409
12410 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
12411
12412 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
12413 can take any number of values.
12414
12415 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12416
12417 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
12418 to the list of citation commands.
12419
12420 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12421
12422 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
12423
12424 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
12425
12426 * progmodes/python.el (python-font-lock-keywords)
12427 (python-open-block-statement-p, python-mode): Add support for the new
12428 "with" keyword.
12429
12430 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
12433 the exact opposite of diff-goto-source.
12434
12435 * emacs-lisp/advice.el (ad-special-forms): Remove.
12436 (ad-special-form-p): Use subr-arity.
12437
12438 * newcomment.el (comment-search-forward): Make sure we search forward.
12439 (comment-enter-backward): Try and distinguish the non-matching case at
12440 EOB from the non-matching case with a missing comment-end-skip for
12441 a 2-char comment ender.
12442 (comment-choose-indent): New function extracted from comment-indent.
12443 Improve the alignment algorithm.
12444 (comment-indent): Use it.
12445
12446 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
12447 XML style Processing Instructions.
12448 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
12449 (sgml-calculate-indent): Handle `pi' context.
12450
12451 * vc.el: Ensure that update-changelog issues an error when used with
12452 a backend that does not implement it.
12453 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
12454 Remove `backend' argument. Use expand-file-name.
12455 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
12456
12457 * progmodes/python.el (python-end-of-block): Revert last change.
12458 (python-end-of-statement): Make sure we move *forward*.
12459
12460 2007-05-08 Richard Stallman <rms@gnu.org>
12461
12462 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12463 Don't include non-self-insert commands in the exception for `-'.
12464
12465 2007-05-08 David Reitter <david.reitter@gmail.com>
12466
12467 * progmodes/python.el (python-guess-indent): Check non-nullness
12468 before comparing indent against the 2..8 interval.
12469
12470 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12471
12472 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
12473 available.
12474
12475 2007-05-06 Richard Stallman <rms@gnu.org>
12476
12477 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
12478
12479 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12480
12481 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
12482 rather than storing their value in the revert-buffer function.
12483
12484 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
12485
12486 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
12487 when disabling t-mouse-mode.
12488
12489 2007-05-01 Davis Herring <herring@lanl.gov>
12490
12491 * calendar/timeclock.el: Update version number.
12492 (timeclock-modeline-display): Mention timeclock-use-display-time
12493 in explanatory message.
12494 (timeclock-in): Fix non-interactive workday specifications.
12495 (timeclock-log): Don't kill the log buffer if it already existed.
12496 Suppress warnings when finding the log. Don't check for a nil
12497 project twice. Run hooks after killing the buffer (if applicable).
12498 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
12499 was geometric). All uses changed.
12500 (timeclock-generate-report): Support prefix argument.
12501
12502 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
12503
12504 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
12505 disconnections.
12506
12507 2007-05-01 Romain Francoise <romain@orebokech.com>
12508
12509 * dired-x.el: Revert 2007-04-06 change.
12510
12511 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
12512
12513 * find-dired.el (find-dired-filter): Propertize all text down to eob.
12514
12515 2007-04-29 Richard Stallman <rms@gnu.org>
12516
12517 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
12518
12519 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12520
12521 * progmodes/cc-mode.el (c-before-change): Use point-min rather
12522 than 1.
12523
12524 2007-04-28 Richard Stallman <rms@gnu.org>
12525
12526 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
12527
12528 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
12529
12530 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
12531 don't put stop on toolbar.
12532
12533 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
12536
12537 2007-04-28 Eli Zaretskii <eliz@gnu.org>
12538
12539 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
12540 instead of $(lisp)/mh-e.
12541
12542 2007-04-28 Glenn Morris <rgm@gnu.org>
12543
12544 * image-dired.el (image-dired-cmd-create-thumbnail-options)
12545 (image-dired-cmd-create-temp-image-options): Replace option
12546 +profile "*" with -strip.
12547
12548 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
12549
12550 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12551 Use window-start and window-end.
12552
12553 2007-04-27 Andreas Schwab <schwab@suse.de>
12554
12555 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
12556
12557 2007-04-27 Eli Zaretskii <eliz@gnu.org>
12558
12559 * textmodes/fill.el (fill-paragraph): Doc fix.
12560
12561 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
12562
12563 * locate.el (locate-in-alternate-database): Doc fix.
12564
12565 2007-04-26 Glenn Morris <rgm@gnu.org>
12566
12567 * button.el (button): Use underline if supported, else fall back
12568 to color.
12569
12570 * version.el (emacs-version): Increase to 22.1.50.
12571
12572 2007-04-25 Richard Stallman <rms@gnu.org>
12573
12574 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
12575
12576 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
12577
12578 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
12579 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
12580 pushing mark.
12581 (idlwave-current-routine): Don't push mark.
12582
12583 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
12584
12585 * image-dired.el (image-dired-display-image): Derive image-type from
12586 filename rather than assuming jpeg, in case no resizing was needed.
12587
12588 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12589
12590 * custom.el (defface): Doc fix.
12591
12592 See ChangeLog.12 for earlier changes.
12593
12594 ;; Local Variables:
12595 ;; coding: iso-2022-7bit
12596 ;; add-log-time-zone-rule: t
12597 ;; End:
12598
12599 Copyright (C) 2007, 2008 Free Software Foundation, Inc.
12600
12601 This file is part of GNU Emacs.
12602
12603 GNU Emacs is free software; you can redistribute it and/or modify
12604 it under the terms of the GNU General Public License as published by
12605 the Free Software Foundation; either version 3, or (at your option)
12606 any later version.
12607
12608 GNU Emacs is distributed in the hope that it will be useful,
12609 but WITHOUT ANY WARRANTY; without even the implied warranty of
12610 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12611 GNU General Public License for more details.
12612
12613 You should have received a copy of the GNU General Public License
12614 along with GNU Emacs; see the file COPYING. If not, write to the
12615 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12616 Boston, MA 02110-1301, USA.
12617
12618 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af