]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* progmodes/verilog-mode.el (top-level): Don't require compile.
[gnu-emacs] / lisp / ChangeLog
1 2007-01-05 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/verilog-mode.el (top-level): Don't require compile.
4 (compilation-error-regexp-alist, compilation-last-buffer):
5 Define for compiler.
6 (verilog-insert-1): New function.
7 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
8 Use verilog-insert-1.
9 (verilog-surelint-off): Use next-error-last-buffer if bound.
10 Check compile buffer is live.
11
12 * progmodes/verilog-mode.el: Replace all instances of
13 string-to-int with string-to-number, insert-string with insert,
14 and read-input with read-string.
15 (top-level): No need to require imenu, reporter, dinotrace, vc,
16 font-lock when compiling. Always require compile. Relegate remaining
17 compatibility cruft to XEmacs. Don't require font-lock.
18 (verilog-version): Remove superfluous concat.
19 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
20 No need to define.
21 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
22 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
23 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
24 (verilog-startup-message-displayed): These are variables, not constants.
25 (verilog-batch-execute-func, verilog-auto-inst)
26 (verilog-auto-inst-param): Use mapc rather than mapcar.
27 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
28 actually defining.
29 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
30 (verilog-modi-get-outputs, verilog-modi-get-inouts)
31 (verilog-modi-get-inputs, verilog-modi-get-wires)
32 (verilog-modi-get-regs, verilog-modi-get-assigns)
33 (verilog-modi-get-consts, verilog-modi-get-gparams)
34 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
35 (verilog-modi-get-sub-inputs): Move inline functions earlier in
36 the file.
37 (sigs-in, sigs-out): Don't declare multiple times.
38 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
39 `defvar'.
40 (verilog-auto): Call dinotrace-unannotate-all only if bound.
41 (verilog-module-inside-filename-p): No need to wrap fboundp test
42 in condition-case.
43 (reporter-submit-bug-report): Autoload it.
44 (verilog-mark-defun): Call zmacs-activate-region only if bound.
45 (verilog-font-customize): Call customize-apropos only if bound.
46 (verilog-getopt-flags, verilog-auto-reeval-locals):
47 Use make-local-variable rather than make-variable-buffer-local.
48 (verilog-company, verilog-project, verilog-modi-cache-list):
49 Move make-variable-buffer-local calls to top-level.
50 (font-lock-defaults-alist): Don't define it.
51 (verilog-need-fld): Remove.
52 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
53 (verilog-mode): Only call make-local-hook on XEmacs.
54 Set font-lock-defaults rather than using verilog-font-lock-init.
55
56 2008-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * vc.el (vc-process-sentinel): Fix apparent typo.
59 (vc-do-command): Forcefully kill any left over process.
60 Use start-file-process.
61 (vc-annotate-get-time-set-line-props): Check we don't move backward.
62
63 2008-01-04 Michael Albinus <michael.albinus@gmx.de>
64
65 * net/dbus.el (dbus-list-hash-table)
66 (dbus-name-owner-changed-handler): Replace "signal" by "member".
67 (dbus-check-event): Add serial number to event.
68 (dbus-handle-event): Apply return message if needed.
69 (dbus-event-serial-number): New defun.
70 (dbus-event-service-name, dbus-event-path-name)
71 (dbus-event-interface-name, dbus-event-member-name):
72 Adapt implementation to serial number.
73
74 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
75
76 * bs.el (bs--get-mode-name): Fix typo in previous change.
77
78 2008-01-04 Dan Nicolaescu <dann@ics.uci.edu>
79
80 * mouse.el (mouse-popup-menubar): Fix typo.
81
82 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
83 form inside with-current-buffer.
84
85 * progmodes/antlr-mode.el (provide): Move to the end of file.
86 (require): Don't require font-lock and compile.
87 (outline-level, imenu-use-markers, imenu-create-index-function):
88 Move declarations to top level.
89 (cond-emacs-xemacs-macfn): Declare for compiler.
90
91 * vc-bzr.el (vc-bzr-root):
92 * vc-arch.el (vc-arch-root): Only set a property if the file is
93 managed by this backend.
94
95 * vc-hg.el (vc-hg-state): Support the new status code for
96 up-to-date.
97
98 2008-01-04 Tassilo Horn <tassilo@member.fsf.org>
99
100 * doc-view.el (doc-view-scroll-up-or-next-page)
101 (doc-view-scroll-down-or-previous-page): Don't scroll to the
102 top/bottom again when on the first/last page.
103
104 * doc-view.el (doc-view-scroll-up-or-next-page)
105 (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
106 image-scroll-down instead of the non-image equivalents. Don't
107 rely on a signalled condition but switch pages when scrolling
108 doesn't change the vertical position anymore.
109 (doc-view-mode-map): Remap scroll-{up,down} to
110 image-scroll-{up,down}.
111
112 2008-01-04 Rob Riepel <riepel@networking.Stanford.EDU>
113
114 * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
115 tpu-mapper command rather than load the tpu-mapper package.
116
117 * emulation/tpu-mapper.el (tpu-mapper): New command.
118 Contains all the code previously at top-level.
119
120 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * bs.el (bs--sort-by-mode, bs--get-mode-name):
123 * imenu.el (imenu-add-to-menubar):
124 * makesum.el (make-command-summary):
125 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar, mouse-buffer-menu):
126 * msb.el (msb--mode-menu-cond):
127 * calc/calc-embed.el (calc-do-embedded):
128 * emacs-lisp/helper.el (Helper-describe-mode):
129 * mail/emacsbug.el (report-emacs-bug):
130 * progmodes/hideshow.el (hs-grok-mode-type):
131 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
132 * textmodes/table.el (*table--cell-describe-mode):
133 Pass mode-name through format-mode-line.
134
135 2008-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * progmodes/ada-xref.el (ada-prj-find-prj-file):
138 * progmodes/ada-mode.el (comment-region):
139 * calendar/todo-mode.el (todo-insert-item):
140 * bookmark.el (bookmark-buffer-name): Test major-mode rather than mode-name.
141
142 2008-01-04 Richard Stallman <rms@gnu.org>
143
144 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
145 Call byte-compile-warn-about-unresolved-functions outside
146 the with-current-buffer.
147 (byte-compile-insert-header): Use with-current-buffer.
148
149 2008-01-04 Glenn Morris <rgm@gnu.org>
150
151 * startup.el (fancy-about-screen): Remove reference to deleted
152 `fancy-splash-help-echo' variable.
153
154 * version.el (emacs-copyright): Update to 2008.
155
156 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
157 rather than mapcar.
158
159 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
160 change (merge mistake).
161
162 * doc-view.el (doc-view-search-internal): Don't use `incf'.
163
164 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
165 (bookmark-get-bookmark-record):
166 * image-mode.el (bookmark-make-cell-function)
167 (bookmark-get-filename, bookmark-get-bookmark-record)
168 (bookmark-get-position):
169 * log-view.el (vc-modify-change-comment):
170 * progmodes/grep.el (find-name-arg): Declare for compiler.
171
172 2008-01-04 Juanma Barranquero <lekktu@gmail.com>
173
174 * savehist.el (savehist-coding-system): Default to a variant coding
175 system with explicit unix end-of-line conversion, which is safer.
176
177 2008-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
180 * ibuffer.el (mode column): Use format-mode-line.
181
182 * server.el (server-create-window-system-frame): Remove workaround for
183 a bug that has been fixed.
184
185 2008-01-03 Magnus Henoch <magnus@zemdatav>
186
187 * net/dbus.el (dbus-name-owner-changed-handler):
188 Use dbus-unregister-object instead of dbus-unregister-signal.
189
190 2008-01-03 Drew Adams <drew.adams@oracle.com>
191
192 * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
193
194 2008-01-03 Richard Stallman <rms@gnu.org>
195
196 * replace.el (occur-context-lines): New subroutine,
197 broken out of occur-engine.
198 (occur-engine): Call it.
199
200 2008-01-03 Alexandre Julliard <julliard@winehq.org>
201
202 * vc-git.el (vc-git--ls-files-state): New function.
203 (vc-git-dir-state): Use it instead of processing the status
204 results here.
205
206 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
207
208 * progmodes/grep.el (grep-find-ignored-directories):
209 Initialize from the value of vc-directory-exclusion-list.
210
211 * vc-hooks (vc-directory-exclusion-list): Include "_darcs",
212 even though we don't have a back end for darcs yet.
213
214 2008-01-02 Karl Fogel <kfogel@red-bean.com>
215
216 Change a return type, for greater extensibility. See
217 http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
218 and its thread for discussion leading to this change.
219
220 * emacs-cvs/lisp/bookmark.el:
221 (bookmark-jump-noselect): Return an alist instead of a dotted pair.
222 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
223 (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
224 (bookmark-bmenu-switch-other-window): Adjust accordingly.
225 (bookmark-make-cell-function): Adjust documentation accordingly.
226
227 * emacs-cvs/lisp/image-mode.el
228 (image-bookmark-jump): Adjust return type accordingly; document.
229
230 * emacs-cvs/lisp/doc-view.el
231 (doc-view-bookmark-jump): Adjust return type accordingly; document.
232
233 2008-01-02 Miles Bader <miles@gnu.org>
234
235 * net/rcirc.el (rcirc-log-filename-function): New variable.
236 (rcirc-log): Use `rcirc-log-filename-function' to generate the
237 log-file name. Don't log anything if it returns nil.
238 (rcirc-log-write): Use `expand-file-name' when merging the
239 log-file name from the alist with rcirc-log-directory; this does
240 the right thing if the name in the alist already an absolute
241 filename. Make the log-file directory if necessary.
242
243 2007-12-29 Richard Stallman <rms@gnu.org>
244
245 * font-lock.el (font-lock-prepend-text-property)
246 (font-lock-append-text-property): Canonicalize the face and
247 font-lock-face properties.
248
249 * faces.el (facep): Doc fix.
250
251 * startup.el (fancy-startup-tail, fancy-about-text)
252 (fancy-startup-text): Regularize format of face property.
253
254 * facemenu.el (list-colors-print): Use :background and :foreground
255 instead of background-color and foreground-color.
256
257 2007-12-29 Drew Adams <drew.adams@oracle.com>
258
259 * cus-edit.el (custom-add-parent-links):
260 Fill the "Parent documentation" text.
261
262 2007-12-29 Eli Zaretskii <eliz@gnu.org>
263
264 * textmodes/ispell.el (ispell-grep-command): Use "grep" on
265 MS-Windows and MS-DOS.
266 (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
267
268 2008-01-02 Eric S. Raymond <esr@snark.thyrsus.com>
269
270 * vc-svn.el (vc-svn-modify-change comment): New function.
271
272 2008-01-01 Dan Nicolaescu <dann@ics.uci.edu>
273
274 * vc-git.el (vc-git-dir-state): Set the vc-backend property.
275 Do not disable undo, with-temp-buffer does it by default.
276
277 2008-01-01 Eric S. Raymond <esr@snark.thyrsus.com>
278
279 * vc-svn.el (vc-svn-parse-status): Set the 'unregisted property
280 correctly.
281
282 * vc.el (vc-dired-hook): Speed tuning. Replace a vc-backend call
283 with vc-state.
284 (vc-next-action): Fix vc-transfer-file call.
285
286 2007-12-31 Tom Tromey <tromey@redhat.com>
287
288 * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
289 Move point to the start of the buffer.
290
291 2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
292
293 * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
294
295 * vc.el: State that dir-state is required to set the vc-state and
296 vc-backend properties.
297
298 2007-12-31 Martin Rudalics <rudalics@gmx.at>
299
300 * man.el (Man-default-man-entry): Make this a defun.
301 Improve guessing mechanism and handling of section numbers.
302
303 2007-12-31 Richard Stallman <rms@gnu.org>
304
305 * faces.el (face-all-attributes): If FRAME is nil, return defaults.
306
307 2007-12-31 Jay Belanger <jay.p.belanger@gmail.com>
308
309 * calc/calc-units.el (calc-convert-temperature): Ensure that units
310 are on the result even when the result is zero.
311
312 2007-12-30 Michael Albinus <michael.albinus@gmx.de>
313
314 * net/dbus.el (dbus-name-owner-changed-handler): Make the function
315 resistent towards wrong parameters.
316 (dbus-handle-event): Propagate D-Bus errors only in the debug case.
317
318 2007-12-30 Richard Stallman <rms@gnu.org>
319
320 * faces.el (face-all-attributes): New function.
321
322 * faces.el (face-differs-from-default-p): Compute list of attr names
323 from face-attribute-name-alist.
324
325 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
326 (custom-face-save): Likewise.
327 (custom-face-reset-saved, custom-face-reset-standard): Likewise.
328
329 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
330 (custom-theme-set-faces): Clear `face-override-spec' property.
331 Call `face-spec-set' with FOR-DEFFACE.
332
333 * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
334
335 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
336 Use of frame as third arg is deprecated.
337 Handle `face-override-spec' property.
338 (face-spec-recalc): New function.
339 (face-spec-set-2): New function.
340 (frame-set-background-mode): Handle `face-override-spec' property.
341 Use `face-spec-recalc'.
342 (face-set-after-frame-default): Use `face-spec-recalc'.
343
344 2007-12-29 Nick Roberts <nickrob@snap.net.nz>
345
346 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
347
348 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
349
350 * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
351
352 2007-12-29 Eric S. Raymond <esr@snark.thyrsus.com>
353
354 * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
355 'added, 'removed.
356
357 * vc.el (header coment): Better description of dir-state.
358 (vc-compatible-state): New function. Checks whether two states
359 can be in the same changeset; used with 'edited it can test whether
360 the next action for a state should be commit.
361 (vc-default-dired-state-info): Display 'removed state.
362 (vc-dired-hook): Turn off undo, this is a speed tweak.
363
364 * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
365
366 * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
367 Cope with the possibility that the 'C' status flag might change
368 in 0.9,6.
369
370 * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
371
372 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
373
374 * files.el (cd-absolute): Fix omission bug:
375 Make `list-buffers-directory' buffer-local.
376
377 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
378
379 * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
380
381 2007-12-29 Jay Belanger <jay.p.belanger@gmail.com>
382
383 * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
384
385 * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
386 (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
387 (math-yacas-compose-deriv, math-yacas-compose-taylor)
388 (math-maxima-parse-subst, math-maxima-parse-taylor)
389 (math-maxima-compose-taylor, math-maxima-compose-subst)
390 (math-maxima-compose-if, math-lang-switch-args)
391 (math-lang-compose-switch-args, math-read-giac-subscr):
392 New functions.
393 (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
394 (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
395 Add languages.
396 (math-vector-brackets, math-complex-format, math-variable-table)
397 (math-parse-table, math-oper-table, math-function-table)
398 (math-special-function-table, math-compose-subscr):
399 Add values for new languages.
400
401 * calc/calccomp.el (math-compose-expr): Add new languages.
402
403 * calc/calc.el (calc-language): Add languages to docstring.
404
405 * calc/calc-ext.el (calc-init-extensions): Add keybindings
406 for new languages. Autoload commands to change languages.
407
408 * calc/calc-help.el (calc-d-prefix-help): Add new languages.
409
410 * calc/calc-menu.el (calc-modes-menu): Add new languages.
411 (calc-arithmetic-menu, calc-scientific-function-menu)
412 (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
413 (calc-units-menu, calc-variables-menu, calc-stack-menu):
414 Add :active keywords.
415
416 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu>
417
418 * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
419 returns 'ignored or 'unregistered.
420 (vc-hg-state): Pass "-A" to the status command and deal with the
421 output.
422 (vc-hg-dir-state): Pass "-A" to the status command.
423
424 2007-12-29 Richard Stallman <rms@gnu.org>
425
426 * progmodes/compile.el (compilation-start): Set initial visible
427 point properly even when compilation buffer already current.
428
429 2007-12-29 Richard Stallman <rms@gnu.org>
430
431 * files.el (conf-mode-maybe): New function.
432 (auto-mode-alist): Use conf-mode-maybe for .conf etc.
433
434 2007-12-29 Martin Rudalics <rudalics@gmx.at>
435
436 * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
437
438 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu>
439
440 * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
441
442 2007-12-29 Richard Stallman <rms@gnu.org>
443
444 * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
445 so they never do EOF.
446
447 2007-12-29 Richard Stallman <rms@gnu.org>
448
449 * faces.el (copy-face): Create the new face explicitly if it
450 does not exist already.
451
452 2007-12-29 Eli Zaretskii <eliz@gnu.org>
453
454 * simple.el (minibuffer-history, shell-command-history)
455 (set-variable-value-history):
456 * replace.el (regexp-history):
457 * international/mule-cmds.el (input-method-history):
458 * files.el (file-name-history): Add reference to history-length in
459 the doc string.
460
461 2007-12-29 Richard Stallman <rms@gnu.org>
462
463 * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
464
465 2007-12-29 Jason Rumney <jasonr@gnu.org>
466
467 * find-dired.el (find-name-arg): New custom variable.
468 (find-name-dired): Use it.
469 (find-dired-find-program): Remove.
470 (find-dired): Use find-program.
471 (find-grep-dired): Use grep-program.
472
473 * progmodes/grep.el (rgrep): Use find-name-arg.
474
475 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org>
476
477 * progmodes/cc-vars.el (defcustom-c-stylevar):
478 Revert to pre-2007-12-12 version.
479
480 2007-12-29 Richard Stallman <rms@gnu.org>
481
482 * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
483
484 * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
485 Use changed.
486
487 * startup.el (fancy-splash-help-echo): Var deleted.
488 (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
489 (fancy-about-screen): Don't display fancy-splash-help-echo.
490
491 * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
492
493 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com>
494
495 * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
496 to vc-hooks.el so it will be available to other modes, such as
497 speedbar.el. Also, teach it to recognize monotone state directories.
498
499 * speedbar.el: Remove this mode's fragile assumptions about
500 version-control systems. Instead, make it use logic from
501 vc-hooks.el so it will become smarter whenever VC mode does.
502
503 * vc-hooks.el: 'added is a real state, not a future hypothetical one.
504 Fix the documentation.
505
506 * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
507 Modify all instances of the dir-state back-end method to suppress
508 keeping undo lists on the buffers holding status output, which
509 can get extremely large.
510
511 * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
512 so they don't do work that the default one can do instead.
513
514 * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
515 states, and the new return-value convention. These are not
516 actually used yet, just set.
517
518 * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
519 states when appropriate.
520
521 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
522 'unregistered when appropriate.
523
524 * vc-git.el: Document that we don't set the new states yet.
525
526 * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
527 'ignored states.
528
529 * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
530 appropriate.
531
532 * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
533 when appropriate.
534
535 2007-12-28 Nick Roberts <nickrob@snap.net.nz>
536
537 * thumbs.el (thumbs-call-convert): Use call-process directly
538 with thumbs-conversion-program instead of through shell-file-name
539 for better error reporting.
540
541 2007-12-27 Jay Belanger <jay.p.belanger@gmail.com>
542
543 * calc/calc-aent.el (math-remove-percentsigns):
544 * calc/calccomp.el (math-to-percentsigns): Change placeholder
545 for percent signs.
546
547 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
548
549 * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
550 use completion-ignored-extensions to detect files that should be
551 ignorted in VC-Dired listings, heading off lots of expensive calls
552 to (vc-state).
553
554 * vc.el (vc-dired-hook): Show unregistered file status as "?" in
555 non-terse mode.
556 (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
557 Makefile.in or Makefile.am
558
559 2007-12-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
560
561 * ps-print.el (ps-mark-active-p): Fun returned back.
562 (ps-print-preprint-region): Use `ps-mark-active-p' instead of
563 `region-active-p' for error checking.
564
565 2007-12-27 Eric S. Raymond <esr@snark.thyrsus.com>
566
567 * vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el:
568 Put new machinery in place to support editing of change comments
569 with 'e' in a log-view buffer. Not documented yet as this
570 only works for SCCS, RCS, and maybe CVS if you have admin
571 privileges. When we have backend support for Subversion and
572 more modern systems it will be time to write this up.
573
574 2007-12-27 Kenichi Handa <handa@ni.aist.go.jp>
575
576 * international/mule-cmds.el (select-safe-coding-system):
577 When a buffer is modified, cancel the writing.
578
579 2007-12-26 Eric S. Raymond <esr@snark.thyrsus.com>
580
581 * log-view.el: Add Subversion and Mercurial log format samples.
582
583 * vc.el (vc-dired-hook): Significantly speed up by arranging for
584 it to call the backend dir-state hook (if it exists)
585 exactly *once*, rather than once per each subdirectory (with
586 dired-state-info calls on all toplevel files slowing it down even
587 further). For this to work, backend dir-state methods have to
588 recurse to subdirectories. Most of them already did anyway; a few
589 needed *non*-recursion switches removed. This change mostly
590 removed code that was perversely bad and should have been shot
591 through the head years ago.
592
593 * vc-bzr.el (vc-bzr-dir-state):
594 * vc-cvs.el (vc-cvs-dir-state):
595 * vc-mcvs.el (vc-mcvs-dir-state):
596 * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
597
598 * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
599 multiple arguments, so generate logs sequentially when we get them.
600 * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
601 headers so the various log bindings can do the right thing.
602 * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
603
604 2007-12-26 Andreas Schwab <schwab@suse.de>
605
606 * font-lock.el (save-buffer-state): Make sure the state of the
607 buffer is always restored.
608
609 2007-12-26 Jay Belanger <jay.p.belanger@gmail.com>
610
611 * calc/calc.el (calc-lang-allow-percentsigns): New variable.
612
613 * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
614 a variable.
615
616 * calc/calccomp.el (math-to-percentsigns): New function.
617 (math-compose-var): Handle variables with percent signs.
618 (math-compose-expr): Handle function names with percent signs.
619
620 * calc/calc-aent.el (math-to-percentsigns): Declare as function.
621 (math-read-exprs): Handle percent signs in languages that
622 allow them.
623 (math-restore-underscores): Remove function.
624 (math-remove-percentsigns, math-restore-placeholders):
625 New functions.
626
627 2007-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
628
629 * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
630 of `mark' for error checking.
631
632 2007-12-26 Tassilo Horn <tassilo@member.fsf.org>
633
634 * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
635 New functions.
636 (image-mode): Set bookmark-make-cell-function appropriately.
637
638 * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
639
640 * bookmark.el (bookmark-make-cell-function): New variable.
641 (bookmark-make): Call bookmark-make-cell-function's function
642 instead of bookmark-make-cell.
643 (bookmark-get-handler, bookmark-jump-internal): New functions.
644 (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
645 (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
646 Use bookmark-jump-internal.
647 (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
648
649 * doc-view.el (doc-view-bookmark-make-cell)
650 (doc-view-bookmark-jump): New functions.
651 (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
652
653 2007-12-25 Miles Bader <miles@gnu.org>
654
655 * indent.el (indent-for-tab-command): Rigidly indent the following
656 sexp along with the current line when a prefix arg is given in the
657 non-active-region case. Specify raw prefix in interactive spec.
658 Simplify main indentation logic to get rid of the conditional call
659 to `indent-according-to-mode' (it just ended up calling
660 `indent-line-function' in all cases anyway, which can be done more
661 simply here). Remove unnecessary test of ARG in active region case.
662
663 2007-12-25 Richard Stallman <rms@gnu.org>
664
665 * allout.el (allout-region-active-p): Rename from my-region-active-p.
666 Use `use-region-p'.
667 (allout-write-file-hook-handler): Simplify code.
668
669 * ps-print.el (ps-mark-active-p): Function deleted.
670 (ps-print-preprint-region): Use (mark) for the error check.
671
672 * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
673
674 * winner.el (winner-active-region): Use `mark-active' if it's defined.
675
676 * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
677
678 * textmodes/org.el (org-region-active-p): Use `use-region-p'.
679
680 * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
681
682 * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
683
684 * progmodes/cc-defs.el (c-region-is-active-p):
685 Use `mark-active' if it's defined.
686
687 * progmodes/cc-cmds.el (c-indent-line-or-region):
688 Pass prefix arg to `c-indent-command'. Use `use-region-p'.
689
690 * simple.el (select-active-regions): New option.
691 (set-mark): Obey it.
692 (yank-pop-change-selection): New option.
693 (current-kill): Obey it.
694
695 * simple.el (use-region-p): Rename from `region-active-p'.
696 (region-active-p): New function.
697
698 2007-12-25 David Golden <david.delaharpe.golden@gmail.com> (tiny change)
699
700 * term/x-win.el (x-select-enable-primary): New option.
701 (x-select-text, x-cut-buffer-or-selection-value): Obey it.
702
703 * mouse.el (mouse-yank-primary): New function (almost same
704 as mouse-yank-secondary).
705
706 2007-12-25 Dan Nicolaescu <dann@ics.uci.edu>
707
708 * calculator.el:
709 * dframe.el:
710 * iswitchb.el:
711 * whitespace.el:
712 * winner.el:
713 * emacs-lisp/checkdoc.el:
714 * mail/feedmail.el:
715 * net/quickurl.el:
716 * obsolete/fast-lock.el:
717 * play/5x5.el:
718 * progmodes/delphi.el:
719 * progmodes/idlw-shell.el:
720 * progmodes/idlwave.el:
721 * textmodes/artist.el:
722 * textmodes/ispell.el:
723 * textmodes/texinfmt.el:
724 * textmodes/texinfo.el: Remove obsolete definitions of backward
725 compatibility macros for defcustom, defgroup, defface, when,
726 unless, with-current-buffer and with-temp-message.
727
728 2007-12-24 Nick Roberts <nickrob@snap.net.nz>
729
730 * progmodes/verilog-mode.el: Reformat parts to 80 columns.
731
732 2007-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
733
734 * server.el (server-save-buffers-kill-terminal): Check the `proc' is
735 indeed a process.
736
737 2007-12-23 Richard Stallman <rms@gnu.org>
738
739 * simple.el (region-active-p): New function.
740 (use-empty-active-region): New variable.
741
742 * dired-aux.el (dired): Load dired.el at run time too.
743
744 2007-12-23 Juri Linkov <juri@jurta.org>
745
746 * man.el (Man-follow-manual-reference): Fill the minibuffer's
747 default list with a full list of references.
748
749 * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
750
751 2007-12-23 Andreas Schwab <schwab@suse.de>
752
753 * files.el (switch-to-buffer-other-frame): Return the buffer
754 switched to.
755
756 2007-12-23 Michael Albinus <michael.albinus@gmx.de>
757
758 Sync with Tramp 2.1.12.
759
760 * net/tramp.el: New todo item.
761
762 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
763 switch. Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
764
765 * net/trampver.el: Update release number.
766
767 2007-12-22 Richard Stallman <rms@gnu.org>
768
769 * newcomment.el (comment-region-default): Don't triple the
770 comment starter if the first region line isn't indented enough.
771
772 2007-12-21 Martin Rudalics <rudalics@gmx.at>
773
774 * autoinsert.el (auto-insert-alist): Remove nonsensical precision
775 specifier from format-string. Reported by Ye Wenbin.
776
777 2007-12-20 Jason Rumney <jasonr@gnu.org>
778
779 * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
780 Parent group is font-lock-faces.
781 (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
782 (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
783 (nxml-version): Remove.
784 (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
785 (nxml-text, nxml-comment-content, nxml-comment-delimiter)
786 (nxml-processing-instruction-delimiter)
787 (nxml-processing-instruction-target)
788 (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
789 (nxml-cdata-section-CDATA, nxml-cdata-section-content)
790 (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
791 (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
792 (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
793 (nxml-attribute-prefix, nxml-attribute-colon)
794 (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
795 (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
796 (nxml-attribute-value, nxml-attribute-value-delimiter)
797 (nxml-namespace-attibute-value)
798 (nxml-namespace-attribure-value-delimiter)
799 (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
800 (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
801 (nxml-glyph): Rename, removing -face suffix.
802 Inherit from existing font-lock faces.
803 (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
804 Use new face names.
805
806 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
807 (nxml-outline-active-indicator, nxml-outline-ellipsis):
808 Rename, removing -face suffix.
809 (nxml-highlighted-less-than, nxml-highlighted-greater-than)
810 (nxml-highlighted-colon, nxml-highlighted-slash)
811 (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
812 (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
813 (nxml-highlighted-qname, nxml-outline-display-heading):
814 Use new face names.
815
816 * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
817
818 * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
819
820 2007-12-19 Martin Rudalics <rudalics@gmx.at>
821
822 * cus-start.el (all): Use correct group name for members of
823 mode-line group.
824
825 * man.el (Man-default-man-entry): When looking for default man
826 entry title search text preceding point. Use when instead of if.
827
828 * indent.el (indent-for-tab-command): Fix doc-string typo.
829
830 * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
831 vc-parent-buffer is the current buffer.
832
833 * info-look.el (info-lookup, info-lookup-setup-mode)
834 (info-lookup-make-completions): Avoid clobbering Info-history and
835 Info-history-list.
836
837 2007-12-19 Glenn Morris <rgm@gnu.org>
838
839 * progmodes/verilog-mode.el (top-level): Don't require compile.
840 (compilation-error-regexp-alist, compilation-last-buffer):
841 Define for compiler.
842 (verilog-insert-1): New function.
843 (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
844 Use verilog-insert-1.
845 (verilog-surelint-off): Use next-error-last-buffer if bound.
846 Check compile buffer is live.
847
848 2007-12-19 John J Foerch <jjfoerch@earthlink.net> (tiny change)
849
850 * progmodes/compile.el (compilation-start): Don't pass a FRAME
851 argument to display-buffer.
852
853 2007-12-19 Jason Rumney <jasonr@gnu.org>
854
855 * nxml/rng-maint.el (rng-format-manual): Do not autoload.
856 (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
857 (rng-byte-compile-load, rng-write-version): Remove.
858
859 * nxml/rng-loc.el (rng-schema-locating-files-default)
860 (rng-schema-locating-file-schema-file): Use files in etc/schemas.
861 (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
862
863 2007-12-18 Michael Albinus <michael.albinus@gmx.de>
864
865 * files.el (cd-absolute): Set `list-buffers-directory' in order to
866 show correct path in buffer list.
867
868 * net/tramp.el (tramp-open-connection-setup-interactive-shell)
869 (tramp-find-shell): Send only single prompt setting commands, in
870 order to avoid double-prompt.
871
872 * net/tramp-compat.el (top): Require cl only when compiling.
873 Reported by Glenn Morris <rgm@gnu.org>.
874
875 2007-12-18 Thien-Thi Nguyen <ttn@gnuvola.org>
876
877 * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
878 (c-comment-continuation-stars): No longer declare with
879 cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
880 (c-block-comment-prefix): Use symbol-value to
881 access c-comment-continuation-stars.
882 * progmodes/cc-mode.el (c-initialize-cc-mode):
883 Use symbol-value to access c-comment-continuation-stars.
884
885 2007-12-18 Mark A. Hershberger <mah@everybody.org>
886
887 * xml.el (xml-escape-string): New function. Escape string using
888 xml-entity-alist.
889 (xml-debug-print-internal): Use xml-escape-string to escape
890 characters in attributes and in text children of elements.
891
892 2007-12-18 Glenn Morris <rgm@gnu.org>
893
894 * progmodes/cc-subword.el (c-subword-mode): Drop support for
895 systems without define-minor-mode.
896
897 * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
898
899 * progmodes/verilog-mode.el: Replace all instances of
900 string-to-int with string-to-number, insert-string with insert,
901 and read-input with read-string.
902 (top-level): No need to require imenu, reporter, dinotrace, vc,
903 font-lock when compiling. Always require compile. Relegate remaining
904 compatibility cruft to XEmacs. Don't require font-lock.
905 (verilog-version): Remove superfluous concat.
906 (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
907 No need to define.
908 (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
909 (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
910 (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
911 (verilog-startup-message-displayed): These are variables, not constants.
912 (verilog-batch-execute-func, verilog-auto-inst)
913 (verilog-auto-inst-param): Use mapc rather than mapcar.
914 (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
915 actually defining.
916 (verilog-modi-get-decls, verilog-modi-get-sub-decls)
917 (verilog-modi-get-outputs, verilog-modi-get-inouts)
918 (verilog-modi-get-inputs, verilog-modi-get-wires)
919 (verilog-modi-get-regs, verilog-modi-get-assigns)
920 (verilog-modi-get-consts, verilog-modi-get-gparams)
921 (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
922 (verilog-modi-get-sub-inputs): Move inline functions earlier in
923 the file.
924 (sigs-in, sigs-out): Don't declare multiple times.
925 (got-sig, got-rvalue, uses-delayed): Define for compiler with just
926 `defvar'.
927 (verilog-auto): Call dinotrace-unannotate-all only if bound.
928 (verilog-module-inside-filename-p): No need to wrap fboundp test
929 in condition-case.
930 (reporter-submit-bug-report): Autoload it.
931 (verilog-mark-defun): Call zmacs-activate-region only if bound.
932 (verilog-font-customize): Call customize-apropos only if bound.
933 (verilog-getopt-flags, verilog-auto-reeval-locals):
934 Use make-local-variable rather than make-variable-buffer-local.
935 (verilog-company, verilog-project, verilog-modi-cache-list):
936 Move make-variable-buffer-local calls to top-level.
937 (font-lock-defaults-alist): Don't define it.
938 (verilog-need-fld): Remove.
939 (verilog-font-lock-init): Don't set font-lock-defaults-alist.
940 (verilog-mode): Only call make-local-hook on XEmacs.
941 Set font-lock-defaults rather than using verilog-font-lock-init.
942
943 2007-12-17 Andreas Schwab <schwab@suse.de>
944
945 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
946 Fix comment typo.
947
948 2007-12-16 Michael Albinus <michael.albinus@gmx.de>
949
950 * net/dbus.el (dbus-name-owner-changed-handler):
951 Use `dbus-unregister-signal' for removing old rules.
952 Obey new structure of `dbus-registered-functions-table'.
953
954 2007-12-12 Thien-Thi Nguyen <ttn@gnuvola.org>
955
956 * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
957
958 2007-12-11 Dan Nicolaescu <dann@ics.uci.edu>
959
960 * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
961 function.
962 (add-submenu): Only define for XEmacs.
963 (verilog-regexp-words): Revert previous change, keep the other
964 definition.
965
966 2007-12-09 Dan Nicolaescu <dann@ics.uci.edu>
967
968 * progmodes/perl-mode.el (perl-continued-statement-offset)
969 (perl-continued-brace-offset, perl-brace-offset)
970 (perl-brace-imaginary-offset, perl-label-offset):
971 * progmodes/cperl-mode.el (cperl-brace-offset)
972 (cperl-continued-brace-offset, cperl-label-offset)
973 (cperl-continued-statement-offset)
974 (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
975 Add safe-local-variable properties.
976
977 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
978
979 * progmodes/verilog-mode.el (verilog-mode-map)
980 (verilog-template-map, verilog-mode-mouse-map): Fix typos.
981 (verilog-colorize-include-files): Use only overlay functions so
982 that it can work on both emacs and XEmacs.
983 (set-extent-keymap): Remove unused defun.
984 (verilog-kill-existing-comment, verilog-insert-date)
985 (verilog-insert-year): Rename in order not to pollute the global
986 namespace from kill-existing-comment, insert-date and
987 insert-year, respectively.
988 (verilog-set-auto-endcomments, verilog-header): Update callers.
989
990 * files.el (auto-mode-alist): Recognize verilog files.
991
992 * progmodes/verilog-mode.el (verilog-string-replace-matches)
993 (verilog-string-remove-spaces, verilog-re-search-forward)
994 (verilog-re-search-backward, verilog-re-search-forward-quick)
995 (verilog-re-search-backward-quick, verilog-get-beg-of-line)
996 (verilog-get-end-of-line, verilog-within-string): Move definitions
997 before first use. No code changes.
998
999 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1000
1001 * progmodes/verilog-mode.el (verilog-mode-version)
1002 (verilog-mode-release-date): Don't use expanding keywords.
1003 (provide): Move to the end of file.
1004 (fboundp): Don't check if eval-when-compile is bound, it is used
1005 later in the file without checking.
1006 (when, unless): Copy definitions from subr.el.
1007 (char-before, defcustom, defface, customize-group)
1008 (verilog-batch-error-wrapper): Don't use old style backquotes.
1009 (verilog-regexp-opt): Avoid using the cl function case.
1010 (verilog-regexp-words): Remove duplicated definition.
1011 (verilog-mode-abbrev-table): Remove, duplicate.
1012 (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
1013 Declare and initialize in one step.
1014 (verilog-declaration-prefix-re, verilog-declaration-re)
1015 (verilog-end-of-statement, verilog-indent-declaration)
1016 (verilog-get-lineup-indent): Remove trailing whitespace.
1017 (verilog-mode): Fix autoload cookie.
1018 Set beginning-of-defun-function and end-of-defun-function. Use when
1019 instead of if.
1020 (verilog-emacs-features, verilog-auto-ascii-enum)
1021 (verilog-insert-indices): Escape braces in doc strings.
1022
1023 2007-12-08 Michael McNamara <mac@verilog.com>
1024 Wilson Snyder <wsnyder@wsnyder.org>
1025
1026 * progmodes/verilog-mode.el: New file.
1027
1028 2007-12-08 Eli Zaretskii <eliz@fencepost.gnu.org>
1029
1030 * international/latexenc.el (latexenc-find-file-coding-system):
1031 If both coding-system-for-write and buffer-file-coding-system of
1032 latex-main-file are nil, use `undecided'.
1033
1034 2007-12-06 Jason Rumney <jasonr@gnu.org>
1035
1036 * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
1037
1038 2007-12-12 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1039
1040 * files.el (revert-buffer): Docstring fix.
1041
1042 2007-12-11 Glenn Morris <rgm@gnu.org>
1043
1044 * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
1045
1046 2007-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1047
1048 * calc/calc-aent.el (math-restore-underscores)
1049 (math-string-restore-underscores): New functions.
1050 (math-read-factor): Properly check variable names with underscores
1051 for entries in `math-expr-variable-mapping'.
1052
1053 * calc/calc-lang.el (math-lang-name): New property name.
1054
1055 * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
1056 to set language name.
1057
1058 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1059
1060 * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
1061
1062 2007-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
1063
1064 * server.el (server-select-display): Fix important typo.
1065 (server-process-filter): Turn a "" display into nil.
1066
1067 2007-12-09 Juri Linkov <juri@jurta.org>
1068
1069 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
1070 Check search-upper-case before calling isearch-no-upper-case-p
1071 to set case-fold-search.
1072 (occur): Doc fix.
1073 (occur-1, perform-replace): Check search-upper-case before calling
1074 isearch-no-upper-case-p to set case-fold-search.
1075
1076 * isearch.el (search-upper-case): Doc fix.
1077 (isearch-mode-map): Bind `M-s o' to isearch-occur.
1078 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
1079 (isearch-query-replace-regexp): Doc fix.
1080 (isearch-occur): New function.
1081
1082 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
1083
1084 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
1085 backward compatibility.
1086
1087 * net/imap.el (imap-string-to-integer): New function.
1088
1089 2007-12-09 David Kastrup <dak@gnu.org>
1090
1091 * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
1092 directories. Not sure anybody uses this anymore, though.
1093
1094 2007-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1095
1096 * printing.el: Fix pr-interface-map initialization code.
1097 (pr-version): New version 6.9.3.
1098 (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
1099 (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
1100 (pr-f-read-string): Replace by pr-read-string.
1101 (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string): New fun
1102 name.
1103 (pr-interactive-n-up, pr-interactive-regexp): Code fix.
1104
1105 2007-12-09 Glenn Morris <rgm@gnu.org>
1106
1107 * emulation/viper-init.el (top-level): Use dolist rather than mapc
1108 in make-variable-frame-local call.
1109
1110 2007-12-08 Dan Nicolaescu <dann@ics.uci.edu>
1111
1112 * mail/hashcash.el (declare-function):
1113 * net/imap.el (declare-function): New no-op macro for backward
1114 compatibility.
1115
1116 2007-12-08 Eli Zaretskii <eliz@gnu.org>
1117
1118 Sync makefile.w32-in with Makefile.in.
1119
1120 * makefile.w32-in (check-declare): New target.
1121 (BYTE_COMPILE_EXTRA_FLAGS): New variable.
1122 (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
1123 (compile-always-SH, compile-calc-CMD, compile-calc-SH)
1124 ($(lisp)/progmodes/cc-mode.elc): Use it.
1125 ($(lisp)/progmodes/cc-mode.elc): New rule.
1126
1127 2007-12-08 Reiner Steib <Reiner.Steib@gmx.de>
1128
1129 * indent.el (tab-stop-list): Mark as safe-local-variable.
1130
1131 * generic-x.el (etc-sudoers-generic-mode): New mode.
1132 (generic-unix-modes): Add it.
1133
1134 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
1135
1136 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
1137 apply wildcards in a hash table key; there is no usable hash code then.
1138 (dbus-registered-functions-table): Use `equal' as test function.
1139 (dbus-name-owner-changed-handler): Rewrite due to new hash table
1140 structure.
1141
1142 2007-12-08 Martin Rudalics <rudalics@gmx.at>
1143
1144 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
1145 bound error in block comment branch.
1146
1147 2007-12-08 David Kastrup <dak@gnu.org>
1148
1149 * textmodes/reftex.el (reftex-select-with-char):
1150 * textmodes/reftex-toc.el (reftex-toc-do-promote)
1151 (reftex-toc-visit-location, reftex-toc-find-section):
1152 * textmodes/reftex-index.el (reftex-index-show-entry):
1153 * textmodes/org.el (org-cycle-hide-archived-subtrees)
1154 (org-table-rotate-recalc-marks, org-mark-ring-push)
1155 (org-follow-info-link, org-mhe-get-message-folder-from-index)
1156 (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
1157 (org-evaluate-time-range, org-edit-agenda-file-list):
1158 * textmodes/artist.el (artist-select-next-op-in-list)
1159 (artist-select-prev-op-in-list):
1160 * term/mac-win.el (mac-service-insert-text):
1161 * startup.el (fancy-about-screen):
1162 * progmodes/vhdl-mode.el (vhdl-decision-query):
1163 * progmodes/idlwave.el (idlwave-template)
1164 (idlwave-scroll-completions, idlwave-display-completion-list):
1165 * progmodes/ebrowse.el (ebrowse-show-progress):
1166 * progmodes/cperl-mode.el (cperl-find-pods-heres):
1167 * progmodes/antlr-mode.el (antlr-insert-option-do):
1168 * play/mpuz.el (mpuz-close-game):
1169 * net/rcirc.el (rcirc-next-active-buffer):
1170 * mail/reporter.el (reporter-update-status):
1171 * kmacro.el (kmacro-display):
1172 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
1173 * emulation/viper-util.el (viper-save-setting):
1174 * emacs-lisp/lisp-mnt.el (lm-verify):
1175 * emacs-lisp/edebug.el (edebug-set-mode):
1176 * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
1177 * calendar/calendar.el (calendar-print-day-of-year):
1178 * calc/calcalg3.el (calc-curve-fit):
1179 * calc/calcalg2.el (math-integral):
1180 * calc/calc.el (calc-read-key-sequence, calc-version):
1181 * calc/calc-mode.el (calc-set-simplify-mode):
1182 * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
1183
1184 2007-12-07 D. Goel <deego3@gmail.com>
1185
1186 * progmodes/idlw-shell.el (idlwave-shell-display-line)
1187 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1188 (ada-xref-find-in-modified-ali, ada-find-in-src-path)
1189 * mail/uce.el (uce-reply-to-uce)
1190 * progmodes/vhdl-mode.el (vhdl-template-modify)
1191 * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
1192 to `error' (as suggested by RMS.)
1193
1194 2007-12-07 Glenn Morris <rgm@gnu.org>
1195
1196 * allout.el (allout-write-file-hook-handler):
1197 * textmodes/reftex.el (reftex-TeX-master-file):
1198 * textmodes/reftex-parse.el (reftex-short-context):
1199 Revert previous change.
1200
1201 2007-12-07 Michael Albinus <michael.albinus@gmx.de>
1202
1203 * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
1204 (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
1205 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1206 (dbus-event-service-name, dbus-event-path-name)
1207 (dbus-event-interface-name, dbus-event-member-name): Fix for new
1208 event structure.
1209 (dbus-list-activatable-names, dbus-list-names)
1210 (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
1211 Reorder `dbus-call-method' arguments.
1212
1213 2007-12-06 D. Goel <deego3@gmail.com>
1214
1215 * allout.el (allout-write-file-hook-handler):
1216 * textmodes/reftex.el (reftex-TeX-master-file):
1217 * textmodes/org.el (org-paste-subtree):
1218 * progmodes/vhdl-mode.el (vhdl-template-modify):
1219 * progmodes/idlw-shell.el (idlwave-shell-send-command)
1220 (idlwave-shell-display-line):
1221 * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
1222 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1223 * net/trampver.el (x):
1224 * mail/uce.el (uce-reply-to-uce):
1225 * mail/rmailout.el (rmail-output):
1226 * mail/feedmail.el (feedmail-dump-message-to-queue):
1227 * whitespace.el (whitespace-write-file-hook):
1228 * wdired.el (wdired-check-kill-buffer):
1229 * vc.el (vc-update):
1230 * vc-mcvs.el (vc-mcvs-checkin):
1231 * vc-cvs.el (vc-cvs-checkin):
1232 * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
1233 * ibuffer.el (ibuffer-current-buffer):
1234 * dired.el (dired-move-to-end-of-filename):
1235 * bindings.el (complete-symbol):
1236 * textmodes/org-publish.el (org-publish-file):
1237 (org-publish-current-project):
1238 * textmodes/reftex-parse.el (reftex-short-context):
1239 * textmodes/texinfmt.el: Fix buggy calls to `error'.
1240
1241 2007-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
1242
1243 * doc-view.el (doc-view-dvi->pdf-sentinel)
1244 (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
1245 (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
1246 within a sentinel or timer.
1247 (doc-view-display): Don't try to display before the requested page
1248 is available, unless told to do so explicitly.
1249 (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
1250 Force display even if the requested page is not available.
1251
1252 2007-12-06 Richard Stallman <rms@gnu.org>
1253
1254 * help-fns.el (describe-function-1): Call ad-get-advice-info
1255 only on symbols.
1256
1257 2007-12-06 Glenn Morris <rgm@gnu.org>
1258
1259 * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
1260 (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
1261 (antlr-tokenref, antlr-literal): Inherit from standard font-lock
1262 faces in non-light-background case.
1263
1264 * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
1265 * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
1266 * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
1267 * emulation/vi.el, emulation/viper-cmd.el:
1268 * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl.el:
1269 * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
1270 * textmodes/fill.el: Remove directory part from filenames in
1271 function declarations.
1272
1273 * dired-aux.el (mailcap-mime-info): Update declaration.
1274
1275 2007-12-05 Richard Stallman <rms@gnu.org>
1276
1277 * wid-edit.el (widget-type): Doc fix.
1278
1279 2007-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1282 Don't match "sub { (...) ... }".
1283
1284 2007-12-05 Richard Stallman <rms@gnu.org>
1285
1286 * international/mule-cmds.el (toggle-input-method-active): New var.
1287 (toggle-input-method): Bind toggle-input-method-active to t.
1288 Error if it was already non-nil.
1289
1290 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1291
1292 * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
1293
1294 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1295
1296 * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
1297 see if certs should be verified and what is to be done in the
1298 event of a verification failure.
1299
1300 2007-12-05 Reiner Steib <Reiner.Steib@gmx.de>
1301
1302 * net/tls.el (tls-program): Provide more custom choices from
1303 `tls-checktrust'. Refer to `tls-checktrust' in doc string.
1304 (tls-process-connection-type, tls-success): Remove "*" in doc string.
1305 (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
1306 version. Minor improvement to doc strings.
1307 (tls-program): Add comment.
1308
1309 2007-12-05 Elias Oltmanns <eo@nebensachen.de>
1310
1311 * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
1312 (tls-checktrust): New variable. Check if GNU TLS complained about a
1313 mismatch between the hostname provided in the certificate and the name
1314 of the host connnecting to.
1315 (open-tls-stream): Use them. Check certificates against trusted root
1316 certificates.
1317
1318 2007-12-05 Nathan J. Williams <nathanw@MIT.EDU> (tiny change)
1319
1320 * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
1321 (imap-parse-status): Upcase status-att for broken servers that sends
1322 them lower-case (e.g., MS Exchange 2007).
1323
1324 2007-12-05 D. Goel <deego3@gmail.com>
1325
1326 * simple.el (undo):
1327 * image-dired.el (image-dired-display-thumb-properties):
1328 (image-dired-modify-mark-on-thumb-original-file):
1329 (image-dired-dired-display-properties):
1330 * help.el (help-window-display-message):
1331 * files.el (hack-local-variables-confirm):
1332 * ediff.el (ediff-version):
1333 * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
1334 `message' and `error': Ensure that first arg is a format string.
1335
1336 * emacs-lisp/find-func.el (find-library-name): Prefer files with
1337 ".el" suffix over "".
1338
1339 2007-12-05 Michael Albinus <michael.albinus@gmx.de>
1340
1341 * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
1342 interface and member fields.
1343
1344 2007-12-05 Glenn Morris <rgm@gnu.org>
1345
1346 * eshell/em-alias.el (pcomplete-stub): Define for compiler.
1347 (pcomplete-here): Autoload it.
1348
1349 * eshell/em-basic.el (print-func): No need to define for compiler.
1350
1351 * eshell/esh-cmd.el (eshell-debug-command):
1352 * eshell/esh-io.el (eshell-print): Move definitions before use.
1353
1354 * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
1355
1356 * eshell/esh-util.el (top-level): Don't require pp.
1357 Use condition-case rather than ignore-errors.
1358
1359 * eshell/eshell.el (eshell-buffer-name): Define for compiler.
1360
1361 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
1362 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1363 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
1364 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
1365 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
1366 * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
1367 * eshell/esh-util.el, eshell/eshell.el: Require individual files
1368 if needed when compiling, rather than esh-maint. Collect any
1369 require statements. Move provide statement to end. Move any
1370 commentary to start.
1371
1372 * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
1373 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
1374 * eshell/esh-proc.el, eshell/esh-var.el:
1375 Require individual files if needed when compiling, rather than
1376 esh-maint. Collect any require statements. Leave provide at start.
1377 Move any commentary to start.
1378
1379 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1380 Remove declared function from byte-compile-noruntime-functions.
1381
1382 * ediff-util.el (ediff-version):
1383 * progmodes/python.el (compilation-shell-minor-mode):
1384 * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
1385 (calendar-bahai-date-string, calendar-check-holidays)
1386 (calendar-chinese-date-string, calendar-coptic-date-string)
1387 (calendar-ethiopic-date-string, calendar-forward-day)
1388 (calendar-french-date-string, calendar-goto-date)
1389 (calendar-goto-today, calendar-hebrew-date-string)
1390 (calendar-islamic-date-string, calendar-iso-date-string)
1391 (calendar-julian-date-string, calendar-mayan-date-string)
1392 (calendar-persian-date-string, gnus-summary-last-subject)
1393 (parse-time-string, rmail-show-message): Declare as functions.
1394
1395 2007-12-05 Michael Olson <mwolson@gnu.org>
1396
1397 * textmodes/remember.el: Merge contents of remember-diary.el here,
1398 updating header. Add autoload cookie so that byte-compilation
1399 works without warning.
1400 (remember-diary-file): Default to nil, since diary might not yet
1401 be loaded at this point, which would deny us access to diary-file.
1402 (remember-diary-extract-entries): If remember-diary-file is nil,
1403 then use diary-file instead.
1404
1405 * textmodes/remember-diary.el: Remove, due to the issue of needing
1406 the first 8 characters of a filename to be unique.
1407
1408 2007-12-04 Michael Albinus <michael.albinus@gmx.de>
1409
1410 * net/dbus.el (dbus-hash-table=): New defun.
1411 (dbus-hash-table-test) New hash table test function, used in
1412 `dbus-registered-functions-table'.
1413 (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
1414 (dbus-event-service-name, dbus-event-path-name)
1415 (dbus-event-interface-name, dbus-event-member-name): Rewritten,
1416 due to new structure of `dbus-event'.
1417
1418 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
1419
1420 * ido.el (ido-save-history): Set the `coding' local
1421 variable in the first line of the file.
1422
1423 2007-12-04 Glenn Morris <rgm@gnu.org>
1424
1425 * password-cache.el: Move here from gnus/password.el.
1426 (top-level): Don't require cl when compiling.
1427 (password-read-and-add): Doc fix. Make obsolete.
1428
1429 * net/tramp.el: Require password-cache or password.
1430
1431 * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
1432 No longer provide 'cua. Don't require cua-rect, cua-gmrk when
1433 compiling.
1434 (cua-set-rectangle-mark): Add doc string to autoload.
1435 (cua--rectangle, cua--last-killed-rectangle)
1436 (cua--global-mark-active): Always define for compiler.
1437 (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
1438 (cua--delete-rectangle, cua--insert-rectangle)
1439 (cua--rectangle-corner, cua--rectangle-assert)
1440 (cua--insert-at-global-mark, cua--global-mark-post-command):
1441 Declare as functions.
1442
1443 * emulation/cua-gmrk.el (top-level): Move provide to end.
1444
1445 * emulation/cua-rect.el (top-level): Move provide to end.
1446 Don't require cua-gmrk when compiling.
1447 (cua--cut-rectangle-to-global-mark)
1448 (cua--copy-rectangle-to-global-mark): Declare as functions.
1449
1450 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
1451 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
1452 (viper-vi-state-cursor-color):
1453 Consolidate make-variable-frame-local calls.
1454
1455 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
1456 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
1457 than bbdb-address-street1,2,3.
1458
1459 * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
1460 Try x-focus-frame before focus-frame. Only try focus-frame on XEmacs.
1461
1462 2007-12-03 Karl Fogel <kfogel@red-bean.com>
1463
1464 * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
1465 (save-place-alist-to-file, load-save-place-alist-from-file):
1466 Don't print non-error messages at all, there's really no need.
1467 Do print if there's a problem, and clarify message in that case.
1468
1469 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
1470
1471 * ediff-diff.el (ediff-prepare-error-list):
1472 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
1473
1474 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
1475
1476 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
1477 (doc-view-current-overlay, doc-view-pending-cache-flush):
1478 Add doc string.
1479
1480 2007-12-03 Richard Stallman <rms@gnu.org>
1481
1482 * subr.el (declare-function): Move from byte-run.el.
1483
1484 * emacs-lisp/byte-run.el (declare-function): Move to subr.el
1485
1486 * window.el (recenter-top-bottom): Don't use `ecase'.
1487
1488 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1489
1490 * saveplace.el (save-place-alist-to-file):
1491 Set coding-system-for-write once and refer to it throughout.
1492 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
1493
1494 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1495
1496 * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
1497 system when writing, and set it in the first-line file variables.
1498 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
1499 Juanma Barranquero.
1500
1501 2007-12-02 Glenn Morris <rgm@gnu.org>
1502
1503 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1504 Reverse branches of if statement.
1505
1506 * emulation/viper-cmd.el (top-level): Don't require advice.
1507 Don't load viper-util, viper-keym, viper-mous, viper-macs,
1508 viper-ex when compiling.
1509
1510 * emulation/viper-ex.el (top-level): Don't load viper-util,
1511 viper-keym when compiling.
1512
1513 * emulation/viper-init.el (top-level): Move provide statement to end.
1514
1515 * emulation/viper-keym.el (top-level): Don't load viper-util when
1516 compiling. Move provide statement to end.
1517
1518 * emulation/viper-macs.el (top-level): Don't load viper-util,
1519 viper-keym, viper-mous when compiling.
1520
1521 * emulation/viper-mous.el (top-level): Don't load viper-util when
1522 compiling.
1523
1524 * emulation/viper-util.el (top-level): Don't load viper-init when
1525 compiling.
1526
1527 * emulation/viper.el (top-level): Don't require ring.
1528 Don't load viper-init, viper-cmd when compiling.
1529
1530 * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
1531 Move here from gnus/.
1532
1533 2007-12-02 Karl Fogel <kfogel@red-bean.com>
1534
1535 Offer option for saveplace to be quiet about loading and saving.
1536 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>
1537
1538 * lisp/saveplace.el (save-place-quiet): New customizable boolean.
1539 (save-place-alist-to-file, load-save-place-alist-from-file): Use it
1540 to determine whether to print loading/saving messages.
1541
1542 2007-12-02 Glenn Morris <rgm@gnu.org>
1543
1544 * mail/binhex.el: Move here from gnus/.
1545 (binhex): New custom group.
1546 (binhex-decoder-program, binhex-decoder-switches)
1547 (binhex-use-external): Move to the binhex custom group.
1548
1549 * mail/uudecode.el: Move here from gnus/.
1550 (uudecode): New custom group.
1551 (uudecode-decoder-program, uudecode-decoder-switches)
1552 (uudecode-use-external): Move to the uudecode custom group.
1553
1554 * net/netrc.el (top-level): Don't load `encrypt' features.
1555 (netrc-parse): Don't use encrypt.
1556 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
1557
1558 * progmodes/python.el (top-level): Don't require cl when compiling.
1559
1560 2007-12-02 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
1561
1562 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
1563 encoding for aspell process and for communication with it.
1564 Only add "-d" option if not already present.
1565 Use ispell-current-dictionary and ispell-current-personal-dictionary.
1566 General reorganization.
1567
1568 * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
1569 encoding here.
1570 (ispell-start-process): Explicitly set encoding here if using aspell.
1571
1572 2007-12-02 Dan Nicolaescu <dann@ics.uci.edu>
1573
1574 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
1575 function to log-edit.
1576
1577 2007-12-02 Michael Albinus <michael.albinus@gmx.de>
1578
1579 * net/dbus.el: New file.
1580
1581 2007-12-02 Jay Belanger <jay.p.belanger@gmail.com>
1582
1583 * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
1584 (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
1585 (calc-lang-parens-are-subscripts): New variables.
1586 (math-expr-special-function-mapping): Remove variable.
1587 (math-eqn-ignore-words, math-tex-ignore-words)
1588 (math-latex-ignore-words): Move to calc-lang.el.
1589
1590 * calc/calc-lang.el (math-compose-vector, math-compose-var)
1591 (math-tex-expr-is-flat): Declare as functions.
1592 (calc-lang-slash-idiv, calc-lang-allow-underscores)
1593 (math-comp-left-bracket, math-comp-right-bracket)
1594 (math-comp-comma, math-comp-vector-prec): Declare as variables.
1595 (math-var-formatter, math-matrix-formatter)
1596 (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
1597 (math-punc-table, math-compose-subscr, math-dots)
1598 (math-func-formatter): New property names to store language
1599 specific information.
1600 (math-compose-tex-var, math-compose-tex-intv)
1601 (math-compose-maple-intv, math-compose-eqn-intv)
1602 (math-compose-tex-sum, math-compose-tex-func)
1603 (math-compose-tex-intv): New functions.
1604 (math-eqn-ignore-words, math-tex-ignore-words)
1605 (math-latex-ignore-words): Move from calc.el.
1606 (math-special-function-table): Add entries for tex.
1607 (calc-lang-slash-idiv, calc-lang-allows-underscores):
1608 New variables.
1609 (math-compose-latex-frac): Rename from `math-latex-print-frac'.
1610 (math-compose-tex-matrix, math-compose-eqn-matrix)
1611 (math-eqn-special-functions): Move from calccomp.el.
1612
1613 * calc/calccomp.el (math-compose-var): New function.
1614 (math-compose-expr): Allow more special functions to be used.
1615 Change test for formatting fractions. Use variables and property
1616 names to help with language specific formatting.
1617 (math-compose-tex-matrix, math-compose-eqn-matrix)
1618 (math-eqn-special-functions): Move to calc-lang.el.
1619 (math-compose-rows): Use property names to help with language
1620 specific formatting.
1621
1622 * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
1623 into nested subscripts.
1624 (math-read-token): Use variables and property names to help with
1625 language specific parsing.
1626 (math-read-expression-level): Use variables to help with language
1627 specific parsing.
1628
1629 2007-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
1632 (archive-rar-summarize): Allow the file name to be passed as argument.
1633 Remove unused vars `header' and `footer'.
1634 (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
1635
1636 2007-12-01 Dan Nicolaescu <dann@ics.uci.edu>
1637
1638 * log-edit.el (log-edit-show-diff): New function.
1639 (log-edit-mode-map, log-edit-menu): Bind it.
1640 (log-edit-diff-function): New variable.
1641 (log-edit): Change the 3rd param to be an alist and accept a
1642 function that computes a diff for the files involved.
1643
1644 * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
1645
1646 2007-12-01 Martin Rudalics <rudalics@gmx.at>
1647
1648 * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
1649 wrap next-/previous-line in with-no-warnings.
1650
1651 2007-12-01 Glenn Morris <rgm@gnu.org>
1652
1653 * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
1654
1655 * net/dig.el: Move here from gnus/.
1656 (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
1657
1658 * net/dns.el: Move here from gnus/.
1659 (top-level): Don't require mm-util, or cl when compiling.
1660 (dns-write-name, dns-read, dns-read-type, query-dns):
1661 Replace mm-with-unibyte-buffer with its expansion.
1662 (query-dns): Replace decf and ignore-errors with non-cl equivalents.
1663
1664 * progmodes/gdb-ui.el (gud-remove, gud-break):
1665 * progmodes/gud.el (gdb-create-define-alist)
1666 (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
1667 (hl-line-highlight, gdb-display-source-buffer)
1668 (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
1669 (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
1670
1671 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1672
1673 * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
1674 Move args on defun line.
1675
1676 * textmodes/org.el (org-calendar-holiday):
1677 Use calendar-check-holidays instead of the obsolete
1678 check-calendar-holidays.
1679 (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
1680 (bbdb-company, bbdb-current-record, bbdb-name)
1681 (bbdb-record-getprop, bbdb-record-name)
1682 (bibtex-beginning-of-entry, bibtex-generate-autokey)
1683 (bibtex-parse-entry, bibtex-url, cdlatex-tab)
1684 (dired-get-filename, gnus-article-show-summary, mh-display-msg)
1685 (mh-find-path, mh-get-header-field, mh-get-msg-num)
1686 (mh-header-display, mh-index-previous-folder)
1687 (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
1688 (mh-show-buffer-message-number, mh-show-header-display)
1689 (mh-show-msg, mh-show-show, mh-visit-folder)
1690 (org-export-latex-cleaned-string, remember)
1691 (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
1692 (rmail-what-message, elmo-folder-exists-p)
1693 (elmo-message-entity-field, elmo-message-field)
1694 (vm-beginning-of-message, vm-follow-summary-cursor)
1695 (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
1696 (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
1697 (vm-summarize, wl-folder-get-elmo-folder)
1698 (wl-summary-goto-folder-subr)
1699 (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
1700 (wl-summary-line-subject, wl-summary-message-number)
1701 (wl-summary-redisplay): Declare as functions.
1702
1703 2007-11-30 Martin Rudalics <rudalics@gmx.at>
1704
1705 * longlines.el (longlines-show-hard-newlines): Remove handling of
1706 buffer-undo-list and buffer-modified status.
1707 (longlines-show-region, longlines-unshow-hard-newlines):
1708 Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
1709 inhibit-modification-hooks here to avoid that a buffer appears
1710 modified when toggling visibility of hard newlines.
1711
1712 2007-11-30 Glenn Morris <rgm@gnu.org>
1713
1714 * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
1715
1716 * progmodes/idlw-complete-structtag.el
1717 (idlwave-sintern-structtag):
1718 * progmodes/idlw-help.el (idlwave-sintern-sysvar)
1719 (idlwave-sintern-sysvartag):
1720 * progmodes/idlwave.el (idlwave-sintern-class-tag)
1721 (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
1722 functions.
1723
1724 2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
1725
1726 * textmodes/reftex-index.el (texmathp):
1727 * textmodes/reftex-auc.el (TeX-argument-insert)
1728 (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
1729 (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
1730 (LaTeX-label-list):
1731 * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
1732 (rng-clear-conditional-region, rng-do-some-validation): Declare as
1733 functions.
1734 (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
1735
1736 2007-11-30 Glenn Morris <rgm@gnu.org>
1737
1738 * emacs-lisp/byte-run.el (declare-function): Add optional fourth
1739 argument and document it.
1740
1741 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
1742 Third argument to declare-function must be a list to specify arglist.
1743
1744 * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
1745 Handle declare-function third argument `t' and fourth argument.
1746 (check-declare-verify): Doc fix. Handle `fileonly' case.
1747 Use progn rather than prog1.
1748
1749 * desktop.el (uniquify-item-base):
1750 * term/mac-win.el (url-type): Declare as functions.
1751
1752 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
1753 (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
1754 (bbdb-address-location, bbdb-record-addresses): Pass non-nil
1755 fourth arg to declare-function.
1756
1757 * play/dunnet.el: Don't require cl when compiling.
1758 (byte-compile-warnings): Set via file local variables.
1759 (dun-parse): Let-bind `beg' and `line'.
1760
1761 2007-11-29 Alexandre Julliard <julliard@winehq.org>
1762
1763 * vc-git.el (vc-git-dir-state): Fix the git command arguments.
1764
1765 2007-11-29 Ari Roponen <ari.roponen@gmail.com> (tiny change)
1766
1767 * calendar/time-date.el (encode-time-value): Doc fix.
1768
1769 2007-11-29 Glenn Morris <rgm@gnu.org>
1770
1771 * calendar/time-date.el (with-decoded-time-value): Doc fix.
1772
1773 * textmodes/css-mode.el (prog-mode): Remove.
1774 (css-mode): Derive from fundamental-mode rather than prog-mode.
1775
1776 * emacs-lisp/byte-run.el (declare-function): Doc fix.
1777
1778 * emacs-lisp/check-declare.el (check-declare-locate)
1779 (check-declare-verify): Handle `external' files.
1780 (check-declare-errmsg): New function.
1781 (check-declare-verify, check-declare-file, check-declare-directory):
1782 Use check-declare-errmsg to report the number of problems.
1783
1784 * ffap.el (w3-view-this-url)
1785 * mail/mspools.el (vm-visit-folder)
1786 * net/browse-url.el (w3-fetch-other-window, w3-fetch)
1787 * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
1788 (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
1789 (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
1790 (bbdb-records)
1791 * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
1792 * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
1793 (sasl-make-client, sasl-next-step, sasl-step-data)
1794 (sasl-step-set-data)
1795 * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
1796 (htmlr-step): Declare as functions.
1797
1798 * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
1799 Use bbdb-address-zip rather than bbdb-address-zip-string.
1800
1801 2007-11-28 Richard Stallman <rms@gnu.org>
1802
1803 * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
1804 Move here from gnus/.
1805
1806 2007-11-28 Martin Rudalics <rudalics@gmx.at>
1807
1808 * newcomment.el (comment-region-internal): Fix newline insertion
1809 in `block' case.
1810
1811 2007-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1812
1813 * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
1814
1815 2007-11-28 Glenn Morris <rgm@gnu.org>
1816
1817 * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
1818 delete .elc files.
1819
1820 * nxml/char-name/unicode: Move to etc/nxml/.
1821 * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
1822
1823 * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
1824 Declare as a function.
1825
1826 * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
1827 * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
1828 * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
1829
1830 * nxml/nxml-outln.el (nxml-token-start-tag-p)
1831 (nxml-token-end-tag-p): Move definitions before use.
1832
1833 * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
1834
1835 * nxml/nxml-uchnm.el (top-level)
1836 (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
1837 (nxml-enabled-unicode-blocks): Add custom group.
1838
1839 * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
1840 Use string-to-number rather than string-to-int.
1841
1842 * dired-x.el (dired-omit-old-add-entry): Declare as function.
1843 Move definition before use.
1844 (dired-old-find-buffer-nocreate): Declare as function.
1845
1846 * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
1847 (check-declare-verify): Handle fset.
1848
1849 * emulation/edt.el (edt-user-emulation-setup):
1850 Test edt-setup-user-bindings is bound before calling.
1851
1852 * emulation/tpu-edt.el: Don't require cl when compiling.
1853 (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
1854 (tpu-edt-off): Use condition-case rather than ignore-errors.
1855 Use with-no-warnings.
1856
1857 * eshell/esh-util.el (top-level): Use require rather than load for
1858 ange-ftp.
1859
1860 * mail/supercite.el (sc-version): Redefine as an alias for
1861 emacs-version.
1862 (sc-help-address): Remove.
1863 (sc-version): Use emacs-version rather than sc-version.
1864 (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
1865
1866 * net/socks.el (socks-original-open-network-stream): Declare as
1867 function. Move definition before use.
1868
1869 2007-11-28 Jay Belanger <jay.p.belanger@gmail.com>
1870
1871 * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
1872 (math-make-frac): Declare as functions.
1873
1874 2007-11-27 Dan Nicolaescu <dann@ics.uci.edu>
1875
1876 * progmodes/cperl-mode.el (compilation-error-regexp-alist):
1877 Pacify byte compiler.
1878 (cperl-mode): Use with-no-warnings for setting vc-header-alist.
1879
1880 * progmodes/idlwave.el (idlwave-shell-get-path-info)
1881 (idlwave-shell-temp-file, idlwave-shell-is-running)
1882 (widget-value, comint-dynamic-complete-filename, Info-goto-node):
1883 * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
1884 (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
1885 (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
1886 (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
1887 (idlwave-completing-read, idlwave-current-routine)
1888 (idlwave-downcase-safe, idlwave-entry-find-keyword)
1889 (idlwave-expand-keyword, idlwave-find-class-definition)
1890 (idlwave-find-inherited-class, idlwave-find-struct-tag)
1891 (idlwave-get-buffer-visiting, idlwave-in-quote)
1892 (idlwave-make-full-name, idlwave-members-only)
1893 (idlwave-popup-select, idlwave-routine-source-file)
1894 (idlwave-routines, idlwave-sintern-class)
1895 (idlwave-sintern-keyword, idlwave-sintern-method)
1896 (idlwave-sintern-routine-or-method)
1897 (idlwave-substitute-link-target, idlwave-sys-dir)
1898 (idlwave-this-word, idlwave-what-module-find-class)
1899 (idlwave-where):
1900 * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
1901 * mail/uce.el (rmail-msg-is-pruned)
1902 (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
1903 (rmail-toggle-header):
1904 * mail/sendmail.el (dired-view-file, dired-get-filename):
1905 * mail/rmailkwd.el (rmail-maybe-set-message-counters)
1906 (rmail-display-labels, rmail-msgbeg)
1907 (rmail-set-message-deleted-p, rmail-message-labels-p)
1908 (rmail-show-message, mail-comma-list-regexp)
1909 (mail-parse-comma-list):
1910 * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
1911 (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
1912 (rfc822-addresses, mail-abbrev-make-syntax-table)
1913 (mail-sendmail-delimit-header, mail-header-end):
1914 * mail/hashcash.el (message-narrow-to-headers-or-head)
1915 (message-fetch-field, message-goto-eoh)
1916 (message-narrow-to-headers):
1917 * vc.el (view-mode-exit): Declare as functions.
1918
1919 * mail/vms-pmail.el:
1920 * vmsproc.el:
1921 * vms-patch.el: Don't byte compile these files, they don't work.
1922
1923 2007-11-27 Glenn Morris <rgm@gnu.org>
1924
1925 * calc/calc-ext.el (math-read-big-rec):
1926 * calc/calc-nlfit.el (math-map-binop):
1927 * calc/calc.el (math-normalize-nonstandard): Fix declarations.
1928
1929 * eshell/eshell.el (eshell-report-bug): Add version number of
1930 obsolescence.
1931
1932 * emulation/viper.el, emulation/viper-util.el,
1933 emulation/viper-macs.el, emulation/viper-keym.el,
1934 emulation/viper-ex.el, emulation/viper-cmd.el:
1935 Load viper-*.el files silently.
1936
1937 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
1938 ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
1939 Load ediff-*.el files silently.
1940
1941 * ediff.el: Load dired silently. Don't load info, pcl-cvs when
1942 compiling.
1943 (Info-goto-node): Declare as a function.
1944
1945 * ediff-init.el: Don't load ange-ftp when compiling.
1946 * ediff-util.el: Don't load reporter when compiling.
1947
1948 * ediff-wind.el (ediff-display-pixel-width)
1949 (ediff-display-pixel-height):
1950 * generic-x.el (ini-generic-mode):
1951 * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
1952 (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
1953 (ps-mule-initialize, ps-mule-begin-job):
1954 * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
1955 (mark-calendar-days-named):
1956 * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
1957 (add-to-diary-list, diary-name-pattern)
1958 (mark-calendar-days-named):
1959 * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
1960 (mark-calendar-days-named):
1961 * calendar/cal-x.el (make-fancy-diary-buffer):
1962 * calendar/holidays.el (calendar-absolute-from-julian):
1963 * calendar/todo-mode.el (calendar-current-date):
1964 * calendar/cal-menu.el (calendar-increment-month)
1965 (calendar-month-name, extract-calendar-year)
1966 (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
1967 (calendar-current-date, calendar-cursor-holidays)
1968 (calendar-date-string, insert-diary-entry, calendar-set-mark)
1969 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1970 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1971 (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
1972 (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
1973 (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
1974 (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
1975 (calendar-day-of-year-string, calendar-iso-date-string)
1976 (calendar-julian-date-string, calendar-astro-date-string)
1977 (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
1978 (calendar-persian-date-string, calendar-bahai-date-string)
1979 (calendar-islamic-date-string, calendar-chinese-date-string)
1980 (calendar-coptic-date-string, calendar-ethiopic-date-string)
1981 (calendar-french-date-string, calendar-mayan-date-string)
1982 (calendar-print-chinese-date, calendar-goto-date):
1983 Declare as functions.
1984
1985 * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
1986 (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
1987
1988 * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
1989 aliases for report-emacs-bug.
1990 (gnus-summary-select-article, gnus-configure-windows): Declare as
1991 functions.
1992
1993 * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
1994 compiler.
1995
1996 * pgg.el (pgg-clear-string): Declare as a function.
1997 (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
1998 (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
1999
2000 * emacs-lisp/check-declare.el (check-declare-locate):
2001 Handle compressed files.
2002 (check-declare-verify): Handle define-generic-mode,
2003 define-global(ized)-minor-mode, define-obsolete-function-alias.
2004
2005 2007-11-27 Jay Belanger <jay.p.belanger@gmail.com>
2006
2007 * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
2008 algebraic modes.
2009
2010 * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
2011 (math-is-true, calc-explain-why, calc-alg-edit)
2012 (math-composite-inequalities, math-flatten-lands)
2013 (math-multi-subst, calcFunc-vmatches, math-simplify)
2014 (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
2015 (math-read-string, math-read-brackets, math-read-angle-brackets):
2016 Declare as functions.
2017
2018 * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
2019 (calc-fit-bell-shaped-logistic-curve)
2020 (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
2021 (calc-graph-lookup, calc-graph-set-styles, math-min-list)
2022 (math-max-list): Declare as functions.
2023 (math-map-binop): New function.
2024 (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
2025
2026 * calc/calc.el (calc-set-language, calc-edit-finish)
2027 (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
2028 (calc-do-keypad, calcFunc-unixtime, math-parse-date)
2029 (math-lessp, calc-embedded-finish-command)
2030 (calc-embedded-select-buffer, calc-embedded-mode-line-change)
2031 (calc-push-list-in-macro, calc-replace-selections)
2032 (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
2033 (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
2034 (calc-embedded-stack-change, calc-refresh-evaltos)
2035 (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
2036 (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
2037 (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
2038 (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
2039 (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
2040 (math-dimension-error, calc-incomplete-error, math-float-fancy)
2041 (math-neg-fancy, math-zerop, calc-add-fractions)
2042 (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
2043 (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
2044 (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
2045 (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
2046 (math-compose-expr, math-comp-width, math-composition-to-string)
2047 (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
2048 (math-adjust-fraction, math-format-binary, math-format-radix)
2049 (math-group-float, math-mod, math-format-number-fancy)
2050 (math-format-bignum-fancy, math-read-number-fancy)
2051 (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
2052 (calc-do-embedded-activate, math-do-defmath)
2053 (calc-load-everything): Declare as functions.
2054
2055 * calc/calc-ext.el (math-clip, math-round, math-simplify)
2056 (math-simplify-extended, math-simplify-units, calc-set-language)
2057 (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
2058 (calc-embedded-var-change, math-mul-float, math-arctan-raw)
2059 (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
2060 (math-normalize-hms, math-normalize-mod, math-make-sdev)
2061 (math-make-intv, math-normalize-logical-op, math-possible-signs)
2062 (math-infinite-dir, math-calcFunc-to-var)
2063 (calc-embedded-evaluate-expr, math-known-nonzerop)
2064 (math-read-expr-level, math-read-big-rec, math-read-big-balance)
2065 (math-format-date, math-vector-is-string, math-vector-to-string)
2066 (math-format-radix-float, math-compose-expr, math-abs)
2067 (math-format-bignum-binary, math-format-bignum-octal)
2068 (math-format-bignum-hex, math-format-bignum-radix)
2069 (math-compute-max-digits): Declare as functions.
2070 (math-provably-realp): Fix typo.
2071
2072 * calc/calc-forms.el (calendar-current-time-zone)
2073 (calendar-absolute-from-gregorian, dst-in-effect): Declare as
2074 functions.
2075
2076 * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
2077
2078 * calc/calc-lang.el (math-read-factor, math-read-expr-level):
2079 Declare as functions.
2080
2081 * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
2082 (math-posp, math-compare, math-bignum, math-compare-bignum):
2083 Declare as functions.
2084
2085 * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
2086 (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
2087 (calc-explain-why, calc-clear-command-flag)
2088 (calc-roll-down-with-selections, calc-roll-up-with-selections)
2089 (calc-last-args, calc-is-inverse, calc-do-prefix-help)
2090 (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
2091 (math-trunc-special, math-trunc-fancy, math-floor-special)
2092 (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
2093 (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
2094 (math-pow-zero, math-pow-fancy): Declare as functions.
2095
2096 * calc/calc-mode.el (calc-embedded-save-original-modes):
2097 Declare as a function.
2098
2099 * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
2100 Declare as functions.
2101 (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
2102 (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
2103 Replace `mapcar*' by `math-map-binop'.
2104 (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
2105
2106 * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
2107 (math-read-expr-level): Declare as functions.
2108
2109 * calc/calc-vec.el (math-read-expr-level): Declare as a function.
2110
2111 2007-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2112
2113 * emacs-lisp/lisp.el (end-of-defun): Restructure so that
2114 end-of-defun-function is called consistently, even for negative
2115 arguments.
2116 (end-of-defun-function): Default to forward-sexp.
2117
2118 2007-11-26 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2121
2122 2007-11-26 Glenn Morris <rgm@gnu.org>
2123
2124 * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
2125 than :suffix.
2126
2127 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
2128
2129 2007-11-26 Simon Josefsson <simon@josefsson.org>
2130
2131 * net/imap.el: Move from ../gnus.
2132
2133 2007-11-25 Reiner Steib <Reiner.Steib@gmx.de>
2134
2135 * doc-view.el (doc-view-mode-p): New function.
2136
2137 2007-11-25 Dan Nicolaescu <dann@ics.uci.edu>
2138
2139 * mail/mspools.el (rmail-get-new-mail):
2140 * mail/reporter.el (mail-position-on-field, mail-text):
2141 * mail/rmail.el (mail-position-on-field, mail-text-start)
2142 (rmail-update-summary):
2143 * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
2144 * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
2145 * mail/rmailout.el (rmail-update-summary):
2146 * mail/rmailsort.el (rmail-update-summary):
2147 * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
2148 (dired-view-file):
2149 * mail/uce.el (mail-strip-quoted-names):
2150 * mail/undigest.el (rmail-update-summary):
2151 * mail/unrmail.el (mail-strip-quoted-names):
2152 * ediff.el (diff-latest-backup-file): Declare as functions.
2153
2154 * obsolete/mlsupport.el (ml-previous-page): Fix typo.
2155 (kill-to-end-of-line):
2156 * obsolete/rnews.el (news-set-minor-modes):
2157 Remove non working functions.
2158
2159 2007-11-25 Glenn Morris <rgm@gnu.org>
2160
2161 * eshell/esh-maint.el (top-level): Use require with NOERROR for
2162 pcomplete. Don't mess with load-path.
2163
2164 * eshell/eshell.el (eshell-report-bug-address): Remove.
2165 (eshell-report-bug): Redefine as an alias for report-emacs-bug.
2166
2167 2007-11-24 Glenn Morris <rgm@gnu.org>
2168
2169 * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
2170 (appt-disp-window): Don't require electric.
2171 Simplify minibuffer-avoidance code.
2172 (appt-select-lowest-window): Avoid minibuffer.
2173
2174 * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
2175 (esh-mode): Require it.
2176 (esh-util): Use require rather than featurep and load.
2177 (eshell): No need to test if eshell-mode is bound; remove obsolete
2178 reference to eshell-auto.
2179 (eshell-command, eshell-command-result): Don't require esh-mode
2180 now that the file does.
2181 (top-level): Move provide statement to the end of the file.
2182 Re-order and update commentary.
2183
2184 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2185
2186 * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
2187 (vc-annotate-toggle-annotation-visibility): New command.
2188 (vc-annotate-mode-map): Bind "V" to it.
2189 (vc-annotate-mode-menu): Add entry for it.
2190 (vc-annotate-get-time-set-line-props): New func.
2191 (vc-annotate-display-autoscale)
2192 (vc-annotate-display-difference): Use it.
2193
2194 * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
2195 Also, match one space at end of annotation text, after last paren.
2196
2197 2007-11-24 Michael Albinus <michael.albinus@gmx.de>
2198
2199 * ido.el (ido-file-name-all-completions-1): Check for fboundp of
2200 `tramp-completion-mode-p' as it is in Tramp 2.1. Let-bind
2201 `tramp-completion-mode'.
2202
2203 2007-11-24 Thien-Thi Nguyen <ttn@gnuvola.org>
2204
2205 * vc-git.el (vc-git-show-log-entry): New func.
2206
2207 * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
2208 (vc-git-state): Use vc-git--call.
2209 (vc-git-registered, vc-git-working-revision)
2210 (vc-git-previous-revision, vc-git-next-revision)
2211 (vc-git--run-command-string, vc-git-symbolic-commit):
2212 Use vc-git--out-ok.
2213
2214 2007-11-24 Glenn Morris <rgm@gnu.org>
2215
2216 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2217
2218 2007-11-24 Kenichi Handa <handa@m17n.org>
2219
2220 * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
2221
2222 2007-11-23 David Kastrup <dak@gnu.org>
2223
2224 * server.el (server-process-filter): Use `command-line-args-left'.
2225
2226 2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
2229
2230 2007-11-23 Dan Nicolaescu <dann@ics.uci.edu>
2231
2232 * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
2233 buffer if the parent buffer is in vc-dired-mode.
2234
2235 2007-11-23 Mark A. Hershberger <mah@everybody.org>
2236
2237 * nxml: Initial merge of nxml. Kept nxml/char-name subdir for now.
2238
2239 2007-11-23 Juri Linkov <juri@jurta.org>
2240
2241 * dired.el (dired-read-dir-and-switches): For C-x d, set the
2242 value for M-n to the visited file name of the current buffer.
2243 Use minibuffer-with-setup-hook to set minibuffer-default to
2244 buffer-file-name inside read-file-name.
2245
2246 * man.el (Man-getpage-in-background): Don't disregard user option
2247 `Man-width' on non-window systems. Remove test for `window-system'
2248 around setting envvar "COLUMNS" depending on the value of `Man-width'.
2249
2250 * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
2251 "emacs-grep". Set envvar "GREP_OPTIONS" to "--color=auto" instead
2252 of "--color=always".
2253
2254 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2255
2256 * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
2257 beginning-of-defun-function.
2258
2259 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2260
2261 * mail/hashcash.el: Move from ../gnus. Add hashcash payments to email.
2262
2263 2007-11-22 Glenn Morris <rgm@gnu.org>
2264
2265 * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
2266
2267 * emacs-lisp/check-declare.el (check-declare-locate): New function.
2268 (check-declare-scan): Use check-declare-locate.
2269 (check-declare-verify): No longer adjust fnfile, now
2270 check-declare-locate does it.
2271
2272 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2273
2274 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2275
2276 * subr.el (posn-col-row): Make the `default-value' use explicit.
2277
2278 * window.el (balance-windows): Remove unused var `counter'.
2279 (bw-balance-sub): Remove unused var `lastchild'.
2280 (split-window-vertically): Remove unused var `switch'.
2281 (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
2282
2283 * emacs-lisp/bytecomp.el
2284 (byte-compile-file-form-custom-declare-variable): Simplify.
2285
2286 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
2287
2288 * cus-edit.el (custom-mode): Define with `define-derived-mode'.
2289 Set `show-trailing-whitespace' to nil.
2290
2291 * dired.el (make-symbolic-link):
2292 * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
2293 (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
2294 * dired-x.el (make-symbolic-link):
2295 * frame.el (x-initialize-window-system):
2296 * menu-bar.el (x-menu-bar-open):
2297 * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
2298 (x-store-cut-buffer-internal):
2299 * wdired.el (make-symbolic-link):
2300 * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
2301 (x-send-client-message):
2302 * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
2303
2304 2007-11-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2305
2306 * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
2307
2308 2007-11-22 Glenn Morris <rgm@gnu.org>
2309
2310 * dos-fns.el (int86):
2311 * term/mac-win.el (mac-font-panel-mode): Fix declarations.
2312
2313 * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
2314
2315 * calendar/holidays.el (holiday-list): Add autoload cookie.
2316
2317 * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
2318 files relative to src/ directory.
2319 (check-declare-verify): Handle .c files. Warn if could not find
2320 an arglist to check.
2321
2322 * emacs-lisp/byte-run.el (declare-function): Doc fix.
2323
2324 2007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
2325
2326 * replace.el (occur-mode-map): Add a major mode menu with entries
2327 for all occur operations.
2328
2329 * international/titdic-cnv.el (dos-8+3-filename):
2330 * obsolete/fast-lock.el (msdos-long-file-names):
2331 * frame.el (msdos-mouse-p):
2332 * files.el (msdos-long-file-names, w32-long-file-name):
2333 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2334 (mac-resume-apple-event, mac-font-panel-mode)
2335 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2336 (mac-clear-font-name-table):
2337 * term/pc-win.el (msdos-remember-default-colors)
2338 (w16-set-clipboard-data, w16-get-clipboard-data):
2339 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2340 (set-message-beep):
2341 * net/browse-url.el (w32-shell-execute):
2342 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2343 (w32-get-locale-info, w32-get-valid-locale-ids)
2344 (w32-set-clipboard-data):
2345 * dos-fns.el (int86, msdos-long-file-names):
2346 * dos-w32.el (default-printer-name): Declare as functions.
2347
2348 2007-11-21 Jason Rumney <jasonr@gnu.org>
2349
2350 * emacs-lisp/byte-run.el (declare-function): Return nil.
2351
2352 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
2355
2356 2007-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2357
2358 * ps-print.el (ps-lpr-switches): Docstring fix.
2359 (ps-string-list): New fun.
2360 (ps-do-despool): Code fix.
2361
2362 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
2365
2366 2007-11-21 Glenn Morris <rgm@gnu.org>
2367
2368 * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
2369 for now. Handle define-minor-mode, and defalias (with no argument
2370 checking).
2371
2372 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2373
2374 * frame.el (msdos-mouse-p):
2375 * files.el (msdos-long-file-names, w32-long-file-name):
2376 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2377 (mac-resume-apple-event, mac-font-panel-mode)
2378 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2379 (mac-clear-font-name-table):
2380 * term/pc-win.el (msdos-remember-default-colors)
2381 (w16-set-clipboard-data, w16-get-clipboard-data):
2382 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2383 (set-message-beep):
2384 * net/browse-url.el (w32-shell-execute):
2385 * dos-fns.el (int86, msdos-long-file-names):
2386 * dos-w32.el (default-printer-name): Undo previous change.
2387
2388 2007-11-21 Eli Zaretskii <eliz@gnu.org>
2389
2390 * international/mule-cmds.el (set-locale-environment):
2391 Set default-file-name-coding-system _after_ keyboard and terminal
2392 coding systems. This fixes last change.
2393
2394 * mail/rmail.el (rmail-current-subject-regexp): Allow more than
2395 one space after "Subject:".
2396
2397 2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
2400 in order to determine if there's a conflict.
2401
2402 2007-11-21 Richard Stallman <rms@gnu.org>
2403
2404 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
2405
2406 * reposition.el (reposition-window):
2407 Binding C-M-l moved to bindings.el.
2408
2409 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
2410
2411 * add-log.el (add-change-log-entry-other-window):
2412 Key binding C-x 4 a moved to bindings.el.
2413
2414 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
2415 from filecache.el.
2416
2417 * filecache.el: Minibuffer map bindings moved to bindings.el.
2418
2419 2007-11-21 Jason Rumney <jasonr@gnu.org>
2420
2421 * international/mule-cmds.el (set-locale-environment):
2422 Set default-file-name-coding-system from system defaults on Windows.
2423
2424 2007-11-21 Jason Rumney <jasonr@gnu.org>
2425
2426 * term/w32console.el: New term init file for w32 console.
2427
2428 * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
2429 (x-setup-function-keys): Likewise, replacing top-level key definitions.
2430 (w32-tty-standard-colors): Move to term/w32console.el.
2431
2432 * term/w32-win.el (x-setup-function-keys): Remove.
2433
2434 * term/tty-colors.el (tty-register-default-colors): Remove special
2435 case for w32.
2436
2437 2007-11-21 Dan Nicolaescu <dann@ics.uci.edu>
2438
2439 * frame.el (msdos-mouse-p):
2440 * generic-x.el (w32-shell-name):
2441 * files.el (msdos-long-file-names, w32-long-file-name)
2442 (dired-get-filename, dired-unmark, dired-do-flagged-delete)
2443 (dos-8+3-filename, vms-read-directory, view-mode-disable):
2444 * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
2445 (mac-resume-apple-event, mac-font-panel-mode)
2446 (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
2447 (mac-clear-font-name-table):
2448 * term/pc-win.el (msdos-remember-default-colors)
2449 (w16-set-clipboard-data, w16-get-clipboard-data):
2450 * term/w32-win.el (w32-send-sys-command, w32-select-font)
2451 (set-message-beep):
2452 * w32-fns.el (set-message-beep, w32-get-clipboard-data)
2453 (w32-get-locale-info, w32-get-valid-locale-ids)
2454 (w32-set-clipboard-data):
2455 * help-fns.el (ad-get-advice-info):
2456 * font-lock.el (fast-lock-after-fontify-buffer)
2457 (fast-lock-after-unfontify-buffer, fast-lock-mode)
2458 (lazy-lock-after-fontify-buffer)
2459 (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
2460 * net/browse-url.el (w32-shell-execute):
2461 * dos-fns.el (int86, msdos-long-file-names):
2462 * dos-w32.el (default-printer-name): Declare as functions.
2463
2464 2007-11-21 Juanma Barranquero <lekktu@gmail.com>
2465
2466 * textmodes/paragraphs.el (forward-sentence): Doc fix.
2467 Reported by Drew Adams <drew.adams@oracle.com>.
2468
2469 2007-11-20 Jason Rumney <jasonr@gnu.org>
2470
2471 * term/w32-win.el (x-setup-function-keys): Protect against
2472 multiple calls on the same terminal.
2473
2474 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2475
2476 * term/mac-win.el (x-setup-function-keys): Only setup
2477 local-function-key-map if it has not been setup already for the
2478 current frame. Move the suspend-emacs processing here.
2479
2480 2007-11-20 Juanma Barranquero <lekktu@gmail.com>
2481
2482 * progmodes/grep.el (xargs-program): New variable.
2483 (grep-compute-defaults): Use it.
2484 (grep-default-command): Doc fix.
2485 (grep, lgrep, rgrep): Reflow docstrings.
2486
2487 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2488
2489 * vc.el (vc-find-revision): Set the parent buffer.
2490 Use when instead of if.
2491
2492 * progmodes/python.el (info-lookup-maybe-add-help):
2493 * progmodes/ps-mode.el (doc-view-minor-mode):
2494 * mail/emacsbug.el (Info-menu, Info-goto-node):
2495 * emulation/viper-keym.el (viper-ex)
2496 (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
2497 * emulation/viper-cmd.el (widget-type, widget-button-press)
2498 (viper-set-hooks):
2499 * emacs-lisp/tcover-unsafep.el (unsafep-function):
2500 * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
2501 (ses-load, ses-vector-delete, ses-create-header-string)
2502 (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
2503 * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
2504
2505 2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2506
2507 * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
2508
2509 2007-11-20 Glenn Morris <rgm@gnu.org>
2510
2511 * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
2512 for end of function-name. Handle define-derived-mode.
2513
2514 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2515
2516 * progmodes/idlw-help.el: Require browse-url unconditionally, it
2517 is available by default.
2518 (idlwave-help-browse-url-available): Change default to t.
2519
2520 * emulation/edt.el (defgroup, defcustom): Remove definition.
2521 (eval-when-compile): Remove.
2522 (c-mark-function):
2523 * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
2524 * textmodes/fill.el (comment-search-forward)
2525 (comment-string-strip):
2526 * progmodes/prolog.el (comint-mode, comint-send-string)
2527 (comint-send-region, comint-send-eof):
2528 * progmodes/dcl-mode.el (imenu-default-create-index-function):
2529 * emulation/viper-util.el (viper-forward-Word):
2530 * emulation/vi.el (c-mark-function):
2531 * emulation/edt-vt100.el (vt100-wide-mode):
2532 * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
2533
2534 2007-11-19 Michael Albinus <michael.albinus@gmx.de>
2535
2536 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2537 Still some tuning in case of an echoing shell.
2538 (tramp-send-command): Connection property "remote-echo" is not
2539 persistent; cache key is the process therefore.
2540
2541 2007-11-19 Juanma Barranquero <lekktu@gmail.com>
2542
2543 * replace.el (map-query-replace-regexp): Doc fix (revert part of
2544 2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
2545
2546 2007-11-19 Dan Nicolaescu <dann@ics.uci.edu>
2547
2548 * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
2549 * play/yow.el (doctor-ret-or-read):
2550 * vc-hooks.el (vc-dired-resynch-file):
2551 * vc-hg.el (log-view-get-marked):
2552 * smerge-mode.el (ediff-cleanup-mess):
2553 * pcvs.el (vc-editable-p, vc-checkout):
2554 * pcomplete.el (comint-bol):
2555 * informat.el (texinfo-format-refill):
2556 * ido.el (tramp-tramp-file-p):
2557 * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
2558 (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
2559 * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
2560 functions.
2561
2562 * textmodes/ispell.el (ispell-int-char): Make it a defalias
2563 instead of fset.
2564 (ispell-message): Use with-no-warnings for sc-cite-regexp call.
2565
2566 * ido.el (ido-file-internal): Move with-no-warnings to include the
2567 ffap-string-at-point call.
2568
2569 * pcomplete.el (pcomplete-executables): Move defsubst before first use.
2570
2571 * vc-hg.el (vc-hg-revision-table): Fix last change.
2572
2573 2007-11-19 Martin Rudalics <rudalics@gmx.at>
2574
2575 * menu-bar.el (top-level): Deactivate clipboard-kill-region and
2576 clipboard-yank when the buffer is read-only.
2577
2578 * cus-edit.el (custom-field-keymap): Move to other Custom mode
2579 keymaps such that it's before the definition of Custom-mode-menu.
2580 (Custom-mode-menu): Show it for custom-field-keymap too.
2581
2582 2007-11-19 Nick Roberts <nickrob@snap.net.nz>
2583
2584 * progmodes/gdb-ui.el: Update commentary.
2585
2586 2007-11-18 Dan Nicolaescu <dann@ics.uci.edu>
2587
2588 * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
2589
2590 2007-11-19 Glenn Morris <rgm@gnu.org>
2591
2592 * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
2593 does not exist, try adding `.el' extension. Also search for defsubsts.
2594
2595 * cus-edit.el (recentf-expand-file-name):
2596 * dired.el (dired-relist-entry):
2597 * subr.el (w32-shell-dos-semantics):
2598 * emacs-lisp/bytecomp.el (compilation-forget-errors):
2599 Declare as functions.
2600
2601 2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2602
2603 * abbrev.el (kill-all-abbrevs, insert-abbrevs)
2604 (prepare-abbrev-list-buffer): Use dolist.
2605 (clear-abbrev-table): Preserve properties.
2606
2607 2007-11-18 Shigeru Fukaya <shigeru.fukaya@gmail.com> (tiny change)
2608
2609 * textmodes/texinfmt.el (texinfo-format-printindex):
2610 Collect combined indexes using texinfo-short-index-format-cmds-alist.
2611 Reported on <bug-texinfo@gnu.org>.
2612
2613 2007-11-18 Michael Albinus <michael.albinus@gmx.de>
2614
2615 * net/tramp.el (tramp-completion-reread-directory-timeout):
2616 New defcustom.
2617 (tramp-handle-file-name-all-completions): Flush directory contents
2618 from cache regularly.
2619 (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
2620 (tramp-open-connection-setup-interactive-shell):
2621 Call `tramp-cleanup-connection' via funcall.
2622
2623 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
2624 created when copying.
2625
2626 2007-11-17 Dan Nicolaescu <dann@ics.uci.edu>
2627
2628 * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
2629 * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
2630 * eshell/esh-ext.el (eshell-external-command):
2631 * eshell/esh-cmd.el (require):
2632 * eshell/em-unix.el (eshell-plain-locate-behavior):
2633 * eshell/em-cmpl.el (eshell-cmpl-initialize):
2634 Replace eshell-under-xemacs-p with (featurep 'xemacs).
2635 * eshell/esh-mode.el (characterp, char-int): Remove unused
2636 conditional defaliases.
2637
2638 * pcomplete.el (pcomplete-event-matches-key-specifier-p):
2639 Rename from event-matches-key-specifier-p, define unconditionally.
2640 (event-basic-type): Remove unused defalias.
2641 (pcomplete-show-completions):
2642 Use pcomplete-event-matches-key-specifier-p.
2643
2644 2007-11-17 Eli Zaretskii <eliz@gnu.org>
2645
2646 * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
2647 when saving esh-groups.el.
2648
2649 2007-11-17 Martin Rudalics <rudalics@gmx.at>
2650
2651 * wid-edit.el (widget-default-complete):
2652 * progmodes/flymake.el (flymake-goto-file-and-line):
2653 Fix typo in (doc-)string.
2654
2655 2007-11-17 Glenn Morris <rgm@gnu.org>
2656
2657 * emacs-lisp/byte-run.el (declare-function): New macro.
2658 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
2659 New function, byte-hunk-handler for declare-function.
2660 (byte-compile-callargs-warn): Handle declared functions.
2661
2662 * emacs-lisp/check-declare.el: New file.
2663 * Makefile.in (check-declare): New target.
2664
2665 * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
2666
2667 * subr.el (process-lines): Move here from ../admin/admin.el.
2668 * emacs-lisp/authors.el (authors-process-lines): Remove.
2669 (authors): Use process-lines rather than authors-process-lines.
2670
2671 * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
2672 Remove these files.
2673
2674 2007-11-17 Juanma Barranquero <lekktu@gmail.com>
2675
2676 * emacs-lisp/backquote.el (backquote):
2677 Improve argument/docstring consistency.
2678
2679 * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
2680 (ring-length, ring-empty-p): Use c[ad]dr.
2681 (ring-plus1): Use `1+'.
2682 (ring-minus1): Use `zerop'.
2683 (ring-remove): Use c[ad]dr. Use `when'.
2684 (ring-copy): Use c[ad]dr. Use `let', not `let*'.
2685 (ring-ref): Use `let', not `let*'.
2686 (ring-insert-at-beginning): Use c[ad]dr. Doc fix.
2687 (ring-insert+extend): Use c[ad]dr. Fix typo in docstring.
2688 (ring-member): Simplify. Doc fix.
2689 (ring-convert-sequence-to-ring): Simplify.
2690
2691 2007-11-17 Juri Linkov <juri@jurta.org>
2692
2693 * dired-aux.el (dired-create-directory): Allow creating
2694 a directory of an arbitrary depth. Add a loop to find the topmost
2695 nonexistent parent dir `new', and call `dired-add-file' on it.
2696 Set the `PARENTS' arg of `make-directory' to t.
2697
2698 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2699
2700 * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
2701 (math-build-parse-table): Get parse information from math-parse-table.
2702
2703 2007-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * window.el (recenter-last-op): New var.
2706 (recenter-top-bottom): New command.
2707 (global-map): Bind it to C-l.
2708
2709 * abbrev.el (abbrev--write): Fix error in transcription from C.
2710
2711 * emulation/pc-select.el (pc-select-shifted-mark): Remove.
2712 (pc-select-ensure-mark): Set mark-active to a special value instead.
2713 Rename from ensure-mark. Update call callers.
2714 (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
2715 Rewrite. Update all callers.
2716 (pc-selection-mode): Remove redundant var declaration.
2717
2718 2007-11-16 Tassilo Horn <tassilo@member.fsf.org>
2719
2720 * doc-view.el (doc-view-search-backward, doc-view-search):
2721 Fix assignment to free variable bug.
2722
2723 2007-11-16 Martin Pohlack <mp26@os.inf.tu-dresden.de> (tiny change)
2724
2725 * emulation/pc-select.el (pc-select-shifted-mark): New var.
2726 (ensure-mark): Set it.
2727 (maybe-deactivate-mark): New fun.
2728 Use it everywhere instead of (setq mark-active nil).
2729
2730 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2731
2732 * textmodes/reftex-dcr.el (reftex-start-itimer-once):
2733 Add check for XEmacs.
2734
2735 * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
2736
2737 * doc-view.el (doc-view-resolution): Add missing :group.
2738
2739 2007-11-16 Juanma Barranquero <lekktu@gmail.com>
2740
2741 * subr.el (make-variable-frame-local):
2742 Fix typo in obsolescence declaration.
2743
2744 2007-11-16 Werner Lemberg <wl@gnu.org>
2745
2746 * files.el (set-auto-mode-1): Check second line for -*- if file
2747 starts with '\" (which is used by man pages to identify needed
2748 troff preprocessors).
2749
2750 2007-11-16 Glenn Morris <rgm@gnu.org>
2751
2752 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
2753
2754 2007-11-16 Jay Belanger <jay.p.belanger@gmail.com>
2755
2756 * calc/calc-lang.el (math-oper-table): Fix typo.
2757 Reduce precedence of "/" for TeX.
2758
2759 * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
2760
2761 2007-11-16 Juri Linkov <juri@jurta.org>
2762
2763 * dired-aux.el (dired-read-shell-command-default): New function.
2764 (dired-read-shell-command): Use its return value for DEFAULT arg.
2765
2766 * replace.el (keep-lines-read-args, occur-read-primary-args):
2767 Use a list of default values for DEFAULT arg of read-from-minibuffer.
2768
2769 * man.el (Man-heading-regexp): Add 0-9.
2770 (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
2771
2772 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
2775 (doc-view-resolution): New custom var.
2776 (doc-view-pdf/ps->png): Use it.
2777 (doc-view-shrink-factor): New var.
2778 (doc-view-enlarge, doc-view-shrink): New commands.
2779 (doc-view-mode-map): Use them.
2780
2781 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2782
2783 * ediff-wind.el (ediff-window-setup-function):
2784 * simple.el (normal-erase-is-backspace):
2785 * eshell/em-unix.el (eshell/info):
2786 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2787 Fix typos in docstrings.
2788
2789 * emulation/cua-base.el (cua--keymaps-initialized):
2790 Rename from `cua--keymaps-initalized'. Callers changed.
2791 (cua-highlight-region-shift-only): Doc fix.
2792 (cua-paste-pop): Fix typo in docstring.
2793
2794 2007-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * emulation/cua-base.el (cua--pre-command-handler-1):
2797 Use input-decode-map instead of function-key-map.
2798 Use event-modifiers now that it works reliably.
2799
2800 * vc.el (vc-diff-internal): Pop-to-buffer later.
2801
2802 * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
2803
2804 * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
2805 did not touch them.
2806
2807 2007-11-15 Jay Belanger <jay.p.belanger@gmail.com>
2808
2809 * calc/calc-menu.el: New file.
2810 * calc/calc.el (calc-mode): Require calc-menu.
2811
2812 2007-11-14 Juanma Barranquero <lekktu@gmail.com>
2813
2814 * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
2815
2816 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
2817
2818 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
2819 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
2820 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
2821 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
2822 locations.
2823 (gdb-info-breakpoints-custom, gdb-assembler-custom)
2824 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
2825 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
2826
2827 2007-11-13 Noah Friedman <friedman@splode.com>
2828
2829 * calc/calc.el: Add `backward-delete-char-untabify' to the list of
2830 bindings to remap when `calc-scan-for-dels' is non-nil.
2831
2832 2007-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
2835 constant forms.
2836 (byte-compile-nilconstp): New function.
2837 (byte-optimize-cond): Kill subsequent branches when a branch is
2838 know to be taken or not taken.
2839 (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
2840
2841 2007-11-13 Dan Nicolaescu <dann@ics.uci.edu>
2842
2843 * vc.el (vc-register): Allow registering a file passed as a
2844 parameter instead of just the current buffer.
2845
2846 2007-11-12 Michael Albinus <michael.albinus@gmx.de>
2847
2848 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
2849 Check whether the output of "uname -sr" has been changed.
2850
2851 2007-11-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2852
2853 * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
2854 patterns from compilation-perl.el and compilation-weblint.el files.
2855
2856 2007-11-12 Dan Nicolaescu <dann@ics.uci.edu>
2857
2858 * progmodes/compilation-perl.el:
2859 * progmodes/compilation-weblint.el: Disable autoloads, they cause
2860 a bootstrap failure.
2861
2862 * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
2863 instead of doing "cvs diff" in order to avoid accessing the repository.
2864
2865 2007-11-12 Kevin Ryde <user42@zip.com.au>
2866
2867 * progmodes/compilation-perl.el:
2868 * progmodes/compilation-weblint.el: New files.
2869
2870 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
2871
2872 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
2873 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
2874 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
2875 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
2876 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
2877 Rewrite in active voice.
2878
2879 2007-11-11 Tassilo Horn <tassilo@member.fsf.org>
2880
2881 * doc-view.el: Add comments about isearch support.
2882
2883 2007-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2884
2885 * vc.el (vc-start-entry): Fix setting the in the case the function
2886 is called from vc-dired. Use when instead of if where appropriate.
2887
2888 2007-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2889
2890 * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
2891 to be a list.
2892 (ps-begin-job): Error if ps-lpr-switches is not a list.
2893
2894 2007-11-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2895
2896 * faces.el (face-normalize-spec): Remove function.
2897 (frame-set-background-mode): Undo last change.
2898
2899 2007-11-10 Jason Rumney <jasonr@gnu.org>
2900
2901 * w32-fns.el: Sync charset names with setup-default-fontset.
2902 Append "-1" where second part missing.
2903
2904 2007-11-10 Juri Linkov <juri@jurta.org>
2905
2906 * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
2907 Fix docstring. Reported by Leo <sdl.web@gmail.com>.
2908
2909 * custom.el (custom-note-var-changed): Remove the `interactive'
2910 spec from this new non-interactive function.
2911
2912 2007-11-10 Tassilo Horn <tassilo@member.fsf.org>
2913
2914 * doc-view.el (doc-view-mode-map, doc-view-menu)
2915 (doc-view-pdf->txt-sentinel): Adapt to new search UI.
2916 (doc-view-search-backward): New function.
2917 (doc-view-search): Query new regexp if prefix arg is given, else
2918 jump to next/previous match.
2919 (doc-view-mode): Handle compressed files.
2920 (jka-compr): Required for compressed files.
2921
2922 2007-11-10 Paul Pogonyshev <pogonyshev@gmx.net>
2923
2924 * replace.el (query-replace-show-replacement): New defcustom.
2925 (perform-replace): Use `match-substitute-replacement' if
2926 `query-replace-show-replacement' is non-nil.
2927
2928 2007-11-10 David Kastrup <dak@gnu.org>
2929
2930 * subr.el (match-substitute-replacement): New function.
2931
2932 2007-11-10 Carsten Dominik <dominik@science.uva.nl>
2933
2934 * files.el (auto-mode-alist): Select org-mode for files with the
2935 extension ".org".
2936
2937 2007-11-10 Martin Rudalics <rudalics@gmx.at>
2938
2939 * help.el (help-window, help-window-point-marker): New variables.
2940 (help-window-select): New option.
2941 (with-help-window): New macro for displaying help windows.
2942 (help-window-display-message, help-window-setup-finish)
2943 (help-window-setup): New functions used for setting up help windows.
2944 (print-help-return-message): Reset help-window to nil.
2945 (view-lossage): Use with-help-window instead of
2946 with-output-to-temp-buffer and move help-window-point-marker after
2947 inserted text.
2948 (describe-bindings, describe-key, describe-mode): Use
2949 with-help-window instead of with-output-to-temp-buffer.
2950
2951 * help-mode.el (help-mode): Set view-exit-action to bury the
2952 buffer instead of fiddling with windows. Simplify code.
2953 (help-mode-finish): When help-window eqs t set it to the selected
2954 window and have with-help-window set up view-return-to-alist.
2955 (help-buffer): Add autoload cookie.
2956
2957 * view.el (view-remove-frame-by-deleting): Change default value to t.
2958 Add autoload cookie.
2959 (view-exit-action, view-file, view-file-other-window)
2960 (view-file-other-frame, view-buffer, view-buffer-other-window)
2961 (view-buffer-other-frame): Rewrite doc strings.
2962 (view-return-to-alist-update): New function to remove stale entries
2963 from view-return-to-alist.
2964 (view-mode-enter): Rewrite doc string and simplify code.
2965 (view-mode-exit): Handle new case 'keep-frame. Don't reset
2966 view-exit-action to nil. Simplify code and rewrite doc string.
2967
2968 * apropos.el (apropos-describe-plist):
2969 * descr-text.el (describe-char):
2970 * disp-table.el (describe-display-table):
2971 * faces.el (list-faces-display, describe-face):
2972 * facemenu.el (list-colors-display):
2973 * help-fns.el (describe-function, describe-variable)
2974 (describe-syntax, describe-categories):
2975 Use with-help-window instead of with-output-to-temp-buffer.
2976
2977 2007-11-10 Dan Nicolaescu <dann@ics.uci.edu>
2978
2979 * emacs-lisp/byte-opt.el (byte-optimize-featurep):
2980 Optimize (featurep 'emacs) to t.
2981
2982 * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
2983 New function.
2984 (byte-compile-maybe-guarded): Use it to also look for bound
2985 symbols inside `and' forms. Comment out non-working code that was
2986 trying to avoid warnings for XEmacs code.
2987
2988 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
2989
2990 * vc-svn.el (vc-svn-print-log, vc-svn-diff):
2991 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
2992 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
2993 (vc-cvs-annotate-command):
2994 * vc-arch.el (vc-arch-diff): Remove test to check if start-process
2995 is bound, it always is.
2996
2997 2007-11-10 Jason Rumney <jasonr@gnu.org>
2998
2999 * term/w32-win.el (w32-initialize-window-system): Move SJIS font
3000 setup here from global scope.
3001
3002 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
3003
3004 * ido.el (ido-save-history): Save the history file in UTF-8, not
3005 the current filename coding system.
3006
3007 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3008
3009 * simple.el (interprogram-cut-function, interprogram-paste-function):
3010 Don't make them frame-local any more.
3011
3012 * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
3013 Don't set interprogram-(cut|paste)-function on each frame.
3014
3015 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3016 Make them work in tty frames.
3017 (interprogram-cut-function, interprogram-paste-function):
3018 Set them globally.
3019
3020 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3021
3022 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
3023 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
3024 (iso-iso2duden-trans-tab): Add docstring.
3025
3026 2007-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * abbrev.el (define-abbrev-table): Record the variable definition.
3029
3030 * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
3031 New function.
3032
3033 2007-11-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3034
3035 * ps-print.el: Clean the code for checking suitable Emacs version.
3036 (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
3037 (ps-print-version): New version 6.8.1.
3038
3039 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3040
3041 * files.el (enable-local-variables): Doc fix.
3042
3043 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3044
3045 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
3046
3047 2007-11-09 Sven Joachim <svenjoac@gmx.de>
3048
3049 * dired-aux.el (dired-copy-file-recursive):
3050 Preserve directory permissions.
3051
3052 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
3055 (whitespace-unload-function): New-style unload function. When run,
3056 unintern `whitespace-unload-hook' and call `unload-feature' recursively
3057 to stop the old hook from messing with the unloading.
3058
3059 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3060
3061 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
3062 (elp-unset-master, elp-results): Fix typos.
3063 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
3064 Doc fixes.
3065
3066 * msb.el (msb--many-menus): Remove variable.
3067 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
3068 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
3069 (msb--toggle-menu-type): Fix typos in docstrings.
3070
3071 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
3072 (shadow-insert-var): Doc fixes.
3073 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
3074 Reflow docstrings.
3075 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
3076
3077 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3078
3079 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
3080 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
3081 Fix typos in autoload docstrings.
3082
3083 2007-11-09 Richard Stallman <rms@gnu.org>
3084
3085 * savehist.el (savehist-save): Obey savehist-ignored-variables.
3086
3087 2007-11-09 Nick Roberts <nickrob@snap.net.nz>
3088
3089 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
3090 (gdb-var-update-handler-1): Use it.
3091
3092 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3093
3094 * loadhist.el (unload-feature): Remove erroneous check for the
3095 FEATURE-unload-function variable; check the existence of the
3096 function (that's what the docstring says, and it makes more sense).
3097
3098 * follow.el (follow-unload-function): Add docstring.
3099 (follow-unload-function): Remove variable.
3100
3101 * server.el (server-unload-function): Remove variable.
3102 (server-unload-function): Unbind `server-edit' from `C-x #'.
3103
3104 * ses.el (ses-unload-function): New function.
3105
3106 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
3107
3108 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
3109 (unsafep-progn, unsafep-let): Fix typos in docstrings.
3110
3111 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
3112 before use to avoid a warning in packages that require uniquify.
3113 (uniquify-unload-function): New function and var.
3114
3115 2007-11-09 Dan Nicolaescu <dann@ics.uci.edu>
3116
3117 * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
3118 (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
3119 (ediff-current-diff-A, ediff-current-diff-B)
3120 (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
3121 (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
3122 (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
3123 (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
3124 (ediff-odd-diff-Ancestor, ediff-reset-mouse):
3125 * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
3126 (ediff-setup-windows-plain-merge)
3127 (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
3128 (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
3129 * ediff-util.el (ediff-setup-keymap, )
3130 (ediff-toggle-wide-display, ediff-toggle-multiframe)
3131 (ediff-toggle-use-toolbar, ediff-really-quit)
3132 (ediff-good-frame-under-mouse)
3133 (ediff-highlight-diff-in-one-buffer)
3134 (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
3135 (ediff-make-bullet-proof-overlay):
3136 * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
3137 (ediff-set-meta-overlay):
3138 * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
3139 * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
3140 ediff-emacs-p with their former definitions.
3141
3142 * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
3143 (viper-has-face-support-p, viper-inactivate-input-method)
3144 (viper-activate-input-method)
3145 (viper-use-replace-region-delimiters, viper-restore-cursor-type):
3146 * emulation/viper-mous.el (viper-multiclick-timeout)
3147 (viper-surrounding-word, viper-mouse-click-insert-word)
3148 (viper-mouse-click-search-word, viper-parse-mouse-key):
3149 * emulation/viper-macs.el (viper-char-array-to-macro):
3150 * emulation/viper.el (viper-go-away, viper-set-hooks)
3151 (viper-non-hook-settings):
3152 * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
3153 (viper-get-saved-cursor-color-in-insert-mode)
3154 (viper-get-saved-cursor-color-in-emacs-mode)
3155 (viper-check-version, viper-get-visible-buffer-window)
3156 (viper-file-checked-in-p, viper-set-replace-overlay)
3157 (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
3158 (viper-check-minibuffer-overlay, viper-read-key-sequence)
3159 (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
3160 with their former definitions.
3161 (viper-eventify-list-xemacs): Only do work for XEmacs.
3162 (viper-set-unread-command-events): Only do work for Emacs.
3163 (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
3164 (viper-move-overlay, viper-overlay-start, viper-overlay-end)
3165 (viper-overlay-get, viper-overlay-put, viper-read-event)
3166 (viper-characterp, viper-int-to-char, viper-get-face)
3167 (viper-color-defined-p, viper-iconify): New defaliases replacing
3168 the old fsets.
3169
3170 * progmodes/fortran.el (comment-region-function)
3171 (uncomment-region-function): Pacify byte compiler.
3172
3173 * vc.el (vc-diff-internal): Remove code for an old version of gnus.
3174
3175 2007-11-08 Michael Albinus <michael.albinus@gmx.de>
3176
3177 * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
3178 `process-environment'.
3179
3180 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
3181
3182 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
3183 match dir like "a...b".
3184
3185 2007-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
3188
3189 2007-11-07 Michael Albinus <michael.albinus@gmx.de>
3190
3191 * net/tramp.el (tramp-handle-substitute-in-file-name):
3192 Don't expand the remote connection identification.
3193 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3194 Set also $PS2 and $PS3 when setting $PS1. Check for shell echoing
3195 before calling stty.
3196
3197 * net/tramp-cache.el (tramp-cache-print)
3198 (tramp-dump-connection-properties): Fix docstring.
3199 (tramp-list-connections): Rename from `tramp-cache-list-connections'.
3200
3201 * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
3202
3203 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
3204 remote connection identification when setting connection property.
3205
3206 * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
3207 "//" substitutes only in the local filename part.
3208
3209 2007-11-07 David Hansen <david.hansen@gmx.net>
3210
3211 * eshell/em-glob.el (eshell-extended-glob): Sort matches.
3212
3213 2007-11-07 Glenn Morris <rgm@gnu.org>
3214
3215 * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
3216 Remove superfluous concats. Move final set-buffer to
3217 non-emacs-specific code.
3218
3219 2007-11-07 Rob Riepel <riepel@networking.stanford.edu>
3220
3221 * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
3222
3223 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
3224
3225 * eshell/esh-mode.el (eshell-output-filter):
3226 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
3227 Use `with-current-buffer'.
3228
3229 2007-11-07 Andreas Schwab <schwab@suse.de>
3230
3231 * server.el (server-start): Only register cleanup after server was
3232 started.
3233
3234 2007-11-06 Michael Albinus <michael.albinus@gmx.de>
3235
3236 * net/tramp.el (top): Don't autoload `tramp-cache-print'.
3237
3238 * net/tramp-cache (tramp-cache-print): Move down.
3239 (tramp-cache-list-connections): New defun.
3240
3241 * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
3242
3243 2007-11-06 Juanma Barranquero <lekktu@gmail.com>
3244
3245 * ido.el (ido-save-history): Write the history file in the current
3246 filename coding system, and add `coding' file-local variable.
3247
3248 2007-11-06 Carsten Dominik <dominik@science.uva.nl>
3249
3250 * textmodes/org.el (org-table-formula-substitute-names):
3251 Remove forgotten temporary debugging code.
3252
3253 2007-11-05 Michael Albinus <michael.albinus@gmx.de>
3254
3255 * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
3256 the prompt.
3257
3258 2007-10-05 Chris Moore <christopher.ian.moore@gmail.com>
3259
3260 * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
3261
3262 2007-11-05 Simon Josefsson <simon@josefsson.org>
3263
3264 * net/tls.el (tls-end-of-info): Doc fix.
3265
3266 2007-11-05 Kenichi Handa <handa@ni.aist.go.jp>
3267
3268 * international/utf-7.el (utf-7-imap): New coding system.
3269 (utf-7-imap-post-read-conversion): New function.
3270 (utf-7-imap-pre-write-conversion): New function.
3271
3272 2007-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * abbrev.el (abbrev--write): Fix up typo.
3275
3276 2007-11-04 Juanma Barranquero <lekktu@gmail.com>
3277
3278 * abbrev.el (define-abbrev-table): Doc fix.
3279
3280 2007-11-04 Thien-Thi Nguyen <ttn@gnuvola.org>
3281
3282 * info.el (Info-revert-buffer-function): New func.
3283 (Info-mode): Arrange to use it for reverting.
3284 (Info-copy-current-node-name): Add space between filename and nodename.
3285
3286 2007-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * abbrev.el (expand-abbrev): Move point back to expansion's end.
3289
3290 2007-11-04 Glenn Morris <rgm@gnu.org>
3291
3292 * net/tls.el: Don't require rx when compiling.
3293 (tls-end-of-info): Rewrite without using rx.
3294 (open-tls-stream): Use with-current-buffer.
3295
3296 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
3297
3298 * net/tls.el: Require rx when compiling.
3299 (tls-end-of-info): New variable.
3300 (open-tls-stream): Keep reading input until `tls-end-of-info' is
3301 matched.
3302
3303 2007-11-03 Sean O'Rourke <seano@cs.ucla.edu>
3304
3305 * register.el (append-to-register, prepend-to-register):
3306 Don't signal error on empty register; use the text, instead.
3307
3308 2007-11-03 Michael Olson <mwolson@gnu.org>
3309
3310 * textmodes/remember.el (remember-buffer):
3311 Use define-obsolete-function-alias rather than defalias.
3312
3313 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
3314
3315 * simple.el (bad-packages-alist): Anchor semantic regexp.
3316
3317 2007-11-03 Glenn Morris <rgm@gnu.org>
3318
3319 * newcomment.el (comment-dwim): Call comment-insert-comment-function,
3320 if defined, for blank lines. Doc fix.
3321
3322 * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
3323 (fortran-mode): Set values for comment-region-function,
3324 uncomment-region-function and comment-insert-comment-function.
3325 (fortran-uncomment-region): New function.
3326
3327 * textmodes/nroff-mode.el (nroff-mode):
3328 Set comment-insert-comment-function rather than indent-line-function.
3329 (nroff-indent-line-function): Remove.
3330 (nroff-insert-comment-function): New function.
3331
3332 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3333
3334 * ediff-vers.el (ediff-vc-working-revision): Add a quote.
3335
3336 2007-11-02 Michael Kifer <kifer@cs.stonybrook.edu>
3337
3338 * emulation/viper-ex.el (viper-ex): Do not ignore the region.
3339
3340 * emulation/viper-cmd.el (viper-prev-destructive-command)
3341 (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
3342 copy-sequence.
3343
3344 * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
3345 Got rid of ediff-copy-list.
3346
3347 * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
3348 use face-name.
3349 (ediff-test-utility, ediff-diff-mandatory-option)
3350 (ediff-reset-diff-options): Remove to simplify the mandatory option
3351 handling on Windows.
3352 (ediff-set-diff-options): Add.
3353 (ediff-diff-options): Set "--binary" option as default in some cases.
3354
3355 * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
3356 (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
3357 ediff-vc-working-revision. Require vc-hooks.
3358
3359 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
3360
3361 * files.el (hack-local-variables): Fix membership tests to avoid
3362 treating all variables as safe if `enable-local-variables' is
3363 set to :safe (CVE-2007-5795).
3364
3365 2007-11-02 Glenn Morris <rgm@gnu.org>
3366
3367 * newcomment.el (comment-indent): Let comment-insert-comment-function,
3368 if defined, do all the work of inserting a new comment.
3369
3370 * progmodes/etags.el (tags-table-mode): Disable undo.
3371
3372 * simple.el (bad-packages-alist): Revert previous change.
3373
3374 2007-11-02 Dan Nicolaescu <dann@ics.uci.edu>
3375
3376 * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
3377
3378 * obsolete/lselect.el: Do not warn about unknown functions.
3379
3380 2007-11-02 Michael Olson <mwolson@gnu.org>
3381
3382 * textmodes/remember.el (remember-buffer): Make this an alias of
3383 remember-finalize, because Org uses it.
3384
3385 2007-11-01 Michael Olson <mwolson@gnu.org>
3386
3387 * textmodes/remember.el: Improve documentation in heading.
3388 (remember-before-remember-hook): Turn into a customizable option.
3389 (remember): Document INITIAL argument.
3390 (remember-region): Remove autoload cookie. Improve docstring to
3391 mention that it is called from the *Remember* buffer, and does not
3392 have any functional overlap with the `remember' function.
3393 (remember-finalize): Remove autoload cookie. Rename from
3394 remember-buffer to emphasize that this does not have any
3395 functional overlap with the `remember' function.
3396 (remember-destroy): Remove autoload cookie.
3397 (remember-mode-map): Define and initialize in one step.
3398 (remember-mode): Improve docstring.
3399 (remember-annotation-functions): Default to just '(buffer-file-name),
3400 and don't try to take the default value from Planner.
3401
3402 2007-11-01 Glenn Morris <rgm@gnu.org>
3403
3404 * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
3405
3406 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
3407
3408 * emacs-lisp/authors.el (authors-scan-change-log)
3409 (authors-scan-el): Don't enable local eval; enable only safe local
3410 variables, without querying.
3411
3412 * mail/footnote.el (footnote-numeric-regexp)
3413 (footnote-english-upper-regexp, footnote-english-lower-regexp)
3414 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
3415 Match multi-character footnotes.
3416
3417 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
3418 (nroff-indent-line-function): New function.
3419 (nroff-count-text-lines): Use nroff-forward-text-line rather than
3420 obsolete alias.
3421
3422 2007-11-01 Ryan Yeske <rcyeske@gmail.com>
3423
3424 * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
3425 (rcirc-elapsed-lines): New argument PROCESS. Update callers.
3426 (rcirc-print): Only update the line count when not marking the
3427 line as omittable.
3428 (rcirc-log-write): Specify coding system when writing logfile.
3429 (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
3430
3431 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
3432
3433 * printing.el (printing): Fix :version, printing.el was included
3434 for in emacs-22.1.
3435 (pr-path-style, pr-path-alist, pr-txt-name)
3436 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
3437 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
3438 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
3439 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
3440 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
3441 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
3442 (pr-setting-database, pr-visible-entry-list)
3443 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
3444 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
3445
3446 * ediff-util.el (ediff-nuke-selective-display): Move definition to
3447 top level, make it dependent on the emacs flavor.
3448
3449 * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
3450 Test for XEmacs not for itimer.
3451
3452 * term/sun-mouse.el:
3453 * obsolete/sun-fns.el:
3454 * obsolete/sun-curs.el: Remove files.
3455
3456 * term/sun.el (select-previous-complex-command): Remove obsolete code.
3457
3458 2007-10-31 Tassilo Horn <tassilo@member.fsf.org>
3459
3460 * doc-view.el (doc-view-cache-directory): Fix bug where an integer
3461 was given to concat.
3462
3463 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3464
3465 * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
3466 used normally for goto-line. Change `g' to revert the buffer.
3467 Add redundant `r' binding for buffer-revert.
3468
3469 * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
3470 (mail-abbrevs-setup): Use abbrev-expand-functions.
3471 (build-mail-abbrevs): Use with-temp-buffer.
3472 (define-mail-abbrev): Simplify.
3473 (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
3474 Change it for use on abbrev-expand-functions.
3475 (mail-abbrev-complete-alias): Use with-syntax-table.
3476
3477 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
3478
3479 * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
3480 directly. Fix bug in deleting temp file.
3481
3482 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3483
3484 * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
3485 Merge defvar and define-abbrev-table.
3486 (def-python-skeleton): Use :case-fixed and :enable-function.
3487 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
3488 Remove.
3489 (python-mode): Don't modify pre-abbrev-expand-hook.
3490
3491 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3492
3493 * ediff-util.el (ediff-file-checked-out-p)
3494 (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
3495
3496 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 * abbrev.el (abbrev-symbol): Correct let->let*.
3499 (abbrev--before-point): Only use abbrev-start-location if before point.
3500
3501 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3502
3503 * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix.
3504 (strokes-unload-hook): Remove function and variable.
3505 (strokes-unload-function): New-style unload function, adapted
3506 from `strokes-unload-hook'.
3507
3508 * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
3509 (cl-unload-hook): Remove variable.
3510 (cl-unload-function): New-style unload function, adapted
3511 from `cl-cannot-unload'.
3512
3513 * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
3514 (elp-unload-function): New-style unload function, adapted
3515 from `elp-unload-hook'.
3516
3517 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
3518
3519 * emacs-lisp/find-func.el (find-library): Use library at
3520 point as default interactive argument.
3521
3522 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * shadowfile.el (shadow-join): Remove.
3525 (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
3526 (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
3527 (shadowfile-unload-hook): Remove function and variable.
3528 (shadowfile-unload-function): New-style unload function, adapted
3529 from `shadowfile-unload-hook'.
3530
3531 2007-10-31 Dan Nicolaescu <dann@ics.uci.edu>
3532
3533 * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
3534 only if it is bound.
3535
3536 * textmodes/reftex.el: Move autoloads for before all uses.
3537 (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
3538 (reftex-delete-overlay): Move to the top level with the condition
3539 in the body.
3540
3541 * progmodes/simula.el: Use when instead of if.
3542
3543 * iimage.el (iimage-locate-file): Define unconditionally.
3544
3545 * mail/mailabbrev.el (mail-abbrev-next-line):
3546 * emulation/vip.el (vip-enlarge-region, vip-line)
3547 (vip-next-line-at-bol, vip-previous-line)
3548 (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
3549 Wrap with-no-warnings around uses of next-line and previous-line.
3550
3551 * ediff.el (run-ediff-from-cvs-buffer):
3552 * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
3553 Remove function not used by pcl-cvs anymore.
3554 (noninteractive, generic-sc-get-latest-rev)
3555 (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
3556 Delete support for long obsolete generic-sc.el.
3557
3558 2007-10-31 Glenn Morris <rgm@gnu.org>
3559
3560 * cvs-status.el: No longer require pcvs when compiling.
3561
3562 * doc-view.el (doc-view-conversion-refresh-interval)
3563 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
3564 (doc-view-reset-slice): Doc fixes.
3565 (doc-view-menu): Remove deleted function doc-view-edit-doc.
3566
3567 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * help-at-pt.el (help-at-pt-unload-hook): Remove.
3570 Timers are automatically canceled by `unload-feature'.
3571
3572 * delsel.el (delsel-unload-hook): Remove function and variable.
3573 (delsel-unload-function): New-style unload function, adapted
3574 from `delsel-unload-hook'.
3575
3576 * msb.el (msb-unload-hook): Remove function and variable.
3577 (msb-unload-function): New-style unload function, adapted from
3578 `msb-unload-hook'.
3579
3580 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
3581
3582 * desktop.el (uniquify-managed): Pacify byte compiler.
3583 (desktop-buffer-info): If the buffer name is managed by uniquify,
3584 save the base name, not the uniquified one.
3585 (desktop-create-buffer): Allow `rename-buffer' to generate a new
3586 name in case of conflict.
3587
3588 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3589
3590 * doc-view.el: Use expand-file-name rather than concat.
3591 (doc-view-cache-directory): Add the UID so multiple users won't clash.
3592 (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
3593 (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
3594 (doc-view-toggle-display): Use an overlay over the whole buffer so as
3595 not to have to touch the buffer's content.
3596 (doc-view-initiate-display): New function, extracted from doc-view-mode.
3597 (doc-view-mode): Use it. Don't mark as a special mode.
3598 Put the page numbers in the modeline.
3599 Set up the overlay. Hide the cursor. Run the mode hook.
3600 Use after-revert-hook rather than revert-buffer-function.
3601 (doc-view-search-internal): Fix typo.
3602 (doc-view-convert-current-doc, doc-view-insert-image): Delay the
3603 image-cache flush.
3604 (doc-view-reconvert-doc): Don't reset the whole mode.
3605 (doc-view-make-safe-dir): New function.
3606 (doc-view-current-cache-dir): Use it.
3607
3608 2007-10-30 Jason Rumney <jasonr@gnu.org>
3609
3610 * time.el (display-time-world-list): Test for zoneinfo support.
3611
3612 2007-10-30 Michael Albinus <michael.albinus@gmx.de>
3613
3614 * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
3615
3616 * net/tramp-cache.el (tramp-flush-file-function): Check also
3617 `default-directory' if `buffer-file-name' does not return a
3618 string. Added to `eshell-pre-command-hook'.
3619
3620 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3621
3622 * doc-view.el (doc-view-current-doc): Remove.
3623 Replace all uses by buffer-file-name.
3624 (doc-view-menu): New menu.
3625 (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
3626 unused var `doc'.
3627 (doc-view-sort): Simplify.
3628 (doc-view-buffer-message): Don't change buffer-modified-p.
3629 (doc-view-mode): Change it here instead.
3630 Tighten scoping of prev-major-mode. Don't re-insert the file's content.
3631 Don't modify the global value of revert-buffer-function.
3632
3633 * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
3634 (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
3635 (image-toggle-display): Take overlays into account and don't assume
3636 point-min==1.
3637
3638 2007-10-30 Thien-Thi Nguyen <ttn@gnuvola.org>
3639
3640 * vc.el (vc-annotate): Fix omission bug:
3641 Specify value for vc-sentinel-movepoint.
3642
3643 2007-10-30 Michael Olson <mwolson@gnu.org>
3644
3645 * textmodes/remember.el (remember-mode-hook)
3646 (remember-handler-functions, remember-annotation-functions):
3647 Add additional items as options, including some Org functions.
3648
3649 2007-10-30 Tassilo Horn <tassilo@member.fsf.org>
3650
3651 * doc-view.el: Remove cl-dependency.
3652 (doc-view-buffer-message): Mention new binding K.
3653 (doc-view-convert-current-doc): Use function d-v-current-cache-dir
3654 instead of variable.
3655 (doc-view-current-cache-dir): Better cache dir naming.
3656 (doc-view-current-display): Remove variable.
3657 (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
3658 (doc-view-kill-proc): Set converter process to nil.
3659 (doc-view-minor-mode): New minor mode.
3660 (doc-view-minor-mode-map): New keymap.
3661 (doc-view-mode): Remove text/image switching code. Use plain defun.
3662 (doc-view-mode-map): New binding K kills converter process.
3663 Remove C-c C-e binding.
3664 (doc-view-mode-text-map): Remove keymap.
3665 (doc-view-pdf/ps->png): Timer calls d-v-display instead of
3666 d-v-display-maybe.
3667 (doc-view-previous-major-mode): New variable.
3668 (doc-view-ps->pdf): Resort args to make ps2pdf happy.
3669 (doc-view-remove-if): New function.
3670 (doc-view-search-next-match, doc-view-search-previous-match): Use it.
3671 (doc-view-toggle-display): Toggle modes instead of display styles.
3672 (doc-view-reconvert-doc): Adapt to new way of doing things.
3673
3674 * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
3675
3676 2007-10-30 Glenn Morris <rgm@gnu.org>
3677
3678 * dirtrack.el (dirtrack-mode): Doc fix.
3679
3680 * shell.el (shell-dirtrack-verbose, shell-mode)
3681 (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
3682
3683 * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
3684 (byte-compile-enable-warning): Doc fix.
3685
3686 * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
3687 suppress byte-opt warning.
3688
3689 2007-10-30 Dan Nicolaescu <dann@ics.uci.edu>
3690
3691 * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
3692 (edt-gnu-emacs19-p): Remove.
3693 (edt-emacs-variant, edt-window-system): Use feature 'emacs.
3694 (edt-xserver, edt-page-backward, edt-beginning-of-line)
3695 (edt-end-of-line-forward, edt-end-of-line-backward)
3696 (edt-one-word-forward, edt-one-word-backward, edt-character)
3697 (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
3698 (edt-find-forward, edt-find-backward, edt-find-next-forward)
3699 (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
3700 (edt-define-key, edt-bottom-check, edt-sentence-forward)
3701 (edt-sentence-backward, edt-paragraph-forward)
3702 (edt-paragraph-backward, edt-restore-key, edt-window-top)
3703 (edt-window-bottom, edt-scroll-window-forward-line)
3704 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3705 (edt-line-to-top-of-window, edt-paragraph-backward)
3706 (edt-restore-key, edt-window-top, edt-window-bottom)
3707 (edt-scroll-window-forward-line)
3708 (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
3709 (edt-line-to-middle-of-window, edt-goto-percentage)
3710 (edt-display-the-time, edt-remember, edt-split-window)
3711 (edt-emulation-on, edt-emulation-off)
3712 (edt-default-emulation-setup, edt-user-emulation-setup)
3713 (edt-select-default-global-map, edt-select-user-global-map):
3714 Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
3715 tests.
3716
3717 * textmodes/reftex-index.el (reftex-index-selection-or-word):
3718 Use feature test instead of boundp test so it can be resolved at
3719 compile time.
3720
3721 * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
3722
3723 2007-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * abbrev.el: Rename `count' and `system-flag' to :count and :system.
3726 Update all users.
3727 (abbrev-get, abbrev-put): Simplify.
3728 (define-abbrev): Don't store the `force' value in the :system property.
3729 (abbrev--before-point): Obey the :enable-function of the abbrev as well.
3730
3731 2007-10-30 Michael Olson <mwolson@gnu.org>
3732
3733 * desktop.el (desktop-minor-mode-table): Add line for ERC.
3734
3735 * textmodes/remember.el: New file that implements a mode for
3736 quickly jotting down things to remember.
3737
3738 * textmodes/remember-diary.el: A backend for remember.el that
3739 implements saving notes to a Diary file.
3740
3741 2007-10-29 Ken Manheimer <ken.manheimer@gmail.com>
3742
3743 * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
3744 Relocate in file.
3745 (allout-doublecheck-at-and-shallower): Increase to include
3746 slightly greater depths, since yank interaction is now ok.
3747 Also, elaborate the docstring to explain the situation.
3748 (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
3749 instead of concat, so we accommodate key sequences expressed as
3750 vectors as well as strings and lists.
3751 (allout-flag-region, allout-hide-by-annotation): Make the
3752 hidden-text overlays 'front-advance.
3753 (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
3754 (allout-aberrant-container-p, allout-on-current-heading-p)
3755 (allout-e-o-prefix-p, allout-next-heading)
3756 (allout-previous-heading, allout-goto-prefix)
3757 (allout-end-of-prefix, allout-next-sibling-leap)
3758 (allout-next-visible-heading, allout-auto-fill)
3759 (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
3760 (allout-yank-processing, allout-resolve-xref)
3761 (allout-current-topic-collapsed-p, allout-hide-region-body)
3762 (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
3763 (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
3764 (count-trailing-whitespace-region): Preserve match data, so allout
3765 outline navigation doesn't disrupt other Emacs operations.
3766 (allout-beginning-of-line): Retreat to the beginning of the hidden
3767 text, so fields are respected (for submodes that care).
3768 (allout-end-of-line): Preserve mark activation status when jumping.
3769 (allout-open-topic): Account for opening after a child that
3770 contains a hidden trailing newline. Preserve match data.
3771 Run allout-structure-added-hook
3772 (allout-encrypt-decrypted): Preserve match data.
3773 (allout-toggle-current-subtree-exposure): Add new interactive
3774 function for toggle subtree exposure - suggested by tassilo.
3775 (move-beginning-of-line, move-end-of-line): Don't use
3776 line-move-invisible-p, it's obsolete - substitute the code, instead.
3777
3778 2007-10-29 Dan Nicolaescu <dann@ics.uci.edu>
3779
3780 * textmodes/flyspell.el (message-signature-separator):
3781 * longlines.el (message-indent-citation-function): Pacify byte
3782 compiler.
3783
3784 * emacs-lisp/cl-loaddefs.el:
3785 * ldefs-boot.el: Regenerate.
3786
3787 * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
3788 (.el.elc, compile, compile-always, compile-calc)
3789 ($(lisp)/progmodes/cc-mode.elc): Use it.
3790
3791 * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
3792 Only do work for XEmacs.
3793 (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
3794 (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
3795 on XEmacs.
3796 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3797 (ps-x-color-name, ps-x-color-specifier-p)
3798 (ps-x-copy-coding-system, ps-x-device-class)
3799 (ps-x-extent-end-position, ps-x-extent-face)
3800 (ps-x-extent-priority, ps-x-extent-start-position)
3801 (ps-x-face-font-instance, ps-x-find-coding-system)
3802 (ps-x-font-instance-properties, ps-x-make-color-instance)
3803 (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
3804 (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
3805 (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
3806 (ps-generate-postscript-with-faces): Delete defaliases.
3807 (ps-face-foreground-name, ps-face-background-name)
3808 (ps-color-values, ps-face-bold-p, ps-face-italic-p):
3809 Move definitions to top level, make the body conditional on the Emacs
3810 flavor. Replace uses of deleted aliases and renamed functions.
3811 (ps-generate-postscript-with-faces, ps-color-device): Replace uses
3812 of deleted aliases and renamed functions.
3813
3814 * calc/calc.el (calc-emacs-type-lucid): Remove.
3815 (calc-digit-map, calcDigit-start, calc-read-key)
3816 (calc-clear-unread-commands):
3817 * calc/calc-ext.el (calc-user-key-map): Replace uses of
3818 calc-emacs-type-lucid with (featurep 'xemacs)
3819
3820 * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
3821 (featurep 'xemacs).
3822 (tpu-lucid-emacs19-p): Remove.
3823 (tpu-map-key): Make it a function instead of using fset. Inline
3824 tpu-emacs-map-key and tpu-lucid-map-key. Use featurep 'xemacs.
3825 (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
3826
3827 * ielm.el: Use featurep 'xemacs.
3828
3829 * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
3830 (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
3831 (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
3832 (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
3833 cperl-xemacs-p with (featurep 'xemacs).
3834 (font-lock-cache-position): Pacify byte compiler.
3835
3836 2007-10-29 Drew Adams <drew.adams@oracle.com>
3837
3838 * faces.el (read-color): New function.
3839 (face-at-point, foreground-color-at-point)
3840 (background-color-at-point): New functions.
3841
3842 2007-10-28 Richard Stallman <rms@gnu.org>
3843
3844 * net/browse-url.el (browse-url-text-xterm): Rename from
3845 browse-url-lynx-xterm and made generic.
3846 (browse-url-text-emacs): Likewise.
3847 (browse-url-text-browser): New variable.
3848 (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
3849 (browse-url-text-input-field, browse-url-text-input-attempts)
3850 (browse-url-kde-program): Likewise.
3851
3852 2007-10-29 Glenn Morris <rgm@gnu.org>
3853
3854 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
3855 Use mapc rather than mapcar (reinstall change deleted without log
3856 entry 2007-10-22).
3857
3858 2007-10-29 Martin Rudalics <rudalics@gmx.at>
3859
3860 * wdired.el (wdired-next-line, wdired-previous-line):
3861 Use next-line and previous-line wrapped in with-no-warnings.
3862
3863 2007-10-29 Ryan Yeske <rcyeske@gmail.com>
3864
3865 * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
3866 (rcirc-recent-quit-alist): New function.
3867 (rcirc): Print a better message when there is only one connected server.
3868 (rcirc-complete-nick): Do not update the nick table here.
3869 (rcirc-mode-map): Add M-o.
3870 (rcirc-current-line): Add variable.
3871 (rcirc-mode): Setup variables for line based omit.
3872 (rcirc-edit-multiline): Strip text properties.
3873 (rcirc-omit-responses): Add NICK.
3874 (rcirc-omit-threshold): Add variable.
3875 (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
3876 Add functions.
3877 (rcirc-print): Keep track of current line. Do not fill text if
3878 `rcirc-fill-flag' is null. Only omit text if the last activity
3879 from the sender is more than `rcirc-omit-threshold' lines ago.
3880 (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
3881 numbers instead of time.
3882 (rcirc-channel-nicks): Sort by line numbers instead of time.
3883 (rcirc-omit-mode): Add `...' when omitting text and recenter.
3884 (rcirc-handler-JOIN): Restore the joiners linestamp.
3885 (rcirc-maybe-remember-nick-quit): Add function.
3886 (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
3887
3888 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
3889
3890 * loadhist.el (unload-feature-special-hooks):
3891 Add `delete-frame-functions' and `suspend-tty-functions'.
3892
3893 * server.el (server-unload-function): Rename from `server-unload-hook'
3894 and adapt to new `unload-feature' functionality. Remove hook from
3895 `kill-buffer-hook' buffer-locally.
3896 (server-unload-hook): Remove.
3897 (server-unload-function): New var; replaces `server-unload-hook'.
3898
3899 2007-10-29 Glenn Morris <rgm@gnu.org>
3900
3901 * dirtrack.el (dirtrack-debug): Doc fix.
3902 (dirtrack-mode, dirtrack-debug-mode): New names for
3903 dirtrack-toggle and dirtrack-debug-toggle. Use define-minor-mode.
3904 (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
3905 Make obsolete.
3906 (dirtrack-debug-message): Only print message if
3907 dirtrack-debug-mode is non-nil. Use with-current-buffer.
3908 (dirtrack): Doc fix. Use dirtrack-mode rather than dirtrackp.
3909 Remove dirtrack-debug checks now that dirtrack-debug-message does this.
3910
3911 2007-10-28 Glenn Morris <rgm@gnu.org>
3912
3913 * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
3914 (byte-compile-warnings-safe-p): Handle `not'.
3915 (byte-compile-warning-enabled-p, byte-compile-disable-warning)
3916 (byte-compile-enable-warning): New functions.
3917 (byte-compile-eval-before-compile)
3918 (byte-compile-file-form-require): Use byte-compile-disable-warning.
3919 (byte-compile-close-variables): Locally bind byte-compile-warnings,
3920 but do not modify it.
3921 (byte-compile-eval, byte-compile-obsolete)
3922 (byte-compile-warn-about-unresolved-functions)
3923 (byte-compile-file-form-defvar)
3924 (byte-compile-file-form-custom-declare-variable)
3925 (byte-compile-file-form-require)
3926 (byte-compile-file-form-defmumble, byte-compile-lambda)
3927 (byte-compile-form, byte-compile-normal-call)
3928 (byte-compile-variable-ref, byte-compile-defvar)
3929 (byte-compile-make-variable-buffer-local):
3930 Use byte-compile-warning-enabled-p.
3931 * emacs-lisp/advice.el (ad-compile-function):
3932 Use byte-compile-disable-warning.
3933 * emacs-lisp/cl.el: Move local variables to end of file, and set
3934 byte-compile-warnings to `(not cl-functions)'.
3935 * emacs-lisp/cl-compat.el: Add a local variables section, and set
3936 byte-compile-warnings to `(not cl-functions)'.
3937 * emacs-lisp/cl-macs.el: Unify local variable section, and set
3938 byte-compile-warnings to `(not cl-functions)'.
3939 (cl-do-proclaim): Use byte-compile-disable-warning and
3940 byte-compile-enable-warning.
3941 * emacs-lisp/cl-seq.el: Unify local variable section, and set
3942 byte-compile-warnings to `(not cl-functions)'.
3943 * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
3944 Use byte-compile-disable-warning.
3945
3946 2007-10-28 Dan Nicolaescu <dann@ics.uci.edu>
3947
3948 * cus-edit.el (custom-browse-insert-prefix):
3949 * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
3950
3951 2007-10-28 Juanma Barranquero <lekktu@gmail.com>
3952
3953 * server.el (server-process-filter): Fix typo in docstring.
3954 (server-log): Reflow docstrings.
3955 (server-delete-client, server-kill-emacs-query-function): Doc fixes.
3956 (server-goto-line-column): Use `when'.
3957
3958 2007-10-28 Juri Linkov <juri@jurta.org>
3959
3960 * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
3961 when mouse is clicked on the isearch message.
3962 (isearch-resume): Call `isearch-update' at the end.
3963 Rename argument `search' to `string' to conform to the
3964 isearch terminology.
3965
3966 2007-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 Rewrite abbrev.c in Elisp.
3969 * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
3970 (abbrev-table-get, abbrev-table-put, abbrev-get)
3971 (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
3972 (define-abbrev, abbrev--check-chars, define-global-abbrev)
3973 (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
3974 (abbrev-expansion, abbrev--before-point, expand-abbrev)
3975 (unexpand-abbrev, abbrev--write, abbrev--describe)
3976 (insert-abbrev-table-description, define-abbrev-table):
3977 New funs, largely transcribed from abbrev.c.
3978 (abbrev-with-wrapper-hook): New macro.
3979 (abbrev-table-name-list, global-abbrev-table)
3980 (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
3981 (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
3982 (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
3983 (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
3984 New vars, largely transcribed from abbrev.c.
3985 * cus-edit.el (abbrev-mode): Remove. Move to abbrev.el.
3986 * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
3987 * loadup.el: Load "abbrev.el" before "lisp-mode.el".
3988
3989 2007-10-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3990
3991 * ps-print.el: Now detect if text foreground and background colors are
3992 equal and replace the foreground color by another color, so the text
3993 becomes visible. Doc fix.
3994 (ps-print-version): New version 6.8.
3995 (ps-default-fg, ps-default-bg): Docstring fix.
3996 (ps-postscript-code-directory): Fix default value code.
3997 (ps-fg-list, ps-fg-validate-p): New options.
3998 (ps-foreground-list): New var.
3999 (ps-setup, ps-begin-job, ps-plot-region): Fix code.
4000
4001 2007-10-27 Glenn Morris <rgm@gnu.org>
4002
4003 * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
4004 (shell-dirtrack-toggle): Mark as obsolete.
4005 (dirtrack-toggle, dirtrack-mode): No longer alias to
4006 shell-dirtrack-mode.
4007
4008 2007-10-27 Jay Belanger <jay.p.belanger@gmail.com>
4009
4010 * calc/calc.el (math-standard-opers): Lower the precedence
4011 of negation.
4012 * calc/calc-lang.el (math-oper-table): Lower precedence of
4013 negation for C, TeX, and eqn.
4014
4015 2007-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4016
4017 * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
4018
4019 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
4020
4021 * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
4022 (desktop-not-loaded-hook): Fix :version tags.
4023
4024 2007-10-27 Michael Albinus <michael.albinus@gmx.de>
4025
4026 * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
4027 (tramp-get-remote-tmpdir): New defun.
4028 (tramp-make-tramp-temp-file): Use it.
4029 (tramp-local-call-process): New defun. Replace all calls of
4030 `call-process' by this when appropriate.
4031 (tramp-handle-write-region): Replace calls of `file-attributes' by
4032 `tramp-compat-file-attributes'.
4033 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4034 Make the first command a `tramp-send-command' call, with let-bind
4035 of `tramp-end-of-output'.
4036 (tramp-version, tramp-bug, tramp-reporter-dump-variable)
4037 (tramp-load-report-modules, tramp-append-tramp-buffers):
4038 Move to tramp-cmds.el.
4039
4040 * net/tramp-fish.el (tramp-fish-handle-copy-file)
4041 (tramp-fish-do-copy-or-rename-file)
4042 (tramp-fish-do-copy-or-rename-file-directly):
4043 * net/tramp-smb.el (tramp-smb-handle-copy-file):
4044 Add parameter PRESERVE-UID-GID.
4045
4046 2007-10-27 Eli Zaretskii <eliz@gnu.org>
4047
4048 * time.el (zoneinfo-style-world-list, legacy-style-world-list):
4049 New defcustoms.
4050 (display-time-world-list): Use them as appropriate for the current
4051 value of `system-type'.
4052
4053 2007-10-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4054
4055 * printing.el: Pacify byte compiler, that is, no compiler warnings.
4056 Move (again) some variable definitions before use, define some fun
4057 aliases, no code change.
4058 (pr-version): New version 6.9.2.
4059 (pr-path-style, pr-auto-region, pr-menu-char-height)
4060 (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
4061 (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
4062 via (defvar VAR).
4063 (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
4064 (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
4065 (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
4066 (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
4067 (pr-f-set-keymap-parents, pr-keep-region-active): Fun aliases.
4068 (pr-menu-print-item, pr-ps-printer-menu-modified)
4069 (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
4070 (pr-even-or-odd-alist): Vars definition moved.
4071
4072 2007-10-26 Dan Nicolaescu <dann@ics.uci.edu>
4073
4074 * emulation/pc-select.el (next-line-mark, next-line-nomark)
4075 (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
4076 around uses of previous-line and next-line.
4077
4078 * diff.el (diff-old-file, diff-new-file, diff-extra-args):
4079 New defvars.
4080
4081 * textmodes/css-mode.el (comment-continue):
4082 * net/browse-url.el (url-handler-regexp):
4083 * progmodes/idlw-help.el (idlwave-system-routines):
4084 Pacify byte-compiler.
4085
4086 * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
4087 line-move-invisible-p with its former definition: invisible-p.
4088 line-move-invisible-p was removed on 2007-08-29.
4089
4090 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * files.el (kill-emacs-query-functions): Doc fix;
4093 `save-buffers-kill-emacs' is no longer bound to a key.
4094
4095 2007-10-26 Richard Stallman <rms@gnu.org>
4096
4097 * isearch-multi.el (isearch-buffers-multi): New option.
4098 (isearch-buffers-search-fun): Test it.
4099
4100 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
4101 Put ps-run-clear on C-c C-l.
4102
4103 * newcomment.el (comment-styles): New style indent-or-triple.
4104 (comment-style): Make that the default.
4105 (comment-add defvar): Doc fix.
4106 (comment-add): Delete arg EXTRA.
4107 (comment-region-default): Open code call to comment-add.
4108 Handle indent-or-triple style which uses `multi-char' for INDENT.
4109
4110 2007-10-26 Juanma Barranquero <lekktu@gmail.com>
4111
4112 * eshell/em-unix.el (nil-blank-string): Doc fix.
4113
4114 2007-10-26 John Wiegley <johnw@newartisans.com>
4115
4116 * eshell/em-unix.el (eshell/diff): Before calling the `diff'
4117 function, ensure that the third argument is turned into a nil if
4118 the string is otherwise completely empty (either no characters, or
4119 all tabs/spaces). This fixes a bug from a user who found himself
4120 unable to customize `diff-switches' and still use Eshell's diff
4121 command.
4122
4123 2007-10-26 Glenn Morris <rgm@gnu.org>
4124
4125 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
4126 safe-local-variable property.
4127
4128 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
4129
4130 * net/browse-url.el (browse-url-browser-function): Delete grail.
4131 (browse-url-grail): Function and variable deleted.
4132 (browse-url-browser-function): Delete IXI Mosaic.
4133 (browse-url-default-browser): Don't try IXI Mosaic.
4134 (browse-url-iximosaic): Function deleted.
4135 (browse-url-browser-function): Delete MMM.
4136 (browse-url-default-browser): Don't try MMM.
4137 (browse-url-mmm): Function deleted.
4138
4139 2007-10-26 Drew Adams <drew.adams@oracle.com>
4140
4141 * custom.el (custom-note-var-changed): New function.
4142
4143 2007-10-25 Dan Nicolaescu <dann@ics.uci.edu>
4144
4145 * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
4146 use with the definition. Remove.
4147
4148 * add-log.el (change-log-start-entry-re): New defconst.
4149 (change-log-sortable-date-at): Use it.
4150 (change-log-beginning-of-defun, change-log-end-of-defun):
4151 New functions.
4152 (change-log-mode): Use them for beginning-of-defun-function and
4153 end-of-defun-function.
4154
4155 2007-10-25 Jonathan Yavner <jyavner@member.fsf.org>
4156
4157 * ses.el: Make `ses--symbolic-formulas' a safe local variable.
4158 (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
4159 (ses-recalculate-cell): Deal with point being just beyond end of
4160 data area (why does this happen?)
4161 (ses-set-curcell): Ditto.
4162 (ses-column-letter): Handle columns beyond 702. Code written by
4163 Gareth Rees.
4164
4165 2007-10-25 Carsten Dominik <dominik@science.uva.nl>
4166
4167 * textmodes/org.el (org-agenda-get-restriction-and-command):
4168 Use `mapc' instead of `mapcar'.
4169 (org-agenda-list): Numeric prefix argument can specify the number
4170 of days.
4171 (remember-register, remember-buffer): Prevent byte compiler from
4172 complaining.
4173 (org-todo): Save and restore match data.
4174 (org-no-warnings): New macro.
4175 (org-columns-eval): Use `org-no-warnings'.
4176
4177 2007-10-25 Chris Moore <christopher.ian.moore@gmail.com>
4178
4179 * comint.el (comint-password-prompt-regexp):
4180 Handle `[sudo] password'-style prompt.
4181
4182 2007-10-25 Glenn Morris <rgm@gnu.org>
4183
4184 * custom.el (custom-declare-variable): Add :risky and :safe keywords.
4185 (defcustom): Doc fix.
4186
4187 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
4188 Add `non_intrinsic'.
4189 (f90-constants-re): Add ieee modules.
4190 (f90-typedef-matcher, f90-typedec-matcher)
4191 (f90-imenu-type-matcher): New functions.
4192 (f90-font-lock-keywords-1): Give module procedures function-name face.
4193 Use `f90-typedef-matcher' for derived types. Fix `abstract interface'.
4194 Add `use, intrinsic'.
4195 (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
4196 Move start of `enum' blocks to separate entry.
4197 (f90-start-block-re): Fix `type', `abstract interface'.
4198 (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
4199 derived types.
4200 (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
4201 `elemental', change `enumerator'.
4202 (f90-no-block-limit): Fix `abstract interface'.
4203
4204 * progmodes/f90.el (f90-indented-comment-re)
4205 (f90-directive-comment-re, f90-break-delimiters):
4206 * progmodes/fortran.el (fortran-comment-line-start-skip)
4207 (fortran-directive-re):
4208 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
4209 as safe if they are strings.
4210
4211 2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * startup.el (window-system): Remove. Don't make it frame-local.
4214
4215 2007-10-24 Richard Stallman <rms@gnu.org>
4216
4217 * savehist.el (savehist-save): Omit unreadable elements.
4218
4219 * loadhist.el (unload-function-defs-list): Rename from
4220 unload-function-features-list.
4221 (unload-feature-special-hooks, unload-feature): Doc fixes.
4222
4223 * indent.el (indent-to-left-margin): If point's in the indentation,
4224 move to the end of the indentation.
4225
4226 * cus-edit.el (customize-changed-options): Make arg optional.
4227
4228 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
4231
4232 2007-10-24 Dan Nicolaescu <dann@ics.uci.edu>
4233
4234 * textmodes/org-publish.el (org-publish-attachment): Re-install
4235 accidentally deleted change.
4236
4237 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4238
4239 * term/iris-ansi.el (iris-function-map): Move init into declaration.
4240
4241 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
4242
4243 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
4244 (Buffer-menu-mode-map): Initialize in the declaration.
4245 (Buffer-menu-mode): Define with `define-derived-mode'.
4246
4247 2007-10-24 Carsten Dominik <dominik@science.uva.nl>
4248
4249 * textmodes/org.el (org-version): Change to 5.13e.
4250 (org-agenda-file-regexp): Fix typo in docstring.
4251 (org-add-planning-info): Fix bug in parenthesis settings.
4252 (org-scan-tags): Catch the case of indirect buffers with no filename.
4253 (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
4254 Re-install switch to mapc, had been removed by accident.
4255 (org-columns-map): New binding `C-c C-o'.
4256 (org-columns-menu): Change menu text and added new entry.
4257 (org-columns-eval): Document the use of `next-line'.
4258 (org-columns-open-link): New function.
4259 (org-columns-follow-link): Remove function.
4260 (org-open-link-from-string): New function.
4261 (org-read-date-get-relative): Fix typo in docstring.
4262 (org-read-date-get-relative): Leading +/- is not optional.
4263 (org-agenda-get-restriction-and-command): Always resize window on
4264 first loop cycle.
4265 (org-agenda-open-link): Make sure the link abbreviations are
4266 present in the agenda buffer.
4267 (org-agenda-copy-local-variable): New function.
4268
4269 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
4272
4273 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * simple.el (reindent-then-newline-and-indent): Use a `move after
4276 insert' kind of marker in the save-excursion.
4277
4278 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * textmodes/css-mode.el: Require CL.
4281 (comment-continue): Declare.
4282
4283 * subr.el (make-variable-frame-localizable): Remove.
4284 (make-variable-frame-local): Mark obsolete.
4285
4286 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
4289 of the subdirs is unreadable.
4290
4291 2007-10-23 Michael Albinus <michael.albinus@gmx.de>
4292
4293 * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
4294 when we are local.
4295
4296 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
4297
4298 * progmodes/python.el (python-current-defun): Remove left-over
4299 assignment to `start'.
4300
4301 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4302
4303 * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
4304 than `mapcar'; return value is not used.
4305
4306 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4307
4308 * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
4309 (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
4310
4311 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
4314 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
4315
4316 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4317
4318 * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
4319
4320 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
4321
4322 * emacs-lisp/advice.el (ad-make-advised-docstring):
4323 Add ad-advice-info text property to doc string.
4324
4325 2007-10-23 Glenn Morris <rgm@gnu.org>
4326
4327 * progmodes/f90.el (f90-do-indent, f90-if-indent)
4328 (f90-type-indent, f90-program-indent, f90-associate-indent)
4329 (f90-continuation-indent, f90-comment-region)
4330 (f90-beginning-ampersand, f90-smart-end)
4331 (f90-break-before-delimiters, f90-auto-keyword-case)
4332 (f90-leave-line-no, f90-mode-hook):
4333 Give an appropriate safe-local-variable property.
4334
4335 * progmodes/fortran.el (fortran-tab-mode-default)
4336 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
4337 (fortran-structure-indent, fortran-continuation-indent)
4338 (fortran-comment-indent, fortran-comment-line-extra-indent)
4339 (fortran-comment-line-start)
4340 (fortran-minimum-statement-indent-fixed)
4341 (fortran-minimum-statement-indent-tab)
4342 (fortran-comment-indent-char, fortran-line-number-indent)
4343 (fortran-check-all-num-for-matching-do)
4344 (fortran-blink-matching-if, fortran-continuation-string)
4345 (fortran-comment-region, fortran-electric-line-number)
4346 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
4347 (fortran-analyze-depth, fortran-break-before-delimiters):
4348 Give an appropriate safe-local-variable property.
4349
4350 2007-10-23 Dan Nicolaescu <dann@ics.uci.edu>
4351
4352 * printing.el: Move variable definitions before use.
4353 (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
4354
4355 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
4358 (tpu-edt-off): Use it.
4359 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
4360 the global-map before adding it to global-map.
4361
4362 * menu-bar.el (global-buffers-menu-map): New var.
4363 (global-map, menu-bar-update-buffers): Use it.
4364 * msb.el (msb-menu-bar-update-buffers): Use it.
4365 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
4366 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
4367 Use with-current-buffer.
4368
4369 2007-10-22 Juri Linkov <juri@jurta.org>
4370
4371 * isearch-multi.el: New file.
4372
4373 * isearch.el (isearch-search-string): After finding the next
4374 occurrence switch to buffer isearch-buffers-current-buffer when
4375 isearch-buffers-next-buffer-function is non-nil and
4376 isearch-buffers-current-buffer is live.
4377
4378 * add-log.el (change-log-mode): Make and set buffer-local variable
4379 isearch-buffers-next-buffer-function to change-log-next-buffer.
4380 Call isearch-buffers-minor-mode.
4381 (change-log-next-buffer): New function.
4382
4383 2007-10-22 Bastien Guerry <Bastien.Guerry@ens.fr>
4384
4385 * org-export-latex.el (org-export-latex-protect-string):
4386 Renaming of `org-latex-protect'.
4387 (org-export-latex-emphasis-alist): By default, don't protect
4388 any emphasis formatter from further conversion.
4389 (org-export-latex-tables): Honor column grouping for tables.
4390 (org-export-latex-title-command): New option.
4391 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
4392 export backslash character.
4393
4394 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4395
4396 * textmodes/org.el (org-read-date-get-relative): New function.
4397 (org-agenda-file-regexp): New variable.
4398 (org-agenda-files): Allow directories in the variable.
4399 (org-agenda-get-restriction-and-command): New function.
4400 (org-agenda): Use `org-agenda-get-restriction-and-command'.
4401 (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
4402 (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
4403 New functions.
4404 (org-entry-add-to-multivalued-property)
4405 (org-entry-remove-from-multivalued-property)
4406 (org-entry-member-in-multivalued-property): New functions.
4407 (org-remember-apply-template): Catch C-g and make sure window
4408 configuration is restored.
4409 (org-agenda-open-link): Make it work with several links in the line.
4410 (org-drawers, org-set-regexps-and-options)
4411 (org-get-current-options): Add support for a DRAWERS in-buffer option.
4412 (org-agenda-window-frame-fractions): New option.
4413 (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
4414 (org-columns-cleanup-item, org-find-entry-with-id)
4415 (org-insert-columns-dblock, org-listtable-to-string)
4416 (org-dblock-write:columnview, org-columns-capture-view)
4417 (org-edit-headline): New functions.
4418 (org-agenda-to-appt): Require calendar.
4419 (org-entry-get-with-inheritance): Widen for search.
4420 (org-columns-display-here): Don't mark buffer as modified when
4421 adding space characters to accomodate column overlays.
4422 (org-export-as-html): Better formatting of tags in the toc.
4423 (org-columns-display-here): Make the ITEM column as compact as possible.
4424 (org-remember-templates): Customization interface improved.
4425 (org-export-with-property-drawer): Variable removed.
4426 (org-export-with-drawers): New option.
4427 (org-complex-heading-regexp): New variable.
4428 (org-sort-entries): Rewrite using `sort-subr'.
4429 (org-set-property): More appropriate completion during interactive use.
4430 (org-sort-entries): Allow sorting by property.
4431 (org-additional-option-like-keywords): Add more values.
4432 (org-sort-entries-or-items): Rename from `org-sort-entries'.
4433
4434 2007-10-22 Carsten Dominik <dominik@science.uva.nl>
4435
4436 * textmodes/org.el (org-get-date-from-calendar): New function.
4437 (org-at-timestamp-p, org-timestamp-change)
4438 (org-remember-templates): First element of each entry is now a
4439 name for the template.
4440 (org-store-log-note): Check for `org-note-abort'.
4441 (org-kill-note-or-show-branches): New command.
4442 (org-fontify-priorities): New option.
4443 (org-fontify-priorities): New function.
4444 (org-cut-subtree, org-copy-subtree): New argument N to
4445 act on N sequential subtrees.
4446 (org-paste-subtree): Fix the level at which a tree is pasted.
4447 (org-fit-agenda-window): Limitations on window size removed.
4448 (org-agenda-find-same-or-today-or-agenda): Rename from
4449 `org-agenda-find-today-or-agenda'.
4450 (org-scheduled-past-days): New option.
4451 (org-agenda-scheduled-leaders)
4452 (org-agenda-deadline-leaders): New options.
4453 (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
4454 (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
4455 (org-export-with-tags, org-export-plist-vars)
4456 (org-infile-export-plist): New "tags" option.
4457 (org-use-property-inheritance): New option.
4458 (org-cached-entry-get): Use `org-use-property-inheritance'.
4459 (org-remember-apply-template): Fix typo.
4460
4461 2007-10-22 Michael Albinus <michael.albinus@gmx.de>
4462
4463 * net/tramp.el (tramp-find-shell)
4464 (tramp-open-connection-setup-interactive-shell): Improve sending
4465 initial commands.
4466 (tramp-action-terminal): Send debug message.
4467 (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
4468 (tramp-barf-if-no-shell-prompt): Insert code of
4469 `tramp-wait-for-shell-prompt'.
4470
4471 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
4472
4473 * term/AT386.el (terminal-init-AT386): Use input-decode-map.
4474
4475 * term/vt200.el (terminal-init-vt200):
4476 * term/vt201.el (terminal-init-vt201):
4477 * term/vt220.el (terminal-init-vt220):
4478 * term/vt240.el (terminal-init-vt240):
4479 * term/vt300.el (terminal-init-vt300):
4480 * term/vt320.el (terminal-init-vt320):
4481 * term/vt400.el (terminal-init-vt400):
4482 * term/vt420.el (terminal-init-vt420): Use input-decode-map.
4483
4484 * term/wyse50.el (wyse50-terminal-map): New var.
4485 (terminal-init-wyse50): Use it and input-decode-map.
4486 (enable-arrow-keys): Emasculate.
4487
4488 * term/tvi970.el (tvi970-terminal-map): New var.
4489 (terminal-init-tvi970): Use it and input-decode-map.
4490 (tvi970-keypad-numeric): Remove.
4491 (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
4492
4493 * term/sun.el (sun-raw-prefix): Fill as part of declaration.
4494 (terminal-init-sun): Use it and input-decode-map.
4495
4496 * term/news.el (terminal-init-news):
4497 * term/lk201.el (terminal-init-lk201):
4498 * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
4499
4500 2007-10-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
4501
4502 * complete.el (PC-expand-many-files): Remove.
4503 (PC-do-completion): Call file-expand-wildcards instead of
4504 PC-expand-many-files.
4505
4506 * net/tramp.el (tramp-handle-expand-many-files): Remove.
4507 (PC-expand-many-files): Remove advice.
4508
4509 2007-10-22 Glenn Morris <rgm@gnu.org>
4510
4511 * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
4512 Add some support for Fortran 2003 syntax:
4513 (f90-type-indent): Now also applies to `enum'.
4514 (f90-associate-indent): New user option.
4515 (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
4516 Add some F2003 keywords.
4517 (f90-constants-re): New constant.
4518 (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
4519 Interface'.
4520 (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
4521 `class'. Arguments for `type'/`class' may have spaces. Add a new
4522 element for functions with specified types. Add `end enum' and
4523 `select type'. Add `implicit enumerator' and `procedure'.
4524 Add `class default' and `type is', `class is'. Fix `go to' regexp.
4525 (f90-font-lock-keywords-3): Add `asynchronous' attribute.
4526 (f90-font-lock-keywords-4): Add `f90-constants-re'.
4527 (f90-blocks-re): Add `enum' and `associate'.
4528 (f90-else-like-re): Add `class is', `type is', and `class default'.
4529 (f90-end-type-re): Add `enum'.
4530 (f90-end-associate-re, f90-typeis-re): New constants.
4531 (f90-end-block-re): Add `enum' and `associate'. Change from
4532 optional whitespace to end-of-word, to avoid `enumerator'.
4533 (f90-start-block-re): Add `select type', `abstract interface', and
4534 `enum'. Avoid `type is', and `type (sometype)'.
4535 (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
4536 (f90-mode): Doc fix.
4537 (f90-looking-at-select-case): Doc fix. Add `select type'.
4538 (f90-looking-at-associate): New function.
4539 (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
4540 Add `enum' and `abstract interface'.
4541 (f90-no-block-limit): Add `select type' and `abstract interface'.
4542 (f90-get-correct-indent, f90-calculate-indent)
4543 (f90-end-of-block, f90-beginning-of-block, f90-next-block)
4544 (f90-indent-region, f90-match-end): Handle `associate' blocks.
4545
4546 2007-10-22 Martin Rudalics <rudalics@gmx.at>
4547
4548 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
4549 Use window-full-width-p.
4550
4551 2007-10-22 Dan Nicolaescu <dann@ics.uci.edu>
4552
4553 * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
4554
4555 * tooltip.el: Use featurep 'xemacs.
4556
4557 * printing.el: Move variable definitions before use, no code change.
4558
4559 2007-10-22 Juri Linkov <juri@jurta.org>
4560
4561 * simple.el (goto-history-element): Allow minibuffer-default to be
4562 a list of default values accessible by typing M-n in the minibuffer.
4563
4564 * dired-x.el (dired-guess-shell-command): Put all guesses to the
4565 minibuffer default value list instead of pushing them temporarily
4566 to the history list.
4567
4568 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4569
4570 * hexl.el (hexl-menu): New major mode menu.
4571
4572 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4573
4574 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
4575
4576 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4577
4578 * w32-fns.el (w32-quote-process-args):
4579 * dos-w32.el (print-region-function, lpr-headers-switches)
4580 (ps-print-region-function): Pacify byte-compiler.
4581
4582 * emulation/edt-mapper.el (function-key-map):
4583 (edt-map-key): Make it a function instead of using fset.
4584 Inline edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
4585 (edt-gnu-map-key, edt-lucid-map-key): Remove.
4586 (edt-x-emacs-p): Remove.
4587 (edt-emacs-variant, edt-window-system, edt-xserver):
4588 Use featurep 'xemacs.
4589
4590 * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
4591 Replace eudc-xemacs-p with its definition.
4592 (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
4593 (eudc-emacs-mule-p): Remove.
4594 (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
4595 eudc-xemacs-p with feature tests.
4596
4597 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
4598 (eudc-bob-url-keymap, eudc-bob-sound-keymap)
4599 (eudc-bob-generic-keymap, eudc-bob-popup-menu)
4600 (eudc-bob-toggle-inline-display):
4601 * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
4602 Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
4603
4604 * net/eudcb-ph.el (eudc-ph-open-session):
4605 Replace eudc-xemacs-mule-p with its former definition.
4606
4607 * progmodes/octave-mod.el (octave-xemacs-p): Remove.
4608 (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
4609
4610 * progmodes/vera-mode.el (vera-xemacs): Remove.
4611 (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
4612
4613 * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
4614 (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
4615 (vhdl-speedbar-initialize, vhdl-ps-print-init)
4616 (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
4617 (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
4618 with (featurep 'xemacs).
4619
4620 * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
4621 (save-buffer-state-x):
4622 * obsolete/fast-lock.el (fast-lock-verbose):
4623 * emulation/viper-init.el (viper-xemacs-p)
4624 (viper-cond-compile-for-xemacs-or-emacs):
4625 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
4626 * ps-print.el (case-fold-search):
4627 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
4628 * calculator.el (calculator-help): Use featurep 'xemacs.
4629
4630 * progmodes/prolog.el: Undo previous change.
4631 (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
4632
4633 * progmodes/dcl-mode.el:
4634 * play/yow.el:
4635 * calendar/todo-mode.el:
4636 * calendar/cal-hebrew.el:
4637 * vc-hg.el: Undo previous change.
4638
4639 * vms-patch.el: Likewise.
4640 (print-region-function): Pacify byte-compiler.
4641
4642 2007-10-21 Michael Albinus <michael.albinus@gmx.de>
4643
4644 * files.el (backup-buffer-copy): Call `copy-file' with non-nil
4645 preserve-uid-gid.
4646
4647 * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
4648 compatibility. It is not used, though.
4649
4650 * net/tramp.el (top): Put load of all tramp-* files into a dolist.
4651 Require tramp-cmds.el.
4652 (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
4653 (tramp-handle-file-name-all-completions): Expand DIRECTORY.
4654 (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
4655 (tramp-do-copy-or-rename-file-out-of-band)
4656 (tramp-maybe-open-connection): Use `make-temp-name'. This is
4657 possible, because we don't need to create the temporary file, but
4658 we need a prefix for ssh, which has its own temporary file handling.
4659 (tramp-handle-delete-directory): Add "-f" to rmdir.
4660 (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
4661 (tramp-handle-insert-file-contents): Don't raise a tramp-error but
4662 a signal, in order to give the callee a chance to suppress.
4663 (tramp-handle-write-region): Set owner also in case of short
4664 track. Don't use compatibility calls for `write-region' anymore.
4665 (tramp-clear-passwd): Add parameter VEC. Adapt all callees.
4666 (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
4667
4668 * net/tramp-cmds.el: New file.
4669
4670 * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
4671 `tramp-clear-passwd'.
4672
4673 * net/trampver.el: Update release number.
4674
4675 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4676
4677 * progmodes/gud.el (gud-target-name): Move definition before use.
4678
4679 * progmodes/dcl-mode.el: Require imenu at compile time.
4680
4681 * progmodes/cc-engine.el (c-maybe-stale-found-type):
4682 Pacify byte-compiler.
4683
4684 * obsolete/fast-lock.el: Use featurep test instead of string-match.
4685
4686 * eshell/esh-mode.el (eshell-handle-ansi-color):
4687 Require ansi-color at compile time too.
4688
4689 * eshell/em-unix.el (eshell/info): Require info at compile time too.
4690
4691 * w32-fns.el: Require w32-vars.
4692
4693 * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
4694 time too.
4695
4696 2007-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * double.el ([ignore]): Use `ignore'.
4699 (double-setup): Inline into double-mode.
4700 (double-mode): Use define-minor-mode.
4701
4702 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
4703
4704 * textmodes/reftex.el: Move require easymenu before first use.
4705 (reftex-info): Require info at compile too.
4706
4707 * textmodes/org-publish.el (org-publish-org-to-html)
4708 (org-publish-org-to): Require org at compile time too.
4709 (org-publish-attachment): Require at compile time too.
4710
4711 * term/tty-colors.el (w32-tty-standard-colors):
4712 Pacify byte-compiler.
4713
4714 * term/pc-win.el (frame-creation-function-alist): Add to this
4715 instead of setting frame-creation-function.
4716
4717 * play/blackbox.el (bb-up, bb-down): Use forward-line.
4718
4719 * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
4720
4721 * calendar/todo-mode.el: Require calendar at compile time.
4722
4723 * calendar/cal-hebrew.el: Require holidays at compile time.
4724
4725 * w32-vars.el: Provide w32-vars.
4726
4727 * term/w32-win.el: Require w32-vars.
4728 (w32-color-map): Pacify byte-compiler.
4729
4730 * loadup.el: Load w32-vars before term/w32-win.
4731
4732 2007-10-20 Juri Linkov <juri@jurta.org>
4733
4734 * textmodes/fill.el (fill-paragraph): When the region is active,
4735 don't try other `or' branches regardless of the value returned by
4736 fill-region; just return t.
4737
4738 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4739
4740 * vc.el (vc-do-command): Condition out a misleading message when
4741 running asynchronously.
4742 (vc-deduce-fileset): New argument enables using an unregistered
4743 visited file as a singleton fileset if nothing else is available.
4744 (vc-next-action): Restore file-registering behavior.
4745
4746 2007-10-20 Jay Belanger <jay.p.belanger@gmail.com>
4747
4748 * calc/README: Add recent news.
4749
4750 2007-10-20 Dan Nicolaescu <dann@ics.uci.edu>
4751
4752 * term/x-win.el (x-gtk-stock-map, icon-map-list)
4753 (x-gtk-map-stock): Delete duplicated definitions from merge.
4754
4755 * progmodes/compile.el (compilation-skip-to-next-location)
4756 (compilation-skip-threshold, compilation-skip-visited):
4757 Move definitions earlier.
4758
4759 * play/decipher.el (decipher-keypress):
4760 * play/zone.el (zone-fall-through-ws):
4761 * play/landmark.el (lm-move-down, lm-move-up):
4762 * play/handwrite.el (handwrite):
4763 * mail/mspools.el (mspools-visit-spool):
4764 * wdired.el (wdired-next-line, wdired-previous-line):
4765 * tar-mode.el (tar-subfile-save-buffer):
4766 * scroll-lock.el (scroll-lock-next-line)
4767 (scroll-lock-previous-line):
4768 * image-dired.el (image-dired-next-line)
4769 (image-dired-previous-line):
4770 * ediff-help.el (ediff-help-message-line-length):
4771 Use forward-line.
4772
4773 * smerge-mode.el (smerge-auto-refine):
4774 * diff-mode.el (diff-auto-refine): Add :group.
4775
4776 * play/yow.el: Require doctor at compile time.
4777
4778 * vmsproc.el: Provide vmsproc.
4779 (command-send-input): Use forward-line.
4780
4781 * vms-patch.el: Require ps-print and vmsproc at compile time.
4782
4783 * vc-mtn.el (log-view-message-re, log-view-file-re)
4784 (log-view-font-lock-keywords): Pacify byte-compiler.
4785
4786 * vc-hg.el: Require log-view at compile time.
4787
4788 2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
4789
4790 * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
4791
4792 2007-10-20 Glenn Morris <rgm@gnu.org>
4793
4794 * progmodes/f90.el (f90-font-lock-keywords-2)
4795 (f90-looking-at-type-like): Fix regexp typos.
4796
4797 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4798
4799 * bs.el (bs--track-window-changes): Don't refresh the whole list.
4800 (bs-mode): Set mode-class property to special.
4801
4802 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4803
4804 * diff-mode.el (diff-auto-refine): New var.
4805 (diff-hunk): Use it.
4806 (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
4807 (diff-refine-change): Rename from diff-fine-change. Change it.
4808 (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
4809 (diff-refine-hunk): Rename from diff-fine-highlight.
4810
4811 2007-10-20 John Paul Wallington <jpw@pobox.com>
4812
4813 * help-fns.el (describe-variable-custom-version-info): New function
4814 to return variable's version or package version note.
4815 (describe-variable): Use it, display result.
4816
4817 2007-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4818
4819 * smerge-mode.el (smerge-auto-refine): New var.
4820 (smerge-next, smerge-prev): Use it.
4821 (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
4822
4823 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4824 Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
4825
4826 * vc-bzr.el (vc-bzr-diff-tree):
4827 * vc-git.el (vc-git-diff-tree):
4828 * vc-hg.el (vc-hg-diff-tree):
4829 * vc-mcvs.el (vc-mcvs-diff-tree):
4830 * vc-mtn.el (vc-mtn-diff-tree):
4831 * vc-svn.el (vc-svn-diff-tree): Remove.
4832
4833 * vc-mtn.el (vc-mtn-revision-completion-table):
4834 * vc-cvs.el (vc-cvs-revision-completion-table):
4835 * vc-arch.el (vc-arch-revision-completion-table):
4836 * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
4837 * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
4838 Make it work when the arg is a list of files.
4839
4840 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4841
4842 * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
4843 Also `revision-completion-table' now takes a list of files.
4844 (vc-deduce-fileset): Remove unused var `regexp'.
4845 Only obey allow-directory-wildcard in dired buffers.
4846 (vc-default-diff-tree): Remove.
4847 (vc-diff-added-files): New var.
4848 (vc-diff-internal): Use it. Remove arg `backend'. Update callers.
4849 (vc-version-diff): Revert from `vc-history-diff' to the original name.
4850 Remove the `backend' arg.
4851 (vc-contains-version-controlled-file): Remove.
4852 (vc-diff): Bring it closer to the version in Emacs-22.
4853 (vc-revert): Fix typo in let-binding.
4854 (vc-default-unregister): Remove.
4855 (vc-dired-buffers-for-dir): Remove N^2 behavior.
4856
4857 2007-10-19 Dan Nicolaescu <dann@ics.uci.edu>
4858
4859 * textmodes/two-column.el (2C-split, 2C-merge):
4860 * textmodes/bib-mode.el (bib-find-key, mark-bib):
4861 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4862 * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
4863 * progmodes/ada-xref.el (ada-get-all-references):
4864 * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
4865 * emulation/vi.el (vi-previous-line-first-nonwhite)
4866 (vi-effective-range, vi-put-before):
4867 * emulation/edt.el (edt-next-line, edt-previous-line)
4868 (edt-paragraph-forward): Use forward-line.
4869
4870 * progmodes/etags.el (tags-apropos): Require apropos at compile
4871 time too.
4872
4873 * progmodes/prolog.el: Require comint when compiling.
4874 (inferior-prolog-flavor): Move defvar before use.
4875
4876 2007-10-19 Richard Stallman <rms@gnu.org>
4877
4878 * font-core.el (turn-on-font-lock-if-desired):
4879 Rename from `turn-on-font-lock-if-enabled'.
4880 Fully obey `font-lock-global-modes'.
4881
4882 2007-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
4885 which will not affect the behavior of things like forward-word.
4886 (diff-fine-highlight): Preserve point.
4887
4888 * doc-view.el (doc-view-mode-map): Use remapping.
4889 Don't rebind C-v, M-v to their default value.
4890 Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
4891
4892 * smerge-mode.el: Add word-granularity refinement.
4893 (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
4894 (smerge-refine-weight-hack): New vars.
4895 (smerge-refine-forward): New fun.
4896 (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
4897 (smerge-refine-subst): Use them as well. Preserve point.
4898
4899 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
4900
4901 * follow.el (follow-unload-function): New function.
4902
4903 * loadhist.el (unload-function-features-list):
4904 Rename from `unload-hook-features-list'.
4905 (unload-hook-features-list): Add as obsolete alias.
4906 (unload-feature): Use `unload-function-features-list'
4907 and new FEATURE-unload-function.
4908
4909 2007-10-19 Glenn Morris <rgm@gnu.org>
4910
4911 * bindings.el (mouse-minor-mode-menu)
4912 (minor-mode-menu-from-indicator): Move to mouse.el.
4913 * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
4914 Move here from bindings.el.
4915
4916 2007-10-19 Richard Stallman <rms@gnu.org>
4917
4918 * help-fns.el (describe-function-1): Don't use the advice origname
4919 if it has no function definition.
4920
4921 2007-10-18 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
4922
4923 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
4924 Use `save-restriction' rather than `widen'.
4925
4926 2007-10-18 Richard Stallman <rms@gnu.org>
4927
4928 * time.el (display-time-world-time-format): Display day # not month #.
4929
4930 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4931
4932 * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
4933
4934 * doc-view.el: Remove version keyword.
4935 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
4936 (doc-view-ps2pdf-program): Use executable-find. Simplify custom type.
4937 (doc-view-ghostscript-options): Improve custom type.
4938 (doc-view-cache-directory, doc-view-conversion-buffer)
4939 (doc-view-conversion-refresh-interval): Simplify custom type.
4940
4941 2007-10-18 Tassilo Horn <tassilo@member.fsf.org>
4942
4943 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
4944 (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
4945 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
4946 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
4947 Remove superfluous messages.
4948 (doc-view-mode-map): Use the image-mode scrolling commands.
4949 Don't rebind C-x k.
4950
4951 2007-10-18 Reiner Steib <Reiner.Steib@gmx.de>
4952
4953 * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
4954 Add comment about "-dSAFER".
4955
4956 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * term/xterm.el: Don't require xt-mouse.
4959 (terminal-init-xterm): Run terminal-init-xterm-hook rather than
4960 calling turn-on-xterm-mouse-tracking-on-terminal directly.
4961
4962 * xt-mouse.el: Don't change the global function-key-map anny more.
4963 (xterm-mouse-mode): Use terminal-init-xterm-hook.
4964 Don't use after-make-frame-functions now that term/xterm.el calls
4965 us directly.
4966 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
4967 Use turn-*-xterm-mouse-tracking-on-terminal. Only once per terminal.
4968 (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
4969 Setup input-decode-map and remember that xterm-mouse-mode was
4970 enabled in this terminal.
4971 (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
4972 terminals where it has been enabled.
4973
4974 * faces.el (tty-create-frame-with-faces): Make sure not only
4975 tty-run-terminal-initialization but also set-locale-environment
4976 are run only once per terminal.
4977 (tty-run-terminal-initialization): Don't check if the terminal was
4978 already initted.
4979
4980 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
4981 not to remove keymaps that just happen to inherit from one of ours.
4982 When setting up our keymap, make sure it won't be accidentally
4983 modified by someone else.
4984
4985 2007-10-18 Thien-Thi Nguyen <ttn@gnuvola.org>
4986
4987 * textmodes/artist.el (artist-previous-line, artist-next-line):
4988 * dired.el (dired-next-line, dired-previous-line):
4989 * progmodes/delphi.el (delphi-newline):
4990 * textmodes/org.el (org-columns-eval):
4991 Use forward-line.
4992
4993 * emerge.el (emerge-setup): Use insert-buffer-substring.
4994 (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
4995
4996 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
4999 (adaptive-fill-function): Doc fix. Remove * from docstring.
5000
5001 2007-10-18 Tom Horsley <tom.horsley@att.net>
5002
5003 * simple.el (interprogram-paste-function): Doc fix.
5004 (current-kill): Accept list of strings as well
5005 as single string from `interprogram-paste-function'.
5006
5007 2007-10-18 Glenn Morris <rgm@gnu.org>
5008
5009 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
5010
5011 2007-10-18 Drew Adams <drew.adams@oracle.com>
5012
5013 * bindings.el (mode-line-minor-mode-keymap):
5014 Add mouse-minor-mode-menu on mouse-1.
5015 (mode-line-modes): Add mouse-1 to help-echo text.
5016 (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
5017 New functions.
5018 (mode-line-minor-mode-help): Doc fix.
5019
5020 2007-10-17 Juri Linkov <juri@jurta.org>
5021
5022 * textmodes/fill.el (fill-paragraph-or-region): Remove function
5023 at the request of RMS.
5024 (fill-paragraph): Change `arg' to optional `justify'. Add interactive
5025 arg `region'. Fix docstring. At the first `or' branch add call to
5026 `fill-region' if it the region is active in transient-mark-mode.
5027
5028 * bindings.el (esc-map): Bind M-q to fill-paragraph
5029 instead of fill-paragraph-or-region.
5030
5031 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
5032 with fill-paragraph.
5033
5034 * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
5035 Fix docstring.
5036
5037 * indent.el (indent-for-tab-command): Change interactive spec from
5038 "P" to "p". Add check for interactive arg before indenting the
5039 active region.
5040
5041 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
5042 Regroup.
5043
5044 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
5045
5046 * emacs-lisp/find-func.el: Don't require loadhist.
5047
5048 * loadhist.el (feature-symbols, file-provides, file-requires)
5049 (file-set-intersect, file-dependents): Simplify.
5050 (unload-feature-special-hooks): Update list of special hooks.
5051
5052 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
5053
5054 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
5055 extensions since they can be viewed with doc-view.
5056
5057 * files.el (auto-mode-alist): Make doc-view-mode the default mode
5058 for pdf, ps and dvi files.
5059
5060 * doc-view.el: Make doc-view-mode the standard mode for viewing
5061 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
5062 text and image display. Add binding C-c C-e to switch to an
5063 editing mode.
5064 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
5065 avoid security problems when rendering files from untrusted sources.
5066
5067 2007-10-17 Aaron Hawley <aaronh@garden.org>
5068
5069 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
5070 position is not saved.
5071
5072 2007-10-17 Reiner Steib <Reiner.Steib@gmx.de>
5073
5074 * doc-view.el: Mention xpdf. Fix spelling of Ghostscript.
5075 (doc-view-ghostscript-options): Fix typo in doc string.
5076
5077 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5078
5079 * progmodes/compile.el (compilation-next-error-function): Fix timestamp
5080 handling, so compilation-fake-loc works again.
5081
5082 * server.el (server-select-display): Nop if we do not support m-f-o-d.
5083 (server-process-filter): Revert last change.
5084
5085 * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
5086 behavior unrelated to filesets.
5087
5088 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * longlines.el (longlines-wrap-follows-window-size): Integer value
5091 specifies wrapping margin.
5092 (longlines-mode, longlines-window-change-function):
5093 Set window-specific wrapping margin based on the above.
5094
5095 2007-10-17 John Wiegley <johnw@newartisans.com>
5096
5097 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
5098
5099 2007-10-17 Dan Nicolaescu <dann@ics.uci.edu>
5100
5101 * server.el (server-process-filter): Only set display if X11 is
5102 supported.
5103
5104 2007-10-17 Glenn Morris <rgm@gnu.org>
5105
5106 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
5107 Tweak regexp to avoid stack overflow.
5108
5109 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * simple.el (reindent-then-newline-and-indent): Don't assume that
5112 indent-according-to-mode preserves point.
5113
5114 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
5115
5116 * bs.el (bs--make-header-match-string, bs-show-in-buffer)
5117 (bs--nth-wrapper): Simplify.
5118 (bs-select, bs--insert-one-entry): Simplify. Use `when'.
5119 (bs-buffer-list): Simplify. Use `when'. Use `string-match-p'.
5120 (bs-sort-buffer-interns-are-last): Use `string-match-p'.
5121 (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
5122 (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
5123 (bs-configurations, bs-default-configuration)
5124 (bs-alternative-configuration, bs-cycle-configuration-name)
5125 (bs-string-show-always, bs-string-show-never, bs-string-current)
5126 (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
5127 (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
5128 (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
5129 (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
5130 (bs--window-config-coming-from): Revert 2006-11-09 change.
5131 (bs--restore-window-config): Keep the selected frame.
5132 (bs--track-window-changes, bs--remove-hooks): New functions.
5133 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
5134 (bs--create-header): Remove.
5135 (bs--create-header-line): New function, based on `bs--create-header'.
5136 (bs--show-header): Use `bs--create-header-line'.
5137 (bs--show-with-configuration): Revert 2006-11-09 change.
5138 Don't reuse window unless it is visible on the selected frame.
5139 Restore window configuration (possibly in a different frame)
5140 before creating any window.
5141
5142 2007-10-16 Glenn Morris <rgm@gnu.org>
5143
5144 * simple.el (blink-matching-open): Don't report false errors with
5145 the `$' syntax class.
5146
5147 2007-10-16 Richard Stallman <rms@gnu.org>
5148
5149 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
5150 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
5151 (ad-is-advised, ad-get-advice-info-field)
5152 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
5153
5154 2007-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * vc-hooks.el (vc-workfile-version): Compatibility alias.
5157 (vc-default-working-revision): Compatibility for backends.
5158
5159 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5160
5161 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
5162 (filesets-ormap, filesets-sort-case-sensitive-flag)
5163 (filesets-remake-shortcut, filesets-ingroup-collect-files):
5164 Fix typos in docstrings.
5165 (filesets-conditional-sort, filesets-find-or-display-file)
5166 (filesets-data-get-name, filesets-data-get-data)
5167 (filesets-data-set, filesets-cmd-query-replace-getargs)
5168 (filesets-ingroup-collect): Doc fixes.
5169
5170 2007-10-15 Sam Steingold <sds@gnu.org>
5171
5172 * mail/sendmail.el (sendmail-error-reporting-interactive)
5173 (sendmail-error-reporting-non-interactive): New variables for
5174 sendmail error reporting options to simplify support for imperfect
5175 sendmail emulators.
5176 (sendmail-send-it): Use them instead of list literals.
5177
5178 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5179
5180 * help-fns.el: Revert previous change; it creates a
5181 dependency loop between advice.el and help-fns.el.
5182
5183 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
5184
5185 * help-fns.el: Require advice when compiling.
5186
5187 2007-10-14 Drew Adams <drew.adams@oracle.com>
5188
5189 * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
5190 (ring-insert+extend, ring-remove+insert+extend, ring-member)
5191 (ring-next, ring-previous): New functions.
5192
5193 2007-10-14 Richard Stallman <rms@gnu.org>
5194
5195 * emacs-lisp/advice.el (documentation): Advice deleted.
5196 Doc for advised functions is now handled at C level.
5197 (ad-stop-advice, ad-start-advice): Don't enable or disable
5198 advice for `documentation'.
5199 (ad-advised-definition-docstring-regexp): Var deleted.
5200 (ad-make-advised-definition-docstring): Store orig name
5201 as text property of string.
5202 (ad-advised-definition-p): Check for text property of docstring.
5203
5204 * help-fns.el (describe-function-1): Find source of advised functions.
5205
5206 2007-10-14 Juri Linkov <juri@jurta.org>
5207
5208 * faces.el (describe-face): Allow handling a string as the face name.
5209
5210 * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
5211 active region in transient-mark-mode.
5212 (ispell-region): Change messages displayed at the start and end of
5213 the spell-checking to be the same.
5214
5215 * startup.el (fancy-startup-tail): Say exactly what does the button
5216 dismiss ("Dismiss this startup screen"). Use text "Never show
5217 it again" for the checkbox after this button.
5218 (fancy-startup-screen, fancy-about-screen): Put point before the
5219 first link, so the user can quickly select links with the keyboard.
5220 (normal-mouse-startup-screen): Add more useful text describing how
5221 to follow a link.
5222
5223 2007-10-14 Glenn Morris <rgm@gnu.org>
5224
5225 * progmodes/etags.el (select-tags-table): Disable undo in the
5226 `*Tags Table List*' buffer.
5227
5228 2007-10-13 Eli Zaretskii <eliz@gnu.org>
5229
5230 * dired.el (dired-warn-writable): New face.
5231 (dired-warn-writable-face): New variable.
5232 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
5233 of dired-warning-face, for group- and world-writable files.
5234
5235 2007-10-13 Richard Stallman <rms@gnu.org>
5236
5237 * files.el (directory-abbrev-alist): Doc fix.
5238
5239 2007-10-13 Jari Aalto <jari.aalto@cante.net>
5240
5241 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
5242
5243 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5244
5245 * frame.el (set-frame-configuration): Assign name parameter only
5246 if it has been set explicitly before.
5247
5248 2007-10-11 Tom Tromey <tromey@redhat.com>
5249
5250 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
5251 frame is visible.
5252
5253 2007-10-10 Richard Stallman <rms@gnu.org>
5254
5255 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
5256 in *Backtrace*.
5257
5258 * faces.el (face-font-selection-order): Doc fix.
5259
5260 * loadhist.el (unload-feature): Doc fix.
5261
5262 2007-10-13 Glenn Morris <rgm@gnu.org>
5263
5264 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
5265 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5266 Add doc string, and an explicit COUNT argument.
5267 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
5268 `inc' to search functions.
5269
5270 * faces.el (face-spec-set): When FRAME is nil, set the default for
5271 new frames (restores pre-2007-09-17 behavior). Doc fix.
5272
5273 2007-10-13 John W. Eaton <jwe@octave.org>
5274
5275 * progmodes/octave-mod.el (octave-looking-at-kw)
5276 (octave-re-search-forward-kw, octave-re-search-backward-kw):
5277 New functions.
5278 (octave-in-defun-p, calculate-octave-indent)
5279 (octave-blink-matching-block-open, octave-beginning-of-defun)
5280 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
5281 to search for regexps that contain case-sensitive keywords.
5282 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
5283 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
5284
5285 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5286
5287 * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
5288 Do not use a single clause cond.
5289
5290 * cus-start.el (all): Use test that does not match the X11 version
5291 for mac.
5292
5293 2007-10-13 Markus Gritsch <m.gritsch@gmail.com> (tiny change)
5294
5295 * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
5296 BROWSE buffer.
5297
5298 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5299
5300 * cus-start.el (all): Undo previous change.
5301
5302 2007-10-13 Glenn Morris <rgm@gnu.org>
5303
5304 * woman.el (woman0-rename): Fix paren typo.
5305
5306 * mail/feedmail.el (feedmail-run-the-queue)
5307 (feedmail-look-at-queue-directory):
5308 * mail/reporter.el (reporter-dump-state):
5309 * net/eudc-hotlist.el (eudc-edit-hotlist):
5310 * net/eudc.el (eudc-display-records)
5311 (eudc-filter-duplicate-attributes)
5312 (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
5313 * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
5314 (eudc-bbdb-query-internal):
5315 * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
5316 * net/socks.el (socks-build-auth-list):
5317 * progmodes/cc-cmds.el (top level):
5318 * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
5319 * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
5320 (cperl-write-tags, cperl-tags-treeify):
5321 * progmodes/ebnf-yac.el (ebnf-yac-token-table):
5322 * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
5323 * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
5324 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
5325 (idlwave-toolbar-remove-everywhere):
5326 * progmodes/idlwave.el (idlwave-indent-line)
5327 (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
5328 (idlwave-write-paths, idlwave-all-method-classes)
5329 (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
5330 (idlwave-fix-keywords, idlwave-display-calling-sequence)
5331 (idlwave-complete-in-buffer):
5332 * textmodes/org.el (org-export-as-html, org-export-as-ascii)
5333 (org-fast-tag-selection):
5334 * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
5335 than mapcar.
5336
5337 2007-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5338
5339 * diff-mode.el (diff-fine-change): Add :group.
5340
5341 2007-10-12 Dan Nicolaescu <dann@ics.uci.edu>
5342
5343 * cus-start.el (all): Use the same test as the 22.2 branch.
5344
5345 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5346
5347 * diff-mode.el (diff-current-defun): Force recomputation of
5348 change-log-default-name.
5349
5350 2007-10-12 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * startup.el (fancy-startup-screen): Remove an unnecessary newline
5353 and some leftover logic regarding dedicated frames. If showing
5354 concise startup screen, fit window to buffer.
5355 (command-line-1): If we will be using the splash screen, use
5356 find-file instead of find-file-other-window to find additional files.
5357 Comment out unused code for coping with the old sit-for behavior.
5358
5359 2007-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5360
5361 * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
5362 `meta' modifier consistently, rather than using sometimes meta
5363 sometimes alt.
5364
5365 2007-10-12 Martin Rudalics <rudalics@gmx.at>
5366
5367 * window.el (handle-select-window): Revert part of 2007-10-08
5368 change setting the input focus.
5369
5370 2007-10-12 Glenn Morris <rgm@gnu.org>
5371
5372 * startup.el (command-line): Do not read abbrev file in batch mode.
5373
5374 * emacs-lisp/byte-opt.el (top level):
5375 * mail/rmail.el (rmail-list-to-menu):
5376 * obsolete/hilit19.el (hilit-mode):
5377 * progmodes/cc-mode.el (c-postprocess-file-styles)
5378 (c-submit-bug-report):
5379 * textmodes/org-publish.el (org-publish-get-plist-from-filename):
5380 * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
5381 (reftex-access-parse-file):
5382 * textmodes/reftex-cite.el (reftex-do-citation)
5383 (reftex-insert-bib-matches):
5384 * textmodes/reftex-ref.el (reftex-offer-label-menu):
5385 * textmodes/reftex-sel.el (reftex-select-unmark):
5386 * textmodes/reftex-toc.el (reftex-toc-do-promote):
5387 * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
5388
5389 * cus-edit.el (custom-variable-menu, custom-face-menu)
5390 (custom-group-menu): Check init-file-user rather than
5391 user-init-file, in case cus-edit is loaded by site-run-file.
5392
5393 2007-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5394
5395 * vc.el (vc-deduce-fileset): Delete unused code.
5396 (vc-next-action): Fix typos.
5397
5398 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5399
5400 * bs.el (bs--mark-unmark): New function.
5401 (bs-mark-current, bs-unmark-current): Use it.
5402
5403 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5404
5405 * vc.el (vc-diff):
5406 (vc-diff-internal): Merge a patch by Juanma Barranquero. Also,
5407 temporarily disable the check for his edge case of
5408 vc-diff (stopping it from grinding when called from $HOME), as
5409 it's calling some brittle code in vc-hooks.el.
5410 (with-vc-properties): Fix evaluation time of a macro argument.
5411 * ediff-vers.el (ediff-vc-internal):
5412 * vc-hooks.el:
5413 * loaddefs.el: Follow up on VC terminology change.
5414
5415 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
5416
5417 * follow.el (follow-stop-intercept-process-output):
5418 Use `follow-call-process-filter' rather than `process-filter'.
5419 Simplify.
5420
5421 2007-10-11 Eric S. Raymond <esr@snark.thyrsus.com>
5422
5423 * vc-hooks.el (vc-registered): Robustify this function a bit
5424 against filenames with no directory component.
5425
5426 2007-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5427
5428 * international/characters.el: Undo unwanted and unexplained change.
5429
5430 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5431
5432 * ps-print.el: Fix the usage of :foreground and :background face
5433 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
5434 (ps-print-version): New version 6.7.6.
5435 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
5436 Fix code.
5437 (ps-face-foreground-color-p, ps-face-background-color-p)
5438 (ps-face-color-p): New inline funs.
5439
5440 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5441
5442 * textmodes/org.el (org-additional-option-like-keywords): New constant.
5443 (org-complete): Use `org-additional-option-like-keywords'.
5444 (org-parse-local-options): New function.
5445
5446 2007-10-10 Carsten Dominik <dominik@science.uva.nl>
5447
5448 * textmodes/org.el (org-in-clocktable-p): New function.
5449 (org-clock-report): Only update the table at point, or insert a new one.
5450 (org-clock-goto): New function.
5451 (org-open-file): Use `start-process-shell-command' instead of
5452 `shell-command' with an ampersand.
5453 (org-deadline, org-schedule): New argument REMOVE to remove the
5454 date from the entry.
5455 (org-agenda-schedule, org-agenda-deadline): Pass the prefix
5456 argument to `org-schedule' and `org-deadline'.
5457 (org-trim): Use the correct expressions for beginning and end of
5458 the string.
5459 (org-get-cleaned-entry): Trim the string before returning it.
5460 (org-clock-find-position): New function.
5461 (org-clock-into-drawer): New option.
5462 (org-agenda-tags-column): Rename from
5463 `org-agenda-align-tags-to-column'.
5464 (org-agenda-align-tags): Allow negative values for
5465 `org-agenda-tags-column'.
5466 (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
5467 (org-agenda-to-appt): New optional argument FILTER.
5468 (org-completion-fallback-command): New variable.
5469 (org-complete): Use `org-completion-fallback-command'.
5470 (org-find-base-buffer-visiting): Catch the case that there is no
5471 buffer visiting the file.
5472 (org-property-or-variable-value): New function.
5473 (org-todo): Use `org-property-or-variable-value'
5474 (org-agenda-compact-blocks): New option.
5475 (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
5476 (org-agenda-schedule, org-agenda-deadline):
5477 Call `org-agenda-show-new-time'.
5478 (org-agenda-show-new-time): New argument PREFIX.
5479 (org-colgroup-info-to-vline-list): Fix but that cause a
5480 shift in the vertical lines.
5481 (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
5482 (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
5483 (org-indent-item): No arg in call to `org-fix-bullet-type'.
5484 (org-fix-bullet-type): Remove argument.
5485 (org-read-date): Check for am/pm twice, to catch the end time.
5486 (org-goto-map): Use `suppress-keymap'.
5487 (org-remember-apply-template): Respect the dynamically scoped
5488 selection character.
5489
5490 2007-10-10 Bastien Guerry <Bastien.Guerry@ens.fr>
5491
5492 * textmodes/org-export-latex.el (org-export-latex-protect-string):
5493 Renaming of `org-latex-protect'.
5494 (org-export-latex-emphasis-alist): By default, don't protect
5495 any emphasis formatter from further conversion.
5496 (org-export-latex-tables): Honor column grouping for tables.
5497 (org-export-latex-title-command): New option.
5498 (org-export-latex-treat-backslash-char): Use \textbackslash{} to
5499 export backslash character.
5500
5501 2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5502
5503 * frame.el (frame-inherited-parameters): Remove unused `environment'
5504 parameter, and let server.el add `client' when needed.
5505
5506 * server.el (server-create-tty-frame)
5507 (server-create-window-system-frame): Set frame-inherited-parameters.
5508
5509 * frame.el (frame-inherited-parameters): New var.
5510 (make-frame): Use it.
5511
5512 * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
5513
5514 * env.el (let-environment): Remove. Unused.
5515 (read-envvar-name): Simplify.
5516 (setenv): Remove unused arg `frame'.
5517
5518 * help-fns.el (describe-variable): Add missing " " for multiline
5519 obsolescence info and missing EOL after global value.
5520
5521 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5522
5523 * add-log.el:
5524 * ediff-vers.el:
5525 * log-view.el:
5526 * pcvs.el:
5527 * vc-arch.el:
5528 * vc-bzr.el:
5529 * vc-cvs.el:
5530 * vc.el:
5531 * vc-git.el:
5532 * vc-hg.el:
5533 * vc-hooks.el:
5534 * vc-mcvs.el:
5535 * vc-mtn.el:
5536 * vc-rcs.el:
5537 * vc-sccs.el:
5538 * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
5539 {find,init,next,previous,annotate-*,log}-version ->
5540 {find,init,next,previous,annotate-*,log}-revision,
5541 annotate-focus-version -> annotate-working-revision, The term
5542 'focus' is gone. The term 'revision' is now used consistently
5543 everywhere that reference to a revision ID is intended, replacing
5544 older use of 'version'.
5545
5546 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
5547
5548 * follow.el: Change all instances of "Follow Mode" to "Follow
5549 mode" in docstrings and messages.
5550 (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
5551
5552 2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com>
5553
5554 * vc.el (vc-next-action): Rewrite completely; this principal
5555 entry point now operates on a current fileset selected either
5556 explicitly via VC-Dired or implicitly by visiting a file buffer,
5557 rather than always operating on the file of the current buffer as
5558 in older versions. Rewrite the rest of the mode to match.
5559 (with-vc-properties): Rewrite to operate on a file list.
5560 (with-vc-file): vc-checkin takes a file list argument now.
5561 (vc-post-command-functions): This hook now receives a file list.
5562 (vc-do-command): Take a either a file or a file list as argument.
5563 (vc-deduce-fileset): New function for deducing a file list to
5564 operate on.
5565 (vc-next-action-on-file, vc-next-action-dired): Remove.
5566 Merge into vc-next-action.
5567 (vc-register): Adapt to the fact that vc-start-entry now takes a
5568 file list.
5569 (vc-register-with): New function.
5570 (vc-start-entry): Take a file list argument rather than a
5571 file argument.
5572 (vc-checkout): Cope with vc-start-entry taking a file list.
5573 (vc-steal-lock): Cope with with-vc-properties taking a
5574 file list.
5575 (vc-checkin): Take a file list argument rather than a file argument.
5576 (vc-finish-logentry): Use the filelist passed by vc-start-entry.
5577 (vc-diff-internal): Rewrite for filesets.
5578 (vc-diff-sentinel): New function, tests whether changes were
5579 written into a diff buffer.
5580 (vc-diff): Rewrite for filesets.
5581 (vc-version-diff): Rewrite for filesets.
5582 (vc-print-log): Take a fileset argument.
5583 (vc-revert): Revert the entire selected fileset, not just the
5584 current buffer.
5585 (vc-rollback): Roll back the entire selected fileset, if
5586 possible. No longer accepts a prefix argument.
5587 (vc-update): Merge new changes for the entire selected
5588 fileset, not just the current buffer.
5589 (vc-revert-file): Cope with with-vc-properties taking a file list.
5590 (vc-default-dired-state-info): Add + status suffix if the file is
5591 modified.
5592 (vc-annotate-warp-version): Use the new diff machinery.
5593 (vc-log-edit): Take a file list argument rather than a file argument.
5594
5595 2007-10-10 Michael Albinus <michael.albinus@gmx.de>
5596
5597 Sync with Tramp 2.1.11.
5598
5599 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5600 Pacify byte compiler.
5601
5602 * net/trampver.el: Update release number.
5603
5604 2007-10-09 Richard Stallman <rms@gnu.org>
5605
5606 * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
5607
5608 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5609
5610 * follow.el: Require easymenu.
5611 (follow-mode-hook, follow-mode): Doc fixes.
5612 (follow-mode-off-hook): Mark as obsolete.
5613
5614 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5615
5616 * window.el (mouse-autoselect-window-cancel): Don't cancel for
5617 select-window or select-frame events.
5618 (handle-select-window): When autoselecting window set input
5619 focus. Restructure.
5620
5621 * frame.el (focus-follows-mouse): Move to frame.c.
5622 * cus-start.el (all): Add focus-follows-mouse.
5623
5624 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5625
5626 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
5627 activate font-locking in the *buffer-selection* buffer.
5628 (bs-show-sorted): Doc fix.
5629
5630 * bs.el (bs--get-marked-string, bs--get-modified-string)
5631 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
5632 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
5633 (bs--format-aux): Doc fix.
5634
5635 2007-10-08 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
5636
5637 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
5638
5639 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5640
5641 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
5642 (gud-gdb): New function for old M-x gdb (text command mode).
5643 (gud-gdb-command-name, gdb): Move to...
5644
5645 * progmodes/gdb-ui.el: ...here and adapt doc string.
5646 (gud-gdba-command-name, gdba): Delete.
5647
5648 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5649
5650 * bs.el: Don't defvar `font-lock-verbose'.
5651 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
5652 (bs--get-file-name): Fix typos in docstrings.
5653 (bs--show-header): Use `dolist' instead of `mapcar'.
5654 (bs-mode): Set `show-trailing-whitespace' to nil.
5655 (bs-buffer-sort-function, bs-mouse-select-other-frame)
5656 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
5657 Doc fixes.
5658
5659 2007-10-08 Adam Hupp <adam@hupp.org> (tiny change)
5660
5661 * progmodes/gud.el (pdb): Specify file for gud-break.
5662
5663 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5664
5665 * progmodes/gud.el (gdb): Make graphical mode the default and
5666 switch to text command mode if appropriate, i.e., reverse previous
5667 arrangement.
5668 (gud-gdb-marker-filter): Adapt for above change.
5669
5670 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
5671 gud-minor-mode and gud-marker-filter.
5672 (gdb-fullname-regexp): New variable.
5673 (gud-gdba-marker-filter): Use it to switch to text command
5674 mode if appropriate.
5675
5676 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5677
5678 * progmodes/gud.el (gud-display-line): Find source buffer even when
5679 GUD buffer has its own frame.
5680
5681 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5682
5683 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
5684
5685 2007-10-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5686
5687 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
5688
5689 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5690
5691 * allout.el (allout-before-change-handler): Replace got-char by
5692 goto-char.
5693
5694 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
5697 Used to try and automatically enabled smerge-mode in the presence of
5698 conflicts and to call `svn resolved' when the conflicts are gone.
5699 (vc-svn-parse-status): Remember the svn-specific status.
5700
5701 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5702
5703 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
5704 menu-bar-apropos-menu. All users changed.
5705 (menu-bar-help-menu): Change menu symbols to better match the text
5706 displayed by the menu.
5707
5708 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5709
5710 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
5711 #, @, : and ^.
5712
5713 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5714
5715 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
5716
5717 * log-view.el (log-view-mode-map): Likewise.
5718
5719 * diff-mode.el (diff-mode-shared-map): Likewise.
5720
5721 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5722
5723 * files.el (file-name-sans-versions): Also allow `A-Z'.
5724
5725 * vc.el: Mention all supported VC backends.
5726
5727 2007-10-08 Richard Stallman <rms@gnu.org>
5728
5729 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
5730 neighbouring buttons.
5731
5732 2007-10-08 Andreas Schwab <schwab@suse.de>
5733
5734 * files.el (file-name-sans-versions): Also allow `_'.
5735
5736 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5737
5738 * files.el (file-name-sans-versions): Allow - and a-z in version names.
5739
5740 * log-view.el (log-view-mode-map, log-view-mode-menu):
5741 Bind log-view-annotate-version.
5742 (log-view-beginning-of-defun, log-view-end-of-defun)
5743 (log-view-annotate-version): New functions.
5744 (log-view-mode): Use log-view-beginning-of-defun and
5745 log-view-end-of-defun.
5746
5747 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5748
5749 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
5750
5751 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5752
5753 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
5754 neighbouring buttons.
5755
5756 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5757 Recognize gcc's use of "note" for informational messages.
5758
5759 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
5762 (css-mode): Update correspondingly.
5763
5764 2007-10-08 Dan Nicolaescu <dann@ics.uci.edu>
5765
5766 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
5767 Signed-off-by, Acked-by and Merge.
5768
5769 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * ediff-init.el (ediff-verbose-p): This var is not a constant.
5772
5773 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * vc-mtn.el: New file.
5776
5777 * vc-hooks.el (vc-handled-backends): Add Mtn.
5778
5779 2007-10-08 Eli Zaretskii <eliz@gnu.org>
5780
5781 * files.el (find-file, find-file-other-window)
5782 (find-file-other-frame, find-file-existing, find-file-read-only)
5783 (find-file-read-only-other-window)
5784 (find-file-read-only-other-frame)
5785 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
5786
5787 2007-10-08 Nick Roberts <nickrob@snap.net.nz>
5788
5789 * progmodes/gud.el (gdb-ready): New variable.
5790 (gdb): Set it to nil. Set gud-running to nil here...
5791 (gud-common-init): ...instead of here.
5792
5793 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
5794 Use gdb-ready. Discard input until GDB is ready to accept it.
5795
5796 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5797
5798 * dired.el (dired-warning): Inherit from font-lock-warning-face to
5799 make it show up with eight colors.
5800
5801 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
5804 diffs are concatenated with no intervening line.
5805
5806 2007-10-08 Dave Love <fx@gnu.org>
5807
5808 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
5809 (python-font-lock-keywords): Update to the 2.5 version of the language.
5810 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
5811 (python-backspace): Only behave funny in code.
5812 (python-compilation-regexp-alist): Add PDB stack trace regexp.
5813 (inferior-python-mode): Add PDB prompt regexp.
5814 (python-fill-paragraph): Refine the fenced-string regexp.
5815 (python-find-imports): Handle imports spanning several lines.
5816 (python-mode): Add `class' to hideshow support.
5817
5818 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
5821 Use add-log-buffer-file-name-function rather than binding
5822 buffer-file-name, so we don't end up calling change-log-mode in *cvs*
5823 when `fi' is the ChangeLog file itself.
5824
5825 * outline.el (outline-flag-region): Use front-advance.
5826
5827 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org>
5828
5829 * progmodes/cperl-mode.el: Merge upstream 5.23.
5830 (cperl-where-am-i): Remove function.
5831 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
5832 (cperl-sniff-for-indent): De-invert [string] and [comment].
5833 When looking for label, skip s:m:y:tr.
5834 (cperl-indent-line): Likewise.
5835 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
5836 (cperl-windowed-init): Wrong `ps-print' handling.
5837 Both thanks to Chong Yidong.
5838 (cperl-look-at-leading-count): Could fail with unfinished RExen.
5839 (cperl-find-pods-heres): If the second part of s()[] is missing,
5840 don't try to highlight delimiters...
5841
5842 2007-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * progmodes/compile.el (compilation-get-file-structure): Complete last
5845 change by also using spec-directory in the puthash.
5846
5847 2007-10-08 Riccardo Murri <riccardo.murri@gmail.com>
5848
5849 * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
5850 (vc-bzr-status): Fix shadowing of variable 'status'.
5851 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
5852 Use `expand-file-name' instead of `concat'.
5853 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
5854 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
5855
5856 2007-10-08 Jason Rumney <jasonr@gnu.org>
5857
5858 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
5859
5860 2007-10-08 Richard Stallman <rms@gnu.org>
5861
5862 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
5863 Add `safe-local-variable' property.
5864 (lisp-body-indent): Likewise.
5865
5866 2007-10-08 Richard Stallman <rms@gnu.org>
5867
5868 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
5869 Add doc string.
5870
5871 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5872
5873 * files.el (backup-buffer-copy): Try to overwrite old backup first.
5874
5875 2007-10-08 Martin Rudalics <rudalics@gmx.at>
5876
5877 * repeat.el (repeat): Use last-repeatable-command instead of
5878 real-last-command. Run pre- and post-command hooks for
5879 self-insertion. Update doc-string.
5880
5881 2007-10-08 Alexandre Julliard <julliard@winehq.org>
5882
5883 * vc-git.el (vc-git-state): Call git-add --refresh to update the
5884 state of the file.
5885 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
5886 (vc-git-create-repo): Fix invalid command.
5887
5888 2007-10-08 Richard Stallman <rms@gnu.org>
5889
5890 * textmodes/flyspell.el (flyspell-mode):
5891 Catch errors in flyspell-mode-on.
5892
5893 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
5894
5895 * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
5896
5897 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * international/encoded-kb.el (encoded-kbd-setup-display):
5900 Use input-decode-map rather than local-key-translation-map.
5901
5902 * term/rxvt.el (rxvt-alternatives-map): New map.
5903 (terminal-init-rxvt): Use it.
5904 Bind rxvt-function-map in input-decode-map.
5905
5906 * term/xterm.el (xterm-alternatives-map): New map.
5907 (terminal-init-xterm): Use it.
5908 Bind xterm-function-map in input-decode-map.
5909
5910 * term/x-win.el (x-alternatives-map): New var.
5911 (x-setup-function-keys): Use it.
5912
5913 * help-fns.el (describe-variable): Slightly change the layout of
5914 meta-info to separate it better from the docstring.
5915 Standardize insertion of extra empty lines in various circumstances.
5916
5917 * diff-mode.el (diff-hunk-style): New fun.
5918 (diff-end-of-hunk): Use it.
5919 (diff-context->unified): Use the new `apply' undo element,
5920 if applicable, so as to save undo-log space.
5921 (diff-fine-change): New face.
5922 (diff-fine-highlight-preproc): New function.
5923 (diff-fine-highlight): New command.
5924 (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
5925
5926 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
5927 (smerge-refine-highlight-change): Add `props' argument.
5928 (smerge-refine-subst): New function holding most of smerge-refine.
5929 (smerge-refine): Use it.
5930
5931 2007-10-08 Eric S. Raymond <esr@snark.thyrsus.com>
5932
5933 * vc.el (vc-default-wash-log): Remove unused code, the
5934 log washers all live in the backends now.
5935 (vc-default-comment-history): Correct for the fact
5936 that wash-log is argumentless in the new API.
5937
5938 2007-10-08 Michael Albinus <michael.albinus@gmx.de>
5939
5940 * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
5941 (tramp-maybe-send-script): Apply `member' but `memq'.
5942 (tramp-advice-file-expand-wildcards): Simplify implementation.
5943
5944 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
5945
5946 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
5947
5948 * mb-depth.el (minibuf-depth-indicator-function): New variable.
5949 (minibuf-depth-setup-minibuffer): Use it.
5950
5951 2007-10-07 Glenn Morris <rgm@gnu.org>
5952
5953 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
5954 version numbers.
5955
5956 2007-10-06 Juri Linkov <juri@jurta.org>
5957
5958 * textmodes/fill.el (fill-paragraph-or-region): New function.
5959
5960 * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
5961 instead of fill-paragraph.
5962
5963 * tutorial.el (tutorial--default-keys): Replace fill-paragraph
5964 with fill-paragraph-or-region. Suspend command is now the same
5965 `suspend-frame' on window systems and on tty.
5966
5967 * image.el (image-type): Check if image-types is bound to not fail
5968 on tty.
5969
5970 * delsel.el (delete-selection-pre-hook):
5971 * emulation/cua-base.el (cua-paste): Check if mouse-region-match
5972 is fbound to not fail on mouseless tty.
5973
5974 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
5975
5976 * net/tramp.el (top): Move loading of tramp-util.el and
5977 tramp-vc.el to tramp-compat.el.
5978 (tramp-make-tramp-temp-file): Complete rewrite. Create remote
5979 temporary file if possible, in order to avoid a security hole.
5980 (tramp-do-copy-or-rename-file-out-of-band)
5981 (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
5982 with DONT-CREATE, because the connection is not setup yet.
5983 (tramp-handle-process-file): Rewrite temporary file handling.
5984 (tramp-completion-mode): New defvar.
5985 (tramp-completion-mode-p): Use it.
5986
5987 * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
5988
5989 * net/tramp-fish.el (tramp-fish-handle-process-file):
5990 Rewrite temporary file handling.
5991
5992 2007-10-06 Eric S. Raymond <esr@snark.thyrsus.com>
5993
5994 * vc.el: Workfile version -> focus version change. Port various
5995 comments from new VC to reduce the noise in the diff.
5996 Patch in the new vc-create-repo function to go with the
5997 header comment about it already present.
5998 There are no changes to existing logic in this patch.
5999 (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
6000
6001 2007-10-06 Aaron Hawley <aaronh@garden.org>
6002
6003 * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
6004
6005 2007-10-05 Chris Moore <dooglus@gmail.com>
6006
6007 * server.el (server-kill-new-buffers): Doc fix.
6008
6009 2007-10-05 John W. Eaton <jwe@octave.org>
6010
6011 * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
6012 (octave-begin-keywords): Add "do".
6013 (octave-end-keywords): Remove "end".
6014 (octave-reserved-words): Add "end". Remove "all_va_args",
6015 "gplot", and 'gsplot".
6016 (octave-text-functions): Remove "gset", "gshow", "set", and "show".
6017 (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
6018 "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
6019 "default_return_value", "define_all_return_values",
6020 "do_fortran_indexing", "empty_list_elements_ok",
6021 "gnuplot_has_multiplot", "implicit_str_to_num_ok",
6022 "ok_to_lose_imaginary_part", "prefer_column_vectors",
6023 "prefer_zero_one_indexing", "propagate_empty_matrices",
6024 "resize_on_range_error", "treat_neg_dim_as_zero",
6025 "warn_assign_as_truth_value", "warn_comma_in_global_decl",
6026 "warn_divide_by_zero", "warn_function_name_clash",
6027 "warn_missing_semicolon", "whitespace_in_literal_matrix".
6028 Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
6029 "crash_dumps_octave_core", "sighup_dumps_octave_core",
6030 "sigterm_dumps_octave_core".
6031 (octave-block-match-alist): Remove "end" from block-end keywords.
6032 (octave-mode): Update ftp site address.
6033
6034 2007-10-05 Dan Nicolaescu <dann@ics.uci.edu>
6035
6036 * vc.el: Reorder functions, no code changes.
6037
6038 2007-10-04 Michael Albinus <michael.albinus@gmx.de>
6039
6040 * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
6041 (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
6042 the cond clauses where needed.
6043 (tramp-handle-write-region): Rearrange code for proper handling of
6044 tmpfile.
6045
6046 * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
6047
6048 * net/tramp.el:
6049 * net/tramp-fish.el:
6050 * net/tramp-ftp.el:
6051 * net/tramp-smb.el: Rename `tramp-make-temp-file' to
6052 `tramp-compat-make-temp-file'.
6053
6054 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
6055
6056 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
6057
6058 2007-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6059
6060 * emacs-lisp/copyright.el (copyright-update): Don't update if the file
6061 already uses a more recent copyright version than the "current" one.
6062
6063 2007-10-03 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6064
6065 * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
6066 (doc-view-insert-image): Minor aesthetical docstring changes.
6067
6068 2007-10-03 Tassilo Horn <tassilo@member.fsf.org>
6069
6070 * doc-view.el (doc-view): Don't ignore pdf and dvi files when
6071 completing filename.
6072 (doc-view-search-internal): Docstring change.
6073
6074 2007-10-03 Michael Albinus <michael.albinus@gmx.de>
6075
6076 * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
6077 (tramp-file-name-handler-alist):
6078 Add `tramp-handle-insert-file-contents-literally'. Needed for XEmacs.
6079 (tramp-make-temp-file): Use `make-temp-name'. `make-temp-file',
6080 used before, creates the file already, which is not desired.
6081 (tramp-do-copy-or-rename-file-directly): Simplify handling of
6082 temporary file.
6083 (tramp-handle-insert-file-contents): Assign the result in the
6084 short track case.
6085 (tramp-handle-insert-file-contents-literally): New defun.
6086 (tramp-completion-mode-p): Revert change from 2007-09-24.
6087 Checking for `return' etc as last character is not sufficient, for
6088 example in dired-mode when entering <g> (revert-buffer) or
6089 <s> (dired-sort).
6090
6091 * net/tramp-compat.el (top): Add also compatibility code for loading
6092 appropriate timer package.
6093 (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
6094 order to avoid autoloading problems.
6095
6096 * net/tramp-fish.el:
6097 * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
6098
6099 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
6100 where the second parameter of `copy-file' or `rename-file' is a
6101 remote file but not via ftp.
6102
6103 2007-10-02 Richard Stallman <rms@gnu.org>
6104
6105 * frame.el (cursor-in-non-selected-windows): Doc fix.
6106
6107 2007-10-01 Thien-Thi Nguyen <ttn@gnuvola.org>
6108
6109 * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
6110 Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
6111
6112 2007-10-01 Jay Belanger <jay.p.belanger@gmail.com>
6113
6114 * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
6115 when `expt' doesn't give range errors.
6116
6117 2007-10-01 Markus Triska <markus.triska@gmx.at>
6118
6119 * calc/calc-math.el (math-smallest-emacs-expt):
6120 Make the computation more robust.
6121
6122 2007-09-30 David Kastrup <dak@gnu.org>
6123
6124 * startup.el (argv): Alias for `command-line-args-left' to use as
6125 `(pop argv)' inside of --eval command sequences. Allows for
6126 passing shell commands into Emacs verbatim without need for Lisp
6127 quoting.
6128
6129 * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
6130 check only for changed size.
6131 (auto-revert-tail-handler): Get size from caller. If the file has
6132 shrunk, tail the whole file again (the file presumably has been
6133 rewritten).
6134
6135 * woman.el (woman-topic-all-completions, woman-mini-help):
6136 Fix fallout from 2007-09-07 introduction of `dolist' when the list
6137 actually was being manipulated in the loop.
6138 (woman-Cyg-to-Win, woman-pre-process-region)
6139 (woman-horizontal-escapes, woman-if-body, woman-unescape)
6140 (woman-strings, woman-special-characters, woman1-hc)
6141 (woman-change-fonts, woman-find-next-control-line):
6142 Use `match-beginning' rather than `match-string' when the result is
6143 just used as a flag.
6144
6145 2007-09-30 Michael Albinus <michael.albinus@gmx.de>
6146
6147 * net/tramp-compat.el: New file.
6148
6149 * net/tramp.el:
6150 * net/tramp-fish.el:
6151 * net/tramp-smb.el:
6152 * net/tramp-uu.el:
6153 * net/trampver.el: Move compatibility code to tramp-compat.el.
6154 Apply `mapc' instead of `mapcar' when the code needs side effects
6155 only. Move utf-8 coding cookie to the second line.
6156
6157 2007-09-30 Reiner Steib <Reiner.Steib@gmx.de>
6158
6159 * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
6160 Improve custom type.
6161 (icon-map-list): Make it customizable. Document how to disable
6162 stock icons.
6163
6164 2007-09-30 Richard Stallman <rms@gnu.org>
6165
6166 * play/zone.el (zone-hiding-modeline): Use mode-line-format.
6167
6168 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6169
6170 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
6171
6172 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode. Rewrite.
6175 (t-mouse-mode): New compatibility alias.
6176
6177 2007-09-28 Dan Nicolaescu <dann@ics.uci.edu>
6178
6179 * server.el (server-delete-client): Only delete the terminal if it
6180 is non-nil.
6181
6182 2007-09-28 Michael Albinus <michael.albinus@gmx.de>
6183
6184 * net/tramp.el (with-file-property, with-connection-property):
6185 Highlight as keyword.
6186 (tramp-rfn-eshadow-setup-minibuffer)
6187 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6188 (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
6189 (tramp-do-copy-or-rename-file-directly)
6190 (tramp-do-copy-or-rename-file-out-of-band)
6191 (tramp-handle-shell-command, tramp-get-debug-buffer)
6192 (tramp-send-command-and-read, tramp-equal-remote)
6193 (tramp-get-local-gid): Pacify byte-compiler.
6194 (tramp-handle-file-name-directory): Result shall not be expanded.
6195 (tramp-find-foreign-file-name-handler): Rewrite.
6196 (tramp-dissect-file-name): Add optional parameter NODEFAULT.
6197
6198 * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
6199
6200 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6201 Apply `tramp-completion-mode-p'.
6202 (tramp-fish-handle-set-file-times)
6203 (tramp-fish-handle-executable-find)
6204 (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
6205 (tramp-fish-retrieve-data): Pacify byte-compiler.
6206
6207 * net/tramp-gw.el (tramp-gw-basic-authentication):
6208 Call `tramp-read-passwd' with first parameter `nil'.
6209
6210 2007-09-28 Glenn Morris <rgm@gnu.org>
6211
6212 * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
6213 than mapcar.
6214
6215 * textmodes/tex-mode.el (tex-suscript-height-ratio)
6216 (tex-suscript-height-minimum): New customizable variables.
6217 (tex-suscript-height): New function.
6218 (superscript, subscript): Set height using tex-suscript-height
6219 rather than fixing at 0.8.
6220 (tex-fontify-script, tex-font-script-display): Add :version tag.
6221
6222 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
6223
6224 * progmodes/python.el (python-eldoc-function): Doc fix.
6225
6226 2007-09-27 Glenn Morris <rgm@gnu.org>
6227
6228 * image.el (image-type-auto-detected-p): Doc fix. Don't detect an
6229 image if it is not in image-type-auto-detectable, or is there with
6230 a nil value.
6231
6232 2007-09-27 Michael Albinus <michael.albinus@gmx.de>
6233
6234 * net/tramp.el (tramp-maybe-open-connection): Make test for alive
6235 connection more robust.
6236
6237 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6238
6239 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
6240 Deal with the case that special &keywords are at the beginning or
6241 end of the argument list. Also add some (incomplete) support for
6242 non-standard arglists.
6243
6244 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6245
6246 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
6247 (eldoc-message-commands, eldoc-current-idle-delay)
6248 (eldoc-function-argstring-format): Fix typos in docstrings.
6249
6250 2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
6251
6252 * calc/calc-units.el (calc-convert-units)
6253 (calc-convert-temperature): Remove unnecessary colons.
6254
6255 2007-09-26 Bastien Guerry <bzg@altern.org>
6256
6257 * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
6258 New function.
6259 (org-export-latex-remove-from-headlines): Name changed because of typo.
6260 (org-export-latex-quotation-marks-convention): Option removed.
6261 (org-export-latex-make-preamble): Handle the DATE option.
6262 (org-export-latex-cleaned-string): Now the only cleaning function,
6263 synched up with org.el.
6264 (org-export-latex-lists, org-export-latex-parse-list)
6265 (org-export-list-to-latex): New functions.
6266
6267 2007-09-26 Carsten Dominik <dominik@science.uva.nl>
6268
6269 * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
6270 (org-outline-regexp): New constant.
6271 (org-remember-handler): Throw error when the target file is not in
6272 org-mode.
6273 (org-cleaned-string-for-export): No longer call
6274 `org-export-latex-cleaned-string' with an argument.
6275 (org-get-tags): Returns now a list, not a string.
6276 (org-get-tags-string): New function.
6277 (org-archive-subtree): No need to split return of `org-get-tags'.
6278 (org-set-tags, org-entry-properties): Call `org-get-tags-string'
6279 instead of `org-get-tags'.
6280 (org-agenda-format-date): Rename from `org-agenda-date-format'.
6281 (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
6282 (org-compatible-face): New argument INHERITS. Inherit from this
6283 face if possible.
6284 (org-level-1, org-level-2, org-level-3, org-level-4)
6285 (org-level-5, org-level-6, org-level-7, org-level-8)
6286 (org-special-keyword, org-drawer, org-column, org-warning)
6287 (org-archived, org-todo, org-done, org-headline-done, org-table)
6288 (org-formula, org-code, org-agenda-structure)
6289 (org-scheduled-today, org-scheduled-previously)
6290 (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
6291 in the new way.
6292 (org-get-heading): New argument NO-TAGS.
6293 (org-fast-tag-selection-include-todo): Made defvar instead of
6294 defcustom, feature is not deprecated.
6295 (org-remember-store-without-prompt): New default value t.
6296 (org-todo-log-states): New variable.
6297 (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
6298 Compute the log states.
6299 (org-goto-map): More commands copied from global map. Also bind
6300 `org-occur'.
6301 (org-goto): Made into a general lookup command.
6302 (org-get-location): Complete rewrite.
6303 (org-goto-exit-command): New variable.
6304 (org-goto-selected-point): New variable.
6305 (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
6306 Set the new variables.
6307 (org-paste-subtree): Whitespace insertion strategy revised.
6308 (org-remember-apply-template): Protect v-A from the possibility
6309 that v-a might be nil.
6310 (org-remember-handler): Insertion rules revised.
6311 (org-todo): Respect org-todo-log-states.
6312 (org-up-heading-safe): New function.
6313 (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
6314
6315 2007-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6316
6317 * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
6318 region if in transient-mark-mode.
6319
6320 2007-09-26 Juanma Barranquero <lekktu@gmail.com>
6321
6322 * calc/calc-ext.el (calc-init-extensions, calc-reset):
6323 * calc/calc-help.el (calc-full-help):
6324 * calc/calc-misc.el (another-calc):
6325 * calc/calc-store.el (calc-var-name-map):
6326 * calc/calc-stuff.el (calc-flush-caches):
6327 * calc/calc-units.el (math-build-units-table):
6328 * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
6329 (calc-quit):
6330 * calendar/icalendar.el (icalendar--format-ical-event)
6331 (icalendar--convert-ical-to-diary):
6332 * emacs-lisp/authors.el (authors):
6333 * emacs-lisp/cust-print.el (custom-print-install)
6334 (custom-print-uninstall):
6335 * emacs-lisp/disass.el (disassemble-1):
6336 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
6337 * emacs-lisp/edebug.el (byte-compile-resolve-functions):
6338 * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
6339 (elint-check-let-form, elint-check-condition-case-form)
6340 (elint-initialize):
6341 * emacs-lisp/elp.el (elp-results):
6342 * emacs-lisp/generic.el (generic-mode-internal):
6343 * emacs-lisp/re-builder.el (reb-delete-overlays):
6344 * emacs-lisp/regi.el (regi-interpret):
6345 * emacs-lisp/sregex.el (sregex--char-aux):
6346 * emulation/cua-rect.el (cua--deactivate-rectangle)
6347 (cua--highlight-rectangle, cua--rectangle-post-command):
6348 * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
6349 * emulation/viper-macs.el (viper-describe-kbd-macros)
6350 (viper-describe-one-macro):
6351 * emulation/viper-util.el (viper-setup-master-buffer):
6352 * emulation/viper.el (set-viper-state-in-major-mode):
6353 * international/mule-diag.el (describe-current-coding-system):
6354 * language/ethio-util.el (ethio-fidel-to-sera-buffer):
6355 * mail/emacsbug.el (report-emacs-bug):
6356 * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
6357 * obsolete/hilit19.el (hilit-unhighlight-region)
6358 (hilit-set-mode-patterns):
6359 * play/solitaire.el (solitaire-check, solitaire-solve):
6360 * play/zone.el (zone-pgm-rotate):
6361 * progmodes/ada-mode.el (ada-save-exceptions-to-file):
6362 * progmodes/ada-prj.el (ada-prj-display-page):
6363 * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
6364 (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
6365 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
6366 (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
6367 * progmodes/sh-script.el (sh-make-vars-local)
6368 (sh-reset-indent-vars-to-global-values):
6369 * progmodes/sql.el (top):
6370 * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
6371 * progmodes/xscheme.el (top):
6372 * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
6373 (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
6374 (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
6375 (artist-vaporize-lines, artist-ellipse-compute-fill-info)
6376 (artist-submit-bug-report):
6377 * textmodes/flyspell.el (flyspell-delay-commands)
6378 (flyspell-deplacement-commands):
6379 * textmodes/table.el (table--generate-source-epilogue, table-insert)
6380 (table--generate-source-cells-in-a-row, table--make-cell-map)
6381 (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
6382
6383 2007-09-25 Juanma Barranquero <lekktu@gmail.com>
6384
6385 * allout.el (produce-allout-mode-map, allout-process-exposed):
6386 * ansi-color.el (ansi-color-make-color-map):
6387 * autoinsert.el (auto-insert):
6388 * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
6389 * dired-aux.el (dired-create-files):
6390 * dired.el (dired-restore-desktop-buffer):
6391 * ediff-diff.el (ediff-setup-fine-diff-regions):
6392 * ediff-mult.el (ediff-intersect-directories)
6393 (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
6394 (ediff-redraw-registry-buffer):
6395 * ediff-ptch.el (ediff-fixup-patch-map):
6396 * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
6397 (ediff-really-quit, ediff-clear-diff-vector):
6398 * emerge.el (emerge-really-quit):
6399 * ffap.el (ffap-replace-file-component):
6400 * filecache.el (file-cache-add-directory)
6401 (file-cache-add-directory-recursively)
6402 (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
6403 (file-cache-delete-directory, file-cache-files-matching-internal)
6404 (file-cache-display):
6405 * files.el (cd):
6406 * find-lisp.el (find-lisp-insert-directory):
6407 * finder.el (finder-compile-keywords):
6408 * help.el (view-emacs-news):
6409 * hi-lock.el (hi-lock-write-interactive-patterns):
6410 * ido.el (ido-to-end, ido-set-matches-1):
6411 * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
6412 (image-dired-mark-tagged-files):
6413 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6414 * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
6415 * ps-print.el (ps-background, ps-begin-file)
6416 (ps-build-reference-face-lists):
6417 * simple.el (clone-buffer):
6418 * startup.el (command-line):
6419 * tempo.el (tempo-insert-template, tempo-is-user-element)
6420 (tempo-forward-mark, tempo-backward-mark):
6421 * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
6422
6423 2007-09-25 Glenn Morris <rgm@gnu.org>
6424
6425 * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
6426
6427 * view.el (view-search-no-match-lines): Add a doc string.
6428 Rewrite to simplify and work better.
6429
6430 2007-09-24 Dan Nicolaescu <dann@ics.uci.edu>
6431
6432 * progmodes/cc-mode.el (c-mode-base-map):
6433 Use c-indent-line-or-region instead of c-indent-line.
6434
6435 * indent.el (indent-for-tab-command): First check if the region is
6436 active.
6437
6438 2007-09-24 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6439
6440 * whitespace.el (whitespace-tickle-timer): Don't install the timer if
6441 whitespace-rescan-timer-time is 0.
6442
6443 2007-09-24 Karl Berry <karl@gnu.org>
6444
6445 * international/mule.el (coding-system-base): Fix doc string grammar.
6446
6447 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
6448
6449 * net/tramp.el (tramp-completion-mode-p): Rename from
6450 `tramp-completion-mode'. Revert logic, check `return', `newline'
6451 and such alike. Packages like Icicles tend to use other completion
6452 characters but `tab' and `space' only.
6453
6454 2007-09-24 Adam Hupp <adam@hupp.org>
6455
6456 * progmodes/python.el (run-python): Import emacs module without
6457 waiting; prevents lockup on error.
6458
6459 2007-09-23 Richard Stallman <rms@gnu.org>
6460
6461 * mail/sendmail.el (mail-bury): Delete the frame
6462 if this frame looks like it was made for this message.
6463
6464 * completion.el (completion-separator-self-insert-command)
6465 (completion-separator-self-insert-autofilling):
6466 If `self-insert-command' has been remapped, use the substitute.
6467
6468 * simple.el (copy-region-as-kill): Doc fix.
6469
6470 * textmodes/org.el (org-confirm-shell-link-function)
6471 (org-confirm-elisp-link-function): Doc fixes.
6472
6473 2007-09-23 Glenn Morris <rgm@gnu.org>
6474
6475 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
6476
6477 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
6478
6479 * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
6480
6481 * term/tvi970.el (terminal-init-tvi970): Likewise.
6482
6483 * term/sun-mouse.el (print-mouse-format): Likewise.
6484
6485 * term/sun.el (scroll-down-in-place, scroll-up-in-place):
6486 Use forward-line instead of previous-line and next-line.
6487
6488 2007-09-22 Juri Linkov <juri@jurta.org>
6489
6490 * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
6491
6492 * tutorial.el (tutorial--default-keys): Update standard bindings:
6493 rename `iconify-or-deiconify-frame' to `suspend-frame',
6494 and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
6495
6496 2007-09-22 Juri Linkov <juri@jurta.org>
6497
6498 * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
6499 Add help-echo to external links and to links without description.
6500 (fancy-splash-insert): Use help-echo from the 3rd element of the
6501 link specification list, or "Follow this link" if it's nil. Doc fix.
6502
6503 2007-09-22 Juri Linkov <juri@jurta.org>
6504
6505 * startup.el (command-line): Rename `inhibit-startup-message' to
6506 `inhibit-startup-screen'.
6507 (fancy-about-text): Use shorter label for "Ordering Manuals".
6508 (fancy-startup-tail): Add optional arg `concise'. When `concise'
6509 is nil, display a line with "To start..." and 3 links to useful
6510 tasks. Display the "Dismiss" button and "Don't show this message
6511 again" only when concise is non-nil.
6512 (fancy-startup-screen): Call `fancy-startup-tail' with optional
6513 arg `concise'. If CONCISE is non-nil, display a concise version
6514 of the splash screen in another window. Otherwise, switch to the
6515 startup buffer in the same window.
6516 (startup-echo-area-message): Change displayed binding from
6517 C-h C-p (describe-project) to C-h C-a (about-emacs), and change
6518 text "about the GNU system and GNU/Linux" to "about GNU Emacs and
6519 the GNU system".
6520 (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
6521 to "*GNU Emacs*".
6522 (display-about-screen): Don't check the existence of the buffer
6523 "*About GNU Emacs*".
6524 (display-splash-screen): Make alias to `display-startup-screen'.
6525 (command-line-1): Rename `inhibit-startup-message' to
6526 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
6527 started with command line options "-f", "-funcall", "-e", "-eval",
6528 "-execute", "-insert", "-find-file", "-file", "-visit".
6529 Inhibit startup screen when Emacs is started with a file name only
6530 on tty (i.e. don't inhibit it when started with a file name like
6531 "emacs FILE..." on a window system).
6532 (command-line-1): Simplify logic of displaying the startup screen:
6533 if file-count > 0, then display the concise version in another
6534 window, otherwise display full version in the same window.
6535
6536 * help.el (help-map): Bind C-h C-a to about-emacs.
6537 (help-for-help-internal): Add C-a description to C-h help text.
6538
6539 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
6540
6541 * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
6542 (checkdoc-permit-comma-termination-flag): Autoload the
6543 safe-local-variable setting.
6544
6545 * bookmark.el (bookmark-xemacsp): Remove.
6546 (bookmark-make): Don't use bookmark-xemacsp,
6547 use (featurep 'xemacs) instead.
6548
6549 * speedbar.el (speedbar-frame-mode)
6550 (speedbar-frame-reposition-smartly)
6551 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
6552 (speedbar-check-vc): Remove use of non-existent variable
6553 dframe-xemacsp, use (featurep 'xemacs) instead.
6554
6555 * indent.el (indent-for-tab-command): Indent the region if
6556 transient-mark-mode and the region is active.
6557
6558 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
6559
6560 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
6561 add inferior-octave-directory-tracker to the buffer-local value
6562 of comint-input-filter-functions.
6563
6564 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6565
6566 * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
6567
6568 2007-09-21 Juanma Barranquero <lekktu@gmail.com>
6569
6570 * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
6571 on w32 frames.
6572
6573 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * startup.el (normal-top-level): Remove DISPLAY from
6576 process-environment to let it be computed dynamically in callproc.c.
6577
6578 * frame.el (frame-initialize, make-frame):
6579 * faces.el (tty-set-up-initial-frame-faces):
6580 * env.el (setenv): Don't set display-environment-variable.
6581
6582 * server.el (server-getenv-from): Remove. Use getenv-internal instead.
6583 (server-create-tty-frame): Don't set unused `tty' property.
6584 Set `display' instead of display-environment-variable.
6585 (server-create-window-system-frame): No display-environment-variable.
6586
6587 2007-09-21 Michael Albinus <michael.albinus@gmx.de>
6588
6589 * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
6590 (rfn-eshadow-update-overlay-hook): New defvars.
6591 (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
6592 Run the hooks.
6593
6594 * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
6595 (tramp-rfn-eshadow-setup-minibuffer)
6596 (tramp-rfn-eshadow-update-overlay): New defuns. Hook into
6597 rfn-eshadow.el.
6598
6599 * net/tramp-smb.el (tramp-smb-errors): Add error message for call
6600 timeout.
6601
6602 2007-09-21 Glenn Morris <rgm@gnu.org>
6603
6604 * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
6605 * term/sun-mouse.el (suspend-emacstool): Remove.
6606 * term/sun.el: Remove emacstool-related code.
6607
6608 * emacs-lisp/bytecomp.el (byte-compile-warnings)
6609 (byte-compile-warnings-safe-p): Add `mapcar'.
6610 (byte-compile-warning-types): Add mapcar and make-local.
6611 (byte-compile-normal-call): Add option to suppress mapcar warning.
6612 (top-level): Use mapc rather than mapcar in eval-when-compile.
6613
6614 * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
6615 (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
6616 (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
6617 Handle escaped parens.
6618 (latex-forward-sexp): Doc fix.
6619
6620 * eshell/esh-mode.el (eshell-output-filter-functions):
6621 Add eshell-postoutput-scroll-to-bottom.
6622
6623 * loadup.el: Remove termdev.
6624
6625 * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
6626 * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
6627
6628 2007-09-21 Markus Triska <markus.triska@gmx.at>
6629
6630 * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
6631 `mapcar' is called for effect.
6632
6633 2007-09-21 Kevin Ryde <user42@zip.com.au>
6634
6635 * international/mule.el (sgml-html-meta-auto-coding-function):
6636 Bind `case-fold-search' to t.
6637
6638 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6639
6640 * termdev.el: Remove.
6641
6642 * frame.el (get-device-terminal): New function. Moved from termdev.el.
6643 (frames-on-display-list): Use it.
6644
6645 * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
6646
6647 * termdev.el (terminal-id): Ask terminal-live-p before giving up.
6648
6649 2007-09-20 Richard Stallman <rms@gnu.org>
6650
6651 * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
6652
6653 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6654
6655 * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
6656
6657 2007-09-20 Glenn Morris <rgm@gnu.org>
6658
6659 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
6660 motion functions, rather than hard-coding "\n\n".
6661 (tex-validate-region): Check for eobp, to speed up.
6662 (tex-next-unmatched-end): Doc fix.
6663
6664 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * files.el (auto-mode-alist): Use archive-mode for .rar files.
6667
6668 * international/mule.el (auto-coding-alist): Rar archives are binary.
6669
6670 * arc-mode.el: Add basic support for Rar.
6671 (archive-find-type): Recognize Rar's signature.
6672 (archive-desummarize): New fun.
6673 (archive-summarize): Use it to restore the buffer's data in case
6674 someone wants to switch to some other major mode.
6675 (archive-resummarize): Use it as well.
6676 (archive-rar-summarize, archive-rar-extract): New functions.
6677
6678 * filesets.el: Remove spurious * in docstrings.
6679 (filesets-running-xemacs): Remove. Use (featurep 'xemacs) instead.
6680 (filesets-conditional-sort): Remove unused arg `simply-do-it'.
6681 (filesets-ingroup-collect): Remove unused arg `depth'.
6682 (filesets-update): Remove unused arg `version'.
6683
6684 * finder.el (finder-compile-keywords): Fix up comment style.
6685 (finder-mouse-face-on-line): previous-line -> forward-line.
6686
6687 * recentf.el: Remove spurious * in docstrings.
6688 (recentf-save-list): Fix up comment style.
6689
6690 * progmodes/octave-mod.el: Remove spurious * in docstrings.
6691 (octave-mode-map): Move init into declaration and remove \t binding.
6692 (octave-mode-startup-message): Remove unused var.
6693 (octave-scan-blocks): Remove unused arg `from'.
6694 (octave-forward-block, octave-down-block, octave-up-block):
6695 Update callers.
6696
6697 * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
6698 (meta-mode-map): Likewise and remove \t binding.
6699
6700 * net/snmp-mode.el: Remove spurious * in docstrings.
6701 (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
6702 (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
6703 (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
6704 that completion accepts lists of strings.
6705 (snmp-mode-syntax-table): Move initialization into declaration.
6706 (snmp-mode-map): Likewise and remove \t binding.
6707 (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
6708 (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
6709 (snmp-indent-command): Remove.
6710
6711 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
6712 binding, so tab-always-indent works right.
6713
6714 2007-09-19 Johannes Weiner <hannes@saeurebad.de>
6715
6716 * net/browse-url.el (browse-url-elinks-new-window): New function.
6717 (browse-url-elinks): Use browse-url-elinks-new-window.
6718 Accept optional second argument `new-window'. Fix typo in doc-string.
6719 (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
6720 Improve error message.
6721
6722 2007-09-19 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6723
6724 * net/browse-url.el (browse-url-url-encode-chars): Use the right
6725 parameter name in the function body.
6726 Reported by Johannes Weiner.
6727
6728 2007-09-19 Glenn Morris <rgm@gnu.org>
6729
6730 * net/socks.el (socks-open-network-stream): Signal an explicit
6731 error if the port associated with a service string can't be found.
6732
6733 * textmodes/tex-mode.el (tex-terminate-paragraph):
6734 Use backward-paragraph.
6735
6736 2007-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * server.el (server-running-p): New function.
6739
6740 2007-09-18 Jason Rumney <jasonr@gnu.org>
6741
6742 * term/w32-win.el (w32-focus-frame): Make obsolete alias for
6743 x-focus-frame.
6744
6745 * frame.el (select-frame-set-input-focus, select-frame-by-name):
6746 Use x-focus-frame for w32.
6747
6748 2007-09-17 David Kastrup <dak@gnu.org>
6749
6750 * textmodes/tex-mode.el (tex-verbatim-environments):
6751 Eliminate CL dependency.
6752
6753 2007-09-17 Richard Stallman <rms@gnu.org>
6754
6755 * newcomment.el (comment-add): New arg EXTRA.
6756 (comment-region-default): Pass EXTRA if not indenting lines.
6757
6758 2007-09-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6759
6760 * net/browse-url.el (browse-url-url-encode-chars): New function.
6761 URL-encode some chars in a string.
6762 (browse-url-encode-url): Rewrite using the previous function.
6763 (browse-url-file-url): Use `browse-url-url-encode-chars'.
6764 (browse-url-elinks-sentinel): Fix typo.
6765 (browse-url-new-window-flag): Doc change.
6766
6767 2007-09-17 Glenn Morris <rgm@gnu.org>
6768
6769 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
6770 filename from `--file-line-error', if it is available.
6771
6772 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6773
6774 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
6775 TeX `--file-line-error' format.
6776
6777 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6778
6779 * xt-mouse.el: Delete add-hook calls that were moved to
6780 xterm-mouse-mode.
6781 (xterm-mouse-mode): Disable resume-tty-functions, explain why it
6782 does not work.
6783
6784 2007-09-17 Richard Stallman <rms@gnu.org>
6785
6786 * cus-face.el (custom-theme-set-faces): Undo previous change.
6787
6788 * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
6789
6790 2007-09-17 Glenn Morris <rgm@gnu.org>
6791
6792 * textmodes/tex-mode.el (tex-region): Simplify previous change,
6793 handling the case where the region is not in `tex-main-file'.
6794 (tex-region-1): Delete.
6795 (tex-region-header): New function, doing the header part of the
6796 old tex-region-1.
6797
6798 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6799
6800 * simple.el (newline): Simplify use of prefix-numeric-value.
6801 (line-move-partial): Remove unused var `ppos'.
6802 (line-move-1): Replace 9999 with most-positive-fixnum.
6803 (move-end-of-line): Use more efficient single-property search.
6804 (move-beginning-of-line): Remove unused var `start'.
6805 (blink-matching-open): Restructure in a more functional style.
6806
6807 2007-09-16 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6808
6809 * calendar/holidays.el (list-holidays): Remove the cyclic alias.
6810
6811 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * server.el (server-clients): Only keep procs, no properties any more.
6814 (server-client): Remove.
6815 (server-client-get, server-client-set): Remove, replace all callers by
6816 process-get and process-put resp.
6817 (server-clients-with, server-add-client, server-delete-client)
6818 (server-create-tty-frame, server-create-window-system-frame)
6819 (server-process-filter, server-execute, server-visit-files)
6820 (server-buffer-done, server-kill-buffer-query-function)
6821 (server-kill-emacs-query-function, server-switch-buffer)
6822 (server-save-buffers-kill-terminal): Update accordingly.
6823
6824 * server.el (server-with-environment): Simplify.
6825 (server-select-display, server-unselect-display): Re-add functions that
6826 seem to have been lost in the multi-tty merge.
6827 (server-eval-and-print, server-create-tty-frame)
6828 (server-create-window-system-frame, server-goto-toplevel)
6829 (server-execute, server-return-error): New functions extracted from
6830 server-process-filter.
6831 (server-execute-continuation): New functions.
6832 (server-process-filter): Restructure so that all arguments are analysed
6833 first and then acted upon in a subsequent stage. This way
6834 server-goto-toplevel can be executed later, when we know if
6835 it's necessary.
6836 Remove the "-version" and "-version-good" support.
6837
6838 2007-09-16 Drew Adams <drew.adams@oracle.com>
6839
6840 * cus-edit.el (custom-face-edit-activate): Doc fix.
6841
6842 2007-09-16 Glenn Morris <rgm@gnu.org>
6843
6844 * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
6845 Following cal-bahai renaming, update all instances of
6846 list-bahai-diary-entries to diary-bahai-list-entries,
6847 mark-bahai-diary-entries to diary-bahai-mark-entries,
6848 calendar-goto-bahai-date to calendar-bahai-goto-date,
6849 insert-bahai-diary-entry to diary-bahai-insert-entry,
6850 insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
6851 insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
6852 calendar-print-bahai-date to calendar-bahai-print-date.
6853
6854 * textmodes/tex-mode.el (tex-region): Handle the case where the
6855 region is not in `tex-main-file'. Move the old code that applies
6856 to both cases...
6857 (tex-region-1): ...to this new function.
6858
6859 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * vc.el (vc-process-sentinel): New function.
6862 (vc-exec-after): Use it instead of using ugly hackish analysis and
6863 construction of Elisp code.
6864 (vc-sentinel-movepoint): New dynamically scoped var.
6865 (vc-print-log, vc-annotate): Set it to move the user's point.
6866
6867 * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
6868 inhibit-modification-hooks.
6869
6870 * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
6871 (calendar-bahai-print-date, calendar-bahai-goto-date)
6872 (diary-bahai-list-entries, diary-bahai-insert-entry):
6873 New names to clean up the namespace a bit more.
6874 (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
6875
6876 2007-09-15 Glenn Morris <rgm@gnu.org>
6877
6878 * calendar/holidays.el (holiday-list): Rename it back to
6879 `list-holidays', but leave `holiday-list' as an alias.
6880
6881 * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
6882 custom group.
6883
6884 * textmodes/css-mode.el (css): New custom group.
6885 (css-electrick-keys, css-selector, css-property)
6886 (css-indent-offset): Specify custom group.
6887
6888 2007-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
6891 (cvs-execute-single-file): Use process-file.
6892 (cvs-run-process): Use start-file-process.
6893
6894 2007-09-15 Dan Nicolaescu <dann@ics.uci.edu>
6895
6896 * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
6897 level. Remove the hooks when turning off the mode.
6898
6899 * term/xterm.el: Require xt-mouse at compile time.
6900 (terminal-init-xterm): Turn on xterm mouse tracking for this
6901 terminal if xterm-mouse-mode is enabled.
6902
6903 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6904
6905 * term/xterm.el (xterm-function-map): Replace bindings that were
6906 deleted by the merge.
6907
6908 2007-09-14 Ulf Jasper <ulf.jasper@web.de>
6909
6910 * play/bubbles.el (bubbles-version): Bump value to "0.5".
6911 (bubbles-mode-map): Move define-key statements here.
6912 (bubbles-game-theme-menu): Ditto.
6913 (bubbles-graphics-theme-menu): Ditto.
6914 (bubbles-menu): Ditto.
6915 (bubbles-mode): Initialize buffer-undo-list, redisplay.
6916 (bubbles--initialize): Reset buffer-undo-list, redisplay.
6917 (bubbles-plop): Set buffer-undo-list, redisplay.
6918 (bubbles-undo): Reset buffer-undo-list, redisplay.
6919 (bubbles--show-images): Take care of missing text properties.
6920
6921 2007-09-14 Glenn Morris <rgm@gnu.org>
6922
6923 * startup.el (fancy-startup-text, fancy-about-text): Fix face
6924 quoting.
6925
6926 * calendar/cal-hebrew.el, calendar/cal-menu.el
6927 * calendar/calendar.el, calendar/diary-lib.el
6928 * calendar/holidays.el: Rename all instances of
6929 list-calendar-holidays callers to calendar-list-holidays,
6930 list-holidays to holiday-list, check-calendar-holidays to
6931 calendar-check-holidays, mark-calendar-holidays to
6932 calendar-mark-holidays, and filter-visible-calendar-holidays to
6933 holiday-filter-visible-calendar.
6934
6935 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
6936
6937 * term/xterm.el (xterm-function-map): Add C-M- bindings.
6938
6939 2007-09-13 Sascha Wilde <wilde@sha-bang.de> (tiny change)
6940
6941 * play/bubbles.el (bubbles--initialize-images): Fix bug:
6942 Use transparent background for empty cells in graphics mode.
6943
6944 2007-09-13 Jari Aalto <jari.aalto@cante.net>
6945
6946 * man.el (Man-default-man-entry): At end of line, continue looking
6947 to the next line for possible end of hyphenated command.
6948
6949 2007-09-13 Chris Moore <dooglus@gmail.com>
6950
6951 * shell.el (shell-resync-dirs): Don't move the cursor relative to
6952 the command being edited.
6953
6954 2007-09-12 Jim Meyering <jim@meyering.net> (tiny change)
6955
6956 * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
6957
6958 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
6959
6960 * term/xterm.el (xterm-function-map): Add bindings for M-S- and
6961 C-M-S- keys.
6962
6963 * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
6964
6965 2007-09-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
6966
6967 * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
6968 New argument `filename-p' to use one set of confusing chars or another.
6969 (browse-url-file-url): Use the argument.
6970 Suggested by Johannes Weiner.
6971
6972 2007-09-12 Romain Francoise <romain@orebokech.com>
6973
6974 * cus-start.el (all): Revert 2007-09-08 change.
6975
6976 2007-09-12 Aaron Hawley <aaronh@garden.org>
6977
6978 * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
6979 extract .Z files, since it is more common than uncompress.
6980
6981 2007-09-12 Glenn Morris <rgm@gnu.org>
6982
6983 * textmodes/org-publish.el (org-publish-org-to-html): Remove
6984 duplicate function definition.
6985
6986 2007-09-10 Chris Moore <dooglus@gmail.com>
6987
6988 * diff-mode.el (diff-sanity-check-hunk):
6989 Also accept single-line hunks.
6990
6991 2007-09-10 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * startup.el (startup-screen-inhibit-startup-screen)
6994 (pure-space-overflow-message): New vars.
6995 (fancy-splash-insert): Allow functions for face and link specs.
6996 (fancy-splash-head): Remove unused arg. Move splash text...
6997 (fancy-startup-text, fancy-about-text): ...here.
6998 (fancy-startup-tail): Rename from fancy-splash-tail.
6999 (fancy-startup-screen, fancy-about-screen): Split off from
7000 fancy-splash-screens.
7001 (display-startup-screen): New function.
7002 (display-about-screen): Rename from display-splash-screen.
7003 (command-line-1): Use concise startup screen if necessary.
7004
7005 2007-09-10 Thien-Thi Nguyen <ttn@gnuvola.org>
7006
7007 * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
7008 Reported by Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>.
7009
7010 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
7013 (python-font-lock-keywords): Update to the 2.5 version of the language.
7014 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
7015 (python-backspace): Only behave funny in code.
7016 (python-compilation-regexp-alist): Add PDB stack trace regexp.
7017 (inferior-python-mode): Add PDB prompt regexp.
7018 (python-fill-paragraph): Refine the fenced-string regexp.
7019 (python-find-imports): Handle imports spanning several lines.
7020 (python-mode): Add `class' to hideshow support.
7021
7022 2007-09-10 Dave Love <fx@gnu.org>
7023
7024 * outline.el (outline-4, outline-5, outline-7):
7025 Move font-lock-builtin-face down from 4 to 7 to better keep the
7026 progression of color brightness, and to better match Org-mode's faces.
7027
7028 2007-09-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7029
7030 * progmodes/meta-mode.el (meta-font-lock-keywords)
7031 (font-lock-match-meta-declaration-item-and-skip-to-next)
7032 (meta-comment-indent, meta-indent-previous-line)
7033 (meta-indent-unfinished-line, meta-beginning-of-defun)
7034 (meta-end-of-defun, meta-common-initialization): Handle \f.
7035 (meta-indent-unfinished-line): Do not handle a `%' in a string as
7036 a comment-start.
7037
7038 * files.el (file-modes-char-to-who, file-modes-char-to-right)
7039 (file-modes-rights-to-number): Auxiliary functions for symbolic to
7040 numeric notation of file modes.
7041 (file-modes-symbolic-to-number): New. Convert symbolic modes to its
7042 numeric value.
7043 (read-file-modes): New. Read either an octal value of a file mode or a
7044 symbolic value, and return its numeric value.
7045
7046 * dired-aux.el (dired-do-chmod): Change to use the built-in
7047 `set-file-modes' and the previous symbolic mode parsing functions.
7048
7049 2007-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7050
7051 * textmodes/texinfo.el: Remove spurious * in docstrings.
7052 (texinfo-mode-syntax-table, texinfo-mode-map):
7053 Initialize in the declaration.
7054
7055 * tmm.el: Remove spurious * in docstrings.
7056 (tmm-prompt): Use with-current-buffer.
7057
7058 * vcursor.el: Remove spurious * in docstrings.
7059 (vcursor-map): Initialize in the declaration.
7060 (vcursor-use-vcursor-map): Use define-minor-mode.
7061 (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
7062
7063 * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
7064 Initialize in the declaration.
7065 (widget-minor-mode): Use define-minor-mode.
7066
7067 * woman.el (woman-mode-map, woman-syntax-table):
7068 Initialize in the declaration.
7069
7070 2007-09-09 Tassilo Horn <tassilo@member.fsf.org>
7071
7072 * doc-view.el: New file.
7073
7074 2007-09-09 Juri Linkov <juri@jurta.org>
7075
7076 * Makefile.in (update-authors): Add etc/ to AUTHORS.
7077
7078 * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
7079
7080 * startup.el (initial-buffer-choice): Rename choice "Splash screen"
7081 to "Startup screen". Fix docstring.
7082 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
7083 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
7084 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
7085 (initial-scratch-message): Fix docstring.
7086 (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
7087 Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
7088 Add link to "Customize Startup" and set interval between links to
7089 5 spaces.
7090 (fancy-about-text): Add links "Authors" and "Contributing".
7091 (fancy-splash-head): Add text "Welcome to " on the startup screen,
7092 and "This is " on the about screen. Add link to
7093 "http://www.gnu.org/software/emacs/" for "GNU Emacs".
7094 For the about screen move emacs version to the header from
7095 `fancy-splash-tail' (as it's done already for normal about screen).
7096 (fancy-splash-tail): Insert emacs version only for startup screen.
7097 (normal-splash-screen): Remove duplicate empty lines.
7098 (normal-about-screen): Add links "Authors" and "Contributing".
7099
7100 * menu-bar.el (menu-bar-help-menu):
7101 Move "About Emacs" and "About GNU" to the end of the Help menu.
7102 Move "Emacs Psychotherapist" after "Send Bug Report...".
7103 Move "External Packages" after "Find Emacs Packages".
7104
7105 2007-09-09 Michael Albinus <michael.albinus@gmx.de>
7106
7107 * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
7108 they are useless with the byte compiler.
7109 (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
7110 (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
7111 (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
7112 (tramp-file-name-real-host, tramp-file-name-port)
7113 (tramp-find-method, tramp-find-user, tramp-find-host): Make them
7114 defuns.
7115
7116 * net/tramp-cache.el (top): Improve error message when
7117 `tramp-persistency-file-name' is corrupted.
7118
7119 2007-09-09 Carsten Dominik <dominik@science.uva.nl>
7120
7121 * textmodes/org.el (org-re): Also replace the :alpha: class.
7122 (org-todo-tag-alist): Variable removed.
7123 (org-todo-key-alist, org-todo-key-trigger): New variables.
7124 (org-use-fast-todo-selection): New option.
7125 (org-log-done): Docstring fixed.
7126 (org-deadline-warning-days): New default value 14.
7127 (org-edit-timestamp-down-means-later): New option.
7128 (org-tag-alist): Docstring fixed.
7129 (org-fast-tag-selection-include-todo): New option.
7130 (org-export-language-setup): New languages added.
7131 (org-set-regexps-and-options): Compute the new variables.
7132 (org-paste-subtree): Cleaning up.
7133 (org-remember-apply-template): New escape %A.
7134 (org-todo): Call fast TODO selection.
7135 (org-fast-todo-selection): New function.
7136 (org-add-log-note): Allow prefix for abort exit.
7137 (org-at-property-p, org-entry-properties)
7138 (org-columns-get-autowidth-alist): Use :alpha: class.
7139 (org-get-wdays): New function.
7140 (org-agenda-remove-date): New variable.
7141 (org-agenda-get-deadlines): Use `org-get-wdays'.
7142 (org-agenda-get-deadlines): Reverse ee before returning.
7143 (org-format-agenda-item): New argument REMOVE-RE.
7144 (org-agenda-convert-date): Baha'i calendar added.
7145 (org-infile-export-plist): Also find DATE line.
7146 (org-get-min-level): New function.
7147 (org-export-as-html, org-export-as-ascii): Use the date format.
7148 (org-shiftup, org-shiftdown): Use.
7149 `org-edit-timestamp-down-means-later'.
7150 (org-assign-fast-keys): New function.
7151
7152 2007-09-08 Fredrik Axelsson <f.axelsson@gmail.com>
7153
7154 * cus-start.el (all): Add prefer-window-split-horizontally from
7155 window.c.
7156
7157 2007-09-08 Eli Zaretskii <eliz@gnu.org>
7158
7159 * net/browse-url.el (browse-url-galeon): Fix last change.
7160 (top-level): Require cl when compiling.
7161
7162 2007-09-08 Carsten Dominik <dominik@science.uva.nl>
7163
7164 * textmodes/org-export-latex.el: arch-tag restored.
7165
7166 * textmodes/org-publish.el: arch-tag restored.
7167
7168 2007-09-08 Masatake YAMATO <jet@gyve.org>
7169
7170 * progmodes/which-func.el (which-func-modes): Add diff-mode.
7171
7172 * progmodes/cc-langs.el: Support new keywords added to
7173 objective-c frontend of gcc.
7174 (c-simple-stmt-kwds): Add @throw.
7175 (c-block-stmt-2-kwds): Add @synchronized.
7176 (c-block-stmt-1-kwds): Add @finally and @try.
7177
7178 2007-09-07 Carsten Dominik <dominik@science.uva.nl>
7179
7180 * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
7181 (org-agenda-after-show-hook): New variable.
7182 (org-columns-compile-format)
7183 (org-columns-get-autowidth-alist, org-buffer-property-keys)
7184 (org-entry-properties, org-at-property-p): Allow [:alnum:] in
7185 property names.
7186 (org-get-wdays): New function.
7187
7188 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7189
7190 * simple.el (normal-erase-is-backspace-setup-frame): Massage.
7191
7192 * term/xterm.el (xterm-function-map): Initialize in the declaration.
7193
7194 * vc-arch.el (vc-arch-checkin): Fix typo.
7195
7196 2007-09-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
7197
7198 * cus-face.el (custom-theme-set-faces): Set face attributes
7199 locally for each frame.
7200
7201 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7202
7203 * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
7204 via font-lock-defaults.
7205
7206 * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
7207 derived-mode-p.
7208
7209 2007-09-07 Thien-Thi Nguyen <ttn@gnuvola.org>
7210
7211 * progmodes/autoconf.el (autoconf-definition-regexp):
7212 Handle optional square brackets around definition name.
7213
7214 2007-09-07 Johannes Weiner <hannes@saeurebad.de>
7215
7216 * net/browse-url.el (browse-url-browser-function): Add elinks.
7217 (browse-url-elinks-wrapper): New option.
7218 (browse-url-encode-url, browse-url-elinks)
7219 (browse-url-elinks-sentinel): New functions.
7220 (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
7221 (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
7222 Use new function browse-url-encode-url.
7223
7224 2007-09-07 Glenn Morris <rgm@gnu.org>
7225
7226 * version.el (emacs-version): Revert 2007-08-29 change: no need to
7227 say if multi-tty is present.
7228
7229 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * cus-start.el (split-window-preferred-function): Add custom info.
7232
7233 * calendar/holidays.el (holiday-list, calendar-check-holidays)
7234 (calendar-mark-holidays, calendar-list-holidays)
7235 (holiday-filter-visible-calendar): New names to clean up namespace.
7236 (filter-visible-calendar-holidays, list-calendar-holidays)
7237 (mark-calendar-holidays, check-calendar-holidays, list-holidays):
7238 Add compatibility aliases.
7239 (calendar-check-holidays, calendar-mark-holidays)
7240 (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
7241 (holiday-sexp): Replace append with list.
7242 (holiday-filter-visible-calendar): Replace append with push.
7243
7244 * woman.el: Remove spurious * in docstrings.
7245 (woman-mini-help, woman-non-underline-faces, woman0-rename)
7246 (woman-topic-all-completions-merge, woman-file-name-all-completions)
7247 (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
7248 (woman-write-directory-cache, woman-display-extended-fonts)
7249 (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
7250 (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
7251 (woman-mode): Use inhibit-read-only.
7252 (woman-negative-vertical-space): Use dotimes.
7253 (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
7254
7255 2007-09-06 Romain Francoise <romain@orebokech.com>
7256
7257 * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
7258 (vc-bzr-workfile-version): Use it.
7259
7260 2007-09-06 Sean O'Rourke <sorourke@cs.ucsd.edu>
7261
7262 * complete.el (PC-do-completion): Don't try to treat
7263 empty string as an abbreviation.
7264
7265 2007-09-06 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7266
7267 * help-fns.el (describe-variable): Keep doc's text properties.
7268
7269 2007-09-06 Dan Nicolaescu <dann@ics.uci.edu>
7270
7271 * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
7272 instead of a file.
7273
7274 2007-09-06 Glenn Morris <rgm@gnu.org>
7275
7276 * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
7277 (checkdoc-minor-mode): Allow user to specify lighter via
7278 checkdoc-minor-mode-string.
7279
7280 2007-09-05 Richard Stallman <rms@gnu.org>
7281
7282 * startup.el (fancy-startup-text): Rename from fancy-splash-text.
7283 Several items removed, simplified, or put on one line.
7284 (fancy-about-text): Add substantial contents, part of startup text.
7285 (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
7286 (normal-splash-screen): Call normal-mouse-startup-screen,
7287 normal-no-mouse-startup-screen, or normal-about-screen.
7288 (normal-mouse-startup-screen): New fn, broken out, shortened.
7289 (normal-no-mouse-startup-screen): New fn, broken out.
7290 (normal-about-screen): New function, contents all new.
7291
7292 2007-09-05 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7293
7294 * emacs-lisp/rx.el (rx): Fix typo in docstring.
7295
7296 2007-09-05 Glenn Morris <rgm@gnu.org>
7297
7298 * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
7299 is bound.
7300
7301 2007-09-05 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7302
7303 * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
7304 in doc string.
7305
7306 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7307
7308 * server.el (server-start, server-unload-hook): Undo previous change.
7309
7310 * xt-mouse.el: Undo previous change.
7311
7312 2007-09-04 Juri Linkov <juri@jurta.org>
7313
7314 * startup.el (fancy-about-text): New variable.
7315 (fancy-splash-delay, fancy-splash-max-time): Remove user options.
7316 (fancy-current-text, fancy-splash-stop-time)
7317 (fancy-splash-outer-buffer): Remove variables.
7318 (fancy-splash-head, fancy-splash-tail): Add new optional argument
7319 `startup' and use it to conditionally display different texts for
7320 Startup and About screens. Don't display Help commands on the About
7321 screen.
7322 (fancy-splash-screens-1): Remove function and move its content to
7323 `fancy-splash-screens' to the part that dislpays the About screen.
7324 (exit-splash-screen): Don't treat specially exiting from
7325 alternating screens.
7326 (fancy-splash-screens): Rename argument `static' to `startup'.
7327 Fix docstring. Remove code for displaying alternating screens.
7328 Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
7329 Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
7330 for `inhibit-read-only'.
7331 (normal-splash-screen): Rename argument `static' to `startup'.
7332 Fix docstring. Use argument `startup' to conditionally display
7333 different texts for Startup and About screens. Don't display Help
7334 commands on the About screen. Remove `unwind-protect' `sit-for'
7335 delay and `kill-buffer' after it.
7336 (display-startup-echo-area-message): Remove call to
7337 `use-fancy-splash-screens-p' because image.el is preloaded and
7338 doesn't display "Loading image... done".
7339 (display-splash-screen): Rename argument `static' to `startup'.
7340 Fix docstring.
7341
7342 2007-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7343
7344 * server.el (server-start, server-unload-hook):
7345 suspend-tty-functions has been renamed to suspend-tty-hook.
7346
7347 * xt-mouse.el: Likewise. resume-tty-functions has been renamed to
7348 resume-tty-hook.
7349
7350 2007-09-03 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
7351
7352 * loadup.el: Fix merge problem, only load "button" once.
7353
7354 2007-09-03 Glenn Morris <rgm@gnu.org>
7355
7356 * vc-svn.el (vc-svn-print-log): If there is only one file, use
7357 "Working file:" as the prefix, for the sake of
7358 log-view-current-file.
7359
7360 2007-09-02 Dan Nicolaescu <dann@ics.uci.edu>
7361
7362 * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
7363 (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
7364 if the selected frames is in
7365 xterm-modify-other-keys-terminal-list.
7366 (xterm-turn-off-modify-other-keys): Add an optional frame
7367 parameter. Only turn off modify-other-keys if FRAME is in
7368 xterm-modify-other-keys-terminal-list.
7369 (xterm-remove-modify-other-keys): New function.
7370 (terminal-init-xterm): Use it. Deal with delete-frame hook.
7371 Add the selected frame to xterm-modify-other-keys-terminal-list.
7372
7373 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7374
7375 * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
7376 (icon-map-list): New variable.
7377 (x-gtk-map-stock): Use icon-map-list.
7378
7379 2007-09-02 Romain Francoise <romain@orebokech.com>
7380
7381 * log-view.el (log-view-current-file): Balance parens.
7382
7383 2007-09-02 Glenn Morris <rgm@gnu.org>
7384
7385 * comint.el (comint-mode): Don't set scroll-conservatively.
7386
7387 * eshell/em-unix.el (eshell/time): Stringify and flatten the
7388 non-command arguments.
7389
7390 * log-view.el (log-view-current-file): Give a more explicit error
7391 if log-view-file-re fails to find a match.
7392
7393 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
7394
7395 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7396 Fix bug: Don't expand top-level file name more than once.
7397 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
7398
7399 2007-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * server.el (server-process-filter): Don't display the splash screen.
7402 It's annoying enough on the initial screen and becomes positively
7403 obnoxious here.
7404
7405 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
7408 Change naming to use "avl-tree--" for internal functions.
7409
7410 2007-08-31 Dan Nicolaescu <dann@ics.uci.edu>
7411
7412 * term/x-win.el (x-menu-bar-open): Delete duplicated function from
7413 the merge.
7414 (global-set-key): Delete f10 mapping, now done in menu-bar.el.
7415 (provide): Move to the end of file.
7416
7417 * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
7418
7419 2007-08-31 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7420
7421 * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
7422 New variable. List of exceptions for the duplicated word rule.
7423 (flyspell-mark-duplications-flag): Mention it.
7424 (flyspell-word): Treat it.
7425
7426 * files.el (create-file-buffer): If the filename sans directory starts
7427 with spaces, remove them.
7428
7429 2007-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7430
7431 * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
7432 (x-gtk-map-stock): Use two directory elements when matching
7433 file name.
7434
7435 2007-08-31 James Wright <james@chumsley.org>
7436
7437 * eshell/em-unix.el (eshell/info): New function.
7438
7439 2007-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7440
7441 * frame.el (frame-initialize, make-frame):
7442 * server.el (server-process-filter):
7443 * faces.el (tty-set-up-initial-frame-faces): Don't set
7444 term-environment-variable since it's not used any more.
7445
7446 * env.el (setenv): Don't treat $TERM specially.
7447
7448 * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
7449 stated otherwise, subprocesses do not send back escape sequences
7450 corresponding to the terminal from which Emacs was started.
7451
7452 2007-08-31 Thien-Thi Nguyen <ttn@gnuvola.org>
7453
7454 * calculator.el: Require cl for compilation.
7455
7456 2007-08-30 Daniel Pfeiffer <occitan@esperanto.org>
7457
7458 * outline.el (outline-font-lock-levels): Comment out unused var.
7459 (outline-font-lock-face): Wrap around face list to handle any
7460 nesting depth gracefully.
7461
7462 2007-08-30 Michael Albinus <michael.albinus@gmx.de>
7463
7464 * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
7465 `set-file-times'.
7466
7467 2007-08-30 Carsten Dominik <dominik@science.uva.nl>
7468
7469 * textmodes/org.el (org-export-visible): Fix drawers before export.
7470 (org-do-sort): Allow sorting by priority.
7471 (org-agenda-files): Ignore non-existing files.
7472 (org-agenda-skip-unavailable-files): New variable.
7473 (org-ellipsis): All a face as value.
7474 (org-mode): Interprete the face value of `org-ellipsis'.
7475 (org-archive-save-context-info): New option.
7476 (org-archive-subtree): Store context info in archived entry.
7477 (org-fast-tag-selection-can-set-todo-state): New variable.
7478 (org-fast-tag-selection): Allow setting TODO states through this
7479 interface.
7480 (org-cycle): Docstring updated.
7481 (org-todo-keyword-faces): New option.
7482 (org-get-todo-face): New function.
7483 (org-set-font-lock-defaults, org-agenda-highlight-todo):
7484 Use `org-get-todo-face'.
7485 (org-switch-to-buffer-other-window): New function.
7486 (org-table-edit-field, org-table-show-reference)
7487 (org-table-edit-formulas, org-add-log-note)
7488 (org-fast-tag-selection, org-agenda, org-prepare-agenda)
7489 (org-timeline): Use `org-switch-to-buffer-other-window' instead of
7490 `switch-to-buffer-other-window' to make sure that the temporary
7491 windows show up on the current frame.
7492 (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
7493 (org-get-entries-from-diary, org-replace-region-by-html):
7494 Don't allow pop-up frames.
7495 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7496 Fix problems with time-of-day.
7497 (org-export-get-title-from-subtree): New function.
7498 (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
7499 with listing items that are DONE.
7500 (org-change-tag-in-region): New command.
7501 (org-agenda-skip-scheduled-if-done)
7502 (org-agenda-skip-deadline-if-done): Docstring clarified.
7503 (org-mode): Hide drawers on startup.
7504 (org-get-todo-face): New function.
7505 (org-todo-keyword-faces): New option.
7506 (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
7507 (org-remove-keyword-keys): New function.
7508
7509 2007-08-30 Jari Aalto <jari.aalto@cante.net> (tiny change)
7510
7511 * progmodes/grep.el (grep-find-ignored-directories):
7512 Add monotone _MTN bookkeeping directory in workspaces.
7513 Add RCS control directory. List items in alphabetical order.
7514
7515 * progmodes/grep.el (grep-files-aliases): Add cc alias.
7516 Sort items in alphabetical order. Fix parens.
7517
7518 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7519
7520 * vc-hg.el (vc-hg-extra-menu-map): New variable.
7521 (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
7522 (vc-hg-pull): New functions.
7523 (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
7524
7525 * term/mac-win.el: Don't require url, only autoloaded url
7526 functions are used in this file.
7527
7528 2007-08-29 Andreas Schwab <schwab@suse.de>
7529
7530 * shell.el (shell): Return correct value from interactive spec.
7531
7532 2007-08-29 Glenn Morris <rgm@gnu.org>
7533
7534 * version.el (emacs-version): Increase to 23.0.50.
7535
7536 2007-08-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7537
7538 * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
7539
7540 2007-08-29 Juri Linkov <juri@jurta.org>
7541
7542 * loadup.el: Add "button" loading after "faces" and move "startup"
7543 to load after "button".
7544
7545 2007-08-29 Dan Nicolaescu <dann@ics.uci.edu>
7546
7547 * loadup.el: Load term/mac-win on a Mac using Carbon.
7548
7549 * term/mac-win.el: Provide mac-win.
7550 (mac-initialized): New variable.
7551 (mac-initialize-window-system): New function. Move global setup here.
7552 (handle-args-function-alist, frame-creation-function-alist):
7553 (window-system-initialization-alist): Add mac entries.
7554 (x-setup-function-keys): New function containing all the
7555 top level function key definitions.
7556
7557 * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
7558
7559 * env.el (read-envvar-name): Don't consider the environment frame param.
7560
7561 * env.el (setenv):
7562 * frame.el (frame-initialize, make-frame):
7563 * faces.el (tty-set-up-initial-frame-faces):
7564 * server.el (server-process-filter): Set
7565 display-environment-variable and term-environment-variable.
7566
7567 * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
7568
7569 2007-08-29 Jason Rumney <jasonr@gnu.org>
7570
7571 * loadup.el: Only load term/x-win when X is compiled in.
7572 Load term/w32-win and dependencies on windows-nt.
7573
7574 * term/w32-win.el: Reorder to match x-win.el more closely.
7575 Provide w32-win. Don't throw error when global window-system not w32.
7576 (internal-face-interactive): Remove obsolete function.
7577 (x-setup-function-keys): Use local-function-key-map.
7578 (w32-initialized): New variable.
7579 (w32-initialize-window-system): Set it.
7580 Move more global setup here.
7581 (x-setup-function-keys): New function.
7582 (w32-initialize-window-system): Move non function key global setup here.
7583 (x-cut-buffer-max): Remove.
7584 (w32-initialize-window-system): New function.
7585 (handle-args-function-alist, frame-creation-function-alist):
7586 (window-system-initialization-alist): Add w32 entries.
7587
7588 2007-08-29 David Kastrup <dak@gnu.org>
7589
7590 * env.el (getenv): Pass frame to getenv-internal.
7591
7592 2007-08-29 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7593
7594 * version.el (emacs-version): Show if multi-tty is present.
7595
7596 * loadup.el: Delay loading env; mule-conf gets confused by cl
7597 during bootstrap. Also load termdev and term/x-win.
7598
7599 * bindings.el (mode-line-client): New variable.
7600 (help-echo): Add it to the default mode-line format.
7601
7602 * cus-start.el: Remove bogus window-system reference from GTK test.
7603
7604 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
7605 (ebrowse-electric-position-mode-map):
7606 * ebuff-menu.el (electric-buffer-menu-mode-map):
7607 * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
7608 not `suspend-emacs'.
7609
7610 * ediff-wind.el (ediff-setup-windows-automatic): New function.
7611 (ediff-window-setup-function): Use it as default.
7612
7613 * files.el (save-buffers-kill-terminal): New function.
7614 (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
7615
7616 * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
7617 and `with-selected-frame'.
7618
7619 * help-fns.el (describe-variable): Describe frame-local variables
7620 correctly.
7621
7622 * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
7623 display support.
7624 (normal-erase-is-backspace-setup-frame): New function.
7625
7626 * subr.el (with-selected-frame): New function.
7627 (read-quoted-char): Use terminal-local binding of
7628 local-function-key-map instead of function-key-map.
7629
7630 * talk.el (talk): New function.
7631 (talk-handle-delete-frame): New function.
7632 (talk-add-display): Open a new frame only if FRAME was not a frame.
7633
7634 * termdev.el: New file.
7635
7636 * menu-bar.el (menu-bar-open): New function. Bind it to f10.
7637 * term/x-win.el: Don't bind f10.
7638 * tmm.el: Remove autoload binding for f10.
7639
7640 * international/encoded-kb.el (encoded-kbd-setup-display): Use
7641 `set-input-meta-mode'. Fix broken condition before set-input-mode.
7642 Store the saved input method as a terminal parameter. Add keymap
7643 parameter. Use it instead of changing key-translation-map directly.
7644 (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
7645 Remove.
7646 (encoded-kbd-setup-display): New function.
7647
7648 * international/mule-cmds.el (set-locale-environment): Fix getenv
7649 call. Use save-buffers-kill-terminal. Ignore window-system; always
7650 set the keyboard coding system. Add DISPLAY parameter.
7651 (set-display-table-and-terminal-coding-system): Add DISPLAY
7652 parameter. Pass it to set-terminal-coding-system.
7653
7654 * international/mule.el (keyboard-coding-system): Test for
7655 encoded-kbd-setup-display, not encoded-kbd-mode.
7656 (set-terminal-coding-system, set-keyboard-coding-system): Add
7657 DISPLAY parameter.
7658 (set-keyboard-coding-system): Use encoded-kbd-setup-display.
7659
7660 * term/README: Update.
7661
7662 * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
7663
7664 * term/x-win.el (x-setup-function-keys): New function. Move
7665 function-key-map tweaks here. Protect against multiple calls on
7666 the same terminal. Use terminal-local binding of
7667 local-function-key-map instead of function-key-map.
7668 (x-initialize-window-system): Make a copy of pure list. Pass a
7669 frame getenv.
7670
7671 * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
7672 * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
7673 * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
7674 * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
7675 * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
7676 local-function-key-map instead of function-key-map.
7677
7678 * term/rxvt.el, term/xterm.el: Speed up load time by protecting
7679 `substitute-key-definition' and `define-key' calls against
7680 multiple execution. Use terminal-local binding of
7681 local-function-key-map instead of function-key-map. Pass a frame
7682 to getenv.
7683
7684 * edmacro.el (edmacro-format-keys):
7685 * emulation/cua-base.el (cua--pre-command-handler):
7686 * isearch.el (isearch-other-meta-char):
7687 * xt-mouse.el: Use terminal-local binding of
7688 local-function-key-map instead of function-key-map.
7689
7690 * fringe.el (set-fringe-mode): Simplify and fix using
7691 `modify-all-frames-parameters'.
7692 * scroll-bar.el (set-scroll-bar-mode): Ditto.
7693 * tool-bar.el (tool-bar-mode): Ditto. Remove 'tool-bar-map length
7694 check before calling `tool-bar-setup'.
7695 (tool-bar-setup): New variable.
7696 (tool-bar-setup): Use it to guard against multiple calls. Add
7697 optional frame parameter, and select that frame before adding items.
7698 (toggle-tool-bar-mode-from-frame): New function.
7699
7700 * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
7701 (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
7702 toggle-tool-bar-mode-from-frame to change "Menu-bar" and
7703 "Tool-bar" toggles to reflect the state of the current frame.
7704 (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
7705
7706 * env.el: Require cl for byte compilation (for `block' and `return').
7707 (environment, setenv-internal): New functions.
7708 (let-environment): New macro.
7709 (setenv, getenv): Add optional terminal parameter. Update docs.
7710 (setenv): Use setenv-internal. Always set process-environment.
7711 Handle `local-environment-variables'.
7712 (read-envvar-name, setenv, getenv): Use frame parameters
7713 to store the local environment, not terminal parameters. Include
7714 `process-environment' as well.
7715
7716 * faces.el (tty-run-terminal-initialization): New function.
7717 (tty-create-frame-with-faces): Use it. Set up faces and
7718 background mode only after the terminal has been initialized.
7719 Call terminal-init-*. Don't load the initialization file more
7720 than once. Call set-locale-environment.
7721 (frame-set-background-mode): Handle the 'background-mode terminal
7722 parameter.
7723 (tty-find-type): New function.
7724 (x-create-frame-with-faces): Remove bogus check for
7725 first frame. Call `tool-bar-setup'. Don't make frame visible
7726 until we are done setting up all its parameters. Call
7727 x-setup-function-keys.
7728
7729 * frame.el (make-frame): Always inherit 'environment and 'client
7730 parameters. Set up the 'environment frame parameter, when needed.
7731 Also inherit 'client parameter. Don't override explicitly
7732 specified values with inherited ones. Add 'terminal frame
7733 parameter. Append window-system-default-frame-alist to parameters
7734 before calling frame-creation-function.
7735 (frame-initialize): Copy the environment from the initial frame.
7736 (window-system-default-frame-alist): Enhance doc string.
7737 (frame-notice-user-settings): Don't put 'tool-bar-lines in
7738 `default-frame-alist' when initial frame is on a tty.
7739 (modify-all-frames-parameters): Simplify using `assq-delete-all'.
7740 Remove specified parameters from `window-system-default-frame-alist'.
7741 (make-frame-on-tty, framep-on-display, suspend-frame):
7742 Extend doc string, update parameter names.
7743 (frames-on-display-list): Use terminal-id to get the display id.
7744 (frame-notice-user-settings): Extend to apply
7745 settings in `window-system-default-frame-alist' as well.
7746 (terminal-id, terminal-parameters, terminal-parameter)
7747 (set-terminal-parameter, terminal-handle-delete-frame): New functions.
7748 (delete-frame-functions): Add to `delete-frame-functions' hook.
7749 (blink-cursor-mode): Adapt blink-cursor-mode default
7750 value from startup.el.
7751 (make-frame-on-display): Protect condition on x-initialized when
7752 x-win.el is not loaded. Update doc.
7753 (suspend-frame): Use display-controlling-tty-p to decide between
7754 suspend-emacs and suspend-tty.
7755 (frames-on-display-list): Update for display ids.
7756 (framep-on-display): Ditto.
7757 (suspend-frame): Use display-name, not frame-tty-name.
7758 (selected-terminal): New function.
7759
7760 * server.el: Use `device' instead of `display' or `display-id' in
7761 variable and client parameter names.
7762 (server-select-display): Remove (unused).
7763 (server-tty-live-p, server-handle-delete-tty): Remove.
7764 (server-unquote-arg, server-quote-arg, server-buffer-clients):
7765 Update docs.
7766 (server-getenv-from, server-with-environment, server-send-string)
7767 (server-save-buffers-kill-terminal): New functions.
7768 (server-delete-client): Handle quits in kill-buffer. Don't kill
7769 modified buffers. Add extra logging. Delete frames after
7770 deleting the tty. Clear 'client parameter before deleting a frame.
7771 Use delete-display, not delete-tty.
7772 (server-visit-files): Don't set `server-existing-buffer' if the
7773 buffer already has other clients. Return list of buffers
7774 created. Update doc. Don't set client-record when nowait.
7775 (server-handle-delete-frame): Delete the client if this was its
7776 last frame. Check that the frame is alive. Remove bogus comment.
7777 Add note on possible race condition. Delete tty clients, if needed.
7778 (server-handle-suspend-tty): Use server-send-string. Kill the
7779 client in case of errors from process-send-string. Use the display
7780 parameter.
7781 (server-unload-hook): Remove obsolete delete-tty hook.
7782 (server-start): Ask before restarting if the old server still has
7783 clients. Add feedback messages. Remove obsolete delete-tty hook.
7784 (server-process-filter): Use server-send-string. Accept `-dir'
7785 command. Switch to *scratch* immediately after creating the frame,
7786 before evaluating any -evals. Protect `display-splash-screen'
7787 call in a condition-case. Explain why. Call
7788 `display-startup-echo-area-message' before
7789 `display-splash-screen'. Don't display the splash screen when no
7790 frame was created. Show the Emacs splash screen and startup echo
7791 area message. Display the *scratch* buffer by default. Store the
7792 local environment in a frame (not terminal) parameter. Do not try
7793 to decode environment strings. Fix reference to the 'display
7794 frame parameter. Change syntax of environment variables. Put
7795 environment into terminal parameters, not client parameters. Use
7796 a dummy client with --no-wait's X frames. In `-position LINE'
7797 handler, don't ruin the request string until the line number is
7798 extracted. Log opened files. Handle -current-frame command.
7799 Don't create frames when it is given. Don't bind X frames to the
7800 client when we are in -no-wait mode. Set locale environment
7801 variables from client while creating tty frames. Disable call to
7802 configure-display-for-locale. When processing -position command,
7803 don't change the request string until the parameters are
7804 extracted. Don't try to create an X frame when Emacs does not
7805 support it. Improve logging. Temporarily set ncurses-related
7806 environment variables to those of the client while creating a new
7807 tty frame. Select buffers opened by nowait clients, don't leave
7808 them buried under others. Set the display parameter, and use it
7809 when appropriate.
7810
7811 * startup.el (display-startup-echo-area-message): Handle
7812 `inhibit-startup-echo-area-message' here.
7813 (command-line-1): Moved from here.
7814 (fancy-splash-screens): Use `overriding-local-map' instead of
7815 `overriding-terminal-local-map' for now; the latter doesn't work
7816 right, it looses keypresses to another terminal. Use
7817 `overriding-terminal-local-map' to set up keymap. Install a
7818 `delete-frame-functions' hook to catch `delete-frame' events.
7819 Ignore `select-window' events to cope better with
7820 `focus-follows-mouse'. Don't switch back to the original buffer
7821 if the splash frame has been killed. Restore previous buffer, even
7822 if it's *scratch*.
7823 (normal-splash-screen): Don't let-bind `mode-line-format'; it
7824 changes the global binding - setq it instead. Use
7825 `save-buffers-kill-terminal'.
7826 (display-splash-screen): Don't do anything if the splash screen is
7827 already displayed elsewhere.
7828 (fancy-splash-exit, fancy-splash-delete-frame): New functions.
7829 (command-line): Replace duplicated code with a call to
7830 tty-run-terminal-initialization. Don't load the terminal
7831 initialization file more than once. Remove call to nonexistent
7832 function `set-locale-translation-file-name'.
7833
7834 * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
7835 parameters.
7836 (xterm-mouse-position-function, xterm-mouse-event): Update.
7837 (xterm-mouse-mode): Don't depend on current value of window-system.
7838 (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
7839 Update for multi-tty.
7840 (turn-on-xterm-mouse-tracking-on-terminal)
7841 (turn-off-xterm-mouse-tracking-on-terminal)
7842 (xterm-mouse-handle-delete-frame): New functions.
7843 (delete-frame-functions, after-make-frame-functions)
7844 (suspend-tty-functions, resume-tty-functions): Install extra hooks
7845 for multi-tty.
7846
7847 2007-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
7848
7849 * simple.el (invisible-p): Remove: implemented in C now.
7850 (line-move-invisible-p): Remove obsolete alias.
7851
7852 2007-08-28 Juri Linkov <juri@jurta.org>
7853
7854 * image-mode.el (image-type): New variable.
7855 (image-mode): Set default major mode name to "Image[text]".
7856 (image-minor-mode): Change LIGHTER to display image-type in the
7857 mode line.
7858 (image-minor-mode): Set default image-type to "text".
7859 (image-toggle-display): After switching to text mode, set
7860 image-type to "text" and major mode name to "Image[text]".
7861 After switching to image mode, set image-type to actual image
7862 type, and add image type to major mode name. Let-bind the same
7863 variable names as arguments of `image-type' and `create-image'.
7864 Bind `type' to the result of `image-type' and use it as arg
7865 of `create-image' to not determine the image type twice.
7866
7867 2007-08-28 Michael Albinus <michael.albinus@gmx.de>
7868
7869 * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
7870 (tramp-set-file-uid-gid, tramp-get-local-uid)
7871 (tramp-get-local-gid): New defuns.
7872 (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
7873 (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
7874 Improve fast track.
7875 (tramp-do-copy-or-rename-file-directly): Sync parameter list with
7876 the other tramp-do-copy-or-rename-file-* functions. Major rewrite.
7877 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
7878 (tramp-handle-write-region): Improve fast track.
7879 (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
7880 (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
7881 be nil.
7882
7883 2007-08-28 Ivan Kanis <apple@kanis.eu>
7884
7885 * time.el: New feature to display several time zones in a buffer.
7886 (display-time-world-mode, display-time-world-display)
7887 (display-time-world, display-time-world-timer): New functions.
7888 (display-time-world-list, display-time-world-time-format)
7889 (display-time-world-buffer-name, display-time-world-timer-enable)
7890 (display-time-world-timer-second, display-time-world-mode-map):
7891 New variables.
7892
7893 2007-08-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7894
7895 * term/x-win.el (x-gtk-stock-map): New variable.
7896 (x-gtk-map-stock): New function.
7897
7898 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
7899 prev/next-node.
7900
7901 2007-08-28 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
7902
7903 * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
7904
7905 2007-08-28 Glenn Morris <rgm@gnu.org>
7906
7907 * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
7908
7909 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7910
7911 * progmodes/modula2.el (m2-definition, m2-module):
7912 Don't use previous-line. Reported by T. V. Raman.
7913
7914 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7915
7916 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
7917 argument to tool-bar-mode call.
7918
7919 2007-08-27 Glenn Morris <rgm@gnu.org>
7920
7921 * diff-mode.el (diff-find-file-name): Only accept regular files,
7922 to rule out /dev/null, directories, etc.
7923
7924 * vc-svn.el (vc-svn-diff): If the repository version of all the
7925 files is the same as the specified OLDVERS, do a local diff.
7926
7927 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
7930 of buffers in uniquify-managed.
7931
7932 * simple.el (invisible-p): Rename from text-invisible-p.
7933 Update callers.
7934
7935 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
7938 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
7939 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
7940 (cperl-etags-goto-tag-location): Use new style backquotes.
7941
7942 * net/browse-url.el: Remove spurious * in custom docstrings.
7943 (browse-url-filename-alist): Use new-style backquote.
7944
7945 * emacs-lisp/backquote.el (backquote-unquote-symbol)
7946 (backquote-splice-symbol): Clarify they're not new-style unquotes.
7947
7948 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
7949 (\,@): Backslash the , and ,@ which are not new-style unquotes.
7950
7951 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
7952
7953 * net/socks.el (socks-username/password-auth-filter):
7954 Remove unused vars `state' and `desired-len'.
7955 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
7956 (socks-wait-for-state-change): Use new-style backquotes.
7957
7958 * pcvs.el (cvs-mode-status): Fix long-standing typo.
7959
7960 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
7961 backquotes after each `read' rather than once per buffer.
7962
7963 * dframe.el: Remove spurious * in custom docstrings.
7964 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
7965 (dframe-xemacs20p): Remove, inline at the sole use point.
7966 (defface): Don't defvar the face, don't use old-style backquote.
7967 (defcustom): Don't use old-style backquote.
7968 (dframe-frame-parameter, dframe-mouse-event-p):
7969 Make it obvious that it's always defined.
7970 (dframe-popup-kludge): New function to replace
7971 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
7972 (dframe-frame-mode, dframe-set-timer-internal)
7973 (dframe-mouse-set-point): Remove use of with-no-warnings from
7974 XEmacs-specific code.
7975 (dframe-set-timer-internal): Fix very old bug with
7976 post-command-idle-hook.
7977
7978 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
7979
7980 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
7981
7982 * emacs-lisp/avl-tree.el: New file.
7983
7984 2007-08-26 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
7985
7986 * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
7987 was used.
7988
7989 2007-08-26 Sean O'Rourke <seano@cs.ucsd.edu>
7990
7991 * complete.el (PC-do-completion): Make RET accept a non-unique but
7992 complete expansion again.
7993
7994 2007-08-26 Thien-Thi Nguyen <ttn@gnuvola.org>
7995
7996 * eshell/esh-opt.el (eshell-eval-using-options):
7997 Add debug declaration.
7998
7999 2007-08-26 Dan Nicolaescu <dann@ics.uci.edu>
8000
8001 * log-view.el (log-view-toggle-mark-entry): Add docstring.
8002 (log-view-get-marked): Likewise.
8003
8004 * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
8005 (vc-delete-automatic-version-backups): Likewise.
8006
8007 * vc.el (vc-dired-buffers-for-dir): Likewise.
8008
8009 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
8010
8011 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
8012 safe-local-variable setting.
8013 * progmodes/perl-mode.el (perl-indent-level): Likewise.
8014
8015 * log-view.el (log-view-marked-list): Delete variable.
8016 (log-view-mode): Don't use it.
8017 (log-view-toggle-mark-entry): Likewise, simplify.
8018 (log-view-current-tag): Don't return properties.
8019 (log-view-get-marked): New function.
8020
8021 2007-08-25 Alexandre Julliard <julliard@winehq.org>
8022
8023 * vc-git.el (vc-git-mode-line-string): New function.
8024
8025 2007-08-25 Alan Mackenzie <acm@muc.de>
8026
8027 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
8028 new language variable.
8029
8030 * progmodes/cc-engine.el (c-brace-anchor-point): new function.
8031 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
8032 "extern" etc., rather than BOI. Fix addition of spurious
8033 syntactic-symbol 'defun-block-intro, replacing it with
8034 'innamespace, etc.
8035
8036 2007-08-25 Juri Linkov <juri@jurta.org>
8037
8038 * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
8039
8040 * image-mode.el: Add autoloads to put associations in auto-mode-alist:
8041 associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
8042 "\\.svgz?\\'" with xml-mode and image-mode-maybe.
8043
8044 * image.el (image-type-header-regexps): Use more complex regexp for svg.
8045 (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
8046 (image-type-auto-detectable): Add (svg . maybe).
8047
8048 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
8049 to treat it like .tgz.
8050
8051 * calendar/cal-bahai.el: Add file coding cookie.
8052
8053 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
8054
8055 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
8056 Don't behave differently when executed via M-x. Add doc string.
8057
8058 * sort.el (sort-fold-case, sort-numeric-base): Mark as
8059 safe-local-variable.
8060
8061 2007-08-25 Jay Belanger <jay.p.belanger@gmail.com>
8062
8063 * calc/calc-forms.el (var-TimeZone): Make nil explicitly
8064 the default value.
8065 (math-calendar-tzinfo): New variable.
8066 (math-get-calendar-tzinfo): New function.
8067 (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
8068 to get information when zone is nil.
8069
8070 2007-08-24 Dan Nicolaescu <dann@ics.uci.edu>
8071
8072 * log-view.el (log-view-toggle-mark-entry): New function.
8073 (log-view-mode-map): Bind it.
8074 (log-view-marked-list): New variable.
8075 (log-view-mode): Make it local.
8076
8077 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8078
8079 * play/zone.el (zone-pgm-rat-race): New func.
8080 (zone-programs): Add `zone-pgm-rat-race'.
8081
8082 2007-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
8085 a list.
8086
8087 2007-08-24 Thien-Thi Nguyen <ttn@gnuvola.org>
8088
8089 * progmodes/hideshow.el (hs-match-data): Delete alias.
8090 (hs-hide-block-at-point, hs-find-block-beginning)
8091 (hs-show-block): Use `match-data' directly.
8092
8093 2007-08-24 Martin Rudalics <rudalics@gmx.at>
8094
8095 * format.el (format-alist): Fix typo in doc-string.
8096
8097 2007-08-24 Michael Albinus <michael.albinus@gmx.de>
8098
8099 * net/tramp.el (tramp-local-host-p): New defun.
8100 (tramp-handle-file-local-copy, tramp-handle-write-region):
8101 Implement fast track when being on the local host.
8102 (tramp-file-name-handler): Don't set "started" property. It shall
8103 be reserved for the "ftp" method.
8104 (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
8105
8106 * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
8107 (tramp-ftp-file-name-handler): Set "started" property.
8108
8109 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
8110
8111 * files.el (backup-buffer-copy): Don't wrap delete in
8112 condition-case, only try to delete if file exists.
8113
8114 2007-08-24 Glenn Morris <rgm@gnu.org>
8115
8116 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
8117
8118 * startup.el (tutorial-directory): Set with eval-at-startup so it
8119 gets the right value in an installed Emacs.
8120
8121 2007-08-24 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8122
8123 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
8124 (eldoc-highlight-function-argument): Use it.
8125
8126 2007-08-23 Masatake YAMATO <jet@gyve.org>
8127
8128 * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
8129 name of parameters in document body.
8130
8131 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * emacs-lisp/bytecomp.el (byte-compile-output-docform)
8134 (byte-compile-output-as-comment): Use with-current-buffer rather than
8135 a weird set-buffer&prog1 combination.
8136
8137 * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
8138 test so as to optimise cases where the `progn's result is constant.
8139
8140 2007-08-23 Thien-Thi Nguyen <ttn@gnuvola.org>
8141
8142 * locate.el (locate-get-file-positions):
8143 Use line-beginning-position and line-end-position.
8144
8145 2007-08-23 John Wiegley <johnw@newartisans.com>
8146
8147 * calendar/cal-bahai.el: Added in the diacriticals that were
8148 missing for many of the month names.
8149
8150 2007-08-22 Jason Rumney <jasonr@gnu.org>
8151
8152 * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
8153
8154 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * image-mode.el (image-minor-mode): Use image-mode-text-map.
8157
8158 2007-08-22 Sean O'Rourke <sorourke@cs.ucsd.edu>
8159
8160 * dabbrev.el (dabbrev--progress-reporter): New variable.
8161 (dabbrev--scanning-message): Delete func.
8162 (dabbrev--find-expansion): Use a progress reporter
8163 instead of dabbrev--scanning-message.
8164
8165 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8166
8167 * comint.el (comint-exec-1): Raise an error if
8168 `start-file-process' does not return a process object.
8169
8170 * shell.el (shell): Prompt for `default-directory' if it is a
8171 remote file name, and if called with a prefix arg.
8172
8173 2007-08-22 Sam Steingold <sds@gnu.org>
8174
8175 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
8176
8177 2007-08-22 Carsten Dominik <dominik@science.uva.nl>
8178
8179 * textmodes/org-export-latex.el: New file.
8180
8181 * textmodes/org-publish.el (org-publish-org-to-latex): New function.
8182
8183 * textmodes/org.el (org-agenda-skip): Allow a form for
8184 `org-agenda-skip-function'.
8185 (org-agenda-redo): Re-use local settings.
8186 (org-agenda): Store local settings.
8187 (org-agenda-deadline-faces): New option.
8188 (org-agenda-deadline-face): New function.
8189 (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
8190 entries on their due date.
8191 (org-agenda-get-timestamps): No longer handle the due dates of
8192 schedules and deadline items.
8193 (org-insert-link-global, org-open-at-point-global): New commands.
8194 (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
8195 :for-ascii parameter.
8196 (org-skip-comments): Function removed.
8197 (org-cleaned-string-for-export): Handle special table lines.
8198 (org-global-properties): New option.
8199 (org-entry-get-with-inheritance): Check global properties.
8200 (org-local-properties): New variable.
8201 (org-set-regexps-and-options): Find the #+PROPERTY line.
8202 (org-link-types): Change type into variable (was constant).
8203 (org-make-link-regexps): New function.
8204 (org-link-re-with-space, org-link-re-with-space2)
8205 (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
8206 (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
8207 these regular expressions happens now in the function
8208 `org-make-link-regexps'.
8209 (org-store-link): Call the functions in
8210 `org-store-link-functions'.
8211 (org-add-link-type): New function.
8212 (org-store-link-functions): New variable.
8213 (org-activate-tags): Force matches to be in headlines.
8214 (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
8215 (org-columns-display-here): Make sure this works in a narrowed
8216 buffer by checking for point-min.
8217 (org-columns-display-here): Make the rest of the line intangible,
8218 so that point never can be there.
8219 (org-cleaned-string-for-export): Use `with-current-buffer'.
8220 (org-replace-region-by-html): Use `with-current-buffer'.
8221 (org-unfontify-region, org-do-occur, org-columns-display-here)
8222 (org-columns-remove-overlays, org-columns-quit)
8223 (org-columns-edit-value, org-columns-next-allowed-value)
8224 (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
8225 (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
8226 (org-agenda-todo, org-agenda-change-all-lines)
8227 (org-agenda-align-tags, org-agenda-priority)
8228 (org-agenda-set-tags, org-agenda-toggle-archive-tag)
8229 (org-agenda-show-new-time, org-cleaned-string-for-export)
8230 (org-export-grab-title-from-buffer)
8231 (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
8232 instead of `buffer-read-only'.
8233 (org-export-as-html): Set `coding-system-for-write'.
8234 (org-remember-store-without-prompt): New option.
8235 (org-archive-subtree): Fixed bug with modifying TODO keyword.
8236 (org-beginning-of-line): Also treat C-a special in items.
8237 (org-table-convert-refs-to-rc): Fixed problem with column
8238 reference after "..".
8239 (org-columns-compute): Don't mark buffer modified because of text
8240 properties.
8241 (org-batch-store-agenda-views): Use the variable
8242 `default-directory', not the function.
8243 (org-clock-out-if-current): Respect `org-clock-out-when-done'.
8244 (org-clock-out-when-done): New option.
8245 (org-html-entities): Added HTML entities for smileys.
8246
8247 2007-08-22 Glenn Morris <rgm@gnu.org>
8248
8249 * image.el (create-image): Doc fix.
8250
8251 * startup.el (tutorial-directory): New constant.
8252 (fancy-splash-text): Tutorials now in tutorial-directory.
8253 * tutorial.el (help-with-tutorial): Tutorials now in
8254 tutorial-directory.
8255
8256 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
8257
8258 * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
8259 otherwise.
8260 (tramp-get-remote-path): New defun. Replace occurrences of
8261 `tramp-default-remote-path' by this function.
8262 (tramp-set-remote-path): Move most of the code to
8263 `tramp-get-remote-path'.
8264 (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
8265 existing directories, this is done already in
8266 `tramp-get-remote-path'.
8267
8268 2007-08-22 Paul Pogonyshev <pogonyshev@gmx.net>
8269
8270 * image-file.el (image-file-name-extensions): Add "svg".
8271 * image.el (image-type-header-regexps): Add svg entry.
8272
8273 2007-08-22 Glenn Morris <rgm@gnu.org>
8274
8275 * files.el (backup-buffer-copy): Check backup directory is
8276 writable, to avoid infloop deleting old backup.
8277
8278 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
8279 movemail related variables.
8280 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
8281 will now be set before this is called.
8282
8283 2007-08-21 Juri Linkov <juri@jurta.org>
8284
8285 * delsel.el (delete-selection-pre-hook):
8286 * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
8287 instead of checking last-command.
8288
8289 2007-08-21 Juri Linkov <juri@jurta.org>
8290
8291 * loadup.el: Preload "button".
8292
8293 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8296 Add previous-line and next-line.
8297
8298 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
8299 (vc-arch-find-file-not-found-hook): Remove, it's now the default.
8300
8301 * vc-hooks.el (vc-menu-entry): New var.
8302 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
8303 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
8304 (vc-menu-map): Declare and initialize in one step.
8305 (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
8306
8307 * menu-bar.el (vc-menu-map): Don't setup any more.
8308 Instead, just create the proper spot in the menu.
8309
8310 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * smerge-mode.el (smerge-resolve): New arg `safe'.
8313 (smerge-resolve-all, smerge-batch-resolve): New function.
8314 (smerge-refine): Make sure `diff' returns the expected result.
8315 (smerge-parsep-re): New const.
8316 (smerge-mode): Use it to adjust paragraph-separate.
8317
8318 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8319 Correctly match / regexp matchers as first char on a line when
8320 fontifying only that line.
8321
8322 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
8323
8324 2007-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * vc-bzr.el: Don't fiddle with vc-handled-backend.
8327 (vc-bzr-registered): Don't redundantly protect against
8328 file-error. Actually use the format-specific code.
8329 (vc-bzr-buffer-nonblank-p): Remove.
8330 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
8331
8332 2007-08-20 Juri Linkov <juri@jurta.org>
8333
8334 * startup.el (fancy-splash-text): Change multiple tabs into one
8335 tab. Remove "Useful File menu items" section (with "Exit Emacs"
8336 and "Recover Crashed Session").
8337 (fancy-splash-screens): Set tab-width to 22.
8338 (normal-splash-screen): Replace literal tabs with \t and
8339 fix whitespace. Remove "Useful File menu items" section (with
8340 "Exit Emacs" and "Recover Crashed Session").
8341
8342 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
8343
8344 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
8345 extracted from `eval-last-sexp-1'.
8346 (eval-last-sexp-1): Call `preceding-sexp'.
8347
8348 2007-08-20 Thien-Thi Nguyen <ttn@gnuvola.org>
8349
8350 * vc-rcs.el (vc-rcs-annotate-command):
8351 Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
8352 Add back :vc-annotate-prefix propertization.
8353
8354 2007-08-20 Andreas Schwab <schwab@suse.de>
8355
8356 * mail/rmail.el (rmail-autodetect): Doc fix.
8357
8358 2007-08-19 Juri Linkov <juri@jurta.org>
8359
8360 * startup.el (normal-splash-screen): Add more links.
8361
8362 2007-08-19 Juri Linkov <juri@jurta.org>
8363
8364 * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
8365 because it's common to both types of splash screen: fancy and normal.
8366 Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
8367 (exit-splash-screen): Rename from `fancy-splash-quit'.
8368 Use `quit-window' instead of `kill-buffer'.
8369 (fancy-splash-head): Use make-button to insert GNU image link.
8370 (fancy-splash-screens, normal-splash-screen): Rename " About GNU
8371 Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
8372 (normal-splash-screen): Put "Browse manuals" on the same line with
8373 "Emacs manual". Remove descriptions from "Useful tasks" and put
8374 all links in two columns on two lines.
8375
8376 2007-08-19 Michael Kifer <kifer@cs.stonybrook.edu>
8377
8378 * emulation/viper.el (viper-remove-hooks): Remove some additional
8379 viper hooks when the user calls viper-go-away.
8380 (viper-go-away): Restore the default of default-major-mode.
8381 Save the value of default-major-mode before vaperization.
8382
8383 * emulation/viper-cmd.el: Replace error "" with "Viper bell".
8384
8385 * emulation/viper-ex.el: Replace error "" with "Viper bell".
8386
8387 * ediff-util.el (ediff-make-temp-file): Use the coding system of the
8388 buffer for which file is created.
8389
8390 2007-08-19 Glenn Morris <rgm@gnu.org>
8391
8392 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
8393 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
8394 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
8395 shadow files messing up the compilation.
8396
8397 2007-08-18 Glenn Morris <rgm@gnu.org>
8398
8399 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
8400 string. Also apply eldoc-argument-case in the help-split-fundoc
8401 case. Adapt for changed behavior of eldoc-function-argstring,
8402 eldoc-function-argstring-format, and
8403 eldoc-highlight-function-argument.
8404 (eldoc-highlight-function-argument): Handle nil INDEX argument,
8405 just call eldoc-docstring-format-sym-doc in that case.
8406 (eldoc-function-argstring): Change the behavior. Now it converts
8407 an argument list to a string.
8408 (eldoc-function-argstring-format): Change the behavior. Now it
8409 applies `eldoc-argument-case' to a string.
8410
8411 * progmodes/scheme.el (scheme-mode-variables): Set
8412 font-lock-comment-start-skip.
8413
8414 2007-08-18 Martin Rudalics <rudalics@gmx.at>
8415
8416 * progmodes/ada-mode.el (ada-create-syntax-table): Move
8417 set-syntax-table from here to ...
8418 (ada-mode): ... here. Do not change global value of
8419 comment-multi-line. Call new function
8420 ada-initialize-syntax-table-properties and add new function
8421 ada-handle-syntax-table-properties to font-lock-mode-hook.
8422 (ada-deactivate-properties, ada-initialize-properties): Replace
8423 by new functions ...
8424 (ada-handle-syntax-table-properties)
8425 (ada-initialize-syntax-table-properties)
8426 (ada-set-syntax-table-properties): ... to set up syntax-table
8427 properties uniformly, independently from whether font-lock-mode
8428 is enabled or not. Handle read-only buffers and do not change
8429 undo-list when setting syntax-table properties.
8430 (ada-after-change-function): Use ada-set-syntax-table-properties.
8431
8432 2007-08-18 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8433
8434 * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
8435 (meta-indent-current-nesting): Use a computation of the nesting
8436 instead.
8437 (meta-indent-current-indentation): Indentation is given according
8438 to nesting and if the previous line was finished or not.
8439 (meta-indent-unfinished-line): Tell if the current line ends with
8440 a finished expression.
8441 (meta-indent-looking-at-code): Like `looking-at', but checks if
8442 the point is in a string before.
8443 (meta-indent-level-count): Use it. Don't count parenthesis as it's
8444 done in the nesting function.
8445 (meta-indent-in-string-p): Tell if the current point is in a
8446 string.
8447 (meta-indent-calculate): Treat b-o-b as a special case. Use the
8448 previous functions.
8449
8450 2007-08-17 Thien-Thi Nguyen <ttn@gnuvola.org>
8451
8452 * emacs-lisp/copyright.el (copyright-limit): New defsubst.
8453 (copyright-update-year, copyright-update)
8454 (copyright-fix-years): Use it.
8455
8456 2007-08-17 Kimit Yada <kimitto@gmail.com> (tiny change)
8457
8458 * emacs-lisp/copyright.el (copyright-update-year):
8459 Fix bug: Handle nil copyright-limit.
8460
8461 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8462
8463 * calc/calc-units.el (math-standard-units): Give exact
8464 conversion for tsp.
8465
8466 * calc/calc.el (math-bignum-digit-length): Compute the
8467 appropriate value.
8468
8469 * calc/calc-bin.el (math-bignum-logb-digit-size)
8470 (math-bignum-digit-power-of-two):
8471 * calc/calc-comb.el (math-small-factorial-table):
8472 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
8473 (math-approx-gamma-const):
8474 * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
8475 (math-besY1, math-bernoulli-b-cache):
8476 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
8477 Remove `eval-when-compile's.
8478
8479 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8480
8481 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
8482 (cperl-find-pods-heres): Fix an error when typing expressions like
8483 `s{a}{b}'.
8484
8485 2007-08-17 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8486
8487 * mail/emacsbug.el (report-emacs-bug): Remove the last number of
8488 `emacs-version', use the topic prefix ``version; ''. Make MS-DOS
8489 a special case (there's no build number).
8490
8491 2007-08-17 T. V. Raman <raman@users.sf.net> (tiny change)
8492
8493 * completion.el (symbol-under-point, symbol-before-point)
8494 (symbol-before-point-for-complete): Use buffer-substring-no-properties.
8495
8496 2007-08-17 Glenn Morris <rgm@gnu.org>
8497
8498 * progmodes/compile.el (compilation-get-file-structure): Make use
8499 of the directory part when checking for an existing entry, to
8500 handle files with same basename in different directories.
8501
8502 2007-08-17 Jay Belanger <jay.p.belanger@gmail.com>
8503
8504 * calc/calc.el (calc-language-alist): Add texinfo-mode.
8505
8506 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8507
8508 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
8509 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
8510 (ps-paragraph-spacing): Docstring fix.
8511
8512 2007-08-16 Glenn Morris <rgm@gnu.org>
8513
8514 * ps-print.el (ps-font-size): Doc fix.
8515
8516 2007-08-16 Richard Stallman <rms@gnu.org>
8517
8518 * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
8519
8520 2007-08-15 Juri Linkov <juri@jurta.org>
8521
8522 * startup.el (initialization): Change parent group from `internal'
8523 to `environment'.
8524 (initial-buffer-choice): New variable.
8525 (command-line): Revert 2007-07-02 change that sets
8526 buffer-offer-save in *scratch* and enables auto-save in it.
8527 (fancy-splash-text): Add links to existing items. Add new items
8528 with links for useful tasks. Move information about Control-g to
8529 fancy-splash-head. Move "Emacs Guided Tour" to the end.
8530 (fancy-splash-keymap): New variable.
8531 (fancy-splash-last-input-event): Remove variable.
8532 (fancy-splash-insert): Add processing of `:link' element.
8533 (fancy-splash-head): Replace "Type Control-l to begin editing"
8534 with "Type `q' to exit".
8535 (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
8536 (fancy-splash-default-action, fancy-splash-special-event-action):
8537 Remove functions.
8538 (fancy-splash-quit): New function.
8539 (fancy-splash-screens): Rename input arg from `hide-on-input' to
8540 `static' and reverse the condition of its usage. Don't preserve
8541 original values of `minor-mode-map-alist',
8542 `emulation-mode-map-alists', `special-event-map'.
8543 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8544 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8545 Remove processing of special events. Use local key map
8546 `fancy-splash-keymap'. Set buffer to read-only.
8547 (normal-splash-screen): Rename input arg from `hide-on-input' to
8548 `static' and reverse the condition of its usage.
8549 Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
8550 Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
8551 Add links to existing items. Add new items with links for useful
8552 tasks. Use local key map `fancy-splash-keymap'.
8553 (display-splash-screen): Rename input arg from `hide-on-input' to
8554 `static'.
8555 (about-emacs): Add alias to display-splash-screen.
8556 (command-line-1): Use `initial-buffer-choice'.
8557
8558 * menu-bar.el (menu-bar-help-menu):
8559 * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
8560 item to about-emacs instead of display-splash-screen.
8561
8562 2007-08-15 Jay Belanger <jay.p.belanger@gmail.com>
8563
8564 * calc/calc-units.el (math-standard-units): Update values.
8565 Put in exact, rational values when possible.
8566 (math-unit-prefixes): Replace floats with powers of ten.
8567 (math-standard-units-systems): Replace floats with integers.
8568 (math-make-unit-string): Remove extra spaces in output.
8569
8570 2007-08-15 Glenn Morris <rgm@gnu.org>
8571
8572 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
8573 sloppier, for the sake of GNU Mailman.
8574 (rmail-digest-rfc1153): Initialize `result' correctly.
8575
8576 2007-08-15 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
8577
8578 * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
8579 in the mail title. Suggested by Reiner Steib.
8580
8581 2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
8582
8583 * calc/calc-aent.el (calc-do-quick-calc): Add binary
8584 representation of integers to the list of outputs.
8585
8586 2007-08-14 Glenn Morris <rgm@gnu.org>
8587
8588 * simple.el (bad-packages-alist): New constant.
8589 (bad-package-check): New function. Together, these two add elements
8590 to `after-load-alist' to check for problematic external packages.
8591 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
8592
8593 2007-08-14 Jay Belanger <jay.p.belanger@gmail.com>
8594
8595 * calc/calc-units.el (math-get-standard-units)
8596 (math-get-units, math-make-unit-string)
8597 (math-get-default-units, math-put-default-units): New functions.
8598 (math-default-units-table): New variable.
8599 (calc-convert-units, calc-convert-temperature): Add machinery
8600 to supply default values.
8601
8602 2007-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * emulation/tpu-edt.el: Add tpu-extras's autoloads.
8605 (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
8606 (tpu-gold-map): Bind F to tpu-cursor-free-mode.
8607 (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
8608
8609 * emulation/tpu-extras.el: Remove spurious * in docstrings.
8610 Put its autoloads into tpu-edt.el rather than loaddefs.el.
8611 (tpu-cursor-free-mode): Rename from tpu-cursor-free.
8612 Make into a proper minor-mode.
8613 (tpu-backward-char, tpu-next-line, tpu-previous-line)
8614 (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
8615 (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
8616 (tpu-set-cursor-free, tpu-set-cursor-bound):
8617 Delegate to tpu-cursor-free-mode.
8618 (tpu-next-line, tpu-previous-line, tpu-forward-line)
8619 (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
8620 Use line-move or forward-line instead of next-line-internal.
8621
8622 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
8623
8624 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
8625
8626 2007-08-12 Richard Stallman <rms@gnu.org>
8627
8628 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
8629 (cvs-execute-single-file): Use new name split-string-and-unquote.
8630 (cvs-header-msg): Use new name combine-and-quote-strings.
8631
8632 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
8633
8634 * progmodes/gud.el (gud-common-init): Use new name
8635 split-string-and-unquote.
8636
8637 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
8638 in javac regexp.
8639
8640 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
8641 combine-and-quote-strings and split-string-and-unquote.
8642
8643 * subr.el (combine-and-quote-strings): Rename from strings->string.
8644 (split-string-and-unquote): Rename from string->strings.
8645
8646 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8647
8648 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
8649 to buffer-local settings.
8650
8651 * emacs-lisp/backquote.el (backquote-delay-process): New function.
8652 (backquote-process): Add internal arg `level'. Use the two to
8653 correctly handle nested backquotes.
8654
8655 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
8656
8657 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
8658 (vc-bzr-state-words): Add "kind changed" state word.
8659 (vc-bzr-status): New function. Return Bzr idea of file status,
8660 which is different from VC's.
8661 (vc-bzr-state): Use vc-bzr-status.
8662 (vc-workfile-unchanged-p): Use vc-bzr-status.
8663 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
8664 (vc-dired-state): Process "kind changed" state word.
8665
8666 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
8669
8670 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
8671 Move from vc-default-find-file-not-found-hook.
8672
8673 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * man.el: Remove spurious * in docstrings.
8676 Merge defvars and toplevel setq-defaults.
8677 (Man-highlight-references0): Limit=nil rather than point-max.
8678 (Man-mode-map): Move initialization into the declaration.
8679 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
8680 (Man-view-header-file): Use expand-file-name rather than concat.
8681 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
8682
8683 * man.el (Man-next-section): Make sure we do not move backward.
8684
8685 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * files.el (auto-mode-alist): Use the purecopied text (duh!).
8688
8689 2007-08-08 Glenn Morris <rgm@gnu.org>
8690
8691 * Replace `iff' in doc-strings and comments.
8692
8693 2007-08-08 Martin Rudalics <rudalics@gmx.at>
8694
8695 * dired.el (dired-pop-to-buffer):
8696 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
8697 * calendar/calendar.el (generate-calendar-window):
8698 * progmodes/compile.el (compilation-set-window-height):
8699 * textmodes/two-column.el (2C-two-columns, 2C-merge):
8700 Use window-full-width-p instead of comparing frame-width and
8701 window-width.
8702
8703 * progmodes/compile.el (compilation-find-buffer): Remove extra
8704 argument in call to compilation-buffer-internal-p.
8705
8706 2007-08-07 Tom Tromey <tromey@redhat.com>
8707
8708 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
8709 Add safe-local-variable property.
8710
8711 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8712
8713 * image-mode.el (image-toggle-display): Use image-refresh.
8714
8715 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
8716
8717 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
8718 unofficial version.
8719 (vc-bzr-command): Remove redundant setting of process-connection-type.
8720 (vc-bzr-admin-checkout-format-file): Add autoload.
8721 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
8722 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
8723 (vc-bzr-registered): Compare dirstate format tag with known good
8724 value, abort parsing if match fails. Warn user in docstring.
8725 (vc-bzr-workfile-version): Case for different Bzr branch formats.
8726 See bzrlib/branch.py in Bzr sources.
8727 (vc-bzr-diff): First argument FILES may be a string rather than a list.
8728 (vc-bzr-shell-command): Remove in favor of
8729 vc-bzr-command-discarding-stderr.
8730 (vc-bzr-command-discarding-stderr): New function.
8731
8732 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
8733
8734 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
8735 program, and return nil.
8736 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
8737 (vc-bzr-state): Look for path names relative to the repository
8738 root after status keyword.
8739 (vc-bzr-file-name-relative): New function.
8740 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
8741 depend on it.
8742 (vc-bzr-admin-dirname, ...-checkout-format-file)
8743 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
8744 files that we now parse directly for speed.
8745 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
8746 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
8747 (vc-bzr-state): "bzr status" successful only if exitcode is 0.
8748 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
8749 Bzr warnings, so we must discard it.
8750 (vc-bzr-workfile-version): Speedup counting lines from
8751 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
8752 if that file doesn't exist.
8753 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
8754 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname' (not ".bzr"!)
8755 to `vc-directory-exclusion-list'.
8756 (vc-bzr-shell-command): New function.
8757
8758 2007-08-06 Tom Tromey <tromey@redhat.com>
8759
8760 * diff-mode.el (diff-unified->context, diff-reverse-direction)
8761 (diff-fixup-modifs): Typo in docstring.
8762
8763 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
8764
8765 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
8766 count-screen-lines.
8767 (tpu-edt-off): Disable relevant pieces of advice.
8768
8769 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
8770 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
8771 (newline, newline-and-indent, do-auto-fill): Use advice instead of
8772 redefining the function.
8773 (tpu-set-scroll-margins): Activate the pieces of advice.
8774
8775 2007-08-06 Martin Rudalics <rudalics@gmx.at>
8776
8777 * help.el (resize-temp-buffer-window): Use window-full-width-p
8778 instead of comparing frame-width and window-width.
8779
8780 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
8781
8782 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
8783 optional quotes around files in NEED-UPDATE . REMOVED case.
8784
8785 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
8786 (ada-treat-cmd-string): Improve error message.
8787 (ada-do-file-completion): Call `ada-require-project-file', so
8788 project variables are set properly.
8789 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
8790 (ada-gnatfind-buffer-name): New constant.
8791 (ada-find-any-references): Use new constant. Set buffer name
8792 properly in compilation-start. Toggle read-only properly.
8793 (ada-find-in-src-path): Fix spelling error in docstring.
8794
8795 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
8796 by zero error.
8797
8798 2007-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8799
8800 * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
8801
8802 2007-08-12 Richard Stallman <rms@gnu.org>
8803
8804 * progmodes/sh-script.el (sh): Delete group `unix'.
8805
8806 * progmodes/gud.el (gud): Change to group `processes'.
8807
8808 2007-08-11 Glenn Morris <rgm@gnu.org>
8809
8810 * progmodes/compile.el (compilation-buffer-name): Don't check
8811 compilation-arguments. It is superfluous, and the variable isn't
8812 even set when this function is called.
8813
8814 2007-08-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8815
8816 * term/mac-win.el (mac-ae-reopen-application): New function.
8817 (mac-apple-event-map): Bind "reopen application" Apple event to it.
8818
8819 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8820
8821 * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
8822 take tex-font-script-display into account.
8823 (tex-font-script-display, tex-font-lock-suscript): Change from a cons
8824 cell to a list of 2 elements to simplify the unfontify code.
8825
8826 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8827
8828 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
8829 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
8830 ps-print-color-p is neither nil nor black-white. Reported by Christian
8831 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
8832
8833 2007-08-08 Andreas Schwab <schwab@suse.de>
8834
8835 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
8836 self-insert-command, not self-insert.
8837
8838 2007-08-08 Glenn Morris <rgm@gnu.org>
8839
8840 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
8841 argument optional, for backwards compatibility, and only highlight
8842 args when present. Fix symbol name typo (doc/args).
8843
8844 * help-mode.el (help-make-xrefs): Search for symbol constituents,
8845 rather than just `-'.
8846
8847 2007-08-07 Jay Belanger <jay.p.belanger@gmail.com>
8848
8849 * calc/calc-units.el (calc-convert-temperature):
8850 Use `/' to create fractions.
8851
8852 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
8853
8854 * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
8855 global matching.
8856 (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
8857 ERROR-BUFFER more robust. Display output.
8858 (tramp-file-name-handler): Add a connection property when we found
8859 a foreign file name handler. This allows backends like ftp to
8860 profit also from usr/host name completion based on connection
8861 cache.
8862 (tramp-send-command-and-read): Search for trash after the regexp
8863 until eol only. In XEmacs, there is a problem with \n.
8864
8865 * net/tramp-cache.el (top): Read persistent connection history
8866 when cache is empty.
8867
8868 2007-08-07 Nic Ferrier <nferrier@tapsellferrier.co.uk> (tiny change)
8869
8870 * net/tramp.el (tramp-handle-process-file): Fix bug inserting
8871 resulting output.
8872
8873 2007-08-07 Sam Steingold <sds@gnu.org>
8874
8875 * progmodes/compile.el (compilation-start): Pass nil as startfile
8876 to comint-exec.
8877
8878 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * longlines.el (longlines-decoded): New variable.
8881 (longlines-mode): Avoid encoding or decoding the buffer twice.
8882
8883 2007-08-07 Martin Rudalics <rudalics@gmx.at>
8884
8885 * format.el (format-insert-file): Make sure that at most one undo
8886 entry is recorded for the insertion. Inhibit point-motion and
8887 modification hooks around call to insert-file-contents.
8888
8889 2007-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8890
8891 * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
8892 Select the buffer's window before moving point.
8893
8894 2007-08-07 Richard Stallman <rms@gnu.org>
8895
8896 * term.el (term): Remove parent group `unix'.
8897
8898 * simple.el (default-indent-new-line): New function.
8899 It calls comment-line-break-function if there are comments.
8900 (do-auto-fill): Use that.
8901
8902 2007-08-07 Sean O'Rourke <sorourke@cs.ucsd.edu>
8903
8904 * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
8905 (PC-do-completion): Add "acronym completion" for symbols and
8906 filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
8907
8908 2007-08-06 Sam Steingold <sds@gnu.org>
8909
8910 * mouse.el (mouse-buffer-menu): Pass mode-name through
8911 format-mode-line because it may be a list,
8912 e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
8913
8914 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br>
8915
8916 * printing.el (pr-update-menus): Docstring fix.
8917
8918 2007-08-06 Jason Rumney <jasonr@gnu.org>
8919
8920 * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
8921
8922 * vc-hooks.el (vc-call): Add doc string.
8923
8924 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
8925
8926 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
8927 process-filter.
8928
8929 2007-08-06 Kenichi Handa <handa@m17n.org>
8930
8931 * international/quail.el: Wrap (require 'help-mode) by
8932 eval-when-compile.
8933 (quail-help-init): New function.
8934 (quail-help): Call quail-help-init.
8935 (quail-store-decode-map-key): Change it to a function.
8936
8937 2007-08-05 Jason Rumney <jasonr@gnu.org>
8938
8939 * vc.el (vc-rollback): Add norevert argument back.
8940 (vc-revert-buffer): Add back as obsolete alias.
8941
8942 2007-08-05 Peter Povinec <ppovinec@yahoo.com> (tiny change)
8943
8944 * term.el: Honor term-default-fg-color and term-default-bg-color
8945 settings when modifying term-current-face.
8946 (term-default-fg-color, term-default-bg-color): Initialize from
8947 default term-current-face.
8948 (term-mode, term-reset-terminal): Set term-current-face with
8949 term-default-fg-color and term-default-bg-color.
8950 (term-handle-colors-array): term-current-face has term-default-fg-color
8951 and term-default-bg-color after reset escape sequence.
8952 (term-handle-colors-array): Set term-current-color with
8953 term-default-fg/bg-color instead of ansi-term-color-vector when the
8954 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
8955
8956 2007-08-05 Jay Belanger <jay.p.belanger@gmail.com>
8957
8958 * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
8959 (math-nlfit-givens): Let bind free variables.
8960
8961 2007-08-05 Vinicius Jose Latorre <viniciusig@ig.com.br>
8962
8963 * printing.el: Require lpr and ps-print when loading printing package.
8964 Reported by Glenn Morris <rgm@gnu.org>.
8965
8966 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
8967
8968 * files.el (set-auto-mode): Handle also remote files wrt
8969 `auto-mode-alist'.
8970
8971 2007-08-04 Jay Belanger <jay.p.belanger@gmail.com>
8972
8973 * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
8974 curves and plotting.
8975
8976 * calc/calc-nlfit.el: New file.
8977
8978 2007-08-04 Glenn Morris <rgm@gnu.org>
8979
8980 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
8981 zero, not nil, when the library is first loaded. Check for a file
8982 that has been modified on disk.
8983
8984 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
8985 Remove duplicate defvar preventing initialization.
8986 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
8987
8988 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
8991 (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
8992 may match up to 4 lines.
8993 (diff-beginning-of-file-and-junk): Rewrite.
8994
8995 2007-08-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8996
8997 * printing.el: Evaluate require only during compilation.
8998 (pr-version): New version 6.9.1.
8999 (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
9000 (pr-global-menubar): Fix code.
9001
9002 2007-08-03 Dan Nicolaescu <dann@ics.uci.edu>
9003
9004 * term.el (term-erase-in-display): Fix case when point is not at
9005 the beginning of the line.
9006
9007 2007-08-03 Jay Belanger <jay.p.belanger@gmail.com>
9008
9009 * calc/calc-ext.el (math-get-value, math-get-sdev)
9010 (math-contains-sdev): New functions.
9011
9012 * calc/calc-graph.el (calc-graph-format-data)
9013 (calc-graph-add-curve): Check for error forms.
9014 (calc-graph-set-styles): Add option for error forms.
9015
9016 2007-08-03 Miles Bader <miles@gnu.org>
9017
9018 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
9019 backend names for new backends to `Git', `Hg', and `Bzr'.
9020 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
9021 not `HG'.
9022 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
9023 name, not `GIT'.
9024 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
9025 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
9026
9027 2007-08-03 Richard Stallman <rms@gnu.org>
9028
9029 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
9030 to update deleted flag.
9031
9032 * cus-edit.el (customize-apropos, customize-apropos-options)
9033 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
9034
9035 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
9036
9037 * startup.el (fancy-splash-head, startup-echo-area-message):
9038 Change message text.
9039
9040 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
9041 All callers use line-move.
9042
9043 * progmodes/compile.el (compilation-find-buffer): Return current
9044 buffer immediately if suitable.
9045 (compile, compilation-buffer-name, compilation-start): Doc fixes.
9046
9047 2007-08-03 Daiki Ueno <ueno@unixuser.org>
9048
9049 * faces.el (face-normalize-spec): New function.
9050 (frame-set-background-mode): Normalize face-spec before calling
9051 face-spec-match-p.
9052
9053 2007-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9054
9055 * server.el (server-window): Add switch-to-buffer-other-frame option.
9056
9057 2007-08-03 Glenn Morris <rgm@gnu.org>
9058
9059 * cus-edit.el (customize-apropos): Make the error message indicate
9060 what kind of thing the user was trying to customize.
9061
9062 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
9063
9064 * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
9065 Fix off-by-one error in previous change.
9066
9067 2007-08-03 Drew Adams <drew.adams@oracle.com>
9068
9069 * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
9070 Make buffer writable.
9071
9072 2007-08-01 Jay Belanger <jay.p.belanger@gmail.com>
9073
9074 * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
9075 (math-cos-raw-2, math-arctan-raw, math-ln-raw):
9076 Use native Emacs functions, when appropriate.
9077
9078 2007-08-01 Dan Nicolaescu <dann@ics.uci.edu>
9079 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * vc.el: Document new VC operation `extra-menu'.
9082
9083 * vc-hooks.el (vc-default-extra-menu): New function.
9084
9085 * menu-bar.el (menu-bar-vc-filter): New function.
9086 (menu-bar-tools-menu): Use it as a filter.
9087
9088 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
9089
9090 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
9091
9092 2007-08-01 Glenn Morris <rgm@gnu.org>
9093
9094 * progmodes/fortran.el: Remove leading `*' from all defcustom doc
9095 strings.
9096 (fortran-tab-mode-default): Remove needless autoload.
9097 (fortran-tab-mode-string): Add help-echo and mouse properties, and
9098 mark as risky.
9099 (fortran-line-length): New buffer-local variable, safe if integer.
9100 (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
9101 Change from variables to constants.
9102 (fortran-font-lock-syntactic-keywords): Delete as a variable,
9103 replace with a new function definition.
9104 (fortran-mode): Use fortran-line-length, and
9105 fortran-font-lock-syntactic-keywords as a function. Add a
9106 hack-local-variables-hook function.
9107 (fortran-line-length, fortran-hack-local-variables): New functions.
9108 (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
9109 Use fortran-line-length rather than 72.
9110 (fortran-window-create-momentarily): Doc fix.
9111
9112 2007-07-31 Drew Adams <drew.adams@oracle.com> (tiny change)
9113
9114 * cus-edit.el (custom-group-value-create, custom-goto-parent):
9115 Fix parent groups link.
9116
9117 2007-07-31 Paul Pogonyshev <pogonyshev@gmx.net>
9118
9119 * progmodes/python.el (python-current-defun): Adjust to never fall
9120 into infinite loop.
9121
9122 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
9123
9124 * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
9125
9126 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
9127
9128 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
9129 (copyright-fix-years, copyright): Correctly handle the case where
9130 copyright-limit is nil.
9131
9132 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
9133
9134 * progmodes/python.el (run-python): Fix path separator under w32.
9135
9136 2007-07-30 Richard Stallman <rms@gnu.org>
9137
9138 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9139 Treat non-break space as whitespace in Lisp.
9140
9141 2007-07-30 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * vc.el (vc-dired-hook): Use inhibit-read-only.
9144
9145 * progmodes/compile.el (compilation-forget-errors):
9146 Reset compilation-auto-jump-to-next.
9147
9148 2007-07-30 Michael Olson <mwolson@gnu.org>
9149
9150 * cus-edit.el (custom-group-save): Fix void function definition
9151 error. Thanks to Zhang Wei for the report.
9152
9153 * ps-print.el: Check in trivial changes to the autoloads section
9154 caused by the build process. These autoloads really ought to be
9155 placed in a separate file, methinks.
9156
9157 2007-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * calendar/calendar.el (calendar-mode): Make sure
9160 displayed-(month|year) are set.
9161 (calendar-basic-setup): Display buffer before adjusting window sizes.
9162 (generate-calendar-window): Use inhibit-read-only. Simplify.
9163 Generate buffer and set displayed-month and displayed-year before
9164 calling update-calendar-mode-line.
9165
9166 2007-07-29 Michael Albinus <michael.albinus@gmx.de>
9167
9168 * net/tramp.el:
9169 * net/tramp-uu.el:
9170 * net/trampver.el: Use utf-8 encoding with coding cookie.
9171
9172 * net/tramp-cache.el:
9173 * net/tramp-fish.el:
9174 * net/tramp-ftp.el:
9175 * net/tramp-gw.el:
9176 * net/tramp-smb.el: Remove coding cookie.
9177
9178 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9179 Flush buffer file-name's file property.
9180 (tramp-handle-file-remote-p): The first parameter is FILENAME.
9181
9182 * net/trampver.el: Update release number.
9183
9184 2007-07-29 Juri Linkov <juri@jurta.org>
9185
9186 * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
9187 Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
9188 when major-mode is not dired-mode.
9189 (dired-toggle-read-only): New function.
9190 (dired-recursive-deletes): Remove obsolete comments about old
9191 default value.
9192 (dired-do-flagged-delete, dired-do-delete): Refill docstring.
9193
9194 * wdired.el (wdired-exit): New function.
9195 (wdired-mode-map): Bind C-x C-q to wdired-exit.
9196
9197 2007-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * cus-edit.el (customize-read-group): New fun.
9200 (customize-group-other-window, customize-face-other-window):
9201 Prompt before delegating to customize-(group|face).
9202 Bind pop-up-windows rather than use the other-window argument.
9203 (customize-group, customize-face): Prompt from the interactive spec.
9204 Remove args `prompt-for-group' and `other-window'.
9205
9206 * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
9207 (ad-body-forms, ad-advised-interactive-form): Revert this part of
9208 last change.
9209
9210 2007-07-28 Masatake YAMATO <jet@gyve.org>
9211
9212 * vc.el (vc-dired-mode): Add a menu for VC related operation.
9213 Use backend name as the menu label. Suggested by David Kastrup.
9214
9215 2007-07-28 Alan Mackenzie <acm@muc.de>
9216
9217 Fix problem with modes derived from CC Mode:
9218 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
9219 macro to cc-langs.
9220 (c-init-language-vars-for): Remove call to above macro.
9221 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
9222 been moved to here.
9223 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
9224
9225 2007-07-28 Eli Zaretskii <eliz@gnu.org>
9226
9227 * net/trampver.el: Fix the `coding' cookie.
9228
9229 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
9230
9231 * vc-git.el (vc-git-print-log): Support both the old single file
9232 interface and the new one.
9233
9234 2007-07-28 Nick Roberts <nickrob@snap.net.nz>
9235
9236 * bindings.el (mode-line-remote): Use updated %@ construct.
9237
9238 2007-07-27 Stefan Monnier <monnier@iro.umontreal.ca>
9239
9240 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9241 (calendar-bahai-epoch, calendar-bahai-leap-year-p)
9242 (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
9243 (diary-list-bahai-entries, diary-bahai-mark-entries)
9244 (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
9245 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9246 New names to clean up namespace.
9247 (list-bahai-diary-entries, mark-bahai-diary-entries)
9248 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
9249 (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
9250 Add compatibility aliases.
9251
9252 * calendar/appt.el: Don't wrap defvar within eval-when-compile.
9253
9254 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
9255 (calendar-scroll-left-three-months)
9256 (calendar-scroll-right-three-months): Clean up namespace.
9257 (scroll-calendar-left, scroll-calendar-right)
9258 (scroll-calendar-left-three-months)
9259 (scroll-calendar-right-three-months): Add compatibility aliases.
9260
9261 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
9262 Behave like mouse-scroll-calendar-* when used from the mouse.
9263
9264 * calendar/cal-menu.el (cal-menu-scroll-menu)
9265 (cal-menu-global-mouse-menu):
9266 * calendar/calendar.el (calendar-mode-map):
9267 Use new calendar-scroll-* names.
9268 (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
9269 Remove. Use calendar-scroll-* directly instead.
9270
9271 2007-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
9274 (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
9275 (ad-make-advised-definition, ad-cache-id-verification-code):
9276 Use commandp and interactive-form instead.
9277
9278 2007-07-26 Dan Nicolaescu <dann@ics.uci.edu>
9279
9280 * vc-git.el: Relicense to GPLv3 or later.
9281 (vc-directory-exclusion-list, vc-handled-backends): Remove.
9282
9283 * vc-hooks.el (vc-handled-backends): Add GIT.
9284
9285 * vc.el (vc-directory-exclusion-list): Add .git.
9286
9287 2007-07-26 Alexandre Julliard <julliard@winehq.org>
9288
9289 * vc-git.el (vc-git-revision-table)
9290 (vc-git-revision-completion-table): New functions.
9291
9292 2007-07-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9293
9294 * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
9295 * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
9296 * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
9297 * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
9298 * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
9299 * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
9300 New command actions for EPS header and EPS footer.
9301
9302 * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
9303 footer. Fix some problems with one-or-more, zero-or-more and
9304 alternative constructions generation. Some log messages
9305 implementation. Doc fix.
9306 (ebnf-version): New version 4.4.
9307 (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
9308 (ebnf-eps-footer, ebnf-log): New options.
9309 (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
9310 (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
9311 (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
9312 (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
9313 (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New funs.
9314 (ebnf-style-custom-list, ebnf-style-database): Put new values.
9315 (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
9316 (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
9317 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
9318 (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
9319 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
9320 (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
9321 (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
9322 (ebnf-non-terminal-dimension, ebnf-special-dimension)
9323 (ebnf-terminal-dimension1, ebnf-repeat-dimension)
9324 (ebnf-except-dimension, ebnf-alternative-dimension)
9325 (ebnf-optional-dimension, ebnf-one-or-more-dimension)
9326 (ebnf-zero-or-more-dimension, ebnf-sequence-dimension): Insert log
9327 message fun.
9328 (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
9329 (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
9330 (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
9331 (ebnf-terminal-dimension1, ebnf-alternative-dimension)
9332 (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
9333 (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
9334 (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
9335 compatibility with Emacs 20 & 21.
9336 (ebnf-eps-header-comment, ebnf-eps-footer-comment)
9337 (ebnf-eps-file-alist, ebnf-basic-width-extra)
9338 (ebnf-basic-empty-height): New vars.
9339 (ebnf-prologue): Fix PostScript code.
9340 (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
9341 (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
9342 (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
9343 (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
9344
9345 2007-07-25 Glenn Morris <rgm@gnu.org>
9346
9347 * Relicense all FSF files to GPLv3 or later.
9348
9349 * COPYING: Switch to GPLv3.
9350
9351 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9352
9353 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
9354 Replace it with another one which disables undo before calling
9355 erase-buffer and then turns it back on if needed.
9356
9357 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9358
9359 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
9360
9361 2007-07-24 Glenn Morris <rgm@gnu.org>
9362
9363 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9364 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9365 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9366 (cal-tex-cursor-week, cal-tex-cursor-week2)
9367 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9368 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9369 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9370 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9371
9372 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * calendar/calendar.el (calendar-mode-map): Move initialization
9375 into declaration. Add menu bindings (used to be done in cal-menu).
9376 (calendar-mode): Don't add an activate-menubar-hook.
9377
9378 * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
9379 modify calendar-mode-map), use easy-menu, and make sure that C-h k
9380 can be used on the menu entries.
9381 (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
9382 (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
9383 (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
9384 (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
9385 (calendar-flatten, cal-menu-update): Remove.
9386 (calendar-mouse-insert-hebrew-diary-entry)
9387 (calendar-mouse-insert-islamic-diary-entry)
9388 (calendar-mouse-insert-bahai-diary-entry):
9389 Remove (fold into cal-menu-diary-menu).
9390 (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
9391 (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
9392 (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
9393 (calendar-mouse-view-diary-entries): Minor simplifications.
9394 (calendar-event-to-date): Use with-current-buffer.
9395
9396 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
9397
9398 * add-log.el (change-log-redate): Remove (not needed anymore and
9399 doesn't appear to work).
9400
9401 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * frame.el: Use mapc and dolist instead of mapcar where possible.
9404 (close-display-connection): New command.
9405
9406 2007-07-25 Alexandre Julliard <julliard@winehq.org>
9407
9408 * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
9409 (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
9410
9411 2007-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9412
9413 * ps-print.el (ps-multibyte-buffer): Docstring fix.
9414
9415 * ps-mule.el: Doc fix.
9416 (ps-multibyte-buffer, ps-mule-font-info-database-default)
9417 (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
9418
9419 2007-07-25 Glenn Morris <rgm@gnu.org>
9420
9421 * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
9422 (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
9423 (cal-tex-daily-end, cal-tex-hook)
9424 (cal-tex-cal-one-month, cal-tex-cal-multi-month)
9425 (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
9426 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9427 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9428 (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
9429 (cal-tex-day-prefix, cal-tex-day-name-format)
9430 (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
9431 (cal-tex-caldate, cal-tex-LaTeX-hourbox)
9432 (cal-tex-LaTeX-subst-list): Change from variables to constants.
9433 (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
9434 (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
9435 etc, rather than \bf.
9436 (cal-tex-mini-calendar): Fix typos in previous change.
9437 (cal-tex-latexify-list): Remove inner let binding.
9438 (cal-tex-end-document, cal-tex-banner): Use multi-line
9439 cal-tex-comment.
9440 (cal-tex-comment): Handle embedded newlines.
9441 (cal-tex-LaTeXify-string): Use substring-no-properties.
9442
9443 2007-07-25 Joakim Verona <joakim@verona.se> (tiny change)
9444
9445 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9446 Add support for the Maden build tool.
9447
9448 2007-07-25 William Xu <william.xwl@gmail.com> (tiny change)
9449
9450 * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
9451
9452 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9453
9454 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
9455
9456 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
9457
9458 * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
9459 C-x C-q.
9460
9461 * vc-git.el (vc-git-print-log): Fix previous change.
9462
9463 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
9464
9465 * window.el (save-selected-window): Minor optimization.
9466 (bw-adjust-window): If operation failed, try with a smaller delta.
9467 (window-fixed-size-p): New function.
9468 (window-area-factor): New var.
9469 (balance-windows-area): New command.
9470
9471 * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
9472 (ps-mule-encode-ethiopic): Make it clear that it's always defined.
9473 (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
9474 (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
9475 (ps-mule-begin-job): Use dolist.
9476
9477 2007-07-24 Michael Albinus <michael.albinus@gmx.de>
9478
9479 * subr.el (start-file-process-shell-command)
9480 (process-file-shell-command): New defuns.
9481
9482 * progmodes/compile.el (compilation-start):
9483 Apply `start-file-process-shell-command'.
9484
9485 2007-07-24 Alexandre Julliard <julliard@winehq.org>
9486
9487 * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
9488
9489 2007-07-24 Alan Mackenzie <acm@muc.de>
9490
9491 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
9492 Initialise byte-compile-unresolved-functions before rather than
9493 after a compilation.
9494 (byte-compile-unresolved-functions): Amplify doc string.
9495
9496 2007-07-24 Glenn Morris <rgm@gnu.org>
9497
9498 * startup.el (normal-splash-screen): Use `emacs-copyright'.
9499
9500 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
9501 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
9502 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9503 (cal-tex-cursor-week, cal-tex-cursor-week2)
9504 (cal-tex-cursor-week-iso, cal-tex-week-hours)
9505 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
9506 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9507 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
9508
9509 * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
9510 (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
9511 (cal-tex-day-name-format, cal-tex-cal-one-month)
9512 (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
9513 (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
9514 (cal-tex-mini-calendar, cal-tex-em): Doc fix.
9515 (cal-tex-list-holidays, cal-tex-cursor-year)
9516 (cal-tex-cursor-year-landscape, cal-tex-year)
9517 (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
9518 (cal-tex-cursor-month, cal-tex-insert-days)
9519 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9520 (cal-tex-first-blank-p, cal-tex-cursor-week)
9521 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9522 (cal-tex-week-hours, cal-tex-cursor-week-monday)
9523 (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
9524 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9525 (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
9526 (cal-tex-latexify-list, cal-tex-previous-month)
9527 (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
9528 modernization, including using dotimes rather than
9529 calendar-for-loop.
9530 (cal-tex-LaTeX-subst-list): Remove `@'.
9531 (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
9532 Use \textit and \textbf rather than \em and \it.
9533
9534 * calendar/cal-bahai.el (list-bahai-diary-entries)
9535 * calendar/cal-hebrew.el (list-hebrew-diary-entries)
9536 * calendar/cal-islam.el (list-islamic-diary-entries)
9537 * calendar/calendar.el (generate-calendar, generate-calendar-month)
9538 * calendar/diary-lib.el (diary-list-entries)
9539 (mark-calendar-date-pattern): Use `dotimes' rather than
9540 `calendar-for-loop'.
9541
9542 * calendar/calendar.el (calendar-for-loop): Doc fix.
9543
9544 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
9547 underlying file is uptodate.
9548
9549 2007-07-23 Christopher J. Madsen <cjm@cjmweb.net>
9550
9551 * replace.el (perform-replace): Use isearch-no-upper-case-p.
9552
9553 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9554
9555 * vc-hooks.el (vc-mode-line-map): New const.
9556 (vc-mode-line): Use it.
9557
9558 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9559
9560 * vc-git.el (vc-git-delete-file, vc-git-rename-file)
9561 (vc-git-unregister): New functions.
9562 (vc-git-find-version): Use the result of ls-files as a parameter
9563 for cat-file.
9564
9565 2007-07-23 Michael Albinus <michael.albinus@gmx.de>
9566
9567 * net/tramp.el (tramp-perl-file-attributes)
9568 (tramp-perl-directory-files-and-attributes)
9569 (tramp-handle-file-attributes-with-stat)
9570 (tramp-handle-directory-files-and-attributes-with-stat)
9571 (tramp-convert-file-attributes): Handle huge file sizes.
9572
9573 2007-07-23 Juri Linkov <juri@jurta.org>
9574
9575 * isearch.el (isearch-message-function): New variable.
9576 (isearch-update, isearch-search): Use it.
9577
9578 * simple.el (goto-history-element): New function created from
9579 next-history-element.
9580 (next-history-element): Most code moved to goto-history-element.
9581 Call goto-history-element with (- minibuffer-history-position n).
9582 (previous-history-element): Call goto-history-element with (+
9583 minibuffer-history-position n).
9584 (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
9585 (minibuffer-history-isearch-message-overlay): New buffer-local variable.
9586 (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
9587 (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
9588 (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
9589 (minibuffer-history-isearch-pop-state): New functions.
9590
9591 2007-07-23 Thien-Thi Nguyen <ttn@gnuvola.org>
9592
9593 * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
9594 Also, if FILE is a list, return non-nil if any of its elements
9595 should stay local. Update docstring.
9596
9597 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
9598
9599 * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
9600 change by reverting a small part.
9601
9602 2007-07-23 Richard Stallman <rms@gnu.org>
9603
9604 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
9605
9606 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9607
9608 * vc-git.el (vc-git-checkin): Delete unused parameter and the code
9609 handling it. Use vc-git-command.
9610 (vc-git-find-version, vc-git-diff-tree): New functions.
9611 (vc-git-revert): Use vc-git-command.
9612 (vc-git--run-command): Delete.
9613
9614 2007-07-23 Alexandre Julliard <julliard@winehq.org>
9615
9616 * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
9617
9618 2007-07-20 Kenichi Handa <handa@m17n.org>
9619
9620 * international/utf-8.el (utf-8-post-read-conversion):
9621 Temporarily bind utf-8-compose-scripts to nil while running
9622 *-compose-region functions.
9623
9624 2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
9625
9626 * vc-git.el: Update status.
9627 (vc-directory-exclusion-list): Use eval-after-load.
9628
9629 2007-07-22 Nick Roberts <nickrob@snap.net.nz>
9630
9631 * bindings.el (mode-line-remote): New variable.
9632 (help-echo): Add to default values of mode-line-format.
9633
9634 * files.el: Mark mode-line-remote as risky.
9635
9636 2007-07-22 Juri Linkov <juri@jurta.org>
9637
9638 * isearch.el (isearch-edit-string): Save old point and
9639 isearch-other-end to old-point and old-other-end before reading
9640 the search string from minibuffer. After exiting minibuffer set
9641 point to old-other-end if point and the search direction is the
9642 same as before reading the search string.
9643 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
9644 to isearch-other-end. Instead of isearch-search-and-update call
9645 three functions isearch-search, isearch-push-state and isearch-update.
9646
9647 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9648
9649 * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
9650 deal with multiple file arguments.
9651 (vc-git-print-log): Deal with multiple file arguments.
9652
9653 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9654
9655 * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
9656 diff-refine-hunk. Adjust users.
9657 (diff-unified-hunk-p, diff-splittable-p): New functions.
9658 (diff-mode-menu): Use it to disable Split when it doesn't work.
9659
9660 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9661
9662 * diff-mode.el (diff-mode-menu): New entries.
9663
9664 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
9667 if applicable, so as to save undo-log space.
9668
9669 * diff-mode.el (diff-find-file-name): Add arg `batch'.
9670
9671 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
9672 (diff-file-kill): Use it.
9673 (diff-beginning-of-hunk): Add arg `try-harder' using it.
9674 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
9675 Use it so they find the hunk even when we're in the file header.
9676
9677 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9678
9679 * vc-git.el (vc-git-revision-granularity, vc-git-root)
9680 (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
9681 (vc-git-create-repo): New functions.
9682 (vc-git-registered): New autoloaded function definition.
9683 (vc-git-registered): Use vc-git-root.
9684 (vc-git-responsible-p): New defalias.
9685 (vc-git-annotate-extract-revision-at-line): Uncomment.
9686 (vc-git-print-log): Add the file name to the log.
9687 (vc-git-log-view-mode): New derived mode.
9688 (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
9689
9690 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9691
9692 * progmodes/grep.el (grep-compute-defaults): Keep default values.
9693
9694 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
9695
9696 * textmodes/reftex.el (reftex-access-parse-file): Create parse
9697 file in a way that does not interfere with recentf mode.
9698 (reftex-access-parse-file): Do not risk destroying an existing
9699 buffer.
9700
9701 2007-07-22 Alexandre Julliard <julliard@winehq.org>
9702
9703 * vc-git.el: New file.
9704
9705 2007-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * textmodes/tex-mode.el (tex-font-script-display): Change default.
9708
9709 2007-07-22 Dan Nicolaescu <dann@ics.uci.edu>
9710
9711 * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
9712 for branches and new files.
9713
9714 * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
9715 local-map handling ...
9716 (vc-mode-line): ... here. Improve handling of help-echo.
9717
9718 * vc.el (mode-line-string): Document help-echo usage.
9719
9720 2007-07-22 Michael Albinus <michael.albinus@gmx.de>
9721
9722 Sync with Tramp 2.1.10.
9723
9724 * net/tramp.el (tramp-get-ls-command): Fix typo.
9725
9726 * net/trampver.el: Update release number.
9727
9728 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9729
9730 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
9731
9732 * term/x-win.el (x-handle-no-bitmap-icon): New function.
9733
9734 2007-07-22 Martin Rudalics <rudalics@gmx.at>
9735
9736 * add-log.el (change-log-fill-parenthesized-list): New function.
9737 (change-log-indent): Call change-log-fill-parenthesized-list.
9738 (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
9739 Have lines with leading asterisk start a paragraph.
9740
9741 2007-07-21 Jay Belanger <jay.p.belanger@gmail.com>
9742
9743 * calc/calc-math.el (math-emacs-precision)
9744 (math-largest-emacs-expt, math-smallest-emacs-expt):
9745 New variables.
9746 (math-use-emacs-fn): New function.
9747 (math-exp-raw): Evaluate with `math-use-emacs-fn', when
9748 appropriate.
9749
9750 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
9751
9752 * image-dired.el (image-dired-sane-db-file): New func.
9753 (image-dired-write-tags, image-dired-remove-tag)
9754 (image-dired-list-tags, image-dired-write-comments)
9755 (image-dired-get-comment, image-dired-mark-tagged-files)
9756 (image-dired-create-gallery-lists): Call new func.
9757 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
9758
9759 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
9760
9761 * vc-hg.el (vc-hg-dir-state): Fix loop.
9762 (vc-hg-print-log): Fix expected return value for vc-hg-command.
9763 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
9764 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
9765 (vc-hg-revert): Likewise.
9766 (vc-hg-revision-table, vc-hg-revision-completion-table): New
9767 functions.
9768
9769 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * add-log.el (change-log-resolve-conflict): Don't lose data if the
9772 merge fails.
9773
9774 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9775
9776 * progmodes/compile.el (compilation-auto-jump-to-first-error):
9777 Add group and version.
9778
9779 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * add-log.el (add-log-file-name): Use file-relative-name.
9782 (add-change-log-entry): Delay reading
9783 add-log-(full-name|mailing-address) to after we've switched to the
9784 ChangeLog buffer so we get the right value.
9785 (add-change-log-entry, add-log-current-defun, change-log-merge):
9786 Use derived-mode-p rather than checking major-mode directly.
9787
9788 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
9789 name for buffer-file-name if it refers to a directory.
9790
9791 * vc-arch.el (vc-arch-diff): Fix last change.
9792
9793 * progmodes/compile.el (compilation-start): Remember the original
9794 directory in a buffer-local compilation-directory.
9795 (compile): Set the global value of compilation-directory.
9796 (recompile): Use compilation-directory even in the compilation buffer.
9797
9798 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9799
9800 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
9801
9802 2007-07-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9803
9804 * ps-print.el: Problem with foreground and background color when
9805 printing a buffer with and without faces. Reported by Christian
9806 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
9807 (ps-print-version): New version 6.7.5.
9808 (ps-default-fg): Change default value to nil, so black color is used
9809 when a face does not specify a foreground color.
9810 (ps-default-bg): Change default value to nil, so white color is used
9811 for background color.
9812 (ps-begin-job): Fix code.
9813
9814 2007-07-20 Eli Zaretskii <eliz@gnu.org>
9815
9816 * makefile.w32-in (install-lisp-SH): Don't create subdirectories
9817 in $(INSTALL_DIR)/lisp/ if they already exist.
9818
9819 2007-07-20 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
9820
9821 * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
9822 in $(INSTALL_DIR)/lisp/ if they already exist.
9823
9824 2007-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * progmodes/vera-mode.el (vera-re-search-forward)
9827 (vera-re-search-backward): Remove use of store-match-data.
9828 (vera-mode-map): Move initialization into declaration.
9829
9830 * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
9831 (flymake-find-buildfile): Use locate-dominating-file.
9832
9833 * vc.el (vc-delistify): Use mapconcat.
9834 (vc-do-command): Minor simplification.
9835 (vc-expand-dirs): Use push.
9836
9837 * vc-mcvs.el (vc-mcvs-create-repo):
9838 * vc-cvs.el (vc-cvs-create-repo): Remove.
9839
9840 * vc-hooks.el (vc-find-root): Fix case where `file' is the current
9841 directory and the root as well.
9842
9843 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
9844
9845 * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
9846 instead of a file.
9847
9848 * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
9849 (vc-hg-registered): Replace if with when.
9850 (vc-hg-state): Deal with nonexistent files and handle removed files.
9851 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
9852 (vc-hg-checkout): Re-enable.
9853 (vc-hg-create-repo): Fix typos.
9854 (vc-hg-print-log): Fix for multiple files.
9855 (vc-hg-workfile-unchanged-p): New function.
9856
9857 * vc.el: Fix typo.
9858 (vc-print-log): Fix call to print-log.
9859 (vc-default-comment-history): Likewise.
9860 (vc-directory-exclusion-list): Add .hg and .bzr.
9861 (vc-diff-internal): Pass a list instead of a file.
9862
9863 * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
9864
9865 * vc-bzr.el (vc-bzr-create-repo): New function.
9866
9867 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
9870 `file' from which to start the search.
9871
9872 2007-07-19 Eric S. Raymond <esr@snark.thyrsus.com>
9873
9874 * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
9875 having a single file argument to having a list of files as the
9876 first argument.
9877
9878 2007-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
9879
9880 * files.el (locate-dominating-file): New function.
9881
9882 2007-07-18 Michael Albinus <michael.albinus@gmx.de>
9883
9884 * progmodes/grep.el (grep-host-defaults-alist): New defvar.
9885 (grep-compute-defaults): Use it.
9886
9887 2007-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * uniquify.el: Docstring fixes.
9890
9891 2007-07-18 Eric S. Raymond <esr@snark.thyrsus.com>
9892
9893 * vc.el (revision-granularity, create-repo): Document new vc
9894 backend properties.
9895 (vc-rollback): Renamed from vc-cancel-version. Update
9896 references. Pass a list instead of a file.
9897 (vc-revert): Renamed from vc-revert-buffer. Update references.
9898 (vc-delistify, vc-expand-dirs): New functions.
9899 (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
9900 of files instead of a single file.
9901 (vc-position-context, vc-resync-window, vc-diff-internal)
9902 (vc-print-log): Pass a list instead of a file.
9903
9904 * vc-hooks.el (vc-stay-local-p, vc-backend)
9905 (vc-backend-subdirectory-name): Work on a file list, not a single
9906 file.
9907 (vc-workfile-version): Update docstring.
9908 (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
9909 vc-revert instead of vc-revert-buffer.
9910 (vc-prefix-map): Likewise. Bind vc-update.
9911
9912 * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
9913 (vc-svn-wash-log): New functions.
9914 (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
9915 (vc-svn-command): Deal with a list of files, not a single file.
9916
9917 * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
9918 (vc-rcs-wash-log): New functions.
9919 (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
9920 Deal with a list of files, not a single file.
9921 (vc-rcs-rollback): Likewise. Rename from vc-rcs-cancel-version.
9922
9923 * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
9924 functions.
9925 (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
9926 list of files, not a single file.
9927
9928 * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
9929 New functions.
9930 (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
9931 (vc-mcvs-diff): Deal with a list of files, not a single file.
9932
9933 * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
9934 functions.
9935 (vc-hg-print-log): Deal with a list of files, not a single file.
9936 (vc-hg-diff-tree): New function, replace defalias with the same
9937 name.
9938 (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
9939 FILES to denote that it is a file list, not a single file.
9940
9941 * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
9942 (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
9943 a single file.
9944 (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
9945 that it is a file list, not a single file.
9946 (vc-cvs-diff): Likewise. Simplify.
9947
9948 * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
9949 Deal with a list of files, not a single file.
9950
9951 * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
9952 (vc-bzr-print-log): Update FILE parameter name to denote that it
9953 is a file list, not a single file.
9954 (vc-bzr-diff): Likewise. Use the car of files.
9955
9956 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
9957
9958 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
9959 (follow-delete-other-windows-and-split, follow-recenter)
9960 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
9961 (follow-redisplay, follow-estimate-first-window-start)
9962 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
9963 Fix typos in docstrings.
9964
9965 2007-07-18 Martin Rudalics <rudalics@gmx.at>
9966
9967 * add-log.el (change-log-mode): Use fill-nobreak-predicate to
9968 avoid that filling introduces lines with a single asterisk.
9969
9970 * kmacro.el (kmacro-end-macro): When ignoring empty macro
9971 avoid incorrect kmacro-ring-empty-p messages.
9972 Reported by Michael Schierl <schierlm@gmx.de>.
9973
9974 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
9975
9976 * vc.el: Add more info about the vc-registered function.
9977
9978 2007-07-17 Michael Albinus <michael.albinus@gmx.de>
9979
9980 * files.el (file-remote-p): Introduce optional parameter
9981 IDENTIFICATION.
9982
9983 * recentf.el (recentf-keep-default-predicate): Adapt call of
9984 `file-remote-p'.
9985
9986 * progmodes/grep.el (grep-probe): Use `process-file'.
9987 (grep-compute-defaults): Handle variables host specific.
9988
9989 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
9990 parameter IDENTIFICATION.
9991
9992 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
9993 parameter IDENTIFICATION.
9994 (tramp-handle-set-file-times): New defun. Replaces `tramp-touch'.
9995 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9996 Add entry for `set-file-times'.
9997 (tramp-do-copy-or-rename-file-via-buffer)
9998 (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
9999 (tramp-handle-unhandled-file-name-directory): Rewrite.
10000 (tramp-convert-file-attributes): Add error handling when inode is
10001 extraordinary big.
10002 (tramp-get-inode): Change parameter from FILE to VEC.
10003 (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
10004 is nil. This is according to the specification. Goto (point-max)
10005 when ready.
10006 (tramp-handle-shell-command): Rewrite completely, using
10007 `process-file' and `start-file-process'.
10008 (tramp-methods, tramp-find-shell)
10009 (tramp-open-connection-setup-interactive-shell)
10010 (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
10011 var. Reported by Steve Youngs <steve@sxemacs.org>.
10012
10013 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
10014 entry for `set-file-times'. Rename `start-process' into
10015 `start-file-process'. Remove `call-process' entry.
10016 (tramp-fish-handle-set-file-times): New defun.
10017 (tramp-fish-handle-executable-find): Use `process-file'.
10018 (tramp-fish-handle-process-file): New defun. Replaces
10019 `tramp-fish-handle-call-process'.
10020 (tramp-fish-do-copy-or-rename-file-directly): Use
10021 `set-file-times'.
10022 (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
10023
10024 * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
10025 `tramp-get-inode' parameter.
10026
10027 2007-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10028
10029 * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
10030 (vc-bzr-post-command-function): Remove. Version 0.8 is already old
10031 nowadays, and by the time Emacs-23 comes out, nobody will even remember
10032 it has ever existed.
10033
10034 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
10035
10036 * vc.el: Undo previous change.
10037
10038 2007-07-16 Eli Zaretskii <eliz@gnu.org>
10039
10040 * makefile.w32-in (clean): Don't delete *~.
10041
10042 2007-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * textmodes/tex-mode.el (tex-verbatim-environments):
10045 Add safe-local-variable property.
10046 (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
10047 when starting font-lock rather than when loading tex-mode.el.
10048
10049 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
10050 whole $( rather than just the $. Rename from sh-quoted-subshell.
10051 (sh-font-lock-syntactic-keywords): Adjust call accordingly.
10052
10053 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10054
10055 * bookmark.el (bookmark-maybe-sort-alist): Don't modify
10056 bookmark-alist. Instead, if not sorting, simply return it.
10057 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
10058 for its return value, not for its side effect.
10059
10060 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
10061 case of alignment under a constant symbol, find and consider
10062 the sexp actually at indentation to be the "last sexp".
10063
10064 2007-07-16 Drew Adams <drew.adams@oracle.com>
10065
10066 * mouse.el (mouse-yank-secondary): Better error message if no
10067 secondary selection.
10068
10069 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
10070
10071 * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
10072
10073 * term/xterm.el (xterm-turn-on-modify-other-keys)
10074 (xterm-turn-off-modify-other-keys): New functions.
10075 (terminal-init-xterm): Enable the modifyOtherKeys feature if the
10076 terminal supports it.
10077
10078 2007-07-16 Thien-Thi Nguyen <ttn@gnuvola.org>
10079
10080 * bookmark.el (bookmark-show-all-annotations):
10081 Make sure each inserted annotation ends with newline.
10082
10083 2007-07-15 Richard Stallman <rms@gnu.org>
10084
10085 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
10086
10087 * tutorial.el (tutorial--find-changed-keys):
10088 Handle C-x specially like ESC.
10089
10090 2007-07-15 Aaron Hawley <aaronh@garden.org>
10091
10092 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
10093
10094 2007-07-15 Juri Linkov <juri@jurta.org>
10095
10096 * delsel.el (delete-selection-pre-hook):
10097 * emulation/cua-base.el (cua-paste): Before a yank command,
10098 check also whether last-command is one of mouse-save-then-kill,
10099 mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
10100
10101 2007-07-15 Michael Albinus <michael.albinus@gmx.de>
10102
10103 * recentf.el (recentf-keep-default-predicate): New defun.
10104 (recentf-keep): Use it as initial value.
10105
10106 2007-07-15 Karl Fogel <kfogel@red-bean.com>
10107
10108 * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
10109 thus restoring bookmark bindings to three slots under C-x r. See
10110 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
10111
10112 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
10113
10114 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
10115
10116 2007-07-15 Jason Rumney <jasonr@gnu.org>
10117
10118 * w32-fns.el (set-default-process-coding-system): Use dos line ends
10119 for input to cmdproxy on all versions of Windows.
10120 Use dos line ends for input to plink.
10121
10122 * comint.el (comint-simple-send): Concat newline before sending.
10123 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
10124
10125 2007-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
10126
10127 * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
10128 safe-local-variable setting.
10129
10130 2007-07-14 David Kastrup <dak@gnu.org>
10131
10132 * emacs-lisp/advice.el (defadvice): Doc fix.
10133
10134 2007-07-14 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * subr.el (when, unless): Doc fix.
10137
10138 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
10139
10140 * replace.el (match): Use yellow1 instead of yellow.
10141
10142 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
10143 red.
10144
10145 * pcvs-info.el (cvs-unknown): Likewise.
10146
10147 2007-07-13 Eli Zaretskii <eliz@gnu.org>
10148
10149 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
10150 (install): Use them to copy all *.el files before *.elc.
10151
10152 2007-07-13 Drew Adams <drew.adams@oracle.com>
10153
10154 * bookmark.el (bookmark-jump-other-window): New function.
10155 (bookmark-map): Bind it to "o".
10156
10157 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
10158 and its thread contains discussion about this change.
10159 The original patch was slightly tweaked by Karl Fogel
10160 <kfogel@red-bean.com> before committing.
10161
10162 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10163
10164 * bookmark.el: Shorten some comments to fit within 80 lines.
10165
10166 2007-07-13 Karl Fogel <kfogel@red-bean.com>
10167
10168 * bookmark.el: Don't define bookmark keys under the "C-xr" map;
10169 instead, make "C-xp" a prefix for bookmark-map. Patch by Drew
10170 Adams <drew.adams@oracle.com>, mildly tweaked by me. See
10171 http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
10172
10173 2007-07-13 Carsten Dominik <dominik@science.uva.nl>
10174
10175 * textmodes/org.el: Bug fixes.
10176 (org-end-of-line): Move to end of line if in headline without tags.
10177
10178 2007-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10179
10180 * vc-hooks.el: Remove spurious * in docstrings.
10181 (vc-handled-backends): Add BZR.
10182
10183 * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
10184
10185 2007-07-12 Davis Herring <herring@lanl.gov>
10186
10187 * desktop.el (desktop-buffer-info, desktop-save):
10188 Use `desktop-dirname' instead of `dirname'.
10189
10190 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10191
10192 * progmodes/which-func.el (which-func-modes): Add `python-mode'.
10193
10194 * progmodes/python.el (python-which-func-length-limit): New var.
10195 (python-which-func): New function.
10196 (python-current-defun): Add optional `length-limit' and try to fit
10197 computed function name to that length.
10198 (python-mode): Hook `python-which-func' up.
10199
10200 2007-07-12 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10201
10202 * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
10203
10204 * comint.el (comint-dynamic-complete-as-filename):
10205 Use read-file-name-completion-ignore-case.
10206
10207 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * comint.el (comint-dynamic-list-filename-completions):
10210 Use read-file-name-completion-ignore-case.
10211
10212 * vc-cvs.el: Require CL.
10213 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
10214 New functions to provide completion of revision names.
10215
10216 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
10217 (vc-cvs-annotate-first-line-re): New const.
10218 (vc-cvs-annotate-process-filter): New fun.
10219 (vc-cvs-annotate-command): Use them and run the command asynchronously.
10220
10221 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
10222
10223 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
10224 (eldoc-print-current-symbol-info): Adjust for changed helper
10225 function signatures.
10226 (eldoc-get-fnsym-args-string): Add `args' argument. Use new
10227 `eldoc-highlight-function-argument'.
10228 (eldoc-highlight-function-argument): New function.
10229 (eldoc-get-var-docstring): Format documentation with
10230 `font-lock-variable-name-face'.
10231 (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
10232 where suited.
10233 (eldoc-fnsym-in-current-sexp): Return a list with argument index.
10234 (eldoc-beginning-of-sexp): Return number of skipped sexps.
10235
10236 2007-07-11 Michael Albinus <michael.albinus@gmx.de>
10237
10238 * progmodes/compile.el (compilation-start): `start-process' must
10239 still be redefined when calling `start-process-shell-command'.
10240
10241 * progmodes/gud.el (gud-file-name): When `default-directory' is a
10242 remote file name, prepend its remote part to the filename.
10243 (gud-common-init): When `default-directory' is a remote file name,
10244 make the filename relative to it.
10245 Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
10246
10247 2007-07-11 Dan Nicolaescu <dann@ics.uci.edu>
10248
10249 * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
10250 mouse binding and a tooltip.
10251
10252 2007-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10253
10254 * menu-bar.el (vc-menu-map): New defalias.
10255
10256 2007-07-10 Richard Stallman <rms@gnu.org>
10257
10258 * emacs-lisp/lisp-mode.el (eval-defun):
10259 Explain special handling of `defface'.
10260
10261 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
10262
10263 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
10264
10265 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
10266
10267 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
10270
10271 * vc-arch.el (vc-arch-complete): Remove.
10272 (vc-arch-revision-completion-table): Use complete-with-action.
10273
10274 * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
10275 (complete-with-action): New function.
10276 (dynamic-completion-table): Use it.
10277
10278 2007-07-10 Michael Albinus <michael.albinus@gmx.de>
10279
10280 * comint.el (make-comint, make-comint-in-buffer)
10281 (comint-exec-1): Replace `start-process' by `start-file-process'.
10282
10283 * progmodes/compile.el (compilation-start): Revert redefining
10284 `start-process'.
10285
10286 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
10287
10288 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
10289 with EOLs when generating MD5 checksums.
10290
10291 * follow.el: Don't change the global map from the follow-mode-map
10292 defvar, but from the toplevel. Use easy-menu to unify the Emacs and
10293 XEmacs code.
10294 (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
10295 since `follow-mode' should be used instead for that.
10296
10297 * emacs-lisp/easymenu.el (easy-menu-binding): New function.
10298 (easy-menu-do-define): Use it.
10299 (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
10300
10301 * progmodes/compile.el (compilation-auto-jump-to-first-error)
10302 (compilation-auto-jump-to-next): New vars.
10303 (compilation-auto-jump): New function.
10304 (compilation-error-properties): Use them to jump to first error.
10305 (compilation-start): Set the var if requested.
10306
10307 * emacs-lisp/autoload.el (update-directory-autoloads): Remove
10308 duplicates without also removing entries from other directories.
10309
10310 2007-07-10 Carsten Dominik <dominik@science.uva.nl>
10311
10312 * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
10313 Remember span as default.
10314 (org-columns-edit-value): Rename from `org-column-edit'.
10315 (org-columns-display-here-title): Rename from
10316 `org-overlay-columns-title'.
10317 (org-columns-remove-overlays): Rename from org-remove-column-overlays.
10318 (org-columns-get-autowidth-alist): Rename from
10319 `org-get-columns-autowidth-alist'.
10320 (org-columns-display-here): Rename from `org-overlay-columns'.
10321 (org-columns-new-overlay): Rename from `org-new-column-overlay'.
10322 (org-columns-quit): Rename from `org-column-quit'.
10323 (org-columns-show-value): Rename from `org-column-show-value'.
10324 (org-columns-content, org-columns-widen)
10325 (org-columns-next-allowed-value)
10326 (org-columns-edit-allowed, org-columns-store-format)
10327 (org-columns-uncompile-format, org-columns-redo)
10328 (org-columns-edit-attributes, org-delete-property)
10329 (org-set-property, org-columns-update)
10330 (org-columns-compute, org-columns-eval)
10331 (org-columns-not-in-agenda, org-columns-compute-all)
10332 (org-property-next-allowed-value)
10333 (org-columns-compile-format)
10334 (org-fill-paragraph-experimental)
10335 (org-string-to-number, org-property-action)
10336 (org-columns-move-left, org-columns-new)
10337 (org-column-number-to-string)
10338 (org-property-previous-allowed-value)
10339 (org-at-property-p, org-columns-delete)
10340 (org-columns-previous-allowed-value)
10341 (org-columns-move-right, org-columns-narrow)
10342 (org-property-get-allowed-values)
10343 (org-verify-version, org-column-string-to-number)
10344 (org-delete-property-globally): New functions.
10345 (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
10346 (org-columns-overlays): Rename from `org-column-overlays'.
10347 (org-columns-map): Rename from `org-column-map'.
10348 (org-columns-current-maxwidths): Rename from
10349 `org-current-columns-maxwidths'.
10350 (org-columns-begin-marker, org-columns-current-fmt-compiled)
10351 (org-previous-header-line-format)
10352 (org-columns-inhibit-recalculation)
10353 (org-columns-top-level-marker): New variables.
10354 (org-columns-default-format): Rename from `org-default-columns-format'.
10355 (org-property-re): New constant.
10356
10357 2007-07-10 Guanpeng Xu <herberteuler@hotmail.com>
10358
10359 * subr.el (looking-at-p, string-match-p): New functions.
10360
10361 2007-07-09 Reiner Steib <Reiner.Steib@gmx.de>
10362
10363 * textmodes/tex-mode.el (tex-fontify-script)
10364 (tex-font-script-display): New variables to make display of
10365 superscripts and subscripts customizable.
10366 (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
10367
10368 2007-07-09 Richard Stallman <rms@gnu.org>
10369
10370 * isearch.el (isearch-edit-string): Call to isearch-push-state
10371 after the search.
10372
10373 2007-07-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10374
10375 * window.el (fit-window-to-buffer): Remove setting of window-min-height
10376 to 1 as enlarge-window uses the value to resize/shrink windows other
10377 than WINDOW if needed.
10378
10379 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10380
10381 * cus-start.el (file-coding-system-alist): Fix custom type.
10382
10383 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
10384
10385 * longlines.el (longlines-wrap-region): Avoid marking buffer as
10386 modified.
10387 (longlines-auto-wrap, longlines-window-change-function):
10388 Remove unnecessary calls to set-buffer-modified-p.
10389
10390 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
10391
10392 * cus-start.el (file-coding-system-alist): Fix custom type.
10393
10394 2007-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10395
10396 * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
10397 (vc-cvs-checkout): Remove last arg now unused; simplify.
10398
10399 2007-07-08 Michael Albinus <michael.albinus@gmx.de>
10400
10401 * files.el (file-remote-p): Introduce optional parameter CONNECTED.
10402
10403 * net/tramp.el:
10404 * net/tramp-ftp.el:
10405 * net/tramp-smb.el:
10406 * net/tramp-uu.el:
10407 * net/trampver.el: Migrate to Tramp 2.1.
10408
10409 * net/tramp-cache.el:
10410 * net/tramp-fish.el:
10411 * net/tramp-gw.el: New Tramp packages.
10412
10413 * net/tramp-util.el:
10414 * net/tramp-vc.el: Removed.
10415
10416 * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
10417 (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
10418
10419 * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
10420
10421 * progmodes/compile.el (compilation-start): Redefine
10422 `start-process' temporarily when `default-directory' is remote.
10423 Remove case of synchronous compilation, this won't happen ever.
10424 (compilation-setup): Make local variable `comint-file-name-prefix'
10425 for remote compilation.
10426
10427 2007-07-08 Martin Rudalics <rudalics@gmx.at>
10428
10429 * novice.el (disabled-command-function): Fit window to buffer to
10430 make last line visible.
10431 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10432
10433 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
10434 when handling the terminating event.
10435
10436 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10437
10438 * calc/calc.el (math-read-number-simple): Remove leading 0s.
10439 (math-bignum-digit-length): Change to optimal value.
10440
10441 * calc/calc-bin.el (math-bignum-logb-digit-size)
10442 (math-bignum-digit-power-of-two): Evaluate when compiled.
10443
10444 * calc/calc-comb.el (math-small-factorial-table)
10445 (math-init-random-base, math-prime-test): Remove unnecessary calls
10446 to `math-read-number-simple'.
10447
10448 * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
10449 (math-approx-gamma-const): Add docstrings.
10450
10451 * calc/calc-forms.el (math-julian-date-beginning)
10452 (math-julian-date-beginning-int): New constants.
10453 (math-format-date-part, math-parse-standard-date, calcFunc-julian):
10454 Use the new constants.
10455
10456 * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
10457
10458 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
10459 Add docstrings.
10460
10461 2007-07-07 Tom Tromey <tromey@redhat.com>
10462
10463 * vc.el (vc-annotate): Jump to line and output message only after the
10464 process is really all done.
10465
10466 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * vc.el (vc-exec-after): Don't move point from the sentinel.
10469 Forcefully read all the remaining text in the pipe upon process exit.
10470 (vc-annotate-display-autoscale, vc-annotate-lines):
10471 Don't stop at the first unrecognized line.
10472 (vc-annotate-display-select): Run autoscale after the process is done
10473 since it depends on the whole result.
10474
10475 2007-07-07 Eli Zaretskii <eliz@gnu.org>
10476
10477 * term/w32-win.el (menu-bar-open): New function.
10478 Bind <f10> to it.
10479
10480 2007-07-07 Michael Albinus <michael.albinus@gmx.de>
10481
10482 * simple.el (start-file-process): New defun.
10483
10484 2007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10485
10486 * files.el (find-file-confirm-nonexistent-file): Rename from
10487 find-file-confirm-inexistent-file. Update users.
10488
10489 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
10490 format of autoload block where the file's time-stamp is replaced by its
10491 MD5 checksum.
10492 (autoload-generate-file-autoloads): Use MD5 checksum instead of
10493 time-stamp for secondary autoloads files.
10494 (update-directory-autoloads): Remove duplicate entries.
10495 Use time-less-p for time-stamps, as done in autoload-find-destination.
10496
10497 2007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
10498
10499 * calc/calc.el (math-read-number): Replace number by variable.
10500 (math-read-number-simple): Properly parse small integers.
10501
10502 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
10503
10504 * vc.el: Fix doc for the checkout function.
10505
10506 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
10507
10508 * vc-hg.el (vc-hg-root): New function.
10509 (vc-hg-registered): Use it.
10510 (vc-hg-diff-tree): New defalias.
10511 (vc-hg-responsible-p): Likewise.
10512 (vc-hg-checkout): Comment out, not needed.
10513 (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
10514 (vc-hg-find-version, vc-hg-next-version): New functions.
10515
10516 2007-07-06 Andreas Schwab <schwab@suse.de>
10517
10518 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
10519 dynamic bindings around the evaluation of the expression.
10520 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
10521
10522 2007-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
10525 Run before-revert-hook. Suggested by Denis Bueno <denbuen@sandia.gov>.
10526 Use run-hooks rather than run-mode-hooks.
10527
10528 2007-07-05 Jay Belanger <jay.p.belanger@gmail.com>
10529
10530 * calc/calc-comb.el (math-random-digit): Rename to
10531 `math-random-three-digit-number'.
10532 (math-random-digits): Don't depend on representation of integer.
10533
10534 * calc/calc-bin.el (math-bignum-logb-digit-size)
10535 (math-bignum-digit-power-of-two): New constants.
10536 (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
10537 (math-not-bignum, math-clip-bignum): Use the constants
10538 `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
10539 instead of their values.
10540 (math-clip): Use math-small-integer-size instead of its value.
10541
10542 * calc/calc.el (math-add-bignum): Replace number by constant.
10543
10544 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10545
10546 * wid-edit.el (widget-documentation-string-value-create):
10547 Insert indentation spaces.
10548
10549 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10550
10551 * emacs-lisp/byte-opt.el: Revert last change.
10552
10553 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10554
10555 * vc-hooks.el (vc-handled-backends): Add HG.
10556
10557 * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
10558
10559 2007-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10560
10561 * complete.el (PC-do-complete-and-exit): Add support for the new
10562 `confirm-only' confirmation mode.
10563
10564 2007-07-05 Chong Yidong <cyd@stupidchicken.com>
10565
10566 * cus-edit.el (custom-commands): New variable.
10567 (custom-tool-bar-map): New variable. Initialize using
10568 `custom-commands'.
10569 (custom-mode): Use `custom-tool-bar-map'.
10570 (custom-buffer-create-internal): Insert action buttons only if
10571 tool bar is not used. Use `custom-commands'.
10572 (Custom-help, custom-command-apply): New function.
10573 (custom-command-apply, Custom-set, Custom-save)
10574 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
10575 Use `custom-command-apply' instead of duplicating code.
10576 (customize-group-other-window): Call `customize-group' instead of
10577 duplicating code.
10578 (customize-face-other-window): Call `customize-face' instead of
10579 duplicating code.
10580 (customize-group, customize-face): Add optional args for opening
10581 in another window.
10582 (custom-variable-tag): Don't inherit `variable-pitch' face.
10583 (custom-group-tag): Inherit `variable-pitch' face.
10584 (custom-variable-value-create): Set documentation indentation.
10585 (custom-group-value-create): Make group name a link, instead of
10586 using an extra "go to group" button.
10587 (custom-prompt-variable, custom-group-set, custom-group-save)
10588 (custom-group-reset-current, custom-group-reset-saved)
10589 (custom-group-reset-standard): Minor cleanup.
10590
10591 2007-07-05 Thien-Thi Nguyen <ttn@gnuvola.org>
10592
10593 * Makefile.in (bootstrap-prepare): When copying from
10594 ldefs-boot.el, make sure loaddefs.el is writeable.
10595
10596 (bootstrap-prepare): Make $(lisp)/ps-print.el
10597 and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
10598
10599 2007-07-05 Dan Nicolaescu <dann@ics.uci.edu>
10600
10601 * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
10602 only caller, and delete.
10603 (vc-hg-state): Deal with exceptions and only parse the output on
10604 successful return.
10605 (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
10606 caller, and delete.
10607 (vc-hg-workfile-version): Deal with exceptions and only parse the
10608 output on successful return.
10609 (vc-hg-revert): New function.
10610
10611 2007-07-04 Jay Belanger <jay.p.belanger@gmail.com>
10612
10613 * calculator.el (calculator-expt): Use more cases to determine
10614 the value.
10615
10616 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
10617
10618 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
10619 file names.
10620
10621 2007-07-03 Jay Belanger <jay.p.belanger@gmail.com>
10622
10623 * calculator.el (calculator-expt, calculator-integer-p):
10624 New functions.
10625 (calculator-fact): Check to see if the factorial will be too
10626 large before computing it.
10627 (calculator-initial-operators): Use `calculator-expt' to
10628 compute "^".
10629 (calculator-mode): Mention that results which are too large
10630 will return inf.
10631 * calc/calc-comb.el (math-small-factorial-table): Replace list
10632 by vector.
10633
10634 2007-07-03 David Kastrup <dak@gnu.org>
10635
10636 * shell.el: On request of the authors, remove their addresses for
10637 the sake of bug reports, and add the developer list address as
10638 maintainer information.
10639
10640 2007-07-03 Richard Stallman <rms@gnu.org>
10641
10642 * files.el (make-directory): Doc fix.
10643 (find-file-confirm-inexistent-file): Make it a defcustom.
10644 Make nil the default.
10645
10646 2007-07-02 Richard Stallman <rms@gnu.org>
10647
10648 * startup.el (command-line): Set buffer-offer-save in *scratch*
10649 and enable auto-save in it.
10650
10651 2007-07-02 Carsten Dominik <dominik@science.uva.nl>
10652
10653 * textmodes/org.el (orgstruct-mode-map): New variable.
10654 (orgstruct-mode): New minor mode.
10655 (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
10656 (orgstruct-make-binding, org-context-p, org-get-local-variables)
10657 (org-run-like-in-org-mode): New functions.
10658 (org-cycle-list-bullet): New command.
10659 (org-special-properties, org-property-start-re)
10660 (org-property-end-re): New constants.
10661 (org-with-point-at): New macro.
10662 (org-get-property-block, org-entry-properties, org-entry-get)
10663 (org-entry-delete, org-entry-get-with-inheritance)
10664 (org-entry-put, org-buffer-property-keys): New functions.
10665 (org-insert-property-drawer): New command.
10666 (org-entry-property-inherited-from): New variable.
10667 (org-column): New face.
10668 (org-column-overlays, org-current-columns-fmt)
10669 (org-current-columns-maxwidths, org-column-map): New variables.
10670 (org-column-menu): New menu.
10671 (org-new-column-overlay, org-overlay-columns)
10672 (org-overlay-columns-title, org-remove-column-overlays)
10673 (org-column-show-value, org-column-quit, org-column-edit):
10674 New functions.
10675 (org-columns, org-agenda-columns): New commands.
10676 (org-get-columns-autowidth-alist): New functions.
10677 (org-properties): New customize group.
10678 (org-default-columns-format): New option.
10679 (org-priority): Realign tags after changing priority.
10680 (org-preserve-lc): New macro.
10681 (org-update-checkbox-count): Catch case when there is no headline.
10682 (org-agenda-quit): Remove any column overlays.
10683 (org-beginning-of-item-list): Fixed bug when non-item line is
10684 indented too deep.
10685 (org-cached-props): New variable.
10686 (org-cached-entry-get): New function.
10687 (org-make-tags-matcher): Handle property matches.
10688 (org-table-recalculate): Swap evaluation order: Field formula
10689 first, then column formulas, but don't allow them to overwrite the
10690 field formulas.
10691 (org-table-eval-formula): New argument untouchable.
10692 (org-table-put-field-property): New function.
10693
10694 2007-07-02 Martin Rudalics <rudalics@gmx.at>
10695
10696 * help-mode.el (help-make-xrefs): Skip spaces too when
10697 skipping tabs.
10698
10699 * ffap.el (dired-at-point-prompter): Improve prompt in
10700 list-directory case.
10701
10702 2007-07-01 Richard Stallman <rms@gnu.org>
10703
10704 * files.el (find-file-visit-truename): Fix safe-local-variable value.
10705
10706 2007-07-01 Richard Stallman <rms@gnu.org>
10707
10708 * cus-start.el (max-mini-window-height): Added.
10709
10710 2007-07-01 Sean O'Rourke <sorourke@cs.ucsd.edu> (tiny change)
10711
10712 * complete.el (partial-completion-mode): Remove advice of
10713 read-file-name-internal.
10714 (PC-do-completion): Rebind minibuffer-completion-table.
10715 (PC-read-file-name-internal): New function doing what
10716 read-file-name-internal advice did.
10717
10718 2007-07-01 Paul Pogonyshev <pogonyshev@gmx.net>
10719
10720 * emacs-lisp/byte-opt.el: Set `binding-is-magic'
10721 property on a few symbols.
10722 (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
10723 (byte-optimize-lapcode): Remove bindings that are not referenced
10724 and certainly will not effect through dynamic scoping.
10725
10726 2007-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
10727
10728 * files.el (find-file-confirm-inexistent-file): New var.
10729 (find-file, find-file-other-window, find-file-other-frame)
10730 (find-file-read-only, find-file-read-only-other-window)
10731 (find-file-read-only-other-frame): Use it.
10732
10733 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
10736
10737 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
10738
10739 * generic-x.el (generic-define-mswindows-modes)
10740 (generic-define-unix-modes, apache-log-generic-mode)
10741 (bat-generic-mode-keymap, java-manifest-generic-mode)
10742 (show-tabs-generic-mode): Fix typos in docstrings.
10743
10744 2007-06-29 Ryan Yeske <rcyeske@gmail.com>
10745
10746 * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
10747 (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
10748 (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
10749 (rcirc-print): Never ignore messages from ourself.
10750
10751 2007-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
10754 syntax as well. Reported by Juri Linkov <juri@jurta.org>.
10755
10756 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10757
10758 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
10759 replace-regexp-in-string.
10760
10761 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10762
10763 * emacs-lisp/cl.el: Set edebug and indentation before loading
10764 cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
10765
10766 2007-06-28 Andreas Schwab <schwab@suse.de>
10767
10768 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
10769 $(lisp)/subdirs.el.
10770
10771 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
10772
10773 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
10774 the speedbar frame if nil; that deletes the current frame or
10775 causes an error if it is the only frame.
10776 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
10777
10778 2007-06-28 Kevin Ryde <user42@zip.com.au>
10779
10780 * textmodes/nroff-mode.el: Groff \# comments.
10781 (nroff-mode-syntax-table): \# comment intro,
10782 plain # as punct per global table.
10783 (nroff-font-lock-keywords): Add # as a single char escape.
10784 (nroff-mode): In comment-start-skip, match \#.
10785
10786 2007-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
10789 (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
10790 point-min == 1.
10791
10792 2007-06-28 Nick Roberts <nickrob@snap.net.nz>
10793
10794 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
10795 Rename and move to...
10796
10797 * subr.el (strings->string, string->strings): ...here.
10798
10799 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
10800 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
10801
10802 * progmodes/gud.el (gud-common-init): Call string->strings instead
10803 of split-string.
10804
10805 2007-06-27 Michael Albinus <michael.albinus@gmx.de>
10806
10807 * dired-aux.el: Remove `dired-call-process'.
10808 (dired-check-process): Call `process-file'.
10809
10810 * wdired.el (wdired-do-perm-changes): Call `process-file'.
10811
10812 * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
10813 `ange-ftp-process-file'.
10814
10815 2007-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
10818
10819 * emacs-lisp/cl-extra.el:
10820 * emacs-lisp/cl-seq.el:
10821 * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
10822 Add autoload cookies on all defs autoloaded manually in cl.el.
10823
10824 * emacs-lisp/cl-loaddefs.el: New file.
10825
10826 * textmodes/texinfmt.el (texinfo-raisesections-alist)
10827 (texinfo-lowersections-alist): Merge definition and declaration.
10828 (texinfo-start-of-header, texinfo-end-of-header): Remove.
10829 (texinfo-format-syntax-table): Merge init into declaration.
10830 (texinfo-format-parse-line-args, texinfo-format-parse-args)
10831 (texinfo-format-parse-defun-args, texinfo-format-node)
10832 (texinfo-push-stack, texinfo-multitable-widths)
10833 (texinfo-define-info-enclosure, texinfo-alias)
10834 (texinfo-format-defindex, batch-texinfo-format): Use push.
10835 (texinfo-footnote-number): Remove duplicate declaration.
10836
10837 * ps-print.el: Update with auto-generated autoloads.
10838
10839 * ps-mule.el: Set generated-autoload-file to "ps-print.el".
10840
10841 2007-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10842
10843 * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
10844 relative to current dir for file-local settings.
10845 (autoload-generate-file-autoloads): Add `outfile' arg.
10846 (update-directory-autoloads): Use it to directly call
10847 autoload-generate-file-autoloads instead of going through
10848 update-file-autoloads so we avoid redundant searches and so we can know
10849 the set of buffers changed so we can save them all.
10850
10851 * emacs-lisp/autoload.el (autoload-find-destination): Return nil
10852 rather than throwing `up-to-date'.
10853 (autoload-generate-file-autoloads): Adjust correspondingly.
10854 (update-file-autoloads): Be careful to let-bind
10855 autoload-modified-buffers and adjust to new calling conventions.
10856 (autoload-modified-buffers): Make it a dynamically scoped var.
10857 (update-directory-autoloads): Use file-relative-name instead of
10858 autoload-trim-file-name.
10859 (autoload-insert-section-header): Don't use autoload-trim-file-name
10860 since the file is already relative now.
10861 (autoload-trim-file-name): Remove.
10862
10863 * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
10864 (vc-arch-complete, vc-arch--version-completion-table)
10865 (vc-arch-revision-completion-table): New functions to provide
10866 completion of revision names.
10867 (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
10868 (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
10869 to let the user trim the revlib.
10870
10871 * vc.el: Add new VC operation `revision-completion-table'.
10872 (vc-default-revision-completion-table): New function.
10873 (vc-version-diff, vc-version-other-window): Use it to provide
10874 completion of revision names if the backend provides it.
10875
10876 * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
10877
10878 * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
10879 of newer .svn/entries.
10880
10881 2007-06-25 David Kastrup <dak@gnu.org>
10882
10883 * calc/calc-poly.el (math-padded-polynomial)
10884 (math-partial-fractions): Add some function comments.
10885
10886 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
10889 Make `outbuf' optional.
10890 (update-file-autoloads): Use it.
10891
10892 2007-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10893
10894 * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
10895 (autoload-find-destination): Keep it uptodate.
10896 (autoload-save-buffers): New fun.
10897 (update-file-autoloads): Use it. Re-add the "up to date" message.
10898
10899 * emacs-lisp/autoload.el: Refactor for upcoming changes.
10900 (autoload-find-destination): New function extracted from
10901 update-file-autoloads.
10902 (update-file-autoloads): Use it.
10903 (autoload-generate-file-autoloads): New function extracted from
10904 generate-file-autoloads. Use file-relative-name. Delay computation of
10905 output-start to the first cookie. Remove done-any, replaced by
10906 output-start.
10907 (generate-file-autoloads): Use it.
10908
10909 2007-06-24 Jay Belanger <jay.p.belanger@gmail.com>
10910
10911 * calc/calc-comb.el (math-init-random-base, math-prime-test):
10912 Use math-read-number-simple to insert constants.
10913 (math-prime-test): Redo calculation of sum.
10914
10915 * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
10916
10917 * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
10918 math-scale-bignum-3.
10919 (math-isqrt-bignum): Use math-scale-bignum-digit-size and
10920 math-bignum-digit-size.
10921 (math-isqrt-small): Add another possible initial guess.
10922
10923 2007-06-23 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10924
10925 * textmodes/bibtex.el (bibtex-entry-format): New options
10926 `whitespace', `braces', and `string'.
10927 (bibtex-field-braces-alist, bibtex-field-strings-alist)
10928 (bibtex-field-braces-opt, bibtex-field-strings-opt)
10929 (bibtex-cite-matcher-alist): New variables.
10930 (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
10931 (bibtex-flash-head): Use blink-matching-delay.
10932 (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
10933 (bibtex-format-entry, bibtex-reformat): Handle new options of
10934 bibtex-entry-format.
10935 (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
10936 New functions.
10937 (bibtex-complete-internal): Do not display messages while
10938 minibuffer is used. Do not leave around a completions buffer
10939 that is out of date.
10940 (bibtex-copy-summary-as-kill): New optional arg.
10941 (bibtex-font-lock-url): New optional arg no-button.
10942 (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
10943 (bibtex-url): Allow multiple URLs per entry.
10944
10945 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
10946
10947 * emacs-lisp/autoload.el (autoload-generated-file): New function.
10948 (update-file-autoloads, update-directory-autoloads): Use it.
10949 (autoload-file-load-name): New function.
10950 (generate-file-autoloads, update-file-autoloads): Use it.
10951 (autoload-find-file): Accept non-absolute argument. Set default-dir.
10952 (generate-file-autoloads): If the autoloaded form is malformed,
10953 indicate the problem with a warning instead of aborting.
10954
10955 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
10956
10957 * simple.el (next-error-recenter): Accept `(4)' as well;
10958 also, specify `integer' instead of `number'.
10959
10960 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10961
10962 * ls-lisp.el (insert-directory): If an invalid regexp error is
10963 thrown, try using FILE as a literal file name, not a wildcard.
10964
10965 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
10966
10967 * ruler-mode.el (ruler-mode): Prevent clobbering the original
10968 `header-line-format' when reentering ruler mode.
10969
10970 2007-06-23 Eli Zaretskii <eliz@gnu.org>
10971
10972 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
10973 FILE exists as a file.
10974
10975 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
10976
10977 * calc/calc.el (math-bignum-digit-length)
10978 (math-bignum-digit-size, math-small-integer-size):
10979 New constants.
10980 (math-normalize, math-bignum-big, math-make-float)
10981 (math-div10-bignum, math-scale-left, math-scale-left-bignum)
10982 (math-scale-right, math-scale-right-bignum, math-scale-rounding)
10983 (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
10984 (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
10985 (math-quotient, math-div-bignum, math-div-bignum-digit)
10986 (math-div-bignum-part, math-format-bignum-decimal)
10987 (math-read-bignum): Use math-bignum-digit-length,
10988 math-bignum-digit-size and math-small-integer-size.
10989
10990 * calc/calc-ext.el (math-fixnum-big): Use the variable
10991 math-bignum-digit-size.
10992
10993 2007-06-23 Dan Nicolaescu <dann@ics.uci.edu>
10994
10995 * log-view.el (log-view-mode-menu): New menu.
10996
10997 2007-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
11000 differently.
11001
11002 * vc-hg.el (vc-hg-registered): Add an autoloaded version.
11003 (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
11004
11005 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11006
11007 * vc-hg.el (vc-hg-print-log): Insert the file name.
11008 (vc-hg-log-view-mode): Fontify the file name.
11009
11010 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11011
11012 * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
11013 (calcFunc-julian): Fix incorrect number used in calculations.
11014
11015 2007-06-22 Thien-Thi Nguyen <ttn@gnuvola.org>
11016
11017 * simple.el (next-error-recenter): New defcustom.
11018 (next-error, next-error-internal): Recenter if specified,
11019 immediately prior to running `next-error-hook'.
11020
11021 * progmodes/hideshow.el (hs-show-block): Use line-end-position.
11022 (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
11023
11024 * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
11025
11026 2007-06-22 Jay Belanger <jay.p.belanger@gmail.com>
11027
11028 * calc/calc-comb.el (math-small-factorial-table): New variable.
11029 (calcFunc-fact): Use `math-small-factorial-table'.
11030
11031 * calc/calc-ext.el (math-defcache): Allow forms to evaluate
11032 initial values.
11033 (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
11034 New variables to use in caches.
11035
11036 * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
11037 (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
11038
11039 * calc/calc-func.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
11040 (math-bernoulli-b-cache): Use math-read-number-simple to insert
11041 bignums.
11042
11043 * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
11044 New variables to use in caches.
11045
11046 2007-06-22 Dan Nicolaescu <dann@ics.uci.edu>
11047
11048 * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
11049
11050 * vc-hg.el (vc-hg-log-view-mode): New mode.
11051
11052 2007-06-21 Jay Belanger <jay.p.belanger@gmail.com>
11053
11054 * calc/calc.el (math-read-number-simple): New function.
11055
11056 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11057
11058 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
11059 (vera-font-lock-match-item): Fix doc string.
11060 (vera-in-comment-p): Remove unused function.
11061 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
11062 use `syntax-ppss'.
11063 (vera-forward-syntactic-ws): Fix argument order.
11064 (vera-prepare-search): Use `with-syntax-table'.
11065 (vera-indent-line): Fix doc string.
11066 (vera-electric-tab): Fix doc string.
11067 (vera-expand-abbrev): Define alias instead of using `fset'.
11068 (vera-comment-uncomment-region): Use `comment-start-skip'.
11069
11070 2007-06-21 Carsten Dominik <dominik@science.uva.nl>
11071
11072 * textmodes/org.el (org-export-with-footnotes): New option.
11073 (org-export-as-html): Fix replacement bug for XEmacs.
11074 (org-agenda-default-appointment-duration): New option.
11075
11076 2007-06-21 Dan Nicolaescu <dann@ics.uci.edu>
11077
11078 * vc-hg.el: Add to do items.
11079 (vc-hg-diff): Add support for comparing different revisions.
11080 (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
11081 (vc-hg-annotate-extract-revision-at-line)
11082 (vc-hg-previous-version, vc-hg-checkin): New functions.
11083 (vc-hg-annotate-re): New constant.
11084
11085 2007-06-20 Jay Belanger <jay.p.belanger@gmail.com>
11086
11087 * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
11088
11089 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11090
11091 * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
11092 buffer-local value of log-view-*-re if applicable.
11093
11094 * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
11095 Use vc-bzr-command rather than the ill defined vc-bzr-command*.
11096 (vc-bzr-command*): Remove both (incompatible) versions.
11097 (vc-bzr-do-command*): Remove.
11098 (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
11099 Remove by folding into its only caller vc-bzr-command.
11100 (vc-bzr-command): Always set the environment, even when ineffective.
11101 (vc-bzr-version): Minor fix up.
11102 (vc-bzr-admin-dirname): New var.
11103 (vc-bzr-bzr-dir): Remove.
11104 (vc-bzr-root-dir): New fun.
11105 (vc-bzr-registered): Use it. Add an autoloaded version.
11106 (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
11107 (vc-bzr-view-log-function): Remove.
11108 (vc-bzr-log-view-mode): New major mode to replace it.
11109 (vc-bzr-print-log): Only activate the old hack if needed.
11110
11111 * vc.el (vc-default-log-view-mode): New function.
11112 (vc-print-log): Add new `log-view-mode' VC operation.
11113
11114 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
11115
11116 * ido.el (ido-find-file-in-dir): Don't signal an error for
11117 empty directories.
11118
11119 * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
11120
11121 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
11122 directory where the desktop file was found, as the docstring says.
11123 (desktop-kill): Use `read-directory-name'.
11124
11125 2007-06-20 Alan Mackenzie <acm@muc.de>
11126
11127 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
11128 When removing lines, also remove the \n. Correction of patch of
11129 2007-04-21.
11130
11131 2007-06-20 Martin Rudalics <rudalics@gmx.at>
11132
11133 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
11134 event is not a cons cell. Do not unread drag-mouse-1 events.
11135 Select right window in check whether space was stolen from
11136 window above.
11137
11138 * help-mode.el (help-make-xrefs): Adjust position of new forward
11139 button.
11140
11141 2007-06-20 Riccardo Murri <riccardo.murri@gmail.com>
11142
11143 * vc-bzr.el (vc-bzr-with-process-environment)
11144 (vc-bzr-std-process-invocation): New macros.
11145 (vc-bzr-command, vc-bzr-command*): Use them.
11146 (vc-bzr-with-c-locale): Remove.
11147 (vc-bzr-dir-state): Replace its use with vc-bzr-command.
11148 (vc-bzr-buffer-nonblank-p): New function.
11149 (vc-bzr-state-words): New const.
11150 (vc-bzr-state): Look for `bzr status' keywords in output.
11151 Display everything else as a warning message to the user.
11152 Fix status report with bzr >= 0.15.
11153
11154 2007-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11155
11156 * vc-hg.el (vc-hg-global-switches): Simplify.
11157 (vc-hg-state): Handle more states.
11158 (vc-hg-diff): Fix doc-string.
11159 (vc-hg-register): New function.
11160 (vc-hg-checkout): Likewise.
11161
11162 2007-06-20 Reto Zimmermann <reto@gnu.org>
11163
11164 * progmodes/vera-mode.el: New file.
11165
11166 2007-06-19 Jay Belanger <jay.p.belanger@gmail.com>
11167
11168 * calc/calc.el (calc-multiplication-has-precendence):
11169 New variable.
11170 (math-standard-ops, math-standard-ops-p, math-expr-ops):
11171 New functions.
11172 (math-expr-opers): Define using math-standard-ops rather than
11173 math-standard-opers.
11174 * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
11175 equal the function math-standard-ops rather than the variable
11176 math-standard-opers.
11177 (calc-algebraic-entry): Let math-expr-opers equal
11178 math-standard-ops or math-expr-ops, as appropriate.
11179 (math-expr-read-level, math-read-factor): Let math-expr-opers
11180 equal math-expr-ops.
11181 * calc/calc-embed.el (calc-embedded-finish-edit):
11182 Let math-expr-opers equal the function math-standard-ops
11183 rather than the variable math-standard-opers.
11184 * calc/calc-ext.el (math-read-plain-expr)
11185 (math-format-flat-expr-fancy): Let math-expr-opers equal the
11186 function math-standard-ops rather than the variable
11187 math-standard-opers.
11188 * calc/calc-lang.el (calc-set-language, math-read-big-rec):
11189 Let math-expr-opers equal the function math-standard-ops rather
11190 than the variable math-standard-opers.
11191 * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
11192 equal the function math-standard-ops rather than the variable
11193 math-standard-opers.
11194 * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
11195 equal the function math-standard-ops rather than the variable
11196 math-standard-opers.
11197 * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
11198 math-expr-ops.
11199
11200 2007-06-19 Ivan Kanis <apple@kanis.eu>
11201
11202 * vc-hg.el: New file.
11203
11204 2007-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11205
11206 * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
11207 with font-lock-multiline.
11208
11209 2007-06-17 Glenn Morris <rgm@gnu.org>
11210
11211 * lpr.el (lpr-page-header-switches): Move %s to separate element
11212 for correct quoting. Doc fix.
11213
11214 2007-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11215
11216 * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
11217 than setting sgml-xml-mode.
11218 (sgml-mode, html-mode): Set sgml-xml-mode.
11219 (sgml-skip-tag-backward): Tell if we skipped over matched tags.
11220 (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
11221 (sgml-electric-tag-pair-before-change-function)
11222 (sgml-electric-tag-pair-flush-overlays): New functions.
11223 (sgml-electric-tag-pair-mode): New minor mode.
11224 (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
11225 (sgml-calculate-indent): Use assoc-string.
11226
11227 2007-06-16 Karl Fogel <kfogel@red-bean.com>
11228
11229 * thingatpt.el (thing-at-point-email-regexp): Don't require two
11230 chars before the "@" in an email address. Andreas Roehler noticed
11231 this problem.
11232
11233 2007-06-15 Karl Fogel <kfogel@red-bean.com>
11234
11235 * thingatpt.el: Add support for email addresses (`email').
11236 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
11237 (thing-at-point-email-regexp): New variable.
11238 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
11239 properties on this symbol, with lambda forms for values.
11240
11241 2007-06-15 Masatake YAMATO <jet@gyve.org>
11242
11243 * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
11244
11245 * vc.el (vc-dired-hook): Check the backend returned from
11246 `vc-responsible-backend' can really handle `subdir'.
11247
11248 2007-06-15 Chong Yidong <cyd@stupidchicken.com>
11249
11250 * wid-edit.el (widget-add-documentation-string-button):
11251 Fix handling of documentation indent.
11252
11253 2007-06-15 Miles Bader <miles@fencepost.gnu.org>
11254
11255 * mb-depth.el: New file.
11256
11257 2007-06-15 Masatake YAMATO <jet@gyve.org>
11258
11259 * vc.el (vc-dired-mode): Show backend name as part of mode name.
11260
11261 2007-06-14 Chong Yidong <cyd@stupidchicken.com>
11262
11263 * wid-edit.el (widget-default-create): Move ?h handling here...
11264 (widget-default-format-handler): ...from here.
11265 (widget-docstring, widget-add-documentation-string-button): New funs.
11266 (documentation-string): Add :visibility-widget property.
11267 (widget-documentation-string-value-create): Use it.
11268
11269 * cus-edit.el (custom-split-regexp-maybe): Simplify.
11270 (custom-buffer-create-internal): Simplify message.
11271 (custom-variable-tag): Reduce height to normal.
11272 (custom-variable-value-create, custom-face-value-create)
11273 (custom-visibility): New widget.
11274 (custom-visibility): New face.
11275 (custom-group-value-create):
11276 Call widget-add-documentation-string-button, using `custom-visibility'.
11277
11278 2007-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11279
11280 * emacs-lisp/bytecomp.el (byte-compile-current-group)
11281 (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
11282 change. Apparently the "warning even if the group is implicit" is
11283 a feature rather than a bug.
11284
11285 2007-06-14 Michael Kifer <kifer@cs.stonybrook.edu>
11286
11287 * emulation/viper.el (viper-describe-key-ad)
11288 (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
11289 Compile them conditionally.
11290 (viper-version): Belated version change.
11291
11292 2007-06-14 Juanma Barranquero <lekktu@gmail.com>
11293
11294 * follow.el (follow-all-followers, follow-generic-filter):
11295 * pcomplete.el (pcomplete-restore-windows):
11296 * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
11297 (x-dnd-drop-data):
11298 * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
11299 * progmodes/python.el (python-complete-symbol):
11300 * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
11301
11302 2007-06-13 Ryan Yeske <rcyeske@gmail.com>
11303
11304 * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
11305 around bright and dim regexps. Make sure bright and dim matches
11306 use word anchors. Send text through rcirc-markup functions.
11307 (rcirc-url-regexp): Add single quote character.
11308 (rcirc-connect): Write logs to disk on auto-save-hook.
11309 Make server a non-optional argument.
11310 (rcirc-log-alist): New variable.
11311 (rcirc-log-directory): Make customizable.
11312 (rcirc-log-flag): New customizable variable.
11313 (rcirc-log): New function.
11314 (rcirc-print): Use above function.
11315 (rcirc-log-write): New function.
11316 (rcirc-generate-new-buffer-name): Strip text properties.
11317 (rcirc-switch-to-buffer-function): Remove variable.
11318 (rcirc-last-non-irc-buffer): Remove variable.
11319 (rcirc-non-irc-buffer): Add function.
11320 (rcirc-next-active-buffer): Use above function.
11321 (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
11322 (rcirc-handler-ctcp-KEEPALIVE): Add handler.
11323 (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
11324 (rcirc-omit-mode): Add minor-mode.
11325 (rcirc-mode-map): Change C-c C-o binding.
11326 (rcirc-mode): Clear mode-line-process. Use a custom
11327 fill-paragraph-function. Set up buffer-invisibility-spec.
11328 (rcirc-response-formats): Remove timestamp code.
11329 (rcirc-omit-responses): Add variable.
11330 (rcirc-print): Don't put the overlay arrow on potentially omitted
11331 lines. Log line to disk. Record activity for private messages
11332 from /dim nicks. Facify the fill-prefix with rcirc-timestamp face.
11333 (rcirc-jump-to-first-unread-line): Print message if there is no
11334 unread text.
11335 (rcirc-clear-unread): New function.
11336 (rcirc-markup-text-functions): Add variable.
11337 (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
11338 (rcirc-debug): Don't mess with window configuration.
11339 (rcirc-send-message): Send message before printing locally.
11340 Add SILENT argument, do not print message if non-nil.
11341 (rcirc-visible-buffers): New function and variable.
11342 (rcirc-window-configuration-change-1): Add function.
11343 (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
11344 server buffer.
11345 (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
11346 (rcirc-fill-paragraph): Add function.
11347 (rcirc-record-activity, rcirc-window-configuration-change-1):
11348 Only update the activity string if it has actually changed.
11349 (rcirc-update-activity-string): Remove padding characters from the
11350 mode-line string.
11351 (rcirc-disconnect-buffer): New function to be called when a
11352 channel is parted or the user quits.
11353 (rcirc-server-name): Warn when the server-name hasn't been set.
11354 (rcirc-window-configuration-change): Postpone work until
11355 post-command-hook.
11356 (rcirc-window-configuration-change-1): Update mode-line and
11357 overlay arrows here.
11358 (rcirc-authenticate): Fixc hanserv identification.
11359 (rcirc-default-server): Remove variable.
11360 (rcirc): Connect according to rcirc-connections.
11361 (rcirc-connections): Add variable.
11362 (rcirc-startup-channels-alist): Remove variable.
11363 (rcirc-startup-channels): Remove function.
11364
11365 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
11368
11369 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
11370
11371 * term/xterm.el (terminal-init-xterm): Escape parens in character
11372 constants.
11373
11374 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * progmodes/sh-script.el: Remove unneeded * from docstrings.
11377 Use [:alpha:] and [:alnum:] where applicable.
11378 (sh-quoted-subshell): Rewrite to correctly
11379 handle nested mixes of `...' and $(...).
11380 (sh-apply-quoted-subshell): Remove.
11381 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
11382
11383 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
11384
11385 2007-06-13 Michael Kifer <kifer@cs.stonybrook.edu>
11386
11387 * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
11388 previous change.
11389
11390 2007-06-12 Tom Tromey <tromey@redhat.com>
11391
11392 * subr.el (user-emacs-directory): New defconst.
11393 * cmuscheme.el (scheme-start-file):
11394 * shell.el (shell):
11395 * completion.el (save-completions-file-name):
11396 * custom.el (custom-theme-directory):
11397 * term/x-win.el (emacs-session-filename):
11398 * filesets.el (filesets-menu-cache-file):
11399 * thumbs.el (thumbs-thumbsdir):
11400 * server.el (server-auth-dir):
11401 * image-dired.el (image-dired-dir):
11402 (image-dired-db-file):
11403 (image-dired-temp-image-file):
11404 (image-dired-gallery-dir):
11405 (image-dired-temp-rotate-image-file):
11406 * play/gamegrid.el (gamegrid-user-score-file-directory):
11407 * savehist.el (savehist-file):
11408 * tutorial.el (tutorial--saved-dir):
11409 * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
11410
11411 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
11412
11413 * scroll-lock.el (scroll-lock-mode): Doc fix.
11414
11415 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11416
11417 * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
11418
11419 * ediff-init.el: Doc strings.
11420
11421 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
11424 (byte-compile-file): Bind it.
11425 (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
11426 group argument is provided implicitly.
11427 (byte-compile-format-warn, byte-compile-from-buffer)
11428 (byte-compile-insert-header): Don't hardcode point-min==1.
11429 (byte-compile-file-form-require): Remove unused var old-load-list.
11430 (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
11431
11432 2007-06-12 Michael Kifer <kifer@cs.stonybrook.edu>
11433
11434 * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
11435 Display error messages.
11436 (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
11437 Get rid of cl.el dependencies.
11438
11439 * emulation/viper-init.el (viper-suppress-input-method-change-message):
11440 New variable.
11441 (viper-activate-input-method-action)
11442 (viper-inactivate-input-method-action):
11443 Use viper-suppress-input-method-change-message.
11444
11445 * emulation/viper-kem.el (viper-vi-basic-map): Disable the bindings
11446 for C-s, C-r.
11447
11448 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
11449 Use viper-replace-overlay-cursor-color instead of
11450 viper-replace-overlay-cursor-color.
11451 (viper-sit-for-short): Use sit-for with 3 arguments.
11452
11453 * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
11454 (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
11455 to gud-mode.
11456
11457 * ediff-mult.el (ediff-meta-buffer-brief-message)
11458 (ediff-meta-buffer-verbose-message): New variables.
11459 (ediff-meta-buffer-message): Variable deleted.
11460 (ediff-verbose-help-enabled): New variable.
11461 (ediff-toggle-verbose-help-meta-buffer): New function.
11462 (ediff-redraw-directory-group-buffer): Made aware of short/verbose
11463 message options.
11464
11465 * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
11466 (ediff-fixup-patch-map): Improve heuristic.
11467
11468 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11469
11470 * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
11471 (log-view-font-lock-keywords): Simplify.
11472 (log-view-current-file, log-view-current-tag): Simplify.
11473
11474 2007-06-12 Sam Steingold <sds@gnu.org>
11475
11476 * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
11477
11478 2007-06-12 Juanma Barranquero <lekktu@gmail.com>
11479
11480 * desktop.el (desktop-load-locked-desktop): New option.
11481 (desktop-read): Use it.
11482 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
11483 Use `when'.
11484
11485 2007-06-12 Davis Herring <herring@lanl.gov>
11486
11487 * desktop.el (desktop-save-mode-off): New function.
11488 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
11489 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
11490 (desktop-claim-lock, desktop-release-lock): New functions.
11491 (desktop-kill): Tell `desktop-save' that this is the last save.
11492 Release the lock afterwards.
11493 (desktop-buffer-info): New function.
11494 (desktop-save): Use it. Run `desktop-save-hook' where the doc
11495 says to. Detect conflicts, and manage the lock.
11496 (desktop-read): Detect conflicts. Manage the lock.
11497
11498 2007-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
11501
11502 * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
11503 (tpu-lucid-emacs-p): Remove. Use (featurep 'xemacs) instead.
11504 (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
11505 (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
11506 keysyms rather than byte sequences.
11507 (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
11508
11509 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * font-lock.el (font-lock-add-keywords): In case font-lock was only
11512 half-activated, forcefully activate it completely.
11513
11514 2007-06-11 Richard Stallman <rms@gnu.org>
11515
11516 * cus-edit.el (custom-variable-type): Doc fix.
11517
11518 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11519
11520 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
11521 (sh-font-lock-flush-syntax-ppss-cache): New functions.
11522 (sh-font-lock-syntactic-keywords): Use them to distinguish the
11523 different possible cases for \'.
11524
11525 * complete.el (PC-bindings): Don't bind things already bound in the
11526 parent keymap.
11527
11528 * textmodes/bibtex-style.el: New file.
11529
11530 2007-06-11 Riccardo Murri <riccardo.murri@gmail.com>
11531
11532 * vc-bzr.el: New file.
11533
11534 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
11535
11536 * vc-svn.el (vc-svn-program): New var.
11537 (vc-svn-command): Use it.
11538
11539 2007-06-11 Juanma Barranquero <lekktu@gmail.com>
11540
11541 * server.el (server-switch-buffer): Remove redundant check.
11542
11543 2007-06-10 Martin Rudalics <rudalics@gmx.at>
11544
11545 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
11546 Match against file-name-nondirectory.
11547 Fix text on user customization variables.
11548 Reported by Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>.
11549
11550 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11551
11552 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
11553
11554 2007-06-09 Davis Herring <herring@lanl.gov>
11555
11556 * desktop.el (desktop-minor-mode-table): Doc fix.
11557
11558 2007-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * textmodes/css-mode.el (css-navigation-syntax-table):
11561 Use set-char-table-range so it also works in the unicode branch.
11562
11563 2007-06-08 Nick Roberts <nickrob@snap.net.nz>
11564
11565 * help-mode.el (help-xref-forward-stack)
11566 (help-xref-stack-forward-item, help-forward-label): New variables.
11567 (help-forward): New button type.
11568 (help-setup-xref): Initialise help-xref-forward-stack.
11569 (help-make-xrefs): Add forward button, if appropriate.
11570 (help-xref-go-back): Push item on forward stack.
11571 (help-xref-go-forward, help-go-forward): New functions.
11572
11573 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
11574
11575 * dired.el (dired-mode-map): Remove spurious separator.
11576
11577 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11578
11579 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
11580
11581 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
11582 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
11583
11584 2007-06-07 Carsten Dominik <dominik@science.uva.nl>
11585
11586 * textmodes/org.el: Version number fixed.
11587
11588 2007-06-07 Glenn Morris <rgm@gnu.org>
11589
11590 * version.el (emacs-copyright): New constant.
11591 * startup.el (fancy-splash-tail): Use emacs-copyright.
11592 * calc/calc-help.el (calc-full-help): Use emacs-copyright.
11593
11594 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
11595 `make-local'.
11596 (byte-compile-warnings-safe-p): Add `make-local'.
11597 (byte-compile-make-variable-buffer-local):
11598 Allow byte-compile-warnings to suppress this warning.
11599
11600 * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
11601 format of "menu" description.
11602 (tutorial--find-changed-keys): Describe the specific menu a
11603 command is in.
11604
11605 * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
11606 Rewrite compatibility functions to silence byte-compiler.
11607
11608 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
11609
11610 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
11611 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
11612
11613 2007-06-07 Eric M. Ludlam <eric@siege-engine.com>
11614
11615 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
11616
11617 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
11618
11619 * progmodes/ebrowse.el (ebrowse-member-table):
11620 * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
11621 (org-batch-agenda-csv): Fix typos in docstrings.
11622
11623 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11624
11625 * international/mule-cmds.el (toggle-enable-multibyte-characters)
11626 (sort-coding-systems, search-unencodable-char): Doc fixes.
11627 (coding-system-change-eol-conversion, set-default-coding-systems)
11628 (prefer-coding-system, find-multibyte-characters, princ-list)
11629 (leim-list-entry-regexp, set-input-method, locale-language-names)
11630 (input-method-exit-on-first-char, exit-language-environment-hook)
11631 (locale-charset-language-names): Fix typos in docstrings.
11632
11633 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
11634
11635 * pgg.el (pgg-sign-region, pgg-sign):
11636 * ses.el (ses-call-printer):
11637 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
11638 * textmodes/org.el (org-cycle): Fix typos in docstrings.
11639
11640 2007-06-06 Carsten Dominik <dominik@science.uva.nl>
11641
11642 * textmodes/org.el (org-export-region-as-html)
11643 (org-replace-region-by-html, org-number-to-letters)
11644 (org-table-fedit-finish, org-normalize-color)
11645 (org-table-fedit-ref-right, org-date-to-gregorian)
11646 (org-table-fedit-move, org-table-convert-refs-to-rc)
11647 (org-calendar-holiday, org-table-fedit-toggle-ref-type)
11648 (org-write-agenda, org-colgroup-info-to-vline-list)
11649 (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
11650 (org-indent-line-function, org-export-as-html-to-buffer)
11651 (org-store-agenda-views, org-update-mode-line)
11652 (org-find-if, org-delete-all)
11653 (org-table-fedit-convert-buffer, org-emphasize)
11654 (org-uniquify, org-table-fedit-lisp-indent)
11655 (org-table-fedit-scroll, org-get-todo-sequence-head)
11656 (org-table-fedit-scroll-down, org-table-fedit-line-down)
11657 (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
11658 (org-table-fedit-toggle-coordinates, org-dvipng-color)
11659 (org-table-fedit-line-up, org-table-fedit-ref-down)
11660 (org-table-formula-from-user, org-mode-flyspell-verify)
11661 (org-cycle-show-empty-lines, org-ctrl-c-ret)
11662 (org-table-formula-to-user, org-diary-to-ical-string)
11663 (orgtbl-export, org-table-fedit-post-command)
11664 (org-closed-in-range, org-shiftcontrolright)
11665 (org-table-convert-refs-to-an, org-table-hline-and-move)
11666 (org-table-formula-less-p, org-format-table-ascii)
11667 (org-agenda-get-sexps, org-shift-refpart)
11668 (org-diary-sexp-entry, org-time-string-to-absolute)
11669 (org-table-show-reference, org-letters-to-number)
11670 (org-fix-agenda-info, org-table-fedit-ref-up)
11671 (org-table-fedit-shift-reference, org-table-fedit-abort)
11672 (org-closest-date, org-shiftcontrolleft)
11673 (org-at-heading-or-item-p, org-rematch-and-replace)
11674 (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
11675 New functions.
11676 (org-table-edit-scroll-down, org-finish-edit-formulas)
11677 (org-table-edit-next-field, org-abort-edit-formulas)
11678 (org-font-lock-level, org-export-find-first-heading-line)
11679 (org-table-edit-line-down, org-table-edit-backward-field)
11680 (org-edit-formula-lisp-indent, org-table-edit-move)
11681 (org-check-log-option, org-this-word)
11682 (org-table-edit-line-up, org-table-edit-formulas-post-command)
11683 (org-agenda-file-to-end, org-expand-file-name)
11684 (org-fake-empty-table-line, org-table-edit-scroll)
11685 (org-toggle-log-option, org-show-reference): Function removed.
11686 (org-inhibit-invisibility, org-table-formula-make-cmp-string):
11687 New defsubsts.
11688 (org-unmodified, org-batch-store-agenda-views)
11689 (org-batch-agenda-csv): New macro.
11690 (org-agenda-export): New customization group.
11691 (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
11692 (org-highest-priority, org-agenda-exporter-settings)
11693 (org-log-done-with-time, org-replace-disputed-keys)
11694 (org-format-latex-header, org-export-table-header-tags)
11695 (org-cycle-separator-lines, org-export-table-data-tags)
11696 (org-icalendar-include-sexps)
11697 (org-empty-line-terminates-plain-lists)
11698 (org-log-repeat, org-special-ctrl-a)
11699 (org-table-use-standard-references, org-disputed-keys)
11700 (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
11701 (org-agenda-export-html-style): New option.
11702 (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
11703 (org-CUA-compatible): Option removed.
11704 (org-agenda-structure, org-sexp-date): New face.
11705 (org-todo-keywords-for-agenda, org-not-done-keywords)
11706 (org-planning-or-clock-line-re, org-agenda-name)
11707 (org-table-colgroup-info, org-todo-sets)
11708 (constants-unit-system, org-clock-mode-line-entry)
11709 (org-mode-line-timer, org-table-current-begin-pos)
11710 (org-todo-keywords-1, org-mode-line-string)
11711 (org-table-clean-did-remove-column, org-table-fedit-map)
11712 (org-clock-heading, org-table-buffer-is-an)
11713 (org-agenda-info, org-done-keywords)
11714 (org-done-keywords-for-agenda, org-todo-heads)
11715 (org-todo-kwd-alist, org-clock-start-time): New variable.
11716 (org-todo-kwd-priority-p, org-edit-formulas-map)
11717 (org-repeat-re, org-todo-kwd-max-priority)
11718 (org-version, org-done-string)
11719 (org-table-clean-did-remove-column-1, org-disputed-keys):
11720 Remove variables.
11721 (org-table-translate-regexp, org-repeat-re, org-version): New consts.
11722 (org-ts-lengths): Constant removed.
11723 (org-follow-gnus-link): Don't ask how many articles to read.
11724 (org-export-find-first-export-line): Rename from
11725 `org-export-find-first-heading'.
11726 Use `org-export-skip-text-before-1st-heading'.
11727 (org-table-fedit-post-command): Rename from
11728 `org-table-edit-formulas-post-command'.
11729 (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
11730 (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
11731 (org-table-fedit-lisp-indent): Rename from
11732 `org-edit-formula-lisp-indent'.
11733 (org-table-show-reference): Rename from `org-show-reference'.
11734 (org-table-store-formulas): Use `org-table-formula-less-p'.
11735 (org-table-edit-formulas): Position cursor to current field equation.
11736 (org-update-checkbox-count, org-hide-archived-subtrees)
11737 (org-timestamp-up-day, org-timestamp-down-day)
11738 (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
11739 (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
11740 (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
11741 (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
11742 Let `org-on-heading-p' also check for invisible heading.
11743 (org-read-date): Match am/pm times.
11744 (org-eval-in-calendar): Fix default date in prompt.
11745
11746 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
11747
11748 * files.el (auto-mode-alist): Separate "ChangeLog.1" and
11749 "ChangeLog.a" entries, giving the latter lower priority.
11750
11751 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
11752
11753 * faces.el (face-id): If the argument is a face alias,
11754 return the ID of the target face.
11755
11756 2007-06-05 Michael Albinus <michael.albinus@gmx.de>
11757
11758 * net/socks.el (top): Remove unnecessary copyright line.
11759
11760 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
11761
11762 * longlines.el (longlines-auto-wrap): Handle argument correctly.
11763
11764 2007-06-04 Michael Albinus <michael.albinus@gmx.de>
11765
11766 * net/socks.el: New file, taken from w3 repository.
11767 (top): Update Copyright. Don't load cl.el.
11768 (all): Replace `case' by `cond', `string-to-int' by
11769 `string-to-number', and `process-kill-without-query' by
11770 `set-process-query-on-exit-flag'.
11771 (socks-char-int): Remove defalias and all occurrences.
11772
11773 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
11774
11775 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
11776 Fix typos in docstrings.
11777 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
11778 (compilation-finish-function): Fix typo in obsolescence declaration.
11779
11780 2007-06-03 Sam Steingold <sds@gnu.org>
11781
11782 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
11783 handle unending automatic recompilation of changed files (`omake -P').
11784 (compilation-loop): VISITED is now 5th CDR.
11785 (compilation-next-error-function): Set TIMESTAMP.
11786
11787 2007-06-03 Sam Steingold <sds@gnu.org>
11788
11789 * files.el (kill-buffer-ask): New function.
11790 (kill-some-buffers): Use it.
11791 (kill-matching-buffers): New user command.
11792
11793 2007-06-01 David Kastrup <dak@gnu.org>
11794
11795 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11796 Change default to `top'.
11797
11798 2007-05-31 Richard Stallman <rms@gnu.org>
11799
11800 * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
11801
11802 2007-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
11803
11804 * textmodes/css-mode.el: New file.
11805
11806 2007-05-30 Michael Olson <mwolson@gnu.org>
11807
11808 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
11809 died and we are trying to send a signal to it. The program using
11810 tq.el should periodically check to see whether the process has
11811 died and react appropriately -- this is not the responsibility of
11812 tq.el, and is consistent with the rest of the tq.el source code.
11813
11814 2007-05-29 Martin Rudalics <rudalics@gmx.at>
11815
11816 * textmodes/table.el (table--point-entered-cell-function)
11817 (table--point-left-cell-function):
11818 Bind `inhibit-point-motion-hooks' to t.
11819
11820 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11821
11822 * emacs-lisp/rx.el (rx): Doc fix.
11823
11824 2007-05-28 Juanma Barranquero <lekktu@gmail.com>
11825
11826 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
11827
11828 2007-05-28 Michael Albinus <michael.albinus@gmx.de>
11829
11830 Sync with Tramp 2.0.56.
11831
11832 * net/tramp.el:
11833 * net/tramp-ftp.el:
11834 * net/tramp-smb.el:
11835 * net/tramp-util.el:
11836 * net/tramp-vc.el:
11837 Don't load cl.el, because that pollutes the namespace. Replace cl
11838 macros by their implementations where necessary. Requested by
11839 Richard Stallman <rms@gnu.org>.
11840
11841 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
11842 doesn't exist.
11843 (with-parsed-tramp-file-name): Protect debug spec during compilation.
11844 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
11845 (tramp-file-name-p, tramp-file-name-multi-method)
11846 (tramp-file-name-method, tramp-file-name-user)
11847 (tramp-file-name-host, tramp-file-name-localname): New defuns,
11848 replacing defstruct `tramp-file-name'.
11849 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
11850 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
11851 Apply `vector' instead of `make-tramp-file-name'.
11852 (tramp-handle-make-auto-save-file-name):
11853 Apply `tramp-temporary-file-directory' for compatibility reasons.
11854 (tramp-completion-mode): Use `natnump' instead of `wholenump'
11855 because of XEmacs.
11856 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
11857 started.
11858
11859 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
11860
11861 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
11862
11863 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
11864
11865 * log-edit.el (log-edit-changelog-paragraph): Return point-max
11866 as the end of the ChangeLog paragraph when it ends without a line
11867 termination.
11868
11869 2007-05-27 Ryan Yeske <rcyeske@gmail.com>
11870
11871 * net/webjump.el (webjump-sample-sites):
11872 Add simple Wikipedia query.
11873
11874 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * emacs-lisp/derived.el (define-derived-mode): Remove bogus
11877 compatibility code.
11878
11879 * emacs-lisp/copyright.el (copyright-names-regexp): New var.
11880 (copyright-update-year): Use it.
11881
11882 * edmacro.el (edmacro-format-keys): Use current-active-maps.
11883
11884 * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
11885 Add indentation and debugging info. Fix up comment convention.
11886
11887 * cus-dep.el (custom-make-dependencies): Simplify.
11888
11889 * composite.el (compose-region, decompose-region):
11890 Use inhibit-read-only and restore-buffer-modified-p.
11891
11892 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
11893 (xterm-mouse-event): Use it.
11894
11895 2007-05-25 Juanma Barranquero <lekktu@gmail.com>
11896
11897 * bs.el (bs-cycle-previous): Don't modify the cycle list until
11898 `switch-to-buffer' has returned succesfully.
11899 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
11900 window is dedicated (it could iconify the frame).
11901
11902 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
11903
11904 * vc-hooks.el (vc-find-root): Fix file attribute test.
11905
11906 2007-05-24 Richard Stallman <rms@gnu.org>
11907
11908 * textmodes/flyspell.el (flyspell-correct-word-before-point):
11909 Don't let opoint be nil.
11910 (flyspell-emacs-popup): Explicit error if no dialogs.
11911
11912 2007-05-24 Chong Yidong <cyd@stupidchicken.com>
11913
11914 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
11915 (image-next-line, image-previous-line, image-scroll-up)
11916 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
11917 New functions.
11918 (image-mode-map): Remap motion commands.
11919 (image-mode-text-map): New keymap for viewing images as text.
11920 (image-mode): Use image-mode-map.
11921 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
11922
11923 2007-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * textmodes/fill.el (canonically-space-region): Make the second arg
11926 a marker if it's not already the case.
11927
11928 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11929
11930 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
11931 (tar-get-descriptor): Handle type 55, an extended pax header.
11932
11933 2007-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
11934
11935 * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
11936 to confuse outline-minor-mode.
11937
11938 2007-05-23 Eli Zaretskii <eliz@gnu.org>
11939
11940 * tar-mode.el (tar-file-name-handler): New function.
11941 (tar-extract): Bind file-name-handler-alist to it to force
11942 find-buffer-file-type-coding-system behave as if the file being
11943 extracted existed. Use last-coding-system-used to force
11944 buffer-file-coding-system to what decode-coding-region actually
11945 used to decode the file.
11946
11947 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11948
11949 * progmodes/compile.el (compilation-handle-exit):
11950 `compilation-finish-function' may change the current buffer.
11951
11952 2007-05-22 Richard Stallman <rms@gnu.org>
11953
11954 * files.el (set-auto-mode): Doc fix.
11955
11956 2007-05-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11957
11958 * help-fns.el (find-source-lisp-file): New function.
11959 (describe-function-1): Use find-source-lisp-file to find source
11960 file in compile tree.
11961
11962 2007-05-22 Eli Zaretskii <eliz@gnu.org>
11963
11964 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
11965
11966 2007-05-22 Juanma Barranquero <lekktu@gmail.com>
11967
11968 * emacs-lisp/easy-mmode.el (define-minor-mode)
11969 (easy-mmode-define-navigation): Fix typos in docstrings.
11970
11971 2007-05-22 Glenn Morris <rgm@gnu.org>
11972
11973 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
11974
11975 2007-05-22 Katsumi Yamaoka <yamaoka@jpl.org>
11976
11977 * mail/mail-extr.el (mail-extract-address-components):
11978 Recognize non-ASCII characters except for NBSP as words.
11979
11980 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
11981
11982 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
11983 (rcirc-print): Handle `window-width'.
11984 (rcirc-buffer-maximum-lines): Doc fix.
11985
11986 2007-05-21 Chong Yidong <cyd@stupidchicken.com>
11987
11988 * image-mode.el (image-toggle-display): Don't clear image cache.
11989 Only use filename in image spec if the file is readable.
11990 Call image-refresh.
11991
11992 * image.el (image-type-from-file-name, image-type): Simplify.
11993 (image-type-auto-detected-p): Don't scan auto-mode-alist.
11994
11995 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
11996 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
11997
11998 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
11999
12000 * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
12001 is an error.
12002
12003 * term/linux.el (terminal-init-linux): Don't signal an error
12004 if gpm isn't running.
12005
12006 2007-05-20 Nick Roberts <nickrob@snap.net.nz>
12007
12008 * t-mouse.el: Reduce to a minor-mode macro call.
12009 (t-mouse-mode): Remove the lighter.
12010
12011 * term/linux.el (terminal-init-linux): Enable t-mouse by default.
12012
12013 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu>
12014
12015 * files.el (auto-mode-alist): Change the regexp so that
12016 ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
12017
12018 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
12019
12020 * Version 22.1 released.
12021
12022 2007-05-19 Chong Yidong <cyd@stupidchicken.com>
12023
12024 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
12025 changes.
12026
12027 2007-05-19 Kevin Ryde <user42@zip.com.au>
12028
12029 * info.el (Info-fontify-node): Fontify https as well as http and ftp.
12030
12031 2007-05-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12032
12033 * textmodes/sgml-mode.el: Revert last change.
12034
12035 2007-05-18 Richard Stallman <rms@gnu.org>
12036
12037 * simple.el (push-mark): Doc fix.
12038
12039 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
12040
12041 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
12042 tpu-global-map.
12043 (tpu-original-global-map): Variable deleted.
12044 (tpu-control-keys-map): New keymap variable.
12045 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
12046 setting keymapping directly.
12047 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
12048 tpu-global-map.
12049 (tpu-edt-on): Activate the tpu-global-map.
12050 (tpu-edt-off): Deactivate the tpu-global-map.
12051
12052 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
12053
12054 * textmodes/ispell.el (ispell-get-word): Return markers
12055 for start and end positions.
12056 (ispell-word): Assume END is a marker.
12057
12058 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12059
12060 * printing.el: Group together all XEmacs/Emacs definitions.
12061 (pr-version): New version 6.9.
12062 (pr-global-menubar, pr-menu-char-height, pr-menu-char-width): New funs.
12063 (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
12064 (pr-menu-bind): Fix code.
12065 (pr-e-frame-char-height, pr-e-frame-char-width)
12066 (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
12067 (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
12068 (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
12069 (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
12070 (pr-x-event-y-pixel): Aliases eliminated.
12071 (pr-xemacs-global-menubar): Macro moved.
12072 (current-menubar, current-mouse-event, zmacs-region-stays)
12073 (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
12074 (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
12075 Vars moved.
12076 (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
12077 (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
12078 (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
12079 (pr-menu-set-utility-title, pr-even-or-odd-pages)
12080 (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
12081 (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name): Funs
12082 moved.
12083
12084 2007-05-17 Christian Plate <cplate@web.de> (tiny change)
12085
12086 * textmodes/sgml-mode.el (sgml-tag):
12087 Fix bug: Call sgml-transformation-function.
12088
12089 2007-05-17 Martin Rudalics <rudalics@gmx.at>
12090
12091 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
12092 modified flag of buffer. Use `inhibit-modification-hooks'.
12093
12094 2007-05-16 Richard Stallman <rms@gnu.org>
12095
12096 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
12097
12098 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12099
12100 * files.el (magic-mode-alist, magic-fallback-mode-alist):
12101 Move the *ml, Postscript, and XmCD entries to the fallback part.
12102
12103 * files.el (magic-fallback-mode-alist):
12104 Rename from file-start-mode-alist.
12105
12106 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
12107
12108 * progmodes/compile.el (compilation-handle-exit): Quote first
12109 argument of `run-hook-with-args'.
12110
12111 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
12112
12113 * buff-menu.el (Buffer-menu-sort-column):
12114 * dabbrev.el (dabbrev-upcase-means-case-search):
12115 * dired.el (dired-recursive-deletes, dired-recursive-copies):
12116 * info.el (Info-current-subfile):
12117 * ls-lisp.el (ls-lisp-verbosity):
12118 * msb.el (msb-menu-cond):
12119 * pcvs.el (cvs-dired-use-hook):
12120 * simple.el (set-mark-command-repeat-pop):
12121 * time.el (display-time-24hr-format, display-time-mail-file):
12122 Doc fixes.
12123
12124 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
12125 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
12126
12127 * view.el (view-inhibit-help-message): Fix typo in docstring.
12128 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
12129
12130 2007-05-16 Martin Rudalics <rudalics@gmx.at>
12131
12132 * textmodes/ispell.el (ispell-start-process): Defend against bad
12133 default-directory.
12134
12135 2007-05-14 Eli Zaretskii <eliz@gnu.org>
12136
12137 * mail/rmail.el (rmail-convert-to-babyl-format): Check
12138 content-transfer-encoding _last_, because it's its position that
12139 we need as value of base64-header-field-end.
12140
12141 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
12142
12143 * files.el (mode-require-final-newline, require-final-newline)
12144 (enable-local-variables, enable-local-eval): Doc fixes.
12145
12146 2007-05-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12147
12148 * ps-print.el: Use default color when foreground or background color
12149 are unspecified. Reported by Leo <sdl.web@gmail.com>.
12150 (ps-print-version): New version 6.7.4.
12151 (ps-rgb-color): New argument. Use default color when color is
12152 unspecified.
12153 (ps-begin-job): Fix code.
12154
12155 2007-05-12 Chong Yidong <cyd@stupidchicken.com>
12156
12157 * longlines.el (longlines-mode): Make longlines-auto-wrap
12158 buffer-local. Add hooks unconditionally.
12159 (longlines-auto-wrap): Toggle wrapping.
12160 (longlines-after-change-function)
12161 (longlines-post-command-function): Check longlines-auto-wrap.
12162
12163 2007-05-12 Nick Roberts <nickrob@snap.net.nz>
12164
12165 * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
12166 (xterm-mouse-translate): Use it.
12167
12168 2007-05-10 Richard Stallman <rms@gnu.org>
12169
12170 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
12171 (iso-cvt-write-only): Likewise.
12172
12173 * emacs-lisp/easy-mmode.el (define-minor-mode):
12174 Fix generated doc string.
12175
12176 * startup.el (fancy-splash-text): Add URL of guided tour.
12177 Adjust horizontal and vertical whitespace.
12178
12179 * progmodes/compile.el (compilation-handle-exit):
12180 Use run-hook-with-args to run compilation-finish-functions.
12181
12182 * files.el (file-start-mode-alist): New variable.
12183 (magic-mode-regexp-match-limit): Doc fix.
12184 (set-auto-mode): Handle file-start-mode-alist.
12185 A little cleanup of structure.
12186
12187 * dabbrev.el (dabbrev-eliminate-newlines):
12188 Renamed from dabbrev--eliminate-newlines. All uses changed.
12189
12190 2007-05-10 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
12191
12192 * man.el (Man-next-section): Don't consider the last line of the page
12193 as being part of any section.
12194
12195 2007-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
12196
12197 * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
12198 can take any number of values.
12199
12200 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12201
12202 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
12203 to the list of citation commands.
12204
12205 2007-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
12208
12209 2007-05-09 Edward O'Connor <hober0@gmail.com> (tiny change)
12210
12211 * progmodes/python.el (python-font-lock-keywords)
12212 (python-open-block-statement-p, python-mode): Add support for the new
12213 "with" keyword.
12214
12215 2007-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
12218 the exact opposite of diff-goto-source.
12219
12220 * emacs-lisp/advice.el (ad-special-forms): Remove.
12221 (ad-special-form-p): Use subr-arity.
12222
12223 * newcomment.el (comment-search-forward): Make sure we search forward.
12224 (comment-enter-backward): Try and distinguish the non-matching case at
12225 EOB from the non-matching case with a missing comment-end-skip for
12226 a 2-char comment ender.
12227 (comment-choose-indent): New function extracted from comment-indent.
12228 Improve the alignment algorithm.
12229 (comment-indent): Use it.
12230
12231 * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
12232 XML style Processing Instructions.
12233 (sgml-parse-tag-backward): Handle XML-style PIs. Also ensure progress.
12234 (sgml-calculate-indent): Handle `pi' context.
12235
12236 * vc.el: Ensure that update-changelog issues an error when used with
12237 a backend that does not implement it.
12238 (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
12239 Remove `backend' argument. Use expand-file-name.
12240 (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
12241
12242 * progmodes/python.el (python-end-of-block): Revert last change.
12243 (python-end-of-statement): Make sure we move *forward*.
12244
12245 2007-05-08 Richard Stallman <rms@gnu.org>
12246
12247 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
12248 Don't include non-self-insert commands in the exception for `-'.
12249
12250 2007-05-08 David Reitter <david.reitter@gmail.com>
12251
12252 * progmodes/python.el (python-guess-indent): Check non-nullness
12253 before comparing indent against the 2..8 interval.
12254
12255 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12256
12257 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
12258 available.
12259
12260 2007-05-06 Richard Stallman <rms@gnu.org>
12261
12262 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
12263
12264 2007-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
12267 rather than storing their value in the revert-buffer function.
12268
12269 2007-05-04 Nick Roberts <nickrob@snap.net.nz>
12270
12271 * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
12272 when disabling t-mouse-mode.
12273
12274 2007-05-01 Davis Herring <herring@lanl.gov>
12275
12276 * calendar/timeclock.el: Update version number.
12277 (timeclock-modeline-display): Mention timeclock-use-display-time
12278 in explanatory message.
12279 (timeclock-in): Fix non-interactive workday specifications.
12280 (timeclock-log): Don't kill the log buffer if it already existed.
12281 Suppress warnings when finding the log. Don't check for a nil
12282 project twice. Run hooks after killing the buffer (if applicable).
12283 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
12284 was geometric). All uses changed.
12285 (timeclock-generate-report): Support prefix argument.
12286
12287 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
12288
12289 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
12290 disconnections.
12291
12292 2007-05-01 Romain Francoise <romain@orebokech.com>
12293
12294 * dired-x.el: Revert 2007-04-06 change.
12295
12296 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
12297
12298 * find-dired.el (find-dired-filter): Propertize all text down to eob.
12299
12300 2007-04-29 Richard Stallman <rms@gnu.org>
12301
12302 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
12303
12304 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12305
12306 * progmodes/cc-mode.el (c-before-change): Use point-min rather
12307 than 1.
12308
12309 2007-04-28 Richard Stallman <rms@gnu.org>
12310
12311 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
12312
12313 2007-04-28 Nick Roberts <nickrob@snap.net.nz>
12314
12315 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
12316 don't put stop on toolbar.
12317
12318 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12319
12320 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
12321
12322 2007-04-28 Eli Zaretskii <eliz@gnu.org>
12323
12324 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
12325 instead of $(lisp)/mh-e.
12326
12327 2007-04-28 Glenn Morris <rgm@gnu.org>
12328
12329 * image-dired.el (image-dired-cmd-create-thumbnail-options)
12330 (image-dired-cmd-create-temp-image-options): Replace option
12331 +profile "*" with -strip.
12332
12333 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
12334
12335 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12336 Use window-start and window-end.
12337
12338 2007-04-27 Andreas Schwab <schwab@suse.de>
12339
12340 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
12341
12342 2007-04-27 Eli Zaretskii <eliz@gnu.org>
12343
12344 * textmodes/fill.el (fill-paragraph): Doc fix.
12345
12346 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
12347
12348 * locate.el (locate-in-alternate-database): Doc fix.
12349
12350 2007-04-26 Glenn Morris <rgm@gnu.org>
12351
12352 * button.el (button): Use underline if supported, else fall back
12353 to color.
12354
12355 * version.el (emacs-version): Increase to 22.1.50.
12356
12357 2007-04-25 Richard Stallman <rms@gnu.org>
12358
12359 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
12360
12361 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
12362
12363 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
12364 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
12365 pushing mark.
12366 (idlwave-current-routine): Don't push mark.
12367
12368 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
12369
12370 * image-dired.el (image-dired-display-image): Derive image-type from
12371 filename rather than assuming jpeg, in case no resizing was needed.
12372
12373 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12374
12375 * custom.el (defface): Doc fix.
12376
12377 See ChangeLog.12 for earlier changes.
12378
12379 ;; Local Variables:
12380 ;; coding: iso-2022-7bit
12381 ;; add-log-time-zone-rule: t
12382 ;; End:
12383
12384 Copyright (C) 2007 Free Software Foundation, Inc.
12385
12386 This file is part of GNU Emacs.
12387
12388 GNU Emacs is free software; you can redistribute it and/or modify
12389 it under the terms of the GNU General Public License as published by
12390 the Free Software Foundation; either version 3, or (at your option)
12391 any later version.
12392
12393 GNU Emacs is distributed in the hope that it will be useful,
12394 but WITHOUT ANY WARRANTY; without even the implied warranty of
12395 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12396 GNU General Public License for more details.
12397
12398 You should have received a copy of the GNU General Public License
12399 along with GNU Emacs; see the file COPYING. If not, write to the
12400 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12401 Boston, MA 02110-1301, USA.
12402
12403 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af