(ELCFILES): Add term/common-win.elc.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * Makefile.in (ELCFILES): Add term/common-win.elc.
4
5 * vc-dir.el (vc-dir-search, vc-dir-isearch)
6 (vc-dir-isearch-regexp): New functions.
7 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8
9 2008-07-23 Juri Linkov <juri@jurta.org>
10
11 * isearch-multi.el: Remove file to avoid dos file name clashes
12 with isearch-x.el. Move most content to isearch-multi.el.
13
14 * misearch.el: New file with most content from isearch-multi.el.
15 Rename `isearch-buffers' name prefixes to `multi-isearch'.
16 Remove `isearch-buffers-minor-mode'. Add new function
17 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
18 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
19 `multi-isearch-files', `multi-isearch-files-regexp'.
20
21 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
22
23 * isearch.el (isearch-message-prefix): Display "Multi" when
24 `multi-isearch-next-buffer-current-function' is non-nil.
25 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
26 with `multi-isearch-next-buffer-current-function', and
27 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
28
29 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
30 `multi-isearch-next-buffer-function' instead of
31 `isearch-buffers-next-buffer-function'. Remove call to
32 `isearch-buffers-minor-mode'.
33
34 * buff-menu.el (Buffer-menu-marked-buffers)
35 (Buffer-menu-isearch-buffers)
36 (Buffer-menu-isearch-buffers-regexp): New functions.
37 (Buffer-menu-mode-map): Bind "M-s a C-s" to
38 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
39 `Buffer-menu-isearch-buffers-regexp'.
40 (Buffer-menu-mode): Document new commands in docstring.
41 (list-buffers-noselect): Add one space after Info file name
42 according to the Info address convention.
43
44 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
45 New functions.
46
47 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
48 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
49 (ibuffer-mode): Document new commands in docstring.
50
51 * filesets.el (filesets-commands): Add commands for "Isearch" and
52 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
53 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
54 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
55 or `multi-isearch-files-regexp'.
56 (filesets-cmd-query-replace-getargs): Call standard function
57 `query-replace-read-args' to read `query-replace' arguments.
58 Add `multi-query-replace-map'.
59 (filesets-cmd-query-replace-regexp-getargs)
60 (filesets-cmd-isearch-getargs): New functions.
61
62 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
63
64 * international/mule.el (recode-region): Deactivate mark at the
65 end.
66
67 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
68
69 * progmodes/flymake.el (flymake-errline, flymake-warnline): Use
70 more suitable colors on dark displays.
71
72 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
73
74 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
75 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
76 (tramp-temp-buffer-name): New defconst.
77 (tramp-handle-start-file-process): Use it. Apply "exec", for the
78 command. No trailing prompt.
79 (tramp-process-sentinel): Remove temporary buffer, if existing.
80 Don't handle trailing prompt.
81 (tramp-open-connection-setup-interactive-shell): Use
82 `tramp-temp-buffer-name'.
83
84 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
85
86 * shell.el (shell-dynamic-complete-functions): Use
87 comint-dynamic-complete-filename as well (bug#361).
88
89 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
90
91 * term/ns-win.el:
92 * version.el (emacs-version):
93 * loadup.el:
94 * frame.el (make-frame-on-display): Check for ns instead of
95 ns-windowing.
96
97 * dired.el (dired-mode-map): Show the key binding for wdired.
98
99 * menu-bar.el (menu-bar-file-menu): Show the key binding for
100 exiting emacs.
101
102 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
103
104 * term/ns-win.el (x-list-fonts): Drop alias.
105
106 2008-07-23 Juri Linkov <juri@jurta.org>
107
108 * replace.el (multi-query-replace-map): New variable.
109 (perform-replace): Add processing of new multi-buffer keys bound
110 to `automatic-all' and `exit-current'. Set `query-flag' to nil
111 if last input char was `automatic-all'. Set new local variable
112 `multi-buffer' to t when one of new two keys were typed. Return
113 non-nil value of `multi-buffer' that tells to calling functions
114 to continue replacement on the next file.
115
116 * progmodes/etags.el (tags-query-replace): Set arg `map' of
117 `perform-replace' to `multi-query-replace-map'.
118
119 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
122 otherwise displayed in every buffer.
123
124 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
125 (vc-arch-trim-one-revlib): Delete temp directories as well.
126
127 2008-07-22 Stephen Eglen <stephen@gnu.org>
128
129 * iswitchb.el (iswitchb-delim): New variable, suggested by Ted Roden.
130
131 2008-07-22 Sven Joachim <svenjoac@gmx.de> (tiny change)
132
133 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
134
135 2008-07-22 Miles Bader <miles@gnu.org>
136
137 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
138 (sh-mode-map): Remove remapping of newline-and-indent.
139
140 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
141
142 * vc.el (Todo): Update.
143
144 * vc-hooks.el: Remove obsolete comment.
145
146 * vc-git.el (vc-git-status-printer): Update the directory display
147 to match the default.
148
149 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
150
151 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
152
153 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
154 for "word wrap" command.
155
156 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
157
158 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
159
160 * term/ns-win.el: Rename ns- functions/variables to the
161 corresponding x- versions.
162 (x-select-text, x-cut-buffer-or-selection-value)
163 (x-disown-selection-internal, x-get-selection-internal)
164 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
165 (x-display-mm-width, x-display-mm-height)
166 (x-display-backing-store, x-display-save-under)
167 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
168 defaliases.
169
170 * frame.el (ns-display-name): Remove declaration.
171 (make-frame-on-display): Use x-display-name instead
172 ns-display-name. Use unless.
173
174 * startup.el (command-line-1): Fix indentation.
175
176 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
177 checked in inadvertently.
178
179 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
180
181 * term/ns-win.el: Standardize references to "Nextstep" in
182 comments, messages, and docstrings.
183 (ns-handle-args, x-parse-geometry)
184 (ns-extended-platform-support-mode, x-setup-function-keys)
185 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
186 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
187 (ns-initialized, ns-initialize-window-system): Doc fixes.
188
189 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
190
191 * diff-mode.el (diff-auto-refine): Delete defcustom.
192 (diff-auto-refine-mode): New func/var via define-minor-mode.
193 Update var ref to use diff-auto-refine-mode.
194 * smerge-mode.el (diff-mode): Require when compiling.
195 (smerge-auto-refine): Delete defcustom.
196 Update smerge-auto-refine ref to use diff-auto-refine-mode.
197
198 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
199
200 * simple.el (visual-line): New custom group.
201 (visual-line-fringe-indicators): New var.
202 (visual-line-mode): Set fringe-indicator-alist based on
203 visual-line-fringe-indicators. Add lighter.
204
205 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
206
207 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
208 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
209 (x-handle-geometry, x-handle-name-switch, x-display-name)
210 (x-handle-display, x-handle-args, x-colors): Move ...
211 * term/common-win.el: ... here. New file.
212 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
213 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
214 (x-handle-geometry, x-handle-name-switch, x-display-name)
215 (x-handle-display, x-handle-args, x-colors): Remove.
216 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
217
218 2008-07-19 Juri Linkov <juri@jurta.org>
219
220 * startup.el (fancy-startup-text): Move the line "To quit
221 a partially entered command, type Control-g" a few lines below
222 to be after the line "To start". Add text "at gnu.org" to
223 "Overview of Emacs features".
224
225 * dired.el (dired-mode-map): Fix menu text of
226 image-dired-display-thumbs.
227
228 * image-dired.el (image-dired-cmd-create-thumbnail-options)
229 (image-dired-cmd-create-temp-image-options)
230 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
231 ImageMagick command line to change the dimensions of the image
232 only if its width or height exceeds the geometry specification.
233
234 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
235
236 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
237 to docstrings.
238
239 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
240
241 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
242 Vinicius Jose Latorre.
243
244 2008-07-19 Glenn Morris <rgm@gnu.org>
245
246 * term/ns-win.el (ns-make-command-string): Use mapconcat.
247 (ns-save-preferences): Fix typo in previous change. (Bug#573)
248
249 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
250
251 * net/dbus.el (dbus-interface-properties): New defconst.
252 (dbus-introspect): Update docstring.
253 (dbus-introspect-xml, dbus-introspect-get-attribute)
254 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
255 (dbus-introspect-get-interface-names)
256 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
257 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
258 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
259 (dbus-introspect-get-property)
260 (dbus-introspect-get-annotation-names)
261 (dbus-introspect-get-annotation)
262 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
263 (dbus-introspect-get-signature, dbus-get-property)
264 (dbus-set-property, dbus-get-all-properties): New defuns.
265
266 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
267
268 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc. and
269 ns-grabenv.elc.
270
271 * ns-carbon-compat.el: File removed.
272
273 * ns-grabenv.el: File removed.
274
275 * term/ns-win.el: Contents of ns-carbon-compat.el and
276 ns-grabenv.el moved here.
277 (ns-grabenv, ns-open-file-select-line): Doc fixes.
278 (ns-submit-bug-report): Function removed. Reports go to the main
279 Emacs bug list.
280 (ns-handle-args, ns-spi-service-call): Doc fixes.
281 (info-ns-emacs): Function removed. Nextstep port manual will be
282 merged into the Emacs manual, so no separate link needed.
283
284 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
285
286 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
287
288 2008-07-18 Glenn Morris <rgm@gnu.org>
289
290 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
291 to XEmacs, since it does nothing for Emacs.
292
293 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
294
295 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
296 BUFFER that is a string but does not exist as a buffer object, as
297 mentioned in the doc-string.
298
299 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
300
301 * simple.el (line-move-visual): Make it a defcustom.
302 (line-move-1): Convert temporary-goal-column back to an integer if
303 it was set as a float by a previous call to line-move-visual.
304 (end-of-visual-line, beginning-of-visual-line)
305 (next-logical-line, previous-logical-line): New functions.
306
307 2008-07-17 David Reitter <david.reitter@gmail.com>
308
309 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
310 functions.
311 (visual-line-mode, global-visual-line-mode): New minor mode.
312 (visual-line-mode-map): New variable.
313
314 2008-07-17 Glenn Morris <rgm@gnu.org>
315
316 * term/ns-win.el (parameters): Declare for compiler.
317
318 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
319
320 * esh-arg.el (eshell-quote-backslash): Fix eshell path completion
321 for Windows.
322
323 2008-07-17 Daiki Ueno <ueno@unixuser.org>
324
325 * epa.el (epa-key-list-mode): Use run-mode-hooks.
326 (epa-key-mode): Ditto.
327 (epa-info-mode): Ditto.
328
329 2008-07-17 Glenn Morris <rgm@gnu.org>
330
331 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
332 (ns-handle-numeric-switch): Just call ns-handle-switch.
333 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
334 (ns-handle-args): Simplify using `pop'.
335 (ns-display-name): Define (used in frame.el).
336 (menu-bar-select-frame): Add (ignored) arg to more closely match the
337 original definition.
338 (ns-perform-service): Declare.
339 (ns-save-preferences): Use fewer `let's.
340
341 * frame.el (ns-display-name): Declare for compiler.
342
343 2008-07-17 Kenichi Handa <handa@m17n.org>
344
345 * descr-text.el (describe-char-unidata-list): Initialize to the
346 list of name, general-category, decomposition, and old-name.
347
348 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
349
350 * startup.el (command-line-1): Update processing of NS long options to
351 mimic recent changes to processing of X long options.
352
353 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
354
355 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
356 list of #defines for remote files.
357 (gdb-source-info): Only show main if it has been found.
358
359 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
360
361 * term/ns-win.el: Require CL; fix up comment style; reindent.
362 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
363 (ns-save-preferences): Use `case'.
364 (ns-initialize-window-system): Use `dolist'.
365
366 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
367
368 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
369 windowing is used.
370 * term/ns-win.el (ns-extended-platform-support-mode):
371 Correct/improve documentation.
372
373 2008-07-16 Glenn Morris <rgm@gnu.org>
374
375 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
376 Simply require 'cl (see comment in cl-compat.el).
377 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
378 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
379 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
380 directly rather by subterfuge. Provide cl before loading cl-macs.
381
382 * paths.el (rmail-spool-directory): Remove settings for systems that are
383 no longer supported.
384
385 * frame.el (ns-initialize-window-system): Declare for compiler.
386
387 * term/ns-win.el: Add numerous declarations for compiler.
388 (ns-pop-up-frames): Move definition before use. Doc fix.
389
390 * emacs-lisp/check-declare.el (check-declare-locate)
391 (check-declare-verify): Handle .m files.
392
393 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
394
395 * ns-carbon-compat.el: New file: user-visible compatibility of
396 NeXTstep port with Carbon port.
397 * ns-grabenv.el: New file: functionality useful on OS X platform to
398 expose environment variables inside Emacs started from icon.
399 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
400 * cus-edit.el:
401 * cus-face.el:
402 * disp-table.el:
403 * faces.el:
404 * info.el:
405 * mouse.el:
406 * mwheel.el:
407 * simple.el: Add ns to window systems treated as GUIs.
408 * facemenu.el (facemenu-read-color): Don't require a name match under
409 NS, to allow numeric color entry.
410 * frame.el (make-frame-on-display): Follow code for 'x in initializing
411 'ns window system if need be.
412 (various): Add 'ns as described above.
413 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
414 ns-windowing is active.
415 * startup.el (command-line-ns-option-alist): New constant to handle NS
416 windowing system specific command line args analogous to how they are
417 handled for X windows.
418 (command-line-1): Use the above where appropriate.
419 * version.el: Add NS port version.
420 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
421 Darwin (usually OS X) systems.
422 (woman-use-own-frame): Include 'ns in list of GUI window systems.
423 * emulation/viper-util.el (ns-display-color-p)
424 (ns-color-defined-p): Remove these (caustically-commented) outdated
425 compensations for a port that was never itself integrated until now.
426 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
427 for NS window system.
428 * international/mule-cmds.el: Add 'ns to list of special-cased window
429 systems (probably most of these, x/w32/mac/ns could be changed to
430 window-system non-nil).
431 * term/ns-win.el: New file: lisp-side support for NS windowing system.
432
433 2008-07-14 Jason Rumney <jasonr@gnu.org>
434
435 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
436 (x-handle-numeric-switch, x-handle-initial-switch)
437 (x-handle-xrm-switch, x-handle-args, x-handle-display)
438 (xw-defined-colors, w32-initialize-window-system):
439 Avoid use of cl pop and push macros.
440
441 2008-07-14 Martin Rudalics <rudalics@gmx.at>
442
443 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
444 error when change-log-search-file-name returns nil.
445
446 2008-07-13 Martin Rudalics <rudalics@gmx.at>
447
448 * add-log.el (change-log-search-file-name):
449 Use match-string-no-properties.
450 (change-log-search-tag-name-1, change-log-search-tag-name)
451 (change-log-goto-source-1, change-log-goto-source): New functions.
452 (change-log-tag-re, change-log-find-head, change-log-find-tail):
453 New variables.
454 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
455
456 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
457
458 * calc-help.el (calc-describe-key): Add angles to special key
459 descriptions.
460
461 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
462
463 * calc-help.el (calc-describe-thing): Use `re-search-forward' to
464 search for regexp.
465
466 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
467
468 * simple.el (line-move-visual): Handle null pixel position gracefully.
469
470 2008-07-11 Jason Rumney <jasonr@gnu.org>
471
472 * files.el (file-truename): Get truename of ancestors if file does
473 not exist on Windows.
474
475 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
476
477 * simple.el (line-move-visual): Obey goal-column and no-error arg.
478 (track-eol, temporary-goal-column, previous-line, next-line):
479 Update docstring.
480 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
481 to nil.
482
483 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * simple.el (line-move-visual): New var.
486 (line-move-visual): New function.
487 (line-move): Call line-move-visual.
488
489 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
490
491 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
492 pattern and add patterns for C++ header files.
493
494 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
495
496 * window.el (truncated-partial-width-window-p): New function.
497
498 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
499
500 * faces.el (x-create-frame-with-faces): Don't pass parameters that
501 are set later to x-create-frame.
502 (face-set-after-frame-default): Apply X resources for non-default
503 faces.
504
505 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
506
507 * faces.el (face-set-after-frame-default): Simplify. Don't apply
508 frame-specific X resource settings. Set faces using a list of
509 frame parameters explicitly passed to the calling
510 function (e.g. make-frame).
511 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
512 explicit frame parameter list to face-set-after-frame-default.
513
514 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
515
516 * net/browse-url.el (browse-url-default-browser):
517 Fix argument list in lambda.
518
519 2008-07-07 Ulf Jasper <ulf@web.de>
520
521 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
522 from url-retrieve.
523 (newsticker--sentinel-work): Fix xerror typo.
524
525 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
526
527 * vc-dir.el (vc-dir-refresh): Only update files.
528
529 * vc-git.el (vc-git--ls-files-state): Remove unused function.
530
531 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
532
533 2008-07-06 John Paul Wallington <jpw@pobox.com>
534
535 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
536
537 2008-07-05 Alexandre Julliard <julliard@winehq.org>
538
539 * vc-git.el (vc-git-registered): Return true for removed files.
540 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
541 all the files instead of one per file.
542 (vc-git-previous-revision): Add support for project-wide previous
543 revision when specified file is nil.
544
545 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
546
547 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
548
549 * vc-dir.el (vc-dir-find-child-files): New function.
550 (vc-dir-resync-directory-files): New function.
551 (vc-dir-recompute-file-state): New function, broken out of ...
552 (vc-dir-resynch-file): ... here. Also deal with directories.
553 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
554 (vc-resynch-buffer): Use it.
555
556 * vc-hg.el (vc-hg-registered): Do not set vc-state.
557
558 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
559
560 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
561
562 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
563 if it's not part of gdb-ui, e.g, at start.
564
565 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
566 filenames in stack trace (text command mode).
567
568 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
571
572 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
573 Use syntax-ppss on a position *before* the char we want to change.
574
575 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
576
577 * vc-dir.el (vc-dir-query-replace-regexp): New function.
578 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
579 (vc-dir-mode-map): Likewise.
580
581 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
582
583 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
584 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
585 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
586 Remove spurious * in defcustom docstrings.
587
588 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
589 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
590 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
591 (default-justification): Remove spurious * in defcustom docstrings.
592
593 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
594 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
595 (rst-compare-decorations, rst-default-indent, rst-update-section)
596 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
597 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
598 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
599 Fix typos in docstrings.
600 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
601 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
602 (rst-get-decorations-around, rst-section-tree-point)
603 (rst-font-lock-adornment-point): Reflow docstrings.
604 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
605 Doc fixes.
606 (rst-re-enumerations): Comment out.
607
608 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
609 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
610 (nxml-unicode-block-char-name-set):
611 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
612 * nxml/rng-nxml.el (rng-set-state-after):
613 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
614
615 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
616 (rng-c-parse-annotation-body):
617 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
618
619 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
620 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
621 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
622 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
623 Fix typos in docstrings.
624 (nxml-attribute-indent): Reflow docstring.
625 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
626 (nxml-default-buffer-file-coding-system): Doc fixes.
627
628 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
629 (nxml-ns-set-prefix): Fix typos in docstrings.
630 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
631 Reflow docstring.
632 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
633
634 * nxml/nxml-outln.el (nxml-hide-all-text-content)
635 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
636 (nxml-hide-direct-text-content, nxml-hide-subheadings)
637 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
638 (nxml-outline-display-rest, nxml-outline-set-overlay)
639 (nxml-section-tag-forward, nxml-section-tag-backward)
640 (nxml-back-to-section-start): Fix typos in docstrings.
641
642 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
643 Doc fixes.
644
645 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
646 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
647 (nxml-scan-after-change): Fix typo in docstring.
648
649 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
650 (rng-name-class-possible-names): Doc fixes.
651 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
652 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
653 Fix typos in docstrings.
654 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
655 Reflow docstrings.
656
657 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
658 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
659
660 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
661 (rng-xsd-convert-date-time): Reflow docstrings.
662 (rng-xsd-compile): Fix typo in docstring.
663
664 * nxml/rng-loc.el (rng-current-schema-file-name)
665 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
666 Doc fixes.
667 (rng-set-schema-file): Fix typo in docstring.
668
669 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
670 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
671 Fix typos in docstrings.
672 (rng-message-overlay, rng-conditional-up-to-date-start)
673 (rng-conditional-up-to-date-end): Doc fixes.
674 (rng-next-error, rng-previous-error): Reflow docstrings.
675
676 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
677 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
678 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
679 (xmltok-merge-attributes): Fix typos in docstrings.
680 (xmltok-make-attribute, xmltok-forward-special)
681 (xmltok-get-declared-encoding-position): Reflow docstrings.
682
683 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
684 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
685 Fix typos in docstrings.
686
687 2008-07-02 John Paul Wallington <jpw@pobox.com>
688
689 * ibuffer.el (ibuffer-buffer-file-name):
690 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
691 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
692
693 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
694
695 * files.el (backup-extract-version): Handle versioned directories.
696 (trash-directory): New variable.
697 (move-file-to-trash): New function.
698
699 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
700
701 2008-07-02 Magnus Henoch <mange@freemail.hu>
702
703 * vc-git.el (vc-git-annotate-command): Use proper option for
704 specifying revision.
705
706 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
707
708 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
709 if available.
710
711 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
712
713 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
714
715 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
716 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
717
718 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
719
720 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
721
722 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
723 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
724 (gdb-var-list-children-regexp, gdb-var-update-regexp)
725 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
726 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
727 (gdb-stack-list-locals-regexp): Future proof regexps better.
728
729 2008-06-30 Juri Linkov <juri@jurta.org>
730
731 * faces.el (face-name-history): New variable.
732 (make-face, make-empty-face): Replace interactive spec "S"
733 with `read-from-minibuffer' where `read' arg is t and
734 `hist' arg is `face-name-history'.
735 (read-face-name): Set `hist' arg of `completing-read-multiple'
736 to `face-name-history'.
737 (list-faces-display): Use `read-regexp' instead of `read-string'
738 to read regexp.
739
740 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
741 to `regexp-history'.
742 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
743 make it an obsolete alias to it.
744 (hi-lock-face-defaults): New variable renamed from
745 `hi-lock-face-history'.
746 (hi-lock-line-face-buffer, hi-lock-face-buffer)
747 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
748 `read-from-minibuffer'. Doc fix.
749 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
750 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
751 Set `hist' arg of `completing-read' to `face-name-history'.
752 Put a list of default faces to `default' arg instead of `hist' arg.
753
754 * bindings.el (abbrev-map, narrow-map): New variables.
755 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
756 Rebind related commands to these new maps.
757 (ctl-x-r-map): New variable for rectangle, register and bookmark
758 keys. Move rectangle keybindings to rect.el and register
759 keybindings to register.el.
760 (next-buffer, previous-buffer): Remove C-x prefix and move
761 keybindings to ctl-x-map.
762
763 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
764 to the new map `ctl-x-r-map' in autoload cookies.
765
766 * expand.el: Rebind two global `C-x a' keys "n", "p"
767 to the new map `abbrev-map' in autoload cookies.
768
769 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
770
771 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
772
773 2008-06-30 Miles Bader <miles@gnu.org>
774
775 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
776 after processing an escape sequence.
777
778 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
779
780 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
781 from 2008-06-28. It does not work on W32.
782
783 2008-06-29 Juri Linkov <juri@jurta.org>
784
785 * replace.el (read-regexp): New function.
786 (keep-lines-read-args, occur-read-primary-args):
787 Call `read-regexp' instead of code moved to new function.
788 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
789 from the end of prompt.
790 (replace-re-search-function): Doc fix.
791
792 2008-06-29 Kenichi Handa <handa@m17n.org>
793
794 * descr-text.el (describe-char-display): Always return a string.
795 (describe-char-padded-string): New function.
796 (describe-char): Adjusted for the change of
797 describe-char-display. Use describe-char-padded-string.
798
799 2008-06-29 Andreas Schwab <schwab@suse.de>
800
801 * vc-dir.el (vc-dir): Make backend argument optional and use
802 vc-responsible-backend when nil. Interactively pass nil for
803 backend instead of using the backend of what happens to be
804 default-directory at the time of the call.
805
806 * find-dired.el (find-dired-filter): Preserve point.
807
808 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
809
810 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
811 (sasl-find-mechanism, sasl-next-step):
812 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
813 (sasl-ntlm-response): Fix typos in docstrings.
814
815 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
816
817 * international/mule-cmds.el (view-hello-file): Doc fix.
818
819 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
820
821 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
822 (set-face-attribute, face-set-after-frame-default)): Don't use it.
823
824 2008-06-28 John Paul Wallington <jpw@pobox.com>
825
826 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
827
828 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
829
830 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
831 (tramp-convert-file-attributes): Convert symlinks only when
832 returned from `tramp-handle-file-attributes-with-stat'.
833
834 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
835 `substitute-in-file-name' when unloading.
836 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
837
838 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
839
840 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
841 (vc-string-prefix-p): Move function ...
842 * vc.el (vc-string-prefix-p): ... here.
843
844 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
845
846 * vc-dir.el (vc-dir): Complete only directory names.
847
848 2008-06-27 Jason Rumney <jasonr@gnu.org>
849
850 * w32-fns.el (top-level): Unconditionally define all charsets.
851
852 2008-06-27 Alan Mackenzie <acm@muc.de>
853
854 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
855 the CC Mode specific functions; this is no longer needed, since
856 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
857
858 * progmodes/cc-defs.el (c-emacs-features): New feature
859 'argumentative-bod-function.
860
861 2008-06-27 John Paul Wallington <jpw@pobox.com>
862
863 * chistory.el (list-command-history): Use `bound-and-true-p'.
864 (command-history-map): Define within defvar. Add docstring.
865
866 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
867
868 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
869 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
870 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
871 (image-type-from-buffer): Use `looking-at-p'.
872
873 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
874
875 * ibuf-ext.el (diff-sentinel): Declare.
876
877 2008-06-27 Glenn Morris <rgm@gnu.org>
878
879 * calendar/lunar.el (calendar-lunar-phases): Rename from
880 calendar-phases-of-moon. Keep old name as alias, update callers.
881 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
882 (diary-lunar-phases): Rename from diary-phases-of-moon.
883 Keep old name as alias.
884 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
885 (cal-menu-global-mouse-menu): Update for lunar name changes.
886 * calendar/calendar.el (calendar-mode-map): Update for name change.
887 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
888
889 2008-06-26 Glenn Morris <rgm@gnu.org>
890
891 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
892 argument `nolocation'.
893 (calendar-sunrise-sunset-month): New function.
894 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
895 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
896 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
897 * calendar/calendar.el (solar-sunrises-buffer): New constant.
898 (calendar-mode-map): Use cal-menu-sunmoon-menu.
899 (calendar-buffer-list): Add solar-sunrises-buffer.
900
901 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
902
903 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
904
905 * cus-start.el: Add customization types for word-wrap and
906 shift-select-mode.
907
908 2008-06-26 John Paul Wallington <jpw@pobox.com>
909
910 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
911 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
912 (ibuffer-mark-on-buffer): Don't display message when removing marks.
913 (ibuffer-mark-by-mode): Use `buffer-local-value'.
914
915 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
916
917 * vc-dir.el (tool-bar): Require.
918
919 * vc.el (ewoc, tool-bar): Do not require.
920
921 2008-06-26 Kenichi Handa <handa@m17n.org>
922
923 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
924 characters.
925
926 * composite.el (terminal-composition-base-character-p): New function.
927 (terminal-composition-function):
928 Use terminal-composition-base-character-p. Include the base character
929 in the composition.
930 (auto-compose-chars): Don't check font-object for terminal display.
931
932 2008-06-26 Glenn Morris <rgm@gnu.org>
933
934 * doc-view.el (bookmark-make-record-default):
935 * image-mode.el (bookmark-make-record-default): Fix declaration.
936
937 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
938 Add default :value for sexp type.
939 (calendar-month-edges): New variable.
940 (calendar-month-edges): New function.
941 (calendar-recompute-layout-variables): Set calendar-month-edges.
942 (calendar-intermonth-header, calendar-intermonth-text): New options.
943 (calendar-insert-at-column): New function.
944 (calendar-generate-month): Use calendar-insert-at-column.
945 Handle intermonth text. Add 'date property.
946 (calendar-column-to-month): Remove function.
947 (calendar-column-to-segment): New function.
948 (calendar-cursor-to-date): Use calendar-column-to-segment.
949 Check 'date property.
950
951 * calendar/calendar.el (calendar-print-other-dates):
952 Handle mouse events.
953 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
954 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
955
956 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
957 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
958 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
959
960 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
961 Use calendar-column-to-segment, calendar-month-edges, and
962 the 'date property to handle intermonth text.
963
964 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
965
966 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
967 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
968 Add doc strings.
969 (cal-menu-context-mouse-menu): Add some :keys.
970 (calendar-check-holidays): Declare rather than autoloading.
971 (diary-show-holidays-flag): Remove unneeded declaration.
972
973 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
974 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
975 event-start is nil.
976
977 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * minibuffer.el (completion-basic-try-completion): Use the text after
980 point to constrain the completion candidates.
981 (completion-basic-all-completions): Adjust accordingly.
982
983 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
984
985 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
986 courier.
987
988 * faces.el (set-face-attribute): Doc fix.
989
990 2008-06-25 Juri Linkov <juri@jurta.org>
991
992 * bindings.el (goto-map): New variable. Rebind goto-related
993 commands to this `M-g' prefix keymap.
994 (search-map): New variable for `M-s' prefix keymap.
995 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
996 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
997 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
998 `M-shw' to `hi-lock-write-interactive-patterns'.
999
1000 * isearch.el (isearch-mode-map): Bind `M-s h r' to
1001 `isearch-highlight-regexp'.
1002 (isearch-highlight-regexp): New function.
1003
1004 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * info.el (Info-bookmark-make-record):
1007 Use bookmark-make-record-default.
1008 (Info-bookmark-jump): Use bookmark-default-handler.
1009
1010 * image-mode.el (image-bookmark-make-record):
1011 Use bookmark-make-record-default.
1012 (image-bookmark-jump): Use bookmark-default-handler.
1013
1014 * doc-view.el (doc-view-bookmark-make-record):
1015 Use bookmark-make-record-default.
1016 (doc-view-bookmark-jump): Use bookmark-default-handler.
1017
1018 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
1019 used until now in bookmark.el's code.
1020 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
1021 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
1022 used until now in bookmark.el's code.
1023 (bookmark-set-filename): Remove special code, moved to its only caller.
1024 (bookmark-store): Use the newer format.
1025 (bookmark-make-record-default): Add arg `point-only'.
1026 Rename from bookmark-make-record-for-text-file.
1027 (bookmark--jump-via): New function.
1028 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
1029 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
1030 Use it.
1031 (bookmark-jump-noselect, bookmark-default-handler):
1032 Don't return an alist, instead return the data implicitly by changing
1033 current buffer and point. Signal an error if the file doesn't exist.
1034
1035 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
1036 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
1037
1038 * bs.el: Use with-current-buffer. Simplify.
1039 (bs-toggle-readonly): Avoid vc-toggle-read-only.
1040
1041 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
1042 is bound before using it.
1043
1044 2008-06-25 Kenichi Handa <handa@m17n.org>
1045
1046 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
1047
1048 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
1049
1050 * vc-hg.el:
1051 * vc-git.el: Require vc-dir when compiling.
1052
1053 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
1054 vc-dir-marked-only-files. Change the return value.
1055 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
1056 Change the return value.
1057 (vc-dir-deduce-fileset): New function broken out from ...
1058 * vc.el (vc-deduce-fileset): ... here and ...
1059 (vc-deduce-fileset): ... here.
1060
1061 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
1062 (vc-svn-parse-status): Do not set the vc-backend property.
1063
1064 2008-06-25 Andreas Schwab <schwab@suse.de>
1065
1066 * faces.el (face-font-family-alternatives, variable-pitch):
1067 Use "Sans Serif", not "Sans-Serif".
1068
1069 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
1070
1071 * faces.el (face-font-family-alternatives, variable-pitch):
1072 Change "Sans" to the canonical name "Sans-Serif".
1073
1074 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
1075
1076 * calc/calc.el (calc-mode-map): Add extra keybindings to
1077 `calc-missing-key'.
1078 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
1079 `kill-ring-save'.
1080
1081 2008-06-24 Miles Bader <miles@gnu.org>
1082
1083 * mouse.el (mouse-appearance-menu): Don't do anything if the user
1084 pops up the menu but doesn't select anything.
1085
1086 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
1087
1088 * add-log.el (add-change-log-entry): Add new arg to force each new
1089 entry to be on a new line.
1090 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
1091
1092 * vc-dir.el (vc-client-object): Remove.
1093 (vc-dir-prepare-status-buffer): Take a backend as an argument and
1094 use it when looking for a buffer.
1095 (vc-dir): Add a backend argument. Set revert-buffer-function.
1096 Don't create a client object. Move bindings ...
1097 (vc-dir-menu-map, vc-dir-mode-map): ... here.
1098 (vc-dir-revert-buffer-function): New function.
1099 (vc-generic-status-printer): Rename to ...
1100 (vc-dir-status-printer): ... this.
1101 (vc-generic-state, vc-generic-status-fileinfo-extra)
1102 (vc-dir-extra-menu, vc-make-backend-object): Remove.
1103 (vc-default-status-printer): Use a different face for
1104 directories. Don't display any text for directories in the state
1105 column. Add tooltips.
1106
1107 * vc.el (Todo): Update.
1108
1109 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
1110 * vc-rcs.el (vc-annotate-convert-time):
1111 * vc-mtn.el (vc-annotate-convert-time):
1112 * vc-git.el (vc-annotate-convert-time):
1113 * vc-cvs.el (vc-annotate-convert-time):
1114 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
1115
1116 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1117
1118 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
1119 instead of using view-mode.
1120
1121 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1122
1123 * Makefile.in (distclean): Don't delete *.elc and autogen files.
1124
1125 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1126
1127 * vc.el:
1128 * vc-hooks.el:
1129 * vc-dispatcher.el: Move vc-dir variables and functions ...
1130 * vc-dir.el: ... here. New file.
1131 * Makefile.in (ELCFILES): Add vc-dir.elc.
1132
1133 * vc.el: Move vc-annotate variables and functions ...
1134 * vc-annotate.el: ... here. New file.
1135 * Makefile.in (ELCFILES): Add vc-annotate.elc.
1136
1137 * vc-dav.el: Move here from url/vc-dav.el.
1138 (Todo): Note work needed to make this backend functional.
1139
1140 * Makefile.in (ELCFILES): Update vc-dav.el location.
1141
1142 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1143
1144 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
1145
1146 2008-06-21 John Paul Wallington <jpw@pobox.com>
1147
1148 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
1149
1150 * textmodes/rst.el (rst-mode): Put docstring in right place.
1151
1152 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
1155 size for legibility.
1156
1157 * faces.el (fixed-pitch): Use "Monospace" family.
1158 (variable-pitch): Use "Sans" family.
1159 (face-font-family-alternatives): Define alternatives for "Sans"
1160 and "Monospace".
1161
1162 2008-06-21 Glenn Morris <rgm@gnu.org>
1163
1164 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
1165 Require 'cl when compiling.
1166
1167 * emacs-lisp/debug.el (help-xref-interned): Declare.
1168
1169 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
1170 Evaluate definition when compiling.
1171
1172 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
1173 rather than mouse-1.
1174 (bug-reference-url-format): Autoload safe if string.
1175 (bug-reference-bug-regexp): Make space after "bug" optional.
1176
1177 * Makefile.in (all): Explicitly pass EMACS to sub-make,
1178 for some non-GNU makes.
1179
1180 * cus-dep.el (custom-dependencies-no-scan-regexp):
1181 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
1182
1183 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
1184 increments.
1185
1186 * calendar/calendar.el: Factor out the magic numbers controlling the
1187 calendar layout.
1188 (calendar-month-digit-width, calendar-month-width)
1189 (calendar-right-margin): New variables.
1190 (calendar-recompute-layout-variables, calendar-set-layout-variable):
1191 New functions.
1192 (calendar-left-margin, calendar-intermonth-spacing)
1193 (calendar-column-width, calendar-day-header-width)
1194 (calendar-day-digit-width): New options.
1195 (calendar-first-date-row): New constant.
1196 (calendar-move-to-column, calendar-ensure-newline): New functions,
1197 replacing calendar-insert-indented.
1198 (calendar-insert-indented): Remove function.
1199 (calendar-generate-month): Use calendar-move-to-column and
1200 calendar-ensure-newline. Use layout variables.
1201 (calendar-generate, calendar-update-mode-line)
1202 (calendar-font-lock-keywords): Use layout variables.
1203 (calendar-column-to-month): New function.
1204 (calendar-cursor-to-date): Use calendar-column-to-month.
1205 Use layout variables.
1206 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1207 Use layout variables. Use calendar-column-to-month.
1208 (calendar-cursor-to-visible-date): Use layout variables.
1209
1210 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1211
1212 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
1213 (all): Run compile-last.
1214 (compile-onefile): New target.
1215 (compile-first): Simplify.
1216 (compile-last): Don't treat COMPILE_FIRST specially.
1217 (COMPILE_FIRST): List the elc files rather than the el files.
1218 (ELCFILES): Update.
1219
1220 2008-06-21 Ulf Jasper <ulf@web.de>
1221
1222 * net/newst-treeview.el: Remove dead code.
1223 (newsticker--window-config): Remove.
1224 (newsticker-treeview-quit): Do not save window config.
1225 (newsticker-treeview): Do not try to restore window config.
1226 (newsticker-groups, newsticker--treeview-list-sort-by-column)
1227 (newsticker--treeview-list-new-items)
1228 (newsticker--treeview-list-immortal-items)
1229 (newsticker--treeview-list-obsolete-items)
1230 (newsticker--treeview-list-all-items)
1231 (newsticker--treeview-list-feed-items): Fix documentation.
1232
1233 2008-06-21 Miles Bader <miles@gnu.org>
1234
1235 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
1236
1237 2008-06-21 Alan Mackenzie <acm@muc.de>
1238
1239 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
1240 infinite loop on invalid syntax.
1241
1242 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1243
1244 * textmodes/rst.el: Run rst-define-level-faces when loading.
1245 (rst-mode): Don't set the font-lock-multiline var.
1246 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
1247 Set the font-lock-multiline property by hand.
1248
1249 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
1250
1251 * Makefile.in (emacs-deps): Remove.
1252 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
1253 (all): Use them.
1254 (autogen-clean): Remove.
1255
1256 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 * Makefile.in (all): New target.
1259 (bootstrap-prepare): Remove.
1260
1261 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
1262 the .elc file to batch-byte-compile.
1263
1264 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
1265 set-keymap-parents if set-keymap-parent doesn't exist.
1266
1267 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
1268 Allow more than one space before the |.
1269
1270 * textmodes/rst.el: Fix up docstring conventions.
1271 Move vars to before their first use.
1272 (rst-mode): Don't mess with font-lock-support-mode.
1273 (rst-suggest-new-decoration, rst-adjust-decoration):
1274 Avoid CL's copy-list.
1275 (rst-delete-entire-line): Use line-beginning-position.
1276 (rst-position): New fun.
1277 (rst-straighten-decorations): Use it instead of CL's position.
1278 (rst-straighten-bullets-region): Avoid CL's mapcar*.
1279 (rst-toc-mode): Use define-derived-mode.
1280 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
1281 Remove unused var `in-par'. Use `point' rather than `point-marker'.
1282 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
1283 (rst-replace-lines): Simplify.
1284 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
1285
1286 * simple.el (special-mode-map): New var.
1287 (special-mode): New major mode.
1288
1289 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1290
1291 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
1292 log-view-file-re.
1293
1294 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
1295 (vc-switch-backend): Simplify.
1296 (Todo): Remove solved items.
1297
1298 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
1299 the vc-backend property.
1300
1301 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
1304 Bind inhibit-read-only since the buffer is always read-only.
1305
1306 2008-06-20 Ulf Jasper <ulf@web.de>
1307
1308 * net/newst-treeview.el (newsticker-treeview-own-frame):
1309 Change default value to nil.
1310 (newsticker--treeview-list-add-item)
1311 (newsticker--treeview-propertize-tag): Show item title in tooltip.
1312
1313 2008-06-20 Martin Blais <blais@furius.ca>
1314 Stefan Merten <smerten@oekonux.de>
1315 David Goodger <goodger@python.org>
1316
1317 * textmodes/rst.el: New file.
1318
1319 2008-06-20 Sam Steingold <sds@gnu.org>
1320
1321 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
1322 remove DIRECTORY entries.
1323
1324 2008-06-20 Eli Zaretskii <eliz@gnu.org>
1325
1326 * makefile.w32-in (distclean): Depend on `clean'.
1327 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
1328 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
1329 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
1330 empty cus-load.el with `echo', and include "Local Variables"
1331 section to prevent the empty file from being compiled.
1332 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
1333 that generate an empty cus-load.el.
1334
1335 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
1336
1337 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1338 Don't copy ldefs-boot.el over loaddefs.el.
1339 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
1340 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
1341 to loaddefs.el; they are not needed now. Add coding cookie.
1342
1343 2008-06-20 Miles Bader <miles@gnu.org>
1344
1345 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1346 Strip unnecessary list levels from SPECS.
1347 (buffer-face-set, buffer-face-toggle):
1348 Change argument from FACE to &rest SPECS, and strip unnecessary
1349 list levels from SPECS.
1350 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
1351
1352 2008-06-20 Jason Rumney <jasonr@gnu.org>
1353
1354 * international/fontset.el (setup-default-fontset): Specify script
1355 for latin use of iso10646-1. Fix use of lang tags.
1356
1357 2008-06-19 Miles Bader <miles@gnu.org>
1358
1359 * face-remap.el (text-scale-increase): Start from zero if
1360 text-scale-mode isn't enabled.
1361
1362 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
1365 frame parameters after setting up the `default' face.
1366
1367 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * faces.el (face-set-after-frame-default): Don't exclude `default'.
1370
1371 2008-06-18 Glenn Morris <rgm@gnu.org>
1372
1373 * mouse.el (buffer-face-mode-invoke): Declare.
1374
1375 * Makefile.in (ELCFILES): Add org/org-id.elc.
1376
1377 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
1378 * calendar/cal-menu.el (cal-menu-holidays-menu):
1379 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
1380 (cal-menu-today-holidays): Remove function.
1381
1382 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
1383 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1384 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
1385 Remove unused functions.
1386 (calendar-mouse-view-diary-entries): Use format rather than concat.
1387
1388 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
1389 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1390 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
1391
1392 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
1393 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1394 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
1395 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
1396 cal-menu-event-to-date.
1397
1398 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
1399 Handle mouse events.
1400 * calendar/cal-tex.el (cal-tex-cursor-year)
1401 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1402 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1403 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1404 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
1405 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
1406 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
1407 (cal-tex-cursor-month): Mark N as optional.
1408 * calendar/cal-menu.el (calendar-mouse-tex-day)
1409 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
1410 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
1411 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
1412 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
1413 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
1414 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
1415 Remove functions.
1416 (cal-menu-context-mouse-menu): Replace the above functions with the
1417 cal-tex versions. Add HTML submenu.
1418
1419 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
1420
1421 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
1422 text command mode.
1423 (gdb): Explain that gud-gdb is needed for text command mode.
1424
1425 2008-06-17 Martin Rudalics <rudalics@gmx.at>
1426
1427 * window.el (split-height-threshold): Remove spurious extra line.
1428
1429 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
1432 (calendar-set-mark):
1433 * calendar/diary-lib.el (diary-insert-entry):
1434 * calendar/solar.el (calendar-sunrise-sunset): Use it.
1435 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
1436 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
1437 (cal-menu-context-mouse-menu): Use calendar-set-mark,
1438 diary-insert-entry, and calendar-sunrise-sunset instead.
1439
1440 * vc.el (vc-deduce-fileset): Add arg `only-files'.
1441 (vc-next-action): Pass the new arg.
1442 (vc-register): Don't use `only-files'.
1443 Don't set `backup-inhibited' in the current buffer.
1444
1445 2008-06-17 Miles Bader <miles@gnu.org>
1446
1447 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
1448
1449 * face-remap.el (buffer-face-mode-face)
1450 (buffer-face-mode-remapping): New variables.
1451 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
1452 (buffer-face-mode-invoke): New functions.
1453 (variable-pitch-mode-remapping): Variable removed.
1454 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
1455
1456 * face-remap.el (internal-lisp-face-attributes): New variable.
1457 (face-attrs-more-relative-p, face-remap-order): New functions.
1458 (face-remap-add-relative): Use `face-remap-order'.
1459
1460 2008-06-17 Glenn Morris <rgm@gnu.org>
1461
1462 * mouse.el (x-select-font): Declare.
1463
1464 * calendar/calendar.el (calendar-move-hook):
1465 Add calendar-update-mode-line as an option.
1466 (calendar-date-echo-text): New user option.
1467 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
1468 (calendar-insert-indented): Simplify newline insertion.
1469 (calendar-describe-mode): Remove unused function.
1470 (calendar-mode-line-entry): New function.
1471 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
1472 Mark as risky.
1473 (calendar-mouse-other-month): Remove function.
1474 (calendar-other-month): Handle mouse events.
1475 (calendar-goto-info-node): Call fit-window-to-buffer.
1476 (calendar-mode): Use define-derived-mode. Doc fix.
1477 (calendar-update-mode-line): Tweak whitespace.
1478
1479 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
1482 (vc-dir-marked-only-files): vc-string-prefix-p.
1483
1484 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
1485
1486 * progmodes/gdb-ui.el (gdb-memory-set-address)
1487 (gdb-memory-set-repeat-count): Allow keyboard bindings.
1488 (gdb-memory-mode-map): Bind above functions respectively
1489 to 'S' and 'N'.
1490
1491 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
1492
1493 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
1494
1495 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
1496
1497 * log-view.el (vc-diff-internal): Declare for compiler.
1498
1499 * vc-bzr.el (log-view-per-file-logs):
1500 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
1501
1502 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * mouse.el (mouse-appearance-menu-map): New var.
1505 (mouse-appearance-menu): New function.
1506 Bind it to S-down-mouse-1.
1507
1508 2008-06-15 Juri Linkov <juri@jurta.org>
1509
1510 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
1511 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
1512 as the second element.
1513 (Info-build-toc): Add PARENT element extracted from the Up pointer.
1514 Don't print progress messages.
1515 (Info-toc-nodes): New variable and function.
1516 (Info-index-nodes): Optimize non-string file name case.
1517 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
1518 (Info-insert-breadcrumbs): Use the cached document structure instead
1519 of visiting all ancestor nodes. Remove the initial `>'.
1520
1521 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1522
1523 * log-view.el (log-view-diff-changeset): New function.
1524 (log-view-mode-map, log-view-mode-menu): Bind it.
1525 (log-view-per-file-logs, log-view-vc-fileset)
1526 (log-view-vc-backend): New variables.
1527 (log-view-find-revision, log-view-modify-change-comment)
1528 (log-view-annotate-version): Throw an error if the log is for more
1529 than one file and we can't find the current file. Get the current
1530 file from log-view-vc-fileset if necessary.
1531 (log-view-diff): Get the current file from log-view-vc-fileset if
1532 necessary.
1533
1534 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
1535
1536 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
1537 (vc-hg-log-view-mode): Declare for compiler.
1538 (vc-hg-log-view-mode): Set log-view-per-file-logs and
1539 log-view-file-re.
1540 (vc-hg-diff): If no file is passed, use default-directory for cwd.
1541
1542 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
1543
1544 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
1545
1546 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
1547
1548 * net/tramp.el (tramp-handle-start-file-process):
1549 Clear modification time of the connection buffer.
1550 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
1551 (tramp-open-connection-setup-interactive-shell): Flush cache, and
1552 restart `tramp-maybe-open-connection' when the remote system has
1553 been changed. Throw 'uname-changed event.
1554 (tramp-maybe-open-connection): Catch it.
1555
1556 * net/tramp-cmds.el (tramp-cleanup-all-connections):
1557 Reset `tramp-locked'.
1558
1559 2008-06-15 Ulf Jasper <ulf@web.de>
1560
1561 * net/newst-treeview.el (newsticker--treeview-list-update)
1562 (newsticker--treeview-item-update)
1563 (newsticker--treeview-tree-update)
1564 (newsticker-treeview-jump, newsticker-group-add-group)
1565 (newsticker-group-move-feed, newsticker-group-delete-group):
1566 Remove window dedication.
1567 (newsticker--group-manage-orphan-feeds): Handle ill-valued
1568 newsticker-groups.
1569 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
1570
1571 2008-06-15 Andreas Schwab <schwab@suse.de>
1572
1573 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
1574 when parsing CVS/Repository.
1575
1576 * wdired.el (wdired-search-and-rename): Fix undocumented change.
1577
1578 2008-06-15 Ulf Jasper <ulf@web.de>
1579
1580 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
1581 (newsticker-extra-face, newsticker-enclosure-face): Moved to
1582 net/newst-reader.el.
1583
1584 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
1585 (newsticker-extra-face, newsticker-enclosure-face): Moved from
1586 net/newst-reader.el.
1587
1588 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
1591 Catch and recover from case when the bytes we thought we were reading
1592 turn out to be something else entirely, such as latin-1 chars from
1593 quail. See bug#396.
1594
1595 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1596
1597 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
1598 (vc-register): Call the backend function only once, instead of
1599 once for each file.
1600 (vc-next-action): Update call to vc-register.
1601 (vc-dir-register): Remove function.
1602 (vc-dir): Bind vc-register instead of vc-dir-register.
1603
1604 2008-06-14 Glenn Morris <rgm@gnu.org>
1605
1606 * Makefile.in (ELCFILES): Add net/newst-*.el.
1607
1608 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1609
1610 * wdired.el (wdired-do-renames): New function.
1611 (wdired-finish-edit): Use it to.
1612 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
1613
1614 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1615
1616 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
1617
1618 2008-06-14 Martin Rudalics <rudalics@gmx.at>
1619
1620 * window.el (window--even-window-heights): Even window heights
1621 only if the selected window is higher than WINDOW.
1622 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1623
1624 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1625
1626 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
1627
1628 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * term/linux.el (terminal-init-linux): Load t-mouse.
1631
1632 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1633 Drew Adams <drew.adams@oracle.com>
1634
1635 * info.el (Info-breadcrumbs-depth): New var.
1636 (Info-insert-breadcrumbs): New function.
1637 (Info-fontify-node): Use it.
1638 (Info-mode-map): Move initialization into declaration.
1639
1640 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
1641
1642 Rename net/newsticker-*.el to net/newst-*.el.
1643 * net/newst-backend.el: Rename from net/newsticker-backend.el.
1644 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
1645 * net/newst-reader.el: Rename from net/newsticker-reader.el.
1646 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
1647 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
1648 * net/newsticker-backend.el: Rename to net/newst-backend.el.
1649 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
1650 * net/newsticker-reader.el: Rename to net/newst-reader.el.
1651 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
1652 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
1653
1654 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * progmodes/compile.el (compilation-start): Don't disable undo in
1657 comint buffer. Don't override the comint-filter with our own.
1658 (compilation-filter): Change point's insertion-type.
1659
1660 * comint.el (comint-output-filter): Use copy-marker.
1661
1662 2008-06-13 David Reitter <david.reitter@gmail.com>
1663
1664 * textmodes/flyspell.el (mail-mode-flyspell-verify):
1665 Check message-signature-separator exists before using it.
1666
1667 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
1668
1669 * vc.el (vc-delete-file): Bind default-directory before calling
1670 the backend.
1671 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
1672 (vc-annotate-show-diff-revision-at-line-internal): ... here.
1673 New function.
1674 (vc-annotate-show-changeset-diff-revision-at-line): New function.
1675 (vc-annotate-mode-menu): Bind it.
1676
1677 2008-06-13 Jason Rumney <jasonr@gnu.org>
1678
1679 * term/w32-win.el (mouse-set-font): Remove overridden function.
1680 (w32-select-font): Declare as obsolete alias for x-select-font.
1681
1682 2008-06-13 Daniel Engeler <engeler@gmail.com>
1683
1684 These changes add serial port access.
1685 * term.el (term-update-mode-line): Modify.
1686 (serial-port-is-file-p, serial-nice-speed-history)
1687 (serial-no-speed, serial-mode-line-speed-menu)
1688 (serial-mode-line-config-menu): New variables and constants.
1689 (serial-name-history, serial-speed-history)
1690 (serial-supported-or-barf, serial-read-name, serial-read-speed)
1691 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
1692 (serial-mode-line-speed-menu, serial-update-speed-menu)
1693 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
1694 (serial-update-config-menu): New functions.
1695
1696 2008-06-13 Glenn Morris <rgm@gnu.org>
1697
1698 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
1699
1700 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
1701
1702 2008-06-13 Kenichi Handa <handa@m17n.org>
1703
1704 * cus-face.el (custom-face-attributes): Add :foundry.
1705
1706 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
1707 (face-x-resources): Add :foundry.
1708 (face-valid-attribute-values): Likewise.
1709 (face-attribute-name-alist): Likewise.
1710 (describe-face): Likewise.
1711
1712 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1713
1714 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
1715
1716 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
1717
1718 * longlines.el (longlines-search-forward, longlines-search-backward)
1719 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
1720
1721 2008-06-12 Sam Steingold <sds@gnu.org>
1722
1723 * vc.el (vc-rename-file): DTRT when the destination is a directory
1724 name and the source is a file.
1725
1726 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
1729
1730 2008-06-12 Glenn Morris <rgm@gnu.org>
1731
1732 * progmodes/f90.el (f90-beginning-of-subprogram)
1733 (f90-end-of-subprogram): Only give a message when interactive.
1734
1735 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
1736
1737 * progmodes/cperl-mode.el (cperl-info-on-command):
1738 Use display-pixel-height rather than x-display-pixel-height.
1739
1740 * mail/rmailedit.el (rmail-cease-edit):
1741 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
1742
1743 * emulation/edt.el (edt-xserver):
1744 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
1745
1746 * emulation/edt-mapper.el: Drop test for Emacs < 19.
1747
1748 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
1749 Evaluate definitions when compiling. Reverse tests.
1750
1751 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
1752 use unless.
1753
1754 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
1755
1756 * textmodes/artist.el (x-pointer-shape):
1757 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
1758 (x-open-connection, x-server-max-request-size, x-get-resource):
1759 * term/w32console.el (x-setup-function-keys):
1760 * term/w32-win.el (x-parse-geometry, x-resource-name)
1761 (generate-fontset-menu, image-library-alist, x-open-connection)
1762 (setup-default-fontset, set-fontset-font, setup-default-fontset)
1763 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
1764 (x-get-resource):
1765 * term/mac-win.el (x-parse-geometry, x-resource-name)
1766 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
1767 (new-fontset, x-display-list, x-open-connection, x-get-resource):
1768 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
1769 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
1770 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
1771 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
1772 (tooltip-identifier-from-point, define-fringe-bitmap):
1773 * play/gamegrid.el (image-size):
1774 * play/bubbles.el (image-size):
1775 * mail/emacsbug.el (x-server-vendor, x-server-version):
1776 * international/mule-util.el (internal-char-font):
1777 * international/mule-diag.el (font-info, query-fontset, fontset-info)
1778 (fontset-alias-alist, fontset-list, fontset-plain-name):
1779 * international/mule-cmds.el (x-server-vendor, x-server-version):
1780 * international/fontset.el (font-encoding-charset-alist)
1781 (otf-script-alist, new-fontset, set-fontset-font)
1782 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
1783 (fontset-list, query-fontset, x-get-resource):
1784 * emulation/edt.el (x-server-vendor):
1785 * emulation/edt-mapper.el (x-server-vendor):
1786 * emacs-lisp/map-ynp.el (x-popup-dialog):
1787 * emacs-lisp/lmenu.el (x-popup-dialog):
1788 * x-dnd.el (x-window-property, x-change-window-property)
1789 (x-get-selection-internal):
1790 * woman.el (x-list-fonts):
1791 * w32-fns.el (x-server-version):
1792 * tooltip.el (x-show-tip, x-hide-tip):
1793 * tool-bar.el (image-mask-p):
1794 * thumbs.el (image-size):
1795 * term.el (overflow-newline-into-fringe):
1796 * subr.el (scroll-bar-scale):
1797 * startup.el (x-get-resource, tool-bar-mode, image-size):
1798 * select.el (x-get-selection-internal, x-own-selection-internal)
1799 (x-disown-selection-internal):
1800 * mouse.el (generate-fontset-menu):
1801 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
1802 * image.el (image-library-alist):
1803 * image-mode.el (image-size, image-refresh):
1804 * image-dired.el (clear-image-cache):
1805 * gs.el (x-display-mm-width, x-display-pixel-width)
1806 (x-display-mm-height, x-display-pixel-height)
1807 (x-change-window-property, x-display-grayscale-p, x-window-property):
1808 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
1809 (x-focus-frame, x-list-fonts, x-display-screens)
1810 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
1811 (x-display-mm-width, x-display-backing-store, x-display-save-under)
1812 (x-display-planes, x-display-color-cells, x-display-visual-class):
1813 * faces.el (internal-face-x-get-resource)
1814 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
1815 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
1816 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
1817 (x-parse-geometry, x-create-frame, x-setup-function-keys)
1818 (tool-bar-setup):
1819 * doc-view.el (clear-image-cache, image-size, tooltip-show):
1820 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
1821 * dframe.el (x-display-pixel-width, x-display-pixel-height):
1822 * descr-text.el (internal-char-font):
1823 Define for compiler, for builds without X.
1824
1825 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
1828
1829 2008-06-11 Glenn Morris <rgm@gnu.org>
1830
1831 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
1832 before trying to move there.
1833 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
1834 is non-nil, indent most terminating statements like loop body.
1835
1836 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
1837 Gregorian date, and add it, not the local date, to diary-entries-list.
1838 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
1839
1840 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * progmodes/compile.el (compilation-filter): Fix up last change.
1843
1844 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
1845
1846 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
1847 (gpm-mouse-mode): Make it into a proper global minor mode.
1848
1849 * files.el (save-some-buffers-action-alist): Only use recursive-edit
1850 if the user enabled recursive-minibuffers.
1851
1852 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1853 Add support for scroll-other-window.
1854
1855 2008-06-11 Jason Rumney <jasonr@gnu.org>
1856
1857 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
1858 Use tmm-menubar if menu is disabled in this frame.
1859
1860 * menu-bar.el (menu-bar-open): Determine how to open menu bar
1861 from frame type, per documentation. Add w32 case.
1862
1863 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1864
1865 * minibuffer.el (completion--merge-suffix): New function.
1866 (completion-basic-try-completion): Use it.
1867 (completion-pcm--find-all-completions): Add argument `filter'.
1868 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
1869 New functions.
1870 (completion-pcm-try-completion): Use them.
1871
1872 * xt-mouse.el (turn-on-xterm-mouse-tracking)
1873 (turn-off-xterm-mouse-tracking): Use terminal-list.
1874
1875 * cus-start.el (underline-minimum-offset): Rename from
1876 x-underline-minimum-display-offset.
1877
1878 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
1879
1880 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
1881
1882 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
1883
1884 * mouse.el (mouse-select-font): New function.
1885
1886 * faces.el (face-spec-recalc): When the face is set using
1887 Customize, avoid recalculating it twice.
1888
1889 * menu-bar.el (menu-set-font): New function. Bind "Set Default
1890 Font" menu item to it. Apply selected font to all frames, and
1891 make it savable.
1892 (menu-bar-options-save): Save `default' font if changed.
1893
1894 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1895
1896 * ffap.el (ffap-string-at-point-mode-alist):
1897 Use alpha rather than lower.
1898
1899 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
1900
1901 * subr.el (momentary-string-display): Use an overlay.
1902
1903 * progmodes/compile.el (compilation-mode):
1904 Set window-point-insertion-type.
1905 (compilation-filter): Don't use insert-before-markers any more.
1906 * emacs-lisp/trace.el (trace-make-advice):
1907 Set window-point-insertion-type in the trace buffer.
1908 * startup.el (normal-top-level): Set window-point-insertion-type in
1909 *Messages*.
1910 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
1911 (telnet-filter): Don't use insert-before-markers any more.
1912 * comint.el (comint-mode): Set window-point-insertion-type.
1913 (comint-output-filter): Don't use insert-before-markers any more.
1914 * button.el (make-text-button): Allow `start' to be a string.
1915
1916 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
1917
1918 * emacs-lisp/autoload.el (autoload-rubric):
1919 Fix coding cookie not to force Unix EOL.
1920
1921 2008-06-10 Martin Rudalics <rudalics@gmx.at>
1922
1923 * window.el (window--splittable-p, window--try-to-split-window):
1924 Don't use with-selected-window to avoid messing up get-lru-window.
1925 Reported by David Hansen <david.hansen@gmx.net>.
1926
1927 2008-06-10 Glenn Morris <rgm@gnu.org>
1928
1929 * subr.el (locate-library): Doc fix.
1930
1931 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
1932 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
1933 Check tool-bar-map is bound, for non-X builds.
1934
1935 * net/newsticker-reader.el (newsticker--next-item-image)
1936 (newsticker--previous-item-image, newsticker--previous-feed-image)
1937 (newsticker--next-feed-image, newsticker--mark-read-image)
1938 (ewsticker--mark-immortal-image, newsticker--narrow-image)
1939 (newsticker--get-all-image, newsticker--update-image)
1940 (newsticker--browse-image): Check xpm images are available.
1941 (newsticker--mark-read-image, newsticker--mark-immortal-image)
1942 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
1943
1944 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
1945 (newsticker--plainview-tool-bar-map, newsticker-mode):
1946 Check tool-bar-map is bound, for non-X builds.
1947 (w3m-toggle-inline-image): Declare.
1948
1949 * net/newsticker-backend.el (tool-bar-map): Don't declare.
1950
1951 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
1952
1953 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
1954 (finder-compile-keywords): Move let to where needed.
1955 (finder-mouse-face-on-line): Go back one more line if needed.
1956 (finder-list-matches): Use cadr.
1957 (finder-goto-xref): New function.
1958 (finder-commentary): Add buttons to jump to foo.el libraries.
1959
1960 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1961
1962 * apropos.el (apropos-function, apropos-macro, apropos-command)
1963 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1964 (apropos-plist): Add apropos-short-label property.
1965 (apropos-multi-type): New variables.
1966 (apropos-command, apropos-value): Set it.
1967 (apropos-compact-layout): New custom.
1968 (apropos-print, apropos-print-doc): Use it.
1969 (apropos-print): Truncate lines.
1970
1971 2008-06-09 Kenichi Handa <handa@m17n.org>
1972
1973 * international/fontset.el (font-encoding-alist):
1974 Add an entry for "ascii-0".
1975
1976 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
1977
1978 * language/hanja-util.el (hanja-init-load): Show the message only
1979 when loading a table.
1980
1981 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1982
1983 * net/newsticker-treeview.el (newsticker-treeview):
1984 * net/newsticker-plainview.el (newsticker-plainview):
1985 Add autoload cookie.
1986
1987 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1988
1989 * net/newsticker.el: Split up into newsticker-backend, -ticker,
1990 -reader, -plainview, and -treeview.
1991 (newsticker-version): Change to 1.99.
1992
1993 * net/newsticker-backend.el: New. Move backend functionality from
1994 newsticker.el to newsticker-backend.el.
1995 (newsticker--download-logos): New.
1996 (newsticker--sentinel-callback): New.
1997 (newsticker--set-customvar): Remove. Split up into specific
1998 functions related to retrieval, ticker, buffer, and display.
1999 (newsticker--set-customvar-retrieval): New. Extracted from
2000 `newsticker--set-customvar'.
2001 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
2002 (newsticker-url-list-defaults):
2003 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
2004 (newsticker-url-list): Doc changed. URL can be a function.
2005 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
2006 (newsticker-retrieval-method): New.
2007 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
2008 (newsticker-retrieval-interval):
2009 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
2010 (newsticker-desc-comp-max): Change :group.
2011 (newsticker--cache): Doc changed.
2012 (newsticker--guid-to-string): New.
2013 (newsticker--guid): Use `newsticker--guid-to-string'.
2014 (newsticker--real-feed-name): New.
2015 (newsticker--start-feed): New. Extracted from `newsticker-start'.
2016 (newsticker-start): Use `insert-file-contents' for reading cache.
2017 Use `newsticker--start-feed'.
2018 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
2019 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
2020 Use `newsticker--stop-feed'.
2021 (newsticker-save-item): New.
2022 (newsticker--get-news-by-funcall): New.
2023 (newsticker-get-news): Handle new retrieval methods.
2024 (newsticker--sentinel): Use `newsticker--sentinel-work'.
2025 (newsticker--sentinel-work): New. Extracted from
2026 `newsticker--sentinel'. Use `newsticker--download-logos',
2027 `newsticker--sentinel-callback'.
2028 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
2029 (newsticker--parse-atom-1.0): Fix link determination.
2030 (newsticker--parse-rss-0.91): Fix time determination.
2031 (newsticker--parse-rss-0.92): Fix time determination.
2032 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
2033 (newsticker--parse-generic-feed): New arg order in
2034 `newsticker--cache-add'.
2035 (newsticker--parse-generic-items): Fix for multiple items.
2036 New arg order in `newsticker--cache-add'.
2037 (newsticker--forget-preformatted): Check whether
2038 `newsticker--buffer-set-uptodate' is fbound.
2039 (newsticker--decode-iso8601-date): Handle fractions of seconds.
2040 (newsticker--decode-rfc822-date): Partial timezone handling.
2041 (newsticker--cache-contains): Fix guid problem.
2042 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
2043 (newsticker--cache-save): New.
2044 (newsticker--cache-update): Use temp buffer.
2045 (newsticker--stat-num-items): Allow multiple AGE args.
2046 (newsticker--stat-num-items-total): New.
2047 (newsticker--opml-import-outlines): New.
2048 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
2049 (newsticker--do-run-auto-mark-filter): Doc changed.
2050 (newsticker-retrieve-random-message): New.
2051
2052 * net/newsticker-ticker.el: New. Move ticker functionality from
2053 net/newsticker.el to net/newsticker-ticker.el.
2054 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
2055 `newsticker--ticker-timer'.
2056 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
2057 to `newsticker--ticker-timer'.
2058 (newsticker--set-customvar-ticker): New. Extracted from
2059 `newsticker--set-customvar'.
2060 (newsticker-ticker-interval): Rename `newsticker-display-interval'
2061 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
2062 for :set. Change :group.
2063 (newsticker-scroll-smoothly): Doc changed. Change :group.
2064 (newsticker-hide-immortal-items-in-echo-area)
2065 (newsticker-hide-old-items-in-echo-area)
2066 (newsticker-hide-obsolete-items-in-echo-area):
2067 Use `newsticker--set-customvar-ticker for :set. Change :group.
2068 (newsticker-start-ticker): Rename `newsticker--display-timer' to
2069 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
2070 to `newsticker-ticker-interval'.
2071 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
2072 `newsticker--ticker-timer'.
2073
2074 * net/newsticker-reader.el: New. Move reader functionality from
2075 net/newsticker.el to net/newsticker-reader.el.
2076 (newsticker--set-customvar-formatting): New. Extracted from
2077 `newsticker--set-customvar'.
2078 (newsticker-reader, newsticker-frontend): New.
2079 (newsticker-enable-logo-manipulations): Change :group.
2080 (newsticker-justification): Use `newsticker--set-customvar-formatting'
2081 for :set. Change :group.
2082 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
2083 for :set. Change :group.
2084 (newsticker-html-renderer): Doc changed.
2085 Use `newsticker--set-customvar-formatting' for :set. Change :group.
2086 (newsticker-date-format):
2087 Use `newsticker--set-customvar-formatting' for :set. Change :group.
2088 (newsticker--insert-enclosure):
2089 Rename `newsticker--buffer-insert-enclosure' to
2090 `newsticker--insert-enclosure'. Add keymap arg.
2091 (newsticker--print-extra-elements):
2092 Rename `newsticker--buffer-print-extra-elements' to
2093 `newsticker--print-extra-elements'. Add keymap arg.
2094 (newsticker--do-print-extra-element):
2095 Rename `newsticker--buffer-do-print-extra-element' to
2096 `newsticker--do-print-extra-element'. Add keymap arg.
2097 (newsticker-show-news): Use `newsticker-frontend'.
2098
2099 * net/newsticker-plainview.el: New. Move plainview functionality
2100 from net/newsticker.el to net/newsticker-reader.el.
2101 (newsticker-plainview): New.
2102 (newsticker--set-customvar-sorting): New. Extracted from
2103 `newsticker--set-customvar'.
2104 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
2105 for :set. Changed :group.
2106 (newsticker-heading-format, newsticker-item-format)
2107 (newsticker-desc-format, newsticker-statistics-format):
2108 Use `newsticker--set-customvar-formatting for :set. Change :group.
2109 (newsticker-faces): Change :group.
2110 (newsticker-default-face): Enable again.
2111 (newsticker-hide-old-items-in-newsticker-buffer)
2112 (newsticker-show-descriptions-of-new-items):
2113 Use `newsticker--set-customvar-buffer' for :set. Change :group.
2114 (newsticker-show-all-news-elements): Change :group.
2115 (newsticker-plainview-hooks): New.
2116 (newsticker-select-item-hook, newsticker-select-feed-hook)
2117 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
2118 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
2119 to `newsticker--plainview-tool-bar-map'.
2120 (newsticker--url-keymap): Add mouse-1 binding.
2121 (newsticker-plainview): New.
2122 (newsticker-mark-all-items-of-feed-as-read): Change doc.
2123 (newsticker--buffer-do-insert-text): Use renamed
2124 newsticker--[buffer-]insert-enclosure and
2125 newsticker--[buffer-]print-extra-elements.
2126 (newsticker--buffer-set-faces): Use newsticker-default-face.
2127
2128 * net/newsticker-treeview.el: New.
2129
2130 2008-06-08 Andreas Schwab <schwab@suse.de>
2131
2132 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
2133
2134 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
2135
2136 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
2137 empty line.
2138
2139 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
2140
2141 2008-06-08 Martin Rudalics <rudalics@gmx.at>
2142
2143 * window.el (split-height-threshold, split-width-threshold):
2144 Add choice nil.
2145 (split-window-preferred-function): Allow either nil or a function.
2146 (window--splittable-p, window--try-to-split-window):
2147 Handle changed option values.
2148
2149 (window--frame-usable-p): Handle nil argument.
2150
2151 (display-buffer): Call get-lru-window when pop-up-windows is nil
2152 and window can't be split.
2153
2154 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
2155
2156 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
2157
2158 * net/tramp.el (top): Quote feature names. Remove
2159 `tramp-rfn-eshadow-setup-minibuffer' from
2160 `rfn-eshadow-setup-minibuffer-hook' when unloading.
2161 (tramp-read-passwd): There is only one call to
2162 `auth-source-user-or-password' needed. Pacify byte compiler.
2163
2164 2008-06-08 Andreas Schwab <schwab@suse.de>
2165
2166 * window.el (display-buffer): Use lru window if current window
2167 cannot be split.
2168
2169 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * apropos.el (apropos-library): New command and new button.
2172 (apropos-library-button): New function.
2173
2174 * apropos.el: Remove spurious * in docstrings.
2175 (apropos-label-face): Use variable pitch.
2176 (apropos-print): Use dolist and with-current-buffer.
2177 (apropos-print-doc): Use when.
2178
2179 * window.el (special-display-p, display-buffer):
2180 Fix up C->Elisp transcription error.
2181
2182 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
2185 (byte-compile-file): Initialize it.
2186 (byte-compile-nogroup-warn): Keep track of the current group.
2187
2188 2008-06-08 Glenn Morris <rgm@gnu.org>
2189
2190 * Makefile.in (compile, compile-always, bootstrap-prepare):
2191 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
2192
2193 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
2194
2195 * language/hanja-util.el (hanja-init-load): Use a char-table for
2196 hanja-table.
2197 (hangul-to-hanja-char): Adjust for the above change.
2198
2199 2008-06-07 Glenn Morris <rgm@gnu.org>
2200
2201 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
2202 lm-keywords.
2203
2204 * mail/sendmail.el (mail-interactive): Add :version.
2205
2206 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
2207 obsolete alias.
2208
2209 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
2210 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
2211 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
2212 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
2213 * eshell/esh-util.el, international/mule-cmds.el:
2214 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
2215 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
2216 Remove unnecessary eval-when-compiles and eval-and-compiles.
2217
2218 * Makefile.in (bootstrap-clean): Run autogen-clean.
2219 (maintainer-clean): No need to run autogen-clean now it is included in
2220 bootstrap-clean.
2221
2222 2008-06-06 Miles Bader <miles@gnu.org>
2223
2224 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
2225
2226 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
2227
2228 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
2229 longlines mode.
2230
2231 * replace.el (replace-search-function)
2232 (replace-re-search-function): New vars.
2233 (perform-replace): Use them.
2234
2235 * longlines.el (longlines-re-search-forward): New function.
2236 (longlines-mode): Bind replace-search-function and
2237 replace-re-search-function, to ensure that replacement commands
2238 treat newlines as spaces.
2239 (longlines-show-effect): Default to a pilcrow sign.
2240
2241 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2242
2243 * help.el (function-called-at-point):
2244 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
2245 even when calling find-tag-default.
2246
2247 2008-06-06 Daniel Colascione <danc@merrillpress.com>
2248
2249 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
2250 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
2251 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
2252 (nxml-fontify-buffer, nxml-do-fontify):
2253 Remove obsolete variables and functions.
2254 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
2255 (nxml-degrade, nxml-after-change, nxml-after-change1)
2256 (nxml-extend-region, nxml-extend-after-change-region)
2257 (nxml-extend-after-change-region1, nxml-fontify-matcher)
2258 (nxml-toggle-char-ref-extra-display): Use font-lock, and
2259 font-lock-extend-region-functions in particular, to fontify
2260 nxml-mode buffers.
2261 (nxml-debug-region): New debugging helper function.
2262
2263 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
2264 (nxml-scan-after-change, nxml-move-tag-backwards):
2265 Adapt for font-lock changes.
2266
2267 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
2268 (nxml-debug-set-inside, nxml-debug-clear-inside):
2269 New debugging functions.
2270 (nxml-with-degradation-on-error): New helper macro.
2271
2272 2008-06-06 Martin Rudalics <rudalics@gmx.at>
2273
2274 * window.el (display-buffer): Remove dead call to get-lru-window.
2275
2276 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2277
2278 * mail/sendmail.el (mail-interactive): Change default.
2279
2280 2008-06-05 John Paul Wallington <jpw@pobox.com>
2281
2282 * bindings.el (completion-ignored-extensions):
2283 Add .p64fsl, .d64fsl, and .dx64fsl.
2284
2285 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2286
2287 * ffap.el (ffap-prompter): Don't use the region.
2288
2289 2008-06-05 Sam Steingold <sds@gnu.org>
2290
2291 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
2292 subdirectory to be registered.
2293
2294 2008-06-05 Martin Rudalics <rudalics@gmx.at>
2295
2296 * window.el (display-buffer-function, special-display-p)
2297 (special-display-buffer-names, special-display-regexps)
2298 (special-display-function, same-window-p, same-window-buffer-names)
2299 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
2300 (pop-up-frame-function, pop-up-windows, even-window-heights)
2301 (split-window-preferred-function, split-height-threshold)
2302 (window--display-buffer-1, display-buffer, pop-to-buffer):
2303 Move from window.c and buffer.c.
2304 (window--splittable-p, window--try-to-split-window)
2305 (window--frame-usable-p, window--display-buffer-2)
2306 (window--even-window-heights): New functions.
2307 (split-width-threshold): New option.
2308 (split-window-preferred-horizontally): Remove.
2309
2310 * cus-start.el: Remove corresponding declarations.
2311
2312 2008-06-05 Sam Steingold <sds@gnu.org>
2313
2314 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
2315 an error on modified buffers.
2316
2317 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * progmodes/etags.el (tags-verify-table): Be careful to use and update
2320 tags-file-name and tags-table-list from the right buffer.
2321 (tags-table-check-computed-list, tags-table-extend-computed-list)
2322 (find-tag-noselect): Use with-current-buffer.
2323
2324 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
2325 Use print-circle.
2326
2327 * minibuffer.el (minibuffer-local-must-match-filename-map):
2328 Declare obsolete alias for the old name.
2329
2330 * abbrev.el (unexpand-abbrev): Better preserve markers.
2331
2332 2008-06-05 Glenn Morris <rgm@gnu.org>
2333
2334 * emacs-lisp/autoload.el (autoload-rubric): New function,
2335 extracted from autoload-ensure-default-file.
2336 (autoload-ensure-default-file): Use autoload-rubric.
2337
2338 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
2339 (custom-dependencies-no-scan-regexp): New variable.
2340 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
2341 Don't scan files matching custom-dependencies-no-scan-regexp.
2342 Disable undo in the output buffer. Remove kept-new-versions wackiness.
2343
2344 * finder.el (finder-headmark): Initialize and add doc string.
2345 (generated-finder-keywords-file): Doc fix.
2346 (finder-no-scan-regexp): New variable.
2347 (finder-compile-keywords): Use a single let binding.
2348 Disable undo in the output buffer. Use autoload-rubric.
2349 Use mapc rather than mapcar. Don't scan files matching
2350 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
2351 rather than concat. Use directory-files to do regexp matching.
2352 No need to require jka-compr.
2353 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
2354 (finder-list-matches): Disable undo.
2355 (finder-commentary): Use let rather than let*. Disable undo.
2356 (finder-current-item): Use zerop.
2357 (finder-mode): Use define-derived-mode.
2358 (finder-exit): Doc fix. Use dolist.
2359
2360 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
2361 (custom-deps): Don't require $(lisp)/cus-load.el.
2362 (custom-deps, finder-data): Don't depend on autoloads.
2363 Should not be needed now, and doing so was causing make install to
2364 re-dump emacs post-bootstrap.
2365 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
2366 mid-build forces some things to be rebuilt.
2367
2368 2008-06-05 Miles Bader <miles@gnu.org>
2369
2370 * face-remap.el
2371 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
2372 (face-remap-remove-relative): Renamed from
2373 `remove-relative-face-remapping'.
2374 (face-remap-reset-base): Renamed from
2375 `set-default-base-face-remapping'.
2376 (face-remap-set-base): Renamed from `set-base-face-remapping'.
2377 (text-scale-increase): Renamed from `increase-buffer-face-height'.
2378 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
2379 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
2380
2381 * face-remap.el (variable-pitch-mode): Autoload.
2382
2383 2008-06-04 Sam Steingold <sds@gnu.org>
2384
2385 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
2386 Generate extra status headers for a Mercurial tree.
2387
2388 2008-06-04 John Paul Wallington <jpw@pobox.com>
2389
2390 * echistory.el (electric-history-map): Define within defvar.
2391 Add docstring.
2392
2393 * font-lock.el (font-lock-turn-off-thing-lock)
2394 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
2395 Use `bound-and-true-p'.
2396 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
2397 Doc fixes.
2398
2399 * international/ccl.el (define-ccl-program): Add `doc-string'
2400 declaration.
2401
2402 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
2403
2404 * face-remap.el (variable-pitch-mode): Reflow docstrings.
2405 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
2406
2407 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
2408
2409 * emacs-lisp/rx.el (rx): Doc fix.
2410
2411 2008-06-04 Markus Triska <markus.triska@gmx.at>
2412
2413 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
2414
2415 2008-06-04 Miles Bader <miles@gnu.org>
2416
2417 * face-remap.el (adjust-buffer-face-height): New function.
2418 Add autoloaded keybindings in ctl-x-map.
2419 (increase-buffer-face-height, decrease-buffer-face-height):
2420 Simplify interactive spec to just "p". Remove autoloaded keybindings.
2421
2422 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
2423
2424 * simple.el (line-move-1): If we did not move as far as desired,
2425 ensure that point-left and point-entered hooks are called.
2426
2427 2008-06-03 Sam Steingold <sds@gnu.org>
2428
2429 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
2430
2431 2008-06-03 John Paul Wallington <jpw@pobox.com>
2432
2433 * progmodes/make-mode.el (makefile-cleanup-continuations)
2434 (makefile-warn-suspicious-lines, makefile-warn-continuations):
2435 Use `derived-mode-p'.
2436
2437 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
2440 (ELCFILES): Update.
2441
2442 2008-06-03 Miles Bader <miles@gnu.org>
2443
2444 * face-remap.el: New file.
2445 * Makefile.in (ELCFILES): Add face-remap.elc.
2446
2447 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * progmodes/flymake.el (flymake-process-filter): Make sure the source
2450 buffer isn't dead.
2451
2452 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
2453 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
2454 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
2455 * obsolete/auto-show.el, obsolete/hscroll.el:
2456 Remove packages that were obsolete in Emacs-20, or that were obsolete
2457 in Emacs-21 and do not contain any more code.
2458
2459 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
2460 vc-client-mode is not set.
2461
2462 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
2463 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
2464
2465 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
2466 yet a bit more clever at distinguishing / from /.
2467
2468 2008-06-03 Kenichi Handa <handa@m17n.org>
2469
2470 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
2471
2472 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
2473
2474 * language/hanja-util.el: New file.
2475
2476 2008-06-03 Glenn Morris <rgm@gnu.org>
2477
2478 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
2479 Check that end-of-word follows "type".
2480
2481 2008-06-02 Daiki Ueno <ueno@unixuser.org>
2482
2483 * epa-file.el (epa-file-write-region): Write the entire buffer
2484 content if START is nil.
2485
2486 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
2487
2488 * select.el (x-get-selection): Fix typo.
2489
2490 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
2491
2492 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
2493 (describe-char): Use `looking-at-p', `string-match-p' when possible.
2494
2495 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2496
2497 * tar-mode.el (tar-header-block-summarize): Ensure one space around
2498 user&group.
2499
2500 2008-05-31 John Paul Wallington <jpw@pobox.com>
2501
2502 * help-fns.el (describe-variable-custom-version-info):
2503 Handle dotted `package-version' info.
2504
2505 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
2506
2507 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
2508
2509 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
2510
2511 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
2512 names and improve support for unregistered files.
2513
2514 2008-05-31 Glenn Morris <rgm@gnu.org>
2515
2516 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
2517 Remove shell variable `elc'. Split tests to hopefully be more portable.
2518 Fix `sel' assignment.
2519
2520 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
2521
2522 * minibuffer.el (completion-table-dynamic): Doc fix.
2523
2524 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2525
2526 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
2527 Try and return `unregistered' when applicable.
2528
2529 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2530 Don't encourage naming variables with "-flag".
2531
2532 2008-05-30 Glenn Morris <rgm@gnu.org>
2533
2534 * Makefile.in (update-elclist): Hide the warning when it does not apply,
2535 make it milder when it does.
2536 (autogen-clean): New target.
2537 (maintainer-clean): Use autogen-clean.
2538
2539 * calendar/diary-lib.el (diary-display-function): New name for
2540 diary-display-hook. Keep old name as obsolete alias. Doc fix.
2541 Change custom type and version.
2542 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
2543 (diary-fancy-display): Doc fixes.
2544 (diary-list-entries, diary-include-other-diary-files)
2545 (diary-mail-entries):
2546 Use diary-display-function rather than diary-display-hook.
2547
2548 * calendar/appt.el (appt-check): Use diary-display-function rather than
2549 diary-display-hook.
2550 * calendar/cal-x.el (calendar-dedicate-diary): Update for
2551 diary-display-function replacing diary-display-hook.
2552 * org/org-agenda.el (org-get-entries-from-diary): Also set
2553 diary-display-function.
2554
2555 * calendar/cal-html.el (cal-html-list-diary-entries):
2556 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
2557 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
2558 argument of diary-list-entries rather than setting diary-display-hook.
2559
2560 2008-05-30 Kenichi Handa <handa@m17n.org>
2561
2562 * international/mule-conf.el (utf-8-with-signature): Renamed from
2563 utf-8-sig.
2564 (utf-8-auto): Adjusted for the above change.
2565
2566 * international/mule-diag.el (describe-font): Don't check fontset
2567 here, and just call font-info. Get the default font by from the
2568 default face.
2569
2570 2008-05-29 Kenichi Handa <handa@m17n.org>
2571
2572 * international/mule-conf.el (utf-8-sig, utf-8-auto):
2573 New coding systems.
2574
2575 * international/mule.el (define-coding-system): Accept :bom for utf-8.
2576
2577 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
2578
2579 * international/utf-7.el (utf-7-encode): Use the right escape char
2580 depending on imap/nonimap encoding.
2581
2582 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
2585
2586 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
2587
2588 * icomplete.el (icomplete-prospects-height): Add :group.
2589
2590 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2591
2592 * icomplete.el (icomplete-prospects-length): Make obsolete.
2593 (icomplete-prospects-height): New var.
2594 (icomplete-completions): Use it.
2595
2596 2008-05-29 David Kastrup <dak@gnu.org>
2597
2598 * autoinsert.el (auto-insert): Add :link.
2599
2600 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2601
2602 * tar-mode.el (tar-header): New field `header-start'.
2603 (tar-header-block-tokenize): Set it when useful.
2604 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
2605 (tar-header-data-end): New function.
2606 (tar-summarize-buffer): Use it.
2607 (tar-next-line): Fix goal column for long usernames.
2608 (tar-expunge-internal): Use header-start.
2609 (tar-rename-entry): Handle ustar-style long names.
2610 (tar-alter-one-field): Add optional `descriptor' argument.
2611 (tar-subfile-save-buffer): Use it.
2612
2613 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2614
2615 * tar-mode.el (tar-header): New field `header-start'.
2616 (tar-header-block-tokenize): Set header-start for longlink entries.
2617 (tar-expunge-internal): Use header-start to expunge longlink entries.
2618
2619 * files.el (hack-local-variables): Don't signal an error if the local
2620 variable section is not properly terminated.
2621
2622 * emacs-lisp/easymenu.el (easy-menu-convert-item)
2623 (easy-menu-convert-item-1): Move the duplicate-generation outside of
2624 the caching so it also works for identical entries.
2625
2626 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
2627 (tar-mode): Use write-region-annotate-functions rather than
2628 write-contents-functions.
2629 (tar-extract): Remove unused var `pos'.
2630 (tar-subfile-save-buffer): Remove unused var `following-descs'.
2631 (tar-mode-write-file): Remove.
2632 (tar-write-region-annotate): New function.
2633
2634 * progmodes/flymake.el (flymake-save-buffer-in-file):
2635 * shadowfile.el (shadow-copy-file):
2636 * arc-mode.el (archive-*-write-file-member):
2637 * files.el (diff-buffer-with-file):
2638 * subr.el (with-temp-file): Pass nil to write-region.
2639 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
2640
2641 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
2642 the custom.
2643
2644 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
2645 to write-region.
2646
2647 2008-05-28 Glenn Morris <rgm@gnu.org>
2648
2649 * Makefile.in (update-elclist): Work around non-portability of "\"
2650 in various implementations of echo.
2651
2652 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2653
2654 * international/mule-diag.el (describe-current-coding-system):
2655 Don't assume selection-coding-system is always defined.
2656
2657 * tar-mode.el: Use defstruct and markers.
2658 (tar-setf): Remove.
2659 (tar-header): Use defstruct. Add `data-start' field.
2660 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
2661 (tar-desc-data-start): Remove (now called tar-header-data-start).
2662 (tar-roundup-512): New fun.
2663 (tar-header-block-tokenize): Receive a buffer position rather than
2664 a string. Handle @longLink here, be more careful about it.
2665 Create a marker for data-start.
2666 (tar-summarize-buffer): Don't handle @LongLink here any more.
2667 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
2668 data-start on the following entries any more.
2669 (tar-chown-entry, tar-chgrp-entry): Use read-number.
2670
2671 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
2672 (tar-header-offset): Remove.
2673 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
2674 Not permanent any more.
2675 (tar-data-buffer): New var.
2676 (tar-data-swapped-p, tar-change-major-mode-hook)
2677 (tar-mode-kill-buffer-hook): New funs.
2678 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
2679 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
2680 (tar-clear-modification-flags, tar-alter-one-field)
2681 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
2682 Change accordingly.
2683
2684 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
2685
2686 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
2687 (vc-dir-resynch-file): ... this. Update callers.
2688 Use vc-string-prefix-p. Ignore directory args.
2689 (vc-string-prefix-p): CSE.
2690 (vc-resynch-buffer): Restore conditional.
2691
2692 * vc-hooks.el (vc-after-save): Improve test.
2693 (vc-mode-line): Fix indentation.
2694
2695 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * calendar/parse-time.el (parse-time-months)
2698 (parse-time-weekdays): Add long-form month and day names.
2699
2700 2008-05-27 Glenn Morris <rgm@gnu.org>
2701
2702 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
2703
2704 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * vc-dispatcher.el (vc-string-prefix-p): New function.
2707 (vc-dir-parent-marked-p): Use it.
2708
2709 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
2710
2711 * vc.el (Problems): Remove fixed issues.
2712 (vc-expand-dirs): Avoid returning directories.
2713 (vc-dir): Fix C-x v v binding.
2714 (vc-make-backend-object): Fix name.
2715 (vc-dir-show-fileentry): Fix docstring.
2716 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
2717 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
2718 Reset the state for directories.
2719 (vc-dir-headers): Align labels.
2720 (vc-default-status-printer): Do no call prettify-state-info.
2721 (vc-deduce-fileset): Replace implementation with one based on a
2722 working older version.
2723 (vc-next-action): Use the new form of vc-deduce-fileset.
2724 Fix dealing with unregistered files.
2725
2726 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
2727 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
2728 (vc-dir-child-files): New function.
2729 (vc-dir-node-directory): New function.
2730 (vc-dir-update, vc-dir-parent-marked-p)
2731 (vc-dir-children-marked-p, vc-dir-mark-all-files)
2732 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
2733
2734 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
2735
2736 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
2739 (diff-font-lock-keywords, diff-context->unified)
2740 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
2741 (diff-hunk-text, diff-find-source-location): Use it.
2742 (diff-post-command-hook): Let the user edit the hunk headers.
2743
2744 2008-05-26 Andreas Schwab <schwab@suse.de>
2745
2746 * vc.el (vc-default-prettify-state-info): Fix formatting of an
2747 unknown state.
2748
2749 * tar-mode.el (tar-summarize-buffer): Comment fix.
2750
2751 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
2754
2755 2008-05-26 Glenn Morris <rgm@gnu.org>
2756
2757 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
2758
2759 2008-05-25 John Paul Wallington <jpw@pobox.com>
2760
2761 * proced.el (proced-next-line, proced-previous-line):
2762 Avoid calling `next-line' and `previous-line' from Lisp code.
2763
2764 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
2765
2766 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
2767 Use diary-ordinal-suffix.
2768
2769 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
2770
2771 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
2772 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
2773 (edebug-save-displayed-buffer-points, edebug-initial-mode)
2774 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
2775 (edebug-print-length, edebug-print-level, edebug-print-circle)
2776 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
2777 (edebug-global-break-condition, edebug-sit-for-seconds):
2778 Remove spurious * from defcustom docstrings.
2779 (edebug-unwrap*, edebug-signal, edebug-eval-display):
2780 Improve argument/docstring consistency.
2781 (edebug-test-coverage, edebug-gensym, edebug-read)
2782 (edebug-top-level-nonstop, edebug-eval-result-list)
2783 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
2784 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
2785 (edebug-display-freq-count): Reflow docstrings.
2786 (edebug-restore-status): Doc fix.
2787
2788 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2789
2790 * proced.el (proced-header-line): Use the :align-to 0 feature
2791 rather than computing the corresponding position manually.
2792 (proced-update): Don't hardcode point-min==1.
2793
2794 2008-05-24 Alan Mackenzie <acm@muc.de>
2795
2796 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
2797 if c-file-style is set to a non-string.
2798
2799 (c-neutralize-CPP-line): Surround by `save-excursion'.
2800 (c-neutralize-syntax-in-CPP): Optimize for speed.
2801
2802 2008-05-24 Glenn Morris <rgm@gnu.org>
2803
2804 * Makefile.in (update-elclist): New target, to update ELCFILES.
2805 (bootstrap-after): Run update-elclist.
2806
2807 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
2808
2809 * icalendar.el (icalendar-version): Increase to "0.19".
2810 (icalendar--date-style): New function.
2811 (icalendar--datetime-to-diary-date): Doc fix.
2812 Use icalendar--date-style.
2813 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
2814 (icalendar--convert-yearly-to-ical)
2815 (icalendar--convert-recurring-to-diary): Handle iso date style,
2816 use icalendar-date-style.
2817
2818 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
2819
2820 * vc.el (vc-delete-file): Make sure the buffer is deleted and
2821 vc-dir buffers are updated.
2822
2823 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * vc.el (vc-delete-file): Don't try to resynch the buffer.
2826
2827 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
2828
2829 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
2830 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
2831 (reftex-extra-bindings): Use it.
2832
2833 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
2834 away from the user-reserved keys.
2835
2836 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
2837 New vars.
2838 (ada-create-keymap): Use them.
2839
2840 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
2843 a properly-grouped regexp.
2844
2845 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
2846
2847 * progmodes/cap-words.el (capitalized-words-mode):
2848 Fix typos in docstring.
2849
2850 2008-05-23 Kenichi Handa <handa@m17n.org>
2851
2852 * international/mule-conf.el: Don't define the charset `emacs'
2853 here, just put :docstring, :short-name, and :long-name.
2854
2855 2008-05-22 Kenichi Handa <handa@m17n.org>
2856
2857 * international/mule-diag.el (font-show-log): Limit each listing
2858 to 20 items.
2859
2860 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
2861
2862 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
2863 (gdb-annotation-rules): New entry for "thread-changed".
2864 (gdb-thread-changed): New function.
2865
2866 2008-05-23 Glenn Morris <rgm@gnu.org>
2867
2868 * Makefile.in (SOURCES): Remove, unused.
2869 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
2870 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
2871 Exclude more '*loaddefs' files.
2872 (compile-always): Simplify '.elc' deletion.
2873
2874 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
2877 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
2878
2879 * minibuffer.el (completion-boundaries): Change calling
2880 convention, so `string' has the same semantics as in
2881 try-completion and all-completions.
2882 (completion-table-with-context, completion--embedded-envvar-table)
2883 (completion--file-name-table)
2884 (completion-pcm--find-all-completions): Adjust code accordingly.
2885
2886 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
2887
2888 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
2889 prune image-mode-winprops-alist, preventing it from growing
2890 indefinitely.
2891 (image-mode-reapply-winprops): Use it.
2892
2893 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
2894
2895 * net/netrc.el (netrc-machine): Always match if the port is not given.
2896
2897 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2898
2899 * minibuffer.el (completion-pcm--find-all-completions):
2900 Don't add pseudo-completions.
2901
2902 * icomplete.el (icomplete-eoinput): Remove.
2903 (icomplete-overlay): New var to replace it.
2904 (icomplete-tidy): Rewrite.
2905 (icomplete-exhibit): Use an overlay.
2906 (icomplete-completions): Use completion-all-sorted-completions.
2907 Obey completion-ignore-case.
2908
2909 * files.el (locate-dominating-file): Accept non-existing argument.
2910 (project-find-settings-file): Rewrite, using locate-dominating-file.
2911
2912 2008-05-22 Kenichi Handa <handa@m17n.org>
2913
2914 * faces.el (font-weight-table, font-slant-table, font-width-table):
2915 Delete them. Don't call internal-set-font-style-table.
2916
2917 * international/mule-diag.el (font-show-log): New function.
2918
2919 * international/fontset.el (script-representative-chars): Add more
2920 chars for latin. Add data for symbol.
2921 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
2922
2923 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * minibuffer.el (completion-all-sorted-completions): New var.
2926 (completion--flush-all-sorted-completions)
2927 (completion-all-sorted-completions): New functions.
2928 (minibuffer-force-complete): New command.
2929
2930 2008-05-21 Glenn Morris <rgm@gnu.org>
2931
2932 * files.el (c-postprocess-file-styles): Declare for compiler.
2933
2934 * Makefile.in: Allow for parallel byte-compiling.
2935 (ELCFILES): New variable.
2936 (.el.elc): Remove prerequisites from suffix rule. Print a message.
2937 (compile-first, compile-main, compile-last): New targets.
2938 (compile-always): Simplify - delete .elc files, then `make compile'.
2939
2940 * Makefile.in (compile-calc): Use glob rather than find.
2941 ($(lisp)/progmodes/cc-mode.elc): Use $@.
2942
2943 * eshell/esh-module.el: No need for cl when compiling.
2944
2945 * eshell/eshell.el (eshell-defgroup): New alias.
2946 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2947 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2948 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2949 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2950 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2951 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
2952 Autoload the custom group. Set generated-autoload-file.
2953 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
2954 for eshell-defgroup.
2955 * eshell/esh-module.el (eshell-load-defgroups): Remove.
2956 Require esh-groups rather than loading it.
2957
2958 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2959
2960 * proced.el (proced-header-line): New variable and new function.
2961 (proced-mode): Set header-line-format.
2962 (proced-update): Set proced-header-line.
2963 (proced-send-signal): Use proced-header-line.
2964
2965 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * macros.el (insert-kbd-macro): Use prin1-char.
2968
2969 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * minibuffer.el (completion-boundaries): New function.
2972 (completion--some): Delay errors.
2973 (complete-with-action, completion-table-with-context):
2974 Handle `boundaries' case.
2975 (completion--try-word-completion): Avoid partial-completion
2976 when the user hasn't entered anything yet.
2977 (minibuffer-local-map, minibuffer-local-filename-completion-map)
2978 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
2979 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
2980 Setup default keybindings.
2981 (completion--embedded-envvar-re): New var.
2982 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
2983 (completion--file-name-table): Handle `boundaries' case.
2984 (completion-pcm--pattern->regex): Avoid pathological backtracking.
2985 (completion-pcm--all-completions): Add a `prefix' arg.
2986 (completion-pcm--find-all-completions): New function.
2987 (completion-pcm-all-completions, completion-pcm-try-completion):
2988 Use it.
2989
2990 * icomplete.el (icomplete-completions): Don't use `predicate' with
2991 a table of a different type than `candidates'.
2992
2993 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2994
2995 * proced.el (proced-goal-column): Rename from proced-procname-column.
2996 (proced-goal-header-re): Rename from proced-procname-column-regexp.
2997 (proced-move-to-goal-column): Rename from proced-move-to-procname.
2998 (proced-header-face, proced-header-regexp): Remove.
2999 (proced-font-lock-keywords): Remove proced-header-face.
3000 (proced-header-alist, proced-sorting-schemes-re): New variables.
3001 (proced): Rename Proced buffer to *Proced*.
3002 (proced-next-line, proced-previous-line): New commands.
3003 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
3004 (proced-hide-processes): Do not treat first line as special.
3005 (proced-header-space): New function.
3006 (proced-update): Use header-line-format.
3007 Initialize proced-header-alist and proced-sorting-schemes-re.
3008 Set proced-goal-column. Include proced-command in mode-name.
3009 (proced-send-signal): Use header-line-format for *Marked
3010 Processes* buffer.
3011 (proced-sort): Restrict minibuffer completion to applicable
3012 sorting schemes.
3013 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
3014
3015 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * icomplete.el (icomplete-simple-completing-p):
3018 Allow icomplete-with-completion-tables to say "use it everywhere".
3019 (icomplete-completions): Obey completion-styles. Try to accommodate
3020 partial-completion style.
3021
3022 2008-05-20 Michael Olson <mwolson@gnu.org>
3023
3024 * files.el (project-find-settings-file): Change concat to
3025 expand-file-name.
3026
3027 2008-05-19 Tom Tromey <tromey@redhat.com>
3028
3029 * files.el (normal-mode): Call hack-project-variables.
3030 (hack-local-variables-confirm): Add 'project' argument.
3031 (hack-local-variables-apply): New function.
3032 (hack-local-variables): Use it.
3033 (project-class-alist, project-directory-alist): New variables.
3034 (project-get-alist): New function.
3035 (project-collect-bindings-from-alist)
3036 (project-collect-binding-list, set-directory-project)
3037 (project-find-settings-file, project-define-from-project-file)
3038 (hack-project-variables): New functions.
3039
3040 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
3043
3044 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
3045
3046 * faces.el (font-weight-table): Fix typo in docstring.
3047
3048 2008-05-18 David Hull <david@snap.com> (tiny change)
3049
3050 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
3051 (vc-hg-annotate-command): Allow white space before version number.
3052
3053 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
3054
3055 * calc/calc-yank.el (calc-register-alist): New variable.
3056 (calc-set-register, calc-get-register, calc-copy-to-register)
3057 (calc-insert-register, calc-add-to-register, calc-append-to-register)
3058 (calc-prepend-to-register): New functions.
3059
3060 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
3061 `calc-copy-to-register' and `calc-insert-register'.
3062 Autoload new register functions.
3063
3064 * calc/calc-help.el (calc-r-prefix-help): Add help for register
3065 functions.
3066
3067 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
3068
3069 * vc.el (Todo): Add known problems.
3070 (vc-dir-backend): New variable.
3071 (vc-dir): Set it.
3072 (vc-make-backend-object, vc-generic-status-printer)
3073 (vc-generic-state, vc-generic-status-fileinfo-extra)
3074 (vc-dir-extra-menu): Use it.
3075 (vc-generic-dir-headers): Remove, unused.
3076
3077 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
3078 vc-dir-prev-directory for consistency with vc-dir-previous-line.
3079 (vc-dir-mode-map): Fix bindings.
3080
3081 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
3082
3083 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
3084
3085 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
3086 operated on.
3087 (calc-kill-region): Kill entire lines.
3088
3089 2008-05-17 Glenn Morris <rgm@gnu.org>
3090
3091 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
3092 simplify initial value.
3093 (defezimage): Drop support for Emacs without defimage, use a featurep
3094 test rather than fboundp when defining, drop with-no-warnings.
3095 (ezimage-insert-over-text): Move featurep test inside
3096 add-text-properties.
3097
3098 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
3099
3100 * net/tramp.el (top-level): Load auth-source when compiling.
3101
3102 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
3103
3104 2008-05-17 Andreas Schwab <schwab@suse.de>
3105
3106 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
3107
3108 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
3109
3110 * vc.el (vc-annotate-show-diff-revision-at-line): Change
3111 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
3112
3113 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3114
3115 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
3116
3117 2008-05-17 Jim Meyering <meyering@redhat.com>
3118
3119 * ido.el (ido-save-history): Do not emit a trailing newline at the
3120 end of the ido history file.
3121
3122 2008-05-16 John Paul Wallington <jpw@pobox.com>
3123
3124 * vc-dispatcher.el (top-level): Revert previous change: require cl
3125 when compiling.
3126
3127 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3128
3129 * vc.el (vc-default-status-printer)
3130 (vc-default-prettify-state-info): Enhance the state prettyprinter
3131 to deal better with unknown states and indirect through it when
3132 painting vc-dir buffers.
3133
3134 2008-05-16 John Paul Wallington <jpw@pobox.com>
3135
3136 * vc-dispatcher.el (top-level): Don't require cl when compiling.
3137 (vc-dir-mode-map): Fix backquote.
3138 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
3139
3140 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
3143 Reported by Glenn Morris <rgm@gnu.org>.
3144
3145 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3146
3147 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
3148 the end of the file, it was good work at one time but has been
3149 stale since 1995 and may now be actively misleading.
3150 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
3151 CVS repository and module (assumptions for the latter a bit iffy).
3152 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
3153 SVN repository.
3154
3155 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * vc-rcs.el (vc-rcs-create-tag):
3158 * vc-sccs.el (vc-sccs-create-tag):
3159 Fix typo in error message and pass backend arg.
3160
3161 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
3162
3163 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
3164
3165 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
3166
3167 * net/tramp.el: Load auth-source library.
3168 (tramp-read-passwd): Use it for password, not login.
3169
3170 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
3171
3172 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
3173 (ses-print-cell): Use string-width, truncate-string-to-width,
3174 delete-region rather than length, substring, delete-char.
3175 (ses-setup): Set inhibit-point-motion-hooks to t.
3176 Calculate position by actually moving point rather than just using
3177 unibyte character length.
3178 (ses-mode): Set indent-tabs-mode to nil.
3179 (ses-center): Use string-width rather than length.
3180
3181 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
3182
3183 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
3184 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
3185 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
3186 vc-*-create-tag and vc-*-retrieve-tag respectively.
3187
3188 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
3189 unneeded defalias.
3190
3191 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
3192
3193 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
3194 about buffer names.
3195
3196 2008-05-15 Glenn Morris <rgm@gnu.org>
3197
3198 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
3199
3200 * org/org-exp.el (org-infojs-options-inbuffer-template):
3201 Fix declaration.
3202
3203 * progmodes/cc-mode.el (declare-function): Add compat definition.
3204 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
3205
3206 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
3207
3208 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
3209 list to a cons so the caller can get back both expanded and
3210 unexpanded filesets.
3211 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
3212 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
3213 Change handling of selection-set returns as required.
3214
3215 2008-05-15 John Paul Wallington <jpw@pobox.com>
3216
3217 * add-log.el (top-level): Don't require cl when compiling.
3218
3219 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
3220 (archive-*-extract): Use `zerop'.
3221 (archive-*-write-file-member): Use `or', use `zerop'.
3222
3223 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
3224
3225 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
3226 (ibuffer-mark-interactive, ibuffer-set-mark)
3227 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
3228 (ibuffer-map-lines, ibuffer-switch-format)
3229 (ibuffer-update-title-and-summary)
3230 (ibuffer-redisplay-engine): Use it.
3231
3232 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
3233 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
3234 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
3235 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
3236 (ibuffer-mark-read-only-buffers)
3237 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
3238
3239 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
3240 (define-ibuffer-column, define-ibuffer-sorter)
3241 (define-ibuffer-op, define-ibuffer-filter): Add declarations
3242 containing indentation specs, replacing equivalent top-level
3243 forms that set `lisp-indent-function' properties.
3244 (define-ibuffer-op): Use `derived-mode-p'.
3245 (define-ibuffer-filter): Remove redundant `concat' call.
3246
3247 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
3248
3249 * net/tramp.el (tramp-echo-mark): Update docstring.
3250 (tramp-echo-mark-marker): New defconst.
3251 (tramp-check-for-regexp): Use it.
3252
3253 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
3254
3255 * vc.el (vc-deduce-fileset): Do the right thing when visting a
3256 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
3257 as parent.
3258
3259 2008-05-14 John Paul Wallington <jpw@pobox.com>
3260
3261 * international/mule.el (convert-define-charset-argument):
3262 Remove period from end of error message.
3263 (coding-system-mnemonic): Doc fix.
3264 (ctext-pre-write-conversion): Doc fix.
3265
3266 2008-05-14 Simon Marshall <simon@gnu.org>
3267
3268 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
3269 from its default value and give it the risky-local-variable
3270 property (CVE-2008-2142).
3271
3272 2008-05-14 Kenichi Handa <handa@m17n.org>
3273
3274 * language/korean.el ("Korean"): Set `iso639-language'
3275 property to `ko'.
3276
3277 * language/japanese.el ("Japanese"): Set `iso639-language'
3278 property to `ja'.
3279
3280 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3281 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
3282 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
3283
3284 * international/mule-cmds.el (set-language-environment):
3285 Set current-iso639-language.
3286
3287 * international/fontset.el (setup-default-fontset): For kana, han,
3288 hangul, and cjk-misc, move an entry with font-spec at the end.
3289 (generate-fontset-menu): Exclue fontset-auto* from the list.
3290
3291 * composite.el (compose-chars-after): Assume that WINDOW is always
3292 non-nil.
3293
3294 * faces.el (font-weight-table, font-slant-table)
3295 (font-swidth-table): Declare them by defconst. Change the format
3296 of elements. Call internal-set-font-style-table after their
3297 declaration.
3298 (face-valid-attribute-values): Call font-family-list. Get values
3299 for width, weight, and slant from font-xxx-table.
3300
3301 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
3302
3303 2008-05-13 John Paul Wallington <jpw@pobox.com>
3304
3305 * ibuffer.el (ibuffer-buffer-file-name): New function.
3306 (define-ibuffer-column filename): Use it.
3307
3308 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
3309
3310 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * talk.el (talk): Simplify. Pass display arg to talk-add-display
3313 as a string.
3314 (talk-add-display): Simplify. Accept only string args.
3315
3316 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3317
3318 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
3319
3320 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * Makefile.in (bootstrap-prepare): Don't chmod files.
3323 (autoloads): Do it here instead, where it's actually needed.
3324
3325 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
3326
3327 * tool-bar.el (tool-bar-make-keymap): Account for the optional
3328 KEY-BINDING-DATA field in menu-item list.
3329
3330 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * dired.el (dired-read-dir-and-switches): Move things about to use less
3333 recursion during macroexpansion.
3334
3335 * dired.el (dired-read-dir-and-switches): Use read-file-name.
3336
3337 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
3338 completion-ignored-extension directories if there's something else.
3339 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
3340 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
3341 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
3342 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
3343 buffer-read-only -> inhibit-read-only.
3344
3345 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
3346
3347 * vc.el (vc-expand-dirs): Stop this function from tossing out
3348 explicitly specified files.
3349
3350 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3351
3352 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
3353 to `insert'.
3354
3355 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3356
3357 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
3358 cons. Use vc-annotate-backend.
3359 (with-vc-file, edit-vc-file): Remove unused macros.
3360
3361 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
3362
3363 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
3364 (smtpmail-try-auth-methods): Use it.
3365
3366 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
3369 (setf (nthcdr ..) ..) doesn't require CL at runtime.
3370
3371 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
3372
3373 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
3374
3375 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
3378 (vc-bzr-revision-completion-table): Use process-file.
3379 (vc-bzr-working-revision): Pass relative file names.
3380
3381 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
3382
3383 2008-05-11 Juri Linkov <juri@jurta.org>
3384
3385 * wid-edit.el (widget-image-directory): Change default image data
3386 subdirectory from "custom" to "images/custom".
3387
3388 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
3389 before recursive call to `Info-next-preorder' to not add
3390 intermediate nodes to the history.
3391
3392 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
3393
3394 * emulation/cua-base.el: Put isearch-scroll property
3395 on cua-scroll-up and cua-scroll-down.
3396
3397 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
3398
3399 * vc-hooks.el (vc-recompute-state): Remove (dead code).
3400
3401 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
3402
3403 * vc-dispatcher.el (ewoc): Require.
3404 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
3405
3406 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
3407
3408 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
3409
3410 * term/w32-win.el (x-colors):
3411 * term/mac-win.el (x-colors):
3412 * term/x-win.el (x-colors): Re-order colors.
3413
3414 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
3415
3416 * smerge-mode.el (smerge-command-prefix): Fix custom type.
3417
3418 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
3419
3420 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
3421 New functions implementing motion to next and previous directory.
3422
3423 * vc-arch.el (vc-arch-command):
3424 * vc-bzr.el (vc-bzr-command):
3425 * vc-cvs.el (vc-cvs-command):
3426 * vc-dispatcher.el (vc-do-command):
3427 * vc-git.el (vc-git-command):
3428 * vc-hg.el (vc-hg-command):
3429 * vc-mcvs.el (vc-mvcs-command):
3430 * vc-mtn.el (vc-mtn-command):
3431 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
3432 (vc-sccs-workfile-unchanged-p):
3433 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
3434 * vc-rcs.el (all methods): Remove assumption about what a nil
3435 argument to vc-do-command means. This means no buffer name needs
3436 to be hardcoded into the dispatcher layer, and it's better to be
3437 explicit anyway.
3438
3439 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
3440
3441 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
3442
3443 * vc.el: Update todo.
3444
3445 * vc-sccs.el (vc-sccs-dir-status):
3446 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
3447 backends and returning up to date files.
3448
3449 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
3450
3451 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3452
3453 * vc.el (vc-dir):
3454 * vc-hooks.el: Tweak the VC directory bindings. These are now
3455 documented in the manual.
3456
3457 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
3458 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
3459 (vc-dispatcher-selection-set): Allow callers to pass in an
3460 observer flag that says no buffer sync is required.
3461 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
3462 Use the observer flag.
3463
3464 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
3465
3466 * simple.el (start-file-process): Clarify docstring.
3467
3468 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3469
3470 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
3471 Remove stub implementations of, and references to, wash-log.
3472 * vc-rcs.el (vc-rcs-comment-history):
3473 * vc-cvs.el (vc-cvs-comment-history):
3474 Inline the code that used to be wash-log.
3475
3476 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
3477 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
3478 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
3479 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
3480 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
3481 (vc-rcs-print-log): Grok directories.
3482
3483 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * vc.el (vc-mark-resolved): Add `backend' argument.
3486 (vc-next-action): Pass it the backend.
3487 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
3488 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
3489 (vc-default-comment-history, vc-default-create-snapshot)
3490 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
3491 (vc-annotate-revision-previous-to-line)
3492 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
3493 * vc-svn.el (vc-svn-checkout):
3494 * vc-mcvs.el (vc-mcvs-checkout):
3495 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
3496 (vc-working-revision, vc-before-save, vc-mode-line):
3497 Prefer vc-call-backend to vc-call so as not to recompute the backend.
3498
3499 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
3500 state to be consistent since it's often an unwarranted restriction.
3501 Don't return the state either.
3502 (vc-next-action): Check that the state is consistent.
3503 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
3504 (vc-rollback, vc-update): Adapt to new return value of
3505 vc-deduce-fileset.
3506
3507 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
3508 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
3509 (vc-dispatcher-in-fileset-p): New fun.
3510 (vc-dispatcher-selection-set): Use it to properly handle directories.
3511
3512 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
3513
3514 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
3515 (vc-update): Remove unused let bindings.
3516
3517 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3518
3519 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
3520 (vc-diff, vc-revert, vc-rollback, vc-update):
3521 * vc-dispatcher.el (vc-dispatcher-selection-set):
3522 Get rid of 4 special cases in fileset selection. This involved
3523 changing the return value of (vc-deduce-fileset) so that it passes
3524 back a deduced state as well as a deduced back end.
3525
3526 2008-05-08 Sam Steingold <sds@gnu.org>
3527
3528 * progmodes/compile.el (compilation-minor-mode-map)
3529 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
3530 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
3531 to `compilation-minor-mode-map' (instead of an explicit `cons').
3532
3533 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
3534
3535 * org/org.el (org-modules, org-format-latex-options):
3536 * org/org-archive.el (org-archive-stamp-time)
3537 (org-archive-save-context-info):
3538 * org/org-faces.el (org-hide):
3539 * org/org-irc.el (org-irc-parse-link):
3540 * org/org-macs.el (org-call-with-arg, org-autoload):
3541 * org/org-mew.el (org-mew-store-link):
3542 * org/org-remember.el (org-remember-store-without-prompt)
3543 (org-remember-templates): Fix typos in docstrings.
3544
3545 * org/org-info.el (org-info-store-link): Remove leftover docstring.
3546
3547 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
3548 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
3549 (org-bbdb-anniv-split): Fix typos in docstrings.
3550
3551 * org/org-publish.el (org-publish-project-alist): Doc fixes.
3552 (org-publish-use-timestamps-flag): Reflow docstring.
3553 (org-publish-files-alist): Fix typos in docstring.
3554
3555 2008-05-07 Sam Steingold <sds@gnu.org>
3556
3557 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
3558 appears to be too aggressive with window removal.
3559
3560 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
3561
3562 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
3563 as pragma keywords.
3564 (verilog-pretty-expr): Support lining up assignments which include
3565 part selects.
3566 (verilog-mode): More portable check for the availability of
3567 hideshow support.
3568 (verilog-do-indent): Remove special indent for declarations inside
3569 a parenthetical list. The code is ill-advised, and doesn't work
3570 given the new user defined types.
3571 (verilog-set-auto-endcomments): Enhance function automatic
3572 endcomment to support functions that return user defined types.
3573 (verilog-mode): Add code to tell which-function-mode minor mode
3574 that Verilog supports this feature.
3575
3576 2008-05-08 Eli Zaretskii <eliz@gnu.org>
3577
3578 * epa-file.el: Require epa-hook.
3579
3580 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
3581
3582 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
3583 file-names clashes on 8+3 filesystems. Provide epa-hook.
3584
3585 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
3586 file-names clashes on 8+3 filesystems.
3587
3588 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
3589
3590 * org/org.el (org-read-date-get-relative): Interpret lone
3591 weekday abbreviation as relative to today.
3592
3593 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
3594
3595 * abbrev.el (define-abbrev-table):
3596 * composite.el (toggle-auto-composition):
3597 * json.el (json-alist-p, json-plist-p):
3598 * minibuffer.el (completion-table-with-predicate):
3599 * ps-mule.el (ps-mule-external-libraries):
3600 * emacs-lisp/advice.el (ad-special-form-p):
3601 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3602 * eshell/em-smart.el (eshell-review-quick-commands):
3603 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
3604 (python-skip-out, python-check-comint-prompt):
3605 Don't use `iff' in docstrings.
3606
3607 * international/robin.el (robin-package-alist): Fix typo in docstring.
3608 (robin-current-package-name): Doc fix.
3609 (robin-activate): Don't use `iff' in docstring.
3610
3611 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
3612
3613 * vc.el, vc-dispatcher.el: VC-Dired support removed.
3614 The code uses a ewoc-based implementation now.
3615 * vc-hooks.el: Support for Meta-CVS has been removed.
3616
3617 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * tool-bar.el: Choose images dynamically.
3620 (tool-bar-make-keymap, tool-bar-find-image): New function.
3621 (tool-bar-find-image-cache): New var.
3622 (tool-bar-local-item, tool-bar-local-item-from-menu):
3623 Don't select the image yet, do it later in tool-bar-make-keymap.
3624
3625 2008-05-07 Andreas Schwab <schwab@suse.de>
3626
3627 * window.el: Require 'cl when compiling.
3628
3629 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
3632
3633 2008-05-07 Glenn Morris <rgm@gnu.org>
3634
3635 * subr.el (ignore-errors): Move here from cl-macs.el.
3636 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
3637
3638 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
3639 oddness.
3640
3641 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
3642
3643 * vc-hooks.el (vc-find-file-hook):
3644 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
3645 further from vc.el.
3646 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
3647
3648 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
3649
3650 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
3651 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
3652 (verilog-auto-inout, verilog-auto-inout-module)
3653 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
3654 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
3655 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
3656 (verilog-auto-sense-sigs, verilog-auto-tieoff)
3657 (verilog-auto-unused, verilog-auto-wire)
3658 (verilog-decls-get-assigns, verilog-decls-get-consts)
3659 (verilog-decls-get-gparams, verilog-decls-get-inouts)
3660 (verilog-decls-get-inputs, verilog-decls-get-outputs)
3661 (verilog-decls-get-ports, verilog-decls-get-regs)
3662 (verilog-decls-get-signals, verilog-decls-get-wires)
3663 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
3664 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
3665 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
3666 (verilog-inject-sense, verilog-library-filenames)
3667 (verilog-mode-release-date, verilog-mode-version)
3668 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
3669 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
3670 (verilog-modi-get-assigns, verilog-modi-get-consts)
3671 (verilog-modi-get-gparams, verilog-modi-get-inouts)
3672 (verilog-modi-get-inputs, verilog-modi-get-outputs)
3673 (verilog-modi-get-ports, verilog-modi-get-regs)
3674 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
3675 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
3676 (verilog-modi-get-wires, verilog-preserve-cache)
3677 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
3678 (verilog-read-sub-decls, verilog-read-sub-decls-line)
3679 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
3680 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
3681 Add caching of additional state, and rework signal extraction
3682 routines to improve AUTO expansion performance by 300%++.
3683
3684 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
3685
3686 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3687 Tweak Open Watcom regexp to distinguish between errors and warnings.
3688
3689 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3690
3691 * dired.el (dired-read-dir-and-switches): Fix up last change.
3692
3693 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
3694
3695 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
3696 out of this function, move it to vc-dispatcher-selection-set.
3697
3698 2008-05-05 Sam Steingold <sds@gnu.org>
3699
3700 * window.el (delete-other-windows-vertically): New function.
3701
3702 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * dired.el (dired-read-dir-and-switches):
3705 Obey read-file-name-completion-ignore-case.
3706
3707 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
3708
3709 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3710 Add regexp for Open Watcom compiler output.
3711
3712 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
3713
3714 * progmodes/python.el (python-block-pairs): Align finally with except.
3715
3716 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3717
3718 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
3719
3720 2008-05-05 Tom Tromey <tromey@redhat.com>
3721
3722 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
3723 looking at conflict marker.
3724
3725 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3726
3727 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
3728 client-mode -> vc-client-object, and guess `funcall' was meant.
3729 (vc-dir-mode): Rename client-mode -> vc-client-mode.
3730
3731 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3732
3733 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
3734 (dbus-debug): Move declarations outside eval-when-compile.
3735
3736 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3737
3738 * proced.el (proced-command-alist): Fix system-type values.
3739 Fix defcustom.
3740 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
3741 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3742 (proced-sort-start, proced-sort, proced-sort-time): New commands.
3743 (proced-update): Use proced-sorting-scheme. Update modeline.
3744 (proced-send-signal): Use nreverse.
3745 (proced-sorting-scheme-p): New function.
3746
3747 2008-05-04 Andreas Schwab <schwab@suse.de>
3748
3749 * vc.el: Require dired when compiling.
3750
3751 * minibuffer.el (completion--insert-strings): Don't delete past bol.
3752
3753 2008-05-03 Glenn Morris <rgm@gnu.org>
3754
3755 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
3756 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
3757 Simplify compilation requirements.
3758 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
3759 declarations.
3760
3761 2008-05-03 Dave Love <fx@gnu.org>
3762
3763 * progmodes/python.el (python-beginning-of-statement):
3764 Loop at least once (fixes 2008-02-21 change).
3765
3766 2008-05-03 Eli Zaretskii <eliz@gnu.org>
3767
3768 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
3769 instead of `length' for comparing length of user and group names.
3770
3771 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
3772
3773 * vc-dispatcher.el: New file, separates out the UI and command
3774 execution machinery from VCS-specific logic left in vc.el.
3775 The separation is not yet completely clean, but it's a good start.
3776 * vc.el: This file is about 1700 lines shorter now.
3777 Remove obsolete logentry-check from the backend API.
3778 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
3779 implementation of the logentry-check method, and it guarded against
3780 a log length limit that has probably been obsolete for 15 years (!).
3781
3782 2008-05-02 Sam Steingold <sds@gnu.org>
3783
3784 * progmodes/compile.el (compilation-start): Move setting of
3785 compilation-directory after (funcall mode) as that resets local
3786 variables, this fixes recompile in grep buffers.
3787 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
3788
3789 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3790
3791 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
3792 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3793 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
3794 has one of these and that all are called in compatible ways.
3795 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
3796 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3797 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
3798 backend has one of these.
3799
3800 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
3803 initialization into define-abbrev-table. Use :regexp.
3804 (octave-mode-syntax-table): Don't set word syntax for `.
3805
3806 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
3807 than only value.
3808
3809 * dired.el (dired-read-dir-and-switches):
3810 Set minibuffer-completing-file-name and call substitute-in-file-name.
3811 (dired-format-columns-of-files): Use completion--insert-strings.
3812
3813 * minibuffer.el (completion-hilit-commonality): Revert last change:
3814 the leftover code was actually useful.
3815 (completion--insert-strings): Use string-width rather than length.
3816
3817 2008-05-02 Sam Steingold <sds@gnu.org>
3818
3819 * vc.el (vc-dir-mode-map): Enable mouse bindings.
3820 (vc-at-event): New macro: run the body at the even location.
3821 (vc-dir-menu, vc-dir-toggle-mark): Use it.
3822 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
3823 * subr.el (mouse-event-p): Check if the event is mouse-related.
3824
3825 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
3826
3827 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3828 Don't throw error if no file is found.
3829
3830 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
3831
3832 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
3833 (vc-default-state-heuristic): Doc fix.
3834
3835 2008-05-02 Richard Sharman <rsharman@pobox.com>
3836
3837 * hilit-chg.el (highlight-changes-mode): Remove references to
3838 hooks that no longer exist. Because define-minor-mode is used the
3839 hook highlight-changes-mode-hook exists and can do what both the
3840 old hooks used to do. The documentation at the top of the file
3841 was updated to demonstrate this.
3842 (highlight-changes-mode): Remove commented out call to a hook
3843 function that is no longer there.
3844 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
3845
3846 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3847
3848 * vc.el (vc-default-dired-state-info): Change name of primitive
3849 to prettify-state-info, in preparation for ripping out dired mode.
3850 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
3851 to prettify-state-info, in preparation for ripping out dired mode.
3852 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
3853 tries this on a version-controlled buffer. It will do useless or
3854 actively bad things on any version control system newer than RCS.
3855 * vc-hooks.el (vc-dired-resynch-file):
3856 * vc.el (vc-dired-resynch-file): Change name of primitive to
3857 vc-directory-resynch-file, preparing to remove dired.
3858
3859 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3860
3861 * vc-rcs.el (vc-rcs-state): Fix typos.
3862
3863 * vc.el (vc-register): Change argument order so that the prefix
3864 argument is assigned correctly.
3865 (vc-next-action, vc-dir-register): Update for the above change.
3866
3867 2008-05-01 Juri Linkov <juri@jurta.org>
3868
3869 * replace.el (occur-read-primary-args): Set default to the car of
3870 regexp-history and display it in the prompt, but don't add to the
3871 list of minibuffer defaults. Bind history-add-new-input to nil to
3872 not add automatically `default'. For empty input return `default'.
3873 Otherwise, add `input' to regexp-history and return it.
3874 (occur-1): Signal an error for the empty regexp.
3875
3876 * progmodes/compile.el (compilation-auto-jump):
3877 Set window point to `pos' explicitly.
3878
3879 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
3880
3881 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
3882 when appropriate.
3883 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
3884 we report the 'unregistered state reliably.
3885 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
3886 we report the 'unregistered state reliably.
3887 * vc-git.el (vc-git-state): Call vc-git-unregistered so
3888 we report the 'unregistered state reliably.
3889 * vc-hooks (vc-state): Document that vc-unregistered is
3890 now expected to be returned reliably.
3891 * vc.el (vc-default-dired-state): Change needs-patch state to
3892 needs-update, since the name now shows up in dir-status listings
3893 and was somewhat misleading.
3894 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
3895 immediately after removing the file.
3896 * vc.el (vc-next-action): More informative messages when a fileset
3897 is in a mixed state or files are missing.
3898
3899 2008-05-01 Sam Steingold <sds@gnu.org>
3900
3901 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
3902
3903 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3904
3905 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
3906
3907 2008-05-01 Daiki Ueno <ueno@unixuser.org>
3908
3909 * epa-file-hook.el: New file split from epa-file.el.
3910 * epa-file.el: Require 'epa-file-hook.
3911 (epa-file-handler): Add autoload cookie.
3912 * loadup.el: Load epa-file-hook.
3913 * startup.el (command-line): Eval the body of auto-encryption-mode.
3914
3915 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3916
3917 * vc.el (vc-dir-mode-map): Don't bind "r".
3918
3919 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
3920 (vc-hg-status-printer): New function.
3921 (vc-hg-after-dir-status): Deal with copied and renamed files.
3922 (vc-hg-dir-status): Add flag to show copied files.
3923
3924 2008-05-01 John Paul Wallington <jpw@pobox.com>
3925
3926 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
3927 (ibuffer-do-sort-by-recency): Reverse sorting order if last
3928 sorting mode was recency.
3929
3930 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
3931 reverse sorting order if last sorting mode was the sorter's.
3932
3933 2008-05-01 Jason Rumney <jasonr@gnu.org>
3934
3935 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
3936
3937 2008-04-30 John Paul Wallington <jpw@pobox.com>
3938
3939 * ibuffer.el (define-ibuffer-column filename): When the major mode
3940 is `vc-dir-mode' show the buffer's default directory.
3941
3942 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
3943 major mode is `vc-dir-mode' use the buffer's default directory.
3944
3945 2008-04-30 Sam Steingold <sds@gnu.org>
3946
3947 * vc.el (vc-dir-delete-file): Add.
3948 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
3949 (vc-delete-file): Do not barf when the file has been already deleted.
3950
3951 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3952
3953 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
3954
3955 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * progmodes/octave-mod.el (octave-help): New function.
3958 * progmodes/octave-hlp.el: Delete.
3959 * info-look.el (octave-mode): Add operator index.
3960
3961 * vc.el (vc-checkout): Typo.
3962
3963 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3964
3965 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
3966 Add "..." in the appropriate places.
3967
3968 * epa.el (epa-key-list-mode-map): Add more menu entries.
3969 Add "..." in the appropriate places.
3970
3971 * dired.el (dired-mode-map): Add :help.
3972
3973 * vc.el (vc-deduce-fileset): Add new parameter.
3974 (vc-dir-marked-only-files): New function.
3975 (vc-next-action): Don't ignore directories, look at the files
3976 inside them.
3977 (vc-dir-mode): Document how the mark/unmark commands work.
3978
3979 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3982 Rule out trailing spaces in file and directory names as well.
3983
3984 * minibuffer.el (completion--do-completion): Move point even if the
3985 completion makes no change.
3986 (completion-pcm-try-completion): Fix computation of new point.
3987
3988 2008-04-30 David Hansen <david.hansen@gmx.net>
3989
3990 * dired.el: Require 'cl.
3991
3992 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
3993
3994 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
3995 hollow if not in innermost frame.
3996
3997 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 Make `checkout-model' apply to filesets.
4000 * vc-hooks.el (vc-checkout-model): Rewrite.
4001 (vc-before-save, vc-after-save): Adjust callers accordingly.
4002 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
4003 (vc-transfer-file): Adjust callers accordingly.
4004 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
4005 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
4006 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
4007 instead of vc-checkout-model.
4008 * vc-mcvs.el (vc-mcvs-revert):
4009 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
4010 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
4011 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
4012 * vc-svn.el (vc-svn-checkout-model):
4013 * vc-hg.el (vc-hg-checkout-model):
4014 * vc-git.el (vc-git-checkout-model):
4015 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
4016
4017 * dired.el (dired-read-dir-and-switches): Replace last change with
4018 a new approach that mixes read-file-name and read-directory-name.
4019
4020 * files.el (read-buffer-to-switch):
4021 Avoid making assumptions about `other-buffer'.
4022
4023 2008-04-29 Sam Steingold <sds@gnu.org>
4024
4025 * vc.el (vc-dir-mode-hook): Add normal hook.
4026 (vc-dir-mode): Run it.
4027
4028 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
4029
4030 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
4031 Always split windows.
4032 (gdb-speedbar-timer-fn): Only raise frame after user input.
4033 (gdb-same-frame): Reverse initial value.
4034 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
4035
4036 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
4037 gdb-speedbar-timer-fn.
4038
4039 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
4042
4043 2008-04-29 Daiki Ueno <ueno@unixuser.org>
4044
4045 * epa.el (epa-key-list-mode-map): Add menu.
4046 (epa-delete-keys, epa-import-keys): Fix typo.
4047
4048 2008-04-29 Glenn Morris <rgm@gnu.org>
4049
4050 * find-cmd.el (top-level): Does not need cl when compiling.
4051
4052 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
4053
4054 * find-cmd.el: New file.
4055
4056 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4057
4058 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
4059 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
4060 (completion-pcm--hilit-commonality): New function.
4061 (completion-pcm-all-completions): Use it.
4062
4063 * minibuffer.el (completion-common-substring): Mark obsolete.
4064 (completions-first-difference, completions-common-part):
4065 Move from simple.el.
4066 (completion-hilit-commonality): New fun.
4067 (display-completion-list, completion-emacs21-all-completions)
4068 (completion-emacs22-all-completions): Use it.
4069 * simple.el (completions-first-difference, completions-common-part):
4070 Move to minibuffer.el.
4071 (choose-completion-string): Use field functions and minibufferp.
4072 (completion-setup-function): Don't set completions faces.
4073
4074 2008-04-29 Glenn Morris <rgm@gnu.org>
4075
4076 * calendar/calendar.el (calendar-nth-named-absday)
4077 (calendar-nth-named-day):
4078 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
4079 * calendar/holidays.el (holiday-float): Doc fixes.
4080
4081 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
4082 the `full' case.
4083
4084 * org/org-agenda.el (calendar-iso-from-absolute):
4085 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
4086 Fix declarations.
4087
4088 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
4089
4090 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
4091 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
4092 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
4093 (gdb-assembler-custom): Be careful not to match other addresses.
4094
4095 2008-04-29 Jason Rumney <jasonr@gnu.org>
4096
4097 * battery.el (battery-status-function): Use w32-battery-status
4098 on Windows.
4099 (battery-echo-area-format): Make apm format the general case.
4100 (battery-mode-line-format): Merge apm and pmset formats as the
4101 general case.
4102
4103 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
4104
4105 * progmodes/gdb-ui.el (gdb-info-stack-custom):
4106 Use gud-tool-bar-item-visible-no-fringe.
4107 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
4108 is already visible in frame. Remove optional size parameter
4109 and add optional frame parameter.
4110
4111 * progmodes/gud.el (gud-display-line): Only consider visible
4112 frames when looking for source buffer.
4113
4114 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
4115
4116 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
4117 argument to get-char-property, in case the current buffer hasn't
4118 been assigned to that window yet.
4119 (doc-view-display): Default to selected window if the current
4120 buffer hasn't been assigned to a window yet.
4121
4122 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
4123
4124 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
4125
4126 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
4127
4128 * net/tramp.el (tramp-mode): New defcustom.
4129 (tramp-file-name-handler, tramp-completion-file-name-handler):
4130 Use it.
4131 (tramp-replace-environment-variables): Handle "$$".
4132
4133 2008-04-28 Sam Steingold <sds@gnu.org>
4134
4135 * vc-hg.el (vc-hg-rename-file): Fix argument order.
4136
4137 2008-04-28 Bastien Guerry <bzg@altern.org>
4138
4139 * whitespace.el (whitespace-trailing): Fix typo.
4140
4141 2008-04-28 Sam Steingold <sds@gnu.org>
4142
4143 * textmodes/remember.el (diary-make-entry): Update the autoload.
4144
4145 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4146
4147 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
4148 all-completions.
4149
4150 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
4151
4152 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
4153
4154 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4155
4156 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
4157 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
4158 (vc-dir-mark-file): Add an optional argument.
4159 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
4160
4161 2008-04-27 Daiki Ueno <ueno@unixuser.org>
4162
4163 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
4164 rather than obsolete alias find-file-hooks.
4165 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
4166 Use find-file-hook rather than obsolete alias find-file-hooks.
4167 Add to find-file-not-found-functions.
4168 (epa-file-handler): Put 'safe-magic and 'operations properties.
4169
4170 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
4171 (epa-menu-items): Remove.
4172
4173 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
4174 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
4175 (epa-dired-mode, epa-global-dired-mode): Remove.
4176
4177 * dired.el (dired-mode-map): Bind encryption/decryption commands.
4178
4179 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
4180
4181 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
4182
4183 2008-04-27 Glenn Morris <rgm@gnu.org>
4184
4185 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
4186 Remove un-needed local `orig-list'. Replace cl `copy-list'.
4187
4188 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
4189
4190 * org/org.el (org-html-level-start): Always have id's in HTML.
4191 (org-export-as-html): Use `org-link-protocols' to
4192 retrieve the export form of the link.
4193 (org-add-link-type): Final parameter renamed from PUBLISH.
4194 Better documentation of how it is to be used. Avoid double entries for
4195 the same link type.
4196 (org-add-link-props): New function.
4197 (org-modules-loaded): New variable.
4198 (org-load-modules-maybe, org-set-modules): New function.
4199 (org-modules): New option.
4200 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
4201 (orgtbl-mode, org-store-link, org-insert-link-global)
4202 (org-open-at-point): Call `org-load-modules-maybe'.
4203 (org-search-view): Add more text properties.
4204 (org-agenda-schedule, org-agenda-deadline): Allow also in
4205 search-type agendas.
4206 (org-search-view): Order of arguments has been changed.
4207 Interpret prefix-arg as TODO-ONLY.
4208 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
4209 Take new argument order of `org-search-view' into account.
4210 (org-todo-only): New variable.
4211 (org-search-syntax-table): New variable and function.
4212 (org-search-view): Do the search with the special syntax table.
4213 (define-obsolete-function-alias): Make work with XEmacs.
4214 (org-add-planning-info): Use old date as default when modifying an
4215 existing deadline or scheduled item.
4216 (org-agenda-compute-time-span): Make argument N optional.
4217 (org-agenda-format-date-aligned): Require `cal-iso'.
4218 (org-agenda-list): Include week into agenda heading, don't
4219 list it at each date (only on Mondays).
4220 (org-read-date-analyze): Define local variable `iso-date'.
4221 (org-agenda-format-date-aligned): Remove dependency on
4222 `calendar-time-from-absolute'.
4223 (org-remember-apply-template, org-go-to-remember-target):
4224 Interpret filenames relative to `org-directory'.
4225 (org-complete): Silently fail when trying to complete
4226 keywords that don't have a default value.
4227 (org-get-current-options): Add a #+DATE: option.
4228 (org-additional-option-like-keywords): Remove "DATE:" from the
4229 list of additional keywords.
4230 (org-export-as-html): Remove (current-time) as unnecessary second
4231 argument of `format-time-string'.
4232 (org-clock-find-position): Handle special case at end of buffer.
4233 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
4234 `org-agenda-change-time-span'.
4235 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
4236 `org-agenda-change-time-span'.
4237 (org-agenda-month-view): New argument MONTH, pass it on to
4238 `org-agenda-change-time-span'.
4239 (org-agenda-year-view): New argument YEAR, pass it on to
4240 `org-agenda-change-time-span'.
4241 (org-agenda-change-time-span): New optional argument N, pass it on
4242 to `org-agenda-compute-time-span'.
4243 (org-agenda-compute-time-span): New argument N, interpret it by
4244 changing the starting day.
4245 (org-small-year-to-year): New function.
4246 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
4247 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
4248 into the future, and that the shift is at least one interval, never 0.
4249 (org-update-checkbox-count): Fix bug with checkbox counting.
4250 (org-add-note): New command.
4251 (org-add-log-setup): Rename from `org-add-log-maybe'.
4252 (org-log-note-headings): New entry for plain notes (i.e. notes not
4253 related to state changes or clocking).
4254 (org-get-org-file): Check for availability of `remember-data-file'.
4255 (org-cached-entry-get): Allow a regexp value for
4256 `org-use-property-inheritance'.
4257 (org-use-property-inheritance): Allow regexp value. Fix bug in
4258 customization type.
4259 (org-use-tag-inheritance): Allow a list and a regexp value for
4260 this variable.
4261 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
4262 (org-entry-get): Respect value `selective' for the INHERIT argument.
4263 (org-tag-inherit-p, org-property-inherit-p): New functions.
4264 (org-agenda-format-date-aligned): Allow 10 characters for
4265 weekday, to acomodate German locale.
4266 (org-add-archive-files): New function.
4267 (org-agenda-files): New argument `ext', to get archive files as well.
4268 (org-tbl-menu): Protect the use of variables that
4269 are only available when org-table.el gets loaded.
4270 (org-read-agenda-file-list): Error if `org-agenda-files' is a
4271 single directory.
4272 (org-open-file): Allow a batch process to trigger
4273 waiting after executing a system command.
4274 (org-store-link): Link to headline when there is not
4275 target and no region in an org-mode buffer when creating a link.
4276 (org-link-types-re): New variable.
4277 (org-make-link-regexps): Compute `org-link-types-re'.
4278 (org-make-link-description-function): New option.
4279 (org-agenda-date, org-agenda-date-weekend): New faces.
4280 (org-archive-sibling-heading): New option.
4281 (org-archive-to-archive-sibling): New function.
4282 (org-iswitchb): New command.
4283 (org-buffer-list): New function.
4284 (org-agenda-columns): Also try the #+COLUMNS line in
4285 the buffer associated with the entry at point (or with the first
4286 entry in the agenda view).
4287 (org-modules): Add entry for org-bibtex.el.
4288 (org-completion-fallback-command): Move into `org-completion' group.
4289 (org-clock-heading-function): Move to `org-progress' group.
4290 (org-auto-repeat-maybe): Make sure that a note can
4291 be enforces if `org-log-repeat' is `note'.
4292 (org-modules): Allow additional symbols for external packages.
4293 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
4294 (org-clock-goto): Hide drawers after showing an
4295 entry with `org-clock-goto'.
4296 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
4297 Try also a clocktable block shift.
4298 (org-clocktable-try-shift): New function.
4299 (org-columns-hscoll-title): New function.
4300 (org-columns-previous-hscroll): New variable.
4301 (org-columns-full-header-line-format): New variable.
4302 (org-columns-display-here-title, org-columns-remove-overlays):
4303 Install `org-columns-hscoll-title' in post-command-hook.
4304
4305 * org/org.el: Split into many small files.
4306
4307 * org/org-agenda.el: New file, split off from org.el.
4308
4309 * org/org-archive.el: New file, split off from org.el.
4310
4311 * org/org-bbdb.el: New file.
4312
4313 * org/org-bibtex.el: New file, split off from org.el.
4314
4315 * org/org-clock.el: New file, split off from org.el.
4316
4317 * org/org-colview.el: New file, split off from org.el.
4318
4319 * org/org-compat.el: New file, split off from org.el.
4320
4321 * org/org-exp.el: New file, split off from org.el.
4322
4323 * org/org-faces.el: New file, split off from org.el.
4324
4325 * org/org-gnus.el: New file, split off from org.el.
4326
4327 * org/org-info.el: New file, split off from org.el.
4328
4329 * org/org-infojs.el: New file.
4330
4331 * org/org-irc.el: New file.
4332
4333 * org/org-macs.el: New file, split off from org.el.
4334
4335 * org/org-mew.el: New file.
4336
4337 * org/org-mhe.el: New file, split off from org.el.
4338
4339 * org/org-publish.el: New file, split off from org.el.
4340
4341 * org/org-remember.el: New file, split off from org.el.
4342
4343 * org/org-rmail.el: New file, split off from org.el.
4344
4345 * org/org-table.el: New file, split off from org.el.
4346
4347 * org/org-vm.el: New file, split off from org.el.
4348
4349 * org/org-wl.el: New file, split off from org.el.
4350
4351 2008-04-27 Jason Riedy <jason@acm.org>
4352
4353 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
4354 parameter that supresses lines that evaluate to NIL.
4355 (orgtbl-get-fmt): New inline function for
4356 picking apart formats that may be lists.
4357 (orgtbl-apply-fmt): New inline function for applying formats that
4358 may be functions.
4359 (orgtbl-eval-str): New inline function for strings that may be
4360 functions.
4361 (orgtbl-format-line, orgtbl-to-generic): Use and document.
4362 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
4363 (*orgtbl-llfmt*, *orgtbl-llstart*)
4364 (*orgtbl-llend*): Dynamic variables for last-line formatting.
4365 (orgtbl-format-section): Shift formatting to support detecting the
4366 last line and formatting it specially.
4367 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
4368 formats unless overridden.
4369 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
4370 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
4371 bound variables to hold the input collection of lines and output
4372 formatted text.
4373 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
4374 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
4375 format parameters.
4376 (orgtbl-format-line): New function encapsulating formatting for a
4377 single line.
4378 (orgtbl-format-section): Similar for each section. Rebinding the
4379 dynamic vars customizes the formatting for each section.
4380 (orgtbl-to-generic): Use orgtbl-format-line and
4381 orgtbl-format-section.
4382 (org-get-param): Now unused, so delete.
4383 (orgtbl-gather-send-defs): New function to
4384 gather all the SEND definitions before a table.
4385 (orgtbl-send-replace-tbl): New function to find the RECEIVE
4386 corresponding to the current name.
4387 (orgtbl-send-table): Use the previous two functions and implement
4388 multiple destinations for each table.
4389
4390 * doc/org.texi (A LaTeX example): Note that fmt may be a
4391 one-argument function, and efmt may be a two-argument function.
4392 (Radio tables): Document multiple destinations.
4393
4394 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
4395
4396 * org/org-agenda.el (org-add-to-diary-list): New function.
4397 (org-prefix-has-effort): New variable.
4398 (org-sort-agenda-noeffort-is-high): New option.
4399 (org-agenda-columns-show-summaries)
4400 (org-agenda-columns-compute-summary-properties): New options.
4401 (org-format-agenda-item): Compute the duration of the item.
4402 (org-agenda-weekend-days): New variable.
4403 (org-agenda-list, org-timeline): Use the proper faces for dates in
4404 the agenda and timeline buffers.
4405 (org-agenda-archive-to-archive-sibling): New command.
4406 (org-agenda-start-with-clockreport-mode): New option.
4407 (org-agenda-clockreport-parameter-plist): New option.
4408 (org-agenda-clocktable-mode): New variable.
4409 (org-agenda-deadline-leaders): Allow a function value for the
4410 deadline leader.
4411 (org-agenda-get-deadlines): Deal with new function value.
4412
4413 * lisp/org-clock.el (org-clock): New customization group.
4414 (org-clock-into-drawer, org-clock-out-when-done)
4415 (org-clock-in-switch-to-state, org-clock-heading-function):
4416 Move into the new group.
4417 (org-clock-out-remove-zero-time-clocks): New option.
4418 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
4419 (org-dblock-write:clocktable): Allow a Lisp form for the scope
4420 parameter.
4421 (org-dblock-write:clocktable): Fix bug with total time calculation.
4422 (org-dblock-write:clocktable): Request the unrestricted list of files.
4423 (org-get-clocktable): New function.
4424 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
4425 be strings but also integers (an absolute day number) and lists (m d y).
4426
4427 * org/org-colview.el (org-columns-next-allowed-value)
4428 (org-columns-edit-value): Limit the effort for updating in the
4429 agenda to recomputing a single file.
4430 (org-columns-compute): Only write property value if it has changed.
4431 This avoids raising the buffer-change-flag unnecessarily.
4432 (org-agenda-colview-summarize)
4433 (org-agenda-colview-compute): New functions.
4434 (org-agenda-columns): Call `org-agenda-colview-summarize'.
4435
4436 * org/org-exp.el (org-export-run-in-background): New option.
4437 (org-export-icalendar): Allow a batch process to trigger waiting
4438 after executing a system command.
4439 (org-export-preprocess-string): Rename from
4440 `org-cleaned-string-for-export'.
4441 (org-export-html-style): Made target class look like normal text.
4442 (org-export-as-html): Make use of the better proprocessing in
4443 `org-cleaned-string-for-export'.
4444 (org-cleaned-string-for-export): Better treatment of heuristic
4445 targets, many more internal links will now work in HTML export.
4446 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
4447 (org-export-inbuffer-options-extra): New variable.
4448 (org-export-options-filters): New hook.
4449 (org-infile-export-plist): Find also the settings keywords in
4450 `org-export-inbuffer-options-extra'.
4451 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
4452 multiple #+INFOJS_OPT lines.
4453 (org-export-html-handle-js-options): New function.
4454 (org-export-html-infojs-setup): New option.
4455 (org-export-as-html): Call `org-export-html-handle-js-options'.
4456 Add autoload to all entry points.
4457 (org-skip-comments): Function removed.
4458
4459 * org/org-table.el (org-table-make-reference): Extra parenthesis
4460 around single fields, to make sure that algebraic formulas get
4461 correctly interpreted by calc.
4462 (org-table-current-column): No longer interactive.
4463
4464 * org/org-export-latex.el (org-export-latex-preprocess):
4465 Rename from `org-export-latex-cleaned-string'.
4466
4467 2008-04-27 Bastien Guerry <bzg@altern.org>
4468
4469 * org/org-publish.el (org-publish-get-base-files-1): New function.
4470 (org-publish-get-base-files): Use it.
4471 (org-publish-temp-files): New variable.
4472 Don't require 'dired-aux anymore.
4473 (org-publish-initial-buffer): New variable.
4474 (org-publish-org-to, org-publish): Use it.
4475 (org-publish-get-base-files-1): Bug fix: get
4476 the proper list of files when recursing thru a directory.
4477 (org-publish-get-base-files): Use the :exclude property to skip
4478 both files and directories.
4479
4480 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
4481
4482 * net/tramp.el (tramp-handle-make-symbolic-link)
4483 (tramp-handle-file-name-directory)
4484 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4485 (tramp-do-copy-or-rename-file-directly)
4486 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
4487 (tramp-handle-substitute-in-file-name)
4488 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4489 * net/tramp-cache.el (tramp-get-file-property)
4490 (tramp-set-file-property, tramp-flush-file-property)
4491 (tramp-flush-directory-property)
4492 * net/tramp-compat.el (tramp-compat-make-temp-file)
4493 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4494 Disable `file-name-handler-alist' when handling localname.
4495 It could have a remote file syntax, like a VMS file name.
4496
4497 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4498
4499 * whitespace.el: New version 11.1.
4500 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
4501 enclosed by \\( and \\)$. Docstring fix.
4502 (whitespace-trailing-regexp): Fun removed.
4503 (whitespace-report-list): Const initialization fix.
4504 (whitespace-color-on): Code fix.
4505
4506 2008-04-27 Andreas Schwab <schwab@suse.de>
4507
4508 * Makefile.el: Unbreak bootstrap.
4509
4510 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
4511
4512 * net/tramp.el (tramp-replace-environment-variables): New defun.
4513 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
4514 Use it.
4515
4516 2008-04-27 Glenn Morris <rgm@gnu.org>
4517
4518 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
4519
4520 * calculator.el (calculator-expt): Replace cl function `oddp'.
4521
4522 2008-04-27 Johan Bockgård <bojohan@gnu.org>
4523
4524 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
4525 Simplify. Collect `defun' and `autoload' entries.
4526 Avoid modifying load-history.
4527
4528 2008-04-26 Glenn Morris <rgm@gnu.org>
4529
4530 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
4531
4532 * simple.el (quoted-insert, zap-to-char): Revert previous change.
4533
4534 2008-04-26 John Paul Wallington <jpw@pobox.com>
4535
4536 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
4537 `hexl-mode-old-eldoc-documentation-function'.
4538 (hexl-mode-exit): Restore it.
4539 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
4540
4541 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
4542
4543 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
4544
4545 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
4546 (completion-pcm--all-completions): Doc fix.
4547 (completion-styles-alist, completion-all-completions):
4548 Fix typos in docstrings.
4549
4550 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4551
4552 * whitespace.el: There is now only one variable (whitespace-style) to
4553 specify which kind of blank is visualized. Doc and docstring fix.
4554 New version 11.0.
4555 (whitespace-style): New option, replace whitespace-style-mark and
4556 whitespace-style-color.
4557 (whitespace-style-mark, whitespace-style-color): Options removed.
4558 (whitespace-hspace, whitespace-tab, whitespace-newline)
4559 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
4560 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
4561 (whitespace-hspace-regexp, whitespace-space-regexp)
4562 (whitespace-tab-regexp, whitespace-trailing-regexp)
4563 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4564 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
4565 (whitespace-space-after-tab-regexp, whitespace-line-column)
4566 (whitespace-display-mappings, whitespace-report): Docstring fix.
4567 (whitespace-color-value-list, whitespace-mark-value-list)
4568 (whitespace-active-color, whitespace-active-mark)
4569 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
4570 (whitespace-style-value-list, whitespace-active-style)
4571 (whitespace-toggle-style): New vars.
4572 (whitespace-toggle-option-alist, whitespace-help-text):
4573 Var initialization and docstring fix.
4574 (whitespace-toggle-options, global-whitespace-toggle-options)
4575 (whitespace-cleanup, whitespace-cleanup-region)
4576 (whitespace-report-region, whitespace-interactive-char)
4577 (whitespace-toggle-list): Docstring and code fix.
4578 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
4579 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
4580 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
4581 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
4582
4583 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
4586 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
4587 (diff-sanity-check-hunk): Adjust code accordingly.
4588
4589 2008-04-26 Glenn Morris <rgm@gnu.org>
4590
4591 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
4592
4593 * forms-d2.dat: Move to ../etc.
4594 * forms-d2.el (forms-file): Adapt for above change.
4595
4596 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
4597 `translation-table-for-input'.
4598
4599 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
4600 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
4601
4602 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
4603 to punctuation now it's not needed for abbrevs.
4604 (fortran-mode-abbrev-table): Remove defvar, make use of new
4605 define-abbrev-table :regexp feature.
4606
4607 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
4608 insert, now that translation-table-for-input is not needed.
4609
4610 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
4611
4612 * emacs-lisp/pp.el (pp-display-expression): New function,
4613 extracted from pp-eval-expression.
4614 (pp-eval-expression): Use pp-display-expression.
4615 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
4616 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
4617 (pp-eval-last-sexp): Use pp-last-sexp.
4618
4619 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * abbrev.el (define-abbrev-table): Apply props even if the table
4622 exists already.
4623
4624 * minibuffer.el (completion-table-with-context): Fix `pred' for the
4625 various kinds of completion tables.
4626 (completion-emacs22-try-completion): Place cursor after the /, as was
4627 done in Emacs-22's minibuffer-complete-word.
4628 Fix bug reported by David Hansen <david.hansen@gmx.net>.
4629 (completion-emacs22-try-completion): Merge all mergable text rather
4630 than just /.
4631 (completion-pcm--delim-wild-regex): New var.
4632 (completion-pcm-word-delimiters): New custom.
4633 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
4634 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
4635 (completion-pcm--all-completions, completion-pcm-all-completions)
4636 (completion-pcm--merge-completions, completion-pcm--pattern->string)
4637 (completion-pcm-try-completion): New functions.
4638 (completion-styles-alist): Add them.
4639 (completion-styles): Add it to the default.
4640
4641 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
4642
4643 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
4644 (gdb-var-create-handler): ...until here when there are values.
4645 (gdb-post-prompt): Don't do -var-update with no watch expressions.
4646 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
4647
4648 2008-04-25 Eli Zaretskii <eliz@gnu.org>
4649
4650 * ls-lisp.el (ls-lisp-format): Fix last change.
4651 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
4652 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
4653 (ls-lisp-filesize-f-fmt): New defvars.
4654 (ls-lisp-insert-directory): Dynamically compute format specifiers
4655 for displaying UID, GID, and file size, and store them in the
4656 above variables.
4657 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
4658 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
4659 instead of constant format strings.
4660 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
4661 ls-lisp-filesize-d-fmt instead of constant format strings.
4662
4663 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
4664
4665 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
4666 value of addresses rather than (partial) string value.
4667 (gdb-frame-handler): Change regexp according to above change.
4668 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
4669 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
4670 (gdb-assembler-mode): Disable undo in these buffers.
4671
4672 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
4673
4674 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
4675 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
4676
4677 2008-04-24 Sam Steingold <sds@gnu.org>
4678
4679 * textmodes/remember.el (remember-diary-extract-entries): Use
4680 diary-make-entry instead of the obsolete make-diary-entry.
4681
4682 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * subr.el (translation-table-for-input): Mark as obsolete.
4685
4686 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
4687
4688 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
4689
4690 * textmodes/ispell.el (ispell-dictionary-alist-1)
4691 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
4692 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
4693 (ispell-dictionary-alist-6): Remove.
4694 (ispell-dictionary-base-alist): New var, merges the above.
4695 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
4696 Use it.
4697 (ispell-dictionary-alist): Default to nil. Remove autoload.
4698 (ispell-local-dictionary-alist): Remove autoload.
4699
4700 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
4701 (f90-mode-abbrev-table): Use the new :regexp feature.
4702 Merge defvar and mapc into define-abbrev-table.
4703 (f90-imenu-type-matcher): Remove unused `l'.
4704 (f90-imenu-generic-expression): Remove unused `not-ib'.
4705 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
4706 (f90-change-keywords): Use restore-buffer-modified-p.
4707
4708 2008-04-24 Glenn Morris <rgm@gnu.org>
4709
4710 * net/goto-addr.el (goto-address-prog-mode):
4711 * progmodes/bug-reference.el (bug-reference-prog-mode):
4712 Define for compiler.
4713
4714 * minibuffer.el (x-file-dialog): Declare as function.
4715
4716 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
4717 dframe-update-speed rather than obsolete alias speedbar-update-speed.
4718
4719 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
4720 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
4721 work with easymenu. Add :keys where needed.
4722
4723 * calendar/cal-move.el (calendar-scroll-left): Handle case when
4724 event-start is nil.
4725
4726 * calendar/calendar.el (calendar-mode-map): Fix typo.
4727
4728 2008-04-24 Tom Tromey <tromey@redhat.com>
4729
4730 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4731 Document keywords. Add :suppress.
4732 * pcvs-defs.el (cvs-mode-map): Use :suppress.
4733
4734 * net/goto-addr.el (goto-address-unfontify): New function.
4735 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
4736 (goto-address-fontify-region, goto-address-mode)
4737 (goto-address-prog-mode): New functions.
4738
4739 * progmodes/bug-reference.el: New file.
4740
4741 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4742
4743 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
4744
4745 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4746
4747 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
4748 macros within lambdas.
4749
4750 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4751
4752 * minibuffer.el (completion-try-completion): Add `point' argument.
4753 Change return value.
4754 (completion-all-completions): Add `point' argument.
4755 (minibuffer-completion-help): Pass the new `point' argument.
4756 (completion--do-completion): Pass the whole field to try-completion.
4757 (completion--try-word-completion): Rewrite, making fewer assumptions.
4758 (completion-emacs21-try-completion, completion-emacs21-all-completions)
4759 (completion-emacs22-try-completion, completion-emacs22-all-completions)
4760 (completion-basic-try-completion, completion-basic-all-completions):
4761 New functions.
4762 (completion-styles-alist): Use them.
4763
4764 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
4765
4766 * ispell.el (ispell-set-spellchecker-params): New function to make sure
4767 right params and dictionary alists are used after spellchecker changes.
4768 (ispell-aspell-dictionary-alist, ispell-last-program-name)
4769 (ispell-initialize-spellchecker-hook): New variables and hook.
4770 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
4771 (ispell-maybe-find-aspell-dictionaries): Remove.
4772 Calls replaced by (ispell-set-spellchecker-params) calls.
4773 (ispell-have-aspell-dictionaries): Remove.
4774 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
4775 ispell-set-spellchecker-params.
4776
4777 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * complete.el (PC-do-completion): Be more robust in the presence of
4780 unexpected values in minibuffer-completion-predicate.
4781
4782 * minibuffer.el (read-file-name): Don't let-bind default-directory.
4783 Only abbreviate default-filename if it's a file.
4784
4785 * minibuffer.el (read-file-name-function, read-file-name-predicate)
4786 (read-file-name-completion-ignore-case, insert-default-directory):
4787 New vars, moved from fileio.c.
4788 (read-file-name): New fun, moved from fileio.c.
4789 * cus-start.el: Remove insert-default-directory and
4790 read-file-name-completion-ignore-case.
4791
4792 2008-04-23 Magnus Henoch <mange@freemail.hu>
4793
4794 * tar-mode.el (tar-untar-buffer): If the entry has directory
4795 link type, extract it as a directory even if its file name doesn't
4796 end with a slash. Fixes extraction of NetBSD tar archives.
4797
4798 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * server.el (server-start): Also don't get confused by CRs since we
4801 don't quote them.
4802
4803 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
4804
4805 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
4806 (gdb-set-gud-minor-mode-existing-buffers)
4807 (gdb-info-breakpoints-custom, gdb-get-location)
4808 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4809 Previously gdb-create-define-alist wasn't always run and added to
4810 after-save-hook.
4811
4812 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
4813
4814 2008-04-23 Kevin Ryde <user42@zip.com.au>
4815
4816 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
4817 comments like unindented ones.
4818
4819 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4820
4821 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
4822 parameter origins.
4823
4824 2008-04-23 Kevin Ryde <user42@zip.com.au>
4825
4826 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4827 Bind print-level to ensure output forms aren't truncated if
4828 print-level is set to eval-expression-print-level when going via
4829 eval-defun and friends, or has been otherwise fiddled with.
4830
4831 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4832
4833 * progmodes/cc-mode.el (c-basic-common-init): Don't set
4834 font-lock-extend-after-change-region-function globally.
4835
4836 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
4837
4838 * speedbar.el (speedbar-use-tool-tips-flag)
4839 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
4840 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
4841 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
4842 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
4843 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
4844 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
4845 (speedbar-separator-face): Fix typos in docstrings.
4846 (speedbar-stealthy-function-list, speedbar-verbosity-level)
4847 (speedbar-supported-extension-expressions, speedbar-update-current-file)
4848 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
4849 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
4850 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
4851 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
4852 (speedbar-check-vc-this-line, speedbar-files-line-directory)
4853 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
4854 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
4855 (speedbar-recenter): Doc fixes.
4856 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
4857 declaration and remove redundant info in docstring.
4858
4859 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4860
4861 * vc-git.el (vc-git-status-printer): Deal with directories.
4862
4863 * vc.el (vc-next-action): Look at more than the first file to
4864 determine the state.
4865
4866 2008-04-23 Glenn Morris <rgm@gnu.org>
4867
4868 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
4869 timers. Doc fix.
4870 (dframe-update-speed): Drop support for XEmacs < 20.
4871 (dframe-frame-mode): Drop support for Emacs < 20.
4872 (dframe-set-timer-internal): Drop support for Emacs without timers.
4873 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
4874
4875 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
4876 versions. Add doc-string. Mark as obsolete.
4877
4878 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
4879
4880 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
4881 rather than using an Emacs version test.
4882
4883 * tree-widget.el (tree-widget-image-enable): Use display-images-p
4884 rather than an Emacs version test.
4885
4886 * calendar/cal-china.el (holiday-chinese-qingming)
4887 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
4888 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
4889 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
4890
4891 * calendar/cal-islam.el (holiday-islamic): Doc fix.
4892
4893 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
4894 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
4895 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4896
4897 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
4898
4899 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
4900 (gdb-previous-frame-pc-address): ...to this.
4901 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
4902 of "info frame" with Gdb 6.4+.
4903 (gdb-stack-list-frames-regexp): New regexp.
4904 (gdb-frame-handler-1): Parse output of -stack-info-frame.
4905
4906 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
4907
4908 * tar-mode.el (tar-prefix-offset): New constant.
4909 (tar-header-block-tokenize): Support paths with long names
4910 which use the "ustar" standard.
4911
4912 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
4913
4914 * image-dired.el (image-dired-track-original-file)
4915 (image-dired-modify-mark-on-thumb-original-file):
4916 Use `dired-goto-file' instead of `search-forward'. This solves
4917 a bug with finding files where the file name is a subset of other
4918 file names. Doc fix.
4919
4920 2008-04-22 Juri Linkov <juri@jurta.org>
4921
4922 * menu-bar.el (buffers-menu-max-size): Move its definition down to
4923 the "Buffers Menu" section. Change group name `mouse' to `menu'.
4924 (yank-menu-length): Change group name `mouse' to `menu'.
4925 (buffers-menu-buffer-name-length): New user option.
4926 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
4927 instead of the hard-coded number 27.
4928
4929 2008-04-22 Juri Linkov <juri@jurta.org>
4930
4931 * isearch.el (eval-when-compile): Require `help-macro'.
4932 (isearch-help-for-help-internal): Isearch specific Help screen
4933 created by `make-help-screen'.
4934 (isearch-help-map): New variable that binds "b", "k", "m" to
4935 isearch-specific commands, and binds other keys to
4936 isearch-other-control-char, thus allowing other Help keys to
4937 exit isearch mode and execute their global definitions.
4938 (isearch-help-for-help, isearch-describe-bindings)
4939 (isearch-describe-key, isearch-describe-mode): New commands.
4940 (isearch-mode-help): Define alias to isearch-describe-mode
4941 and remove its old function definition.
4942 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
4943 Remove old comments because this issue is settled now.
4944 (isearch-forward): Describe three new Help commands in the docstring.
4945 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
4946 leave the single sentence at the first line of the docstring,
4947 and prepend the word "function" before `isearch-forward'
4948 to make the Help link to the function instead of variable.
4949
4950 2008-04-22 Juri Linkov <juri@jurta.org>
4951
4952 * isearch.el (isearch-success-function): New variable with default
4953 to `isearch-success-function-default'.
4954 (isearch-search): Call a function from `isearch-success-function'
4955 instead of calling the hard-coded `isearch-range-invisible'.
4956 (isearch-success-function-default): New function that calls
4957 `isearch-range-invisible' and inverts its return value.
4958
4959 * info.el (Info-search): In two similar places that skip
4960 undesired search matches move code to Info-search-success-function,
4961 and call `isearch-success-function' instead.
4962 (Info-search-success-function): New function copied from code
4963 in Info-search. Replace isearch-range-invisible with
4964 text-property-not-all that checks for 'invisible and 'display
4965 properties to skip partially invisible matches (whose display
4966 properties were set by Info-fontify-node).
4967 (Info-mode): Set buffer-local isearch-success-function
4968 to Info-search-success-function.
4969
4970 2008-04-22 Juri Linkov <juri@jurta.org>
4971
4972 * minibuffer.el (internal-complete-buffer-except): New function.
4973
4974 * files.el (read-buffer-to-switch): New function.
4975 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4976 Change interactive spec to call read-buffer-to-switch instead of
4977 using the letter "B".
4978
4979 * simple.el (minibuffer-default-add-shell-commands): New function.
4980 Use declare-function for mailcap-file-default-commands from "mailcap".
4981 (shell-command): Set local minibuffer-default-add-function to
4982 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
4983 before calling read-shell-command. Set 4th arg default-value of
4984 read-shell-command to relative buffer-file-name in file buffers.
4985
4986 * dired-aux.el (dired-read-shell-command-default): Move it to
4987 gnus/mailcap.el and change its name to more general name
4988 mailcap-file-default-commands.
4989 (minibuffer-default-add-dired-shell-commands): New function.
4990 Use declare-function for mailcap-file-default-commands from "mailcap".
4991 (dired-read-shell-command): Set local minibuffer-default-add-function
4992 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
4993 before calling read-shell-command. Remove dired-read-shell-command-default
4994 from the default value arg because default values are not set in
4995 minibuffer-default-add-dired-shell-commands. Doc fix.
4996
4997 * dired-x.el (dired-smart-shell-command): Sync arguments and
4998 interactive spec with changes in `shell-command'.
4999 Use dired-get-filename to get the dired file name at point
5000 as the default value in dired mode.
5001
5002 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * info.el (Info-complete-menu-item): Add missing parenthesis.
5005
5006 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5007
5008 * info.el (Info-complete-menu-item): Save point.
5009
5010 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
5011
5012 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
5013
5014 2008-04-22 Andreas Schwab <schwab@suse.de>
5015
5016 * Makefile.in (emacs-deps): Define.
5017 Use it instead of $(lisp)/subdirs.el.
5018
5019 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5020
5021 * vc.el (vc-next-action): Do not consider directories when
5022 checking for state compatibility.
5023 (vc-transfer-file): Use when not if.
5024 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
5025 (vc-dir-mark-file): Use them.
5026 (vc-deduce-fileset): Also return the backend.
5027 (vc-diff-internal): Take as argument the value returned by
5028 vc-deduce-fileset instead of just the fileset.
5029 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
5030 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
5031 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
5032
5033 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
5034
5035 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
5036 set-window-vscroll but image-scroll-down. Fixes a bug where a
5037 command following SPC scrolled up again.
5038
5039 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
5040
5041 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
5042 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
5043 (gud-watch): Add "$" prefix when in registers buffer.
5044
5045 2008-04-22 Glenn Morris <rgm@gnu.org>
5046
5047 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
5048
5049 * whitespace.el (whitespace-display-table)
5050 (whitespace-display-table-was-local): Move definitions before use.
5051
5052 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
5053 (copyright-limit): Respect copyright-at-end-flag.
5054 (copyright-re-search, copyright-start-point)
5055 (copyright-offset-too-large-p): New functions.
5056 (copyright-update-year): Use copyright-re-search.
5057 (copyright-update, copyright-fix-years): Use copyright-start-point,
5058 and copyright-re-search.
5059 (copyright): Use copyright-offset-too-large-p.
5060 * add-log.el (change-log-mode): Set copyright-at-end-flag.
5061
5062 * add-log.el (top-level): Require 'cl when compiling.
5063
5064 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5065
5066 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
5067 Treat minibuffer-completion-predicate as a predicate.
5068
5069 * minibuffer.el (completion--file-name-table): Accept both the old
5070 `dir' arg or the new `pred' arg.
5071
5072 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
5073 `predicate' argument to pass non-predicate data.
5074 (ffap-read-url-internal, ffap-read-file-or-url-internal):
5075 Use second arg as proper predicate.
5076
5077 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
5078 (vc-bzr-revision-completion-table): Use completion-table-with-context
5079 instead.
5080
5081 * simple.el (choose-completion-string): Use minibuffer-completion-table.
5082
5083 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
5084
5085 * term.el (term-emulate-terminal): Perform redisplay after the
5086 process filter has finished running.
5087
5088 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
5091
5092 * minibuffer.el (completion-try-completion): Change magic symbol
5093 property name. Rename from minibuffer-try-completion.
5094 (completion-all-completions): Rename from minibuffer-all-completions.
5095 Remove hide-spaces argument.
5096 (completion--do-completion): Rename from minibuffer--do-completion.
5097 (minibuffer-complete-and-exit): Call just try-completion rather than
5098 completion-try-completion to fix up the case.
5099 (completion--try-word-completion): Try to add space or hyphen before
5100 making `string' a prefix of `completion'.
5101 (completion--insert-strings): Rename from minibuffer--insert-strings.
5102
5103 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
5104
5105 * net/tls.el (tls-program): Add -ign_eof argument to call the
5106 openssl commands.
5107 (tls-checktrust): Ditto.
5108
5109 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
5110
5111 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
5112
5113 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
5114 (vc-check-master-templates, vc-file-not-found-hook)
5115 (vc-kill-buffer-hook):
5116 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
5117 (vc-find-position-by-context, vc-buffer-context)
5118 (vc-restore-buffer-context, vc-responsible-backend)
5119 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
5120 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
5121 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
5122 (vc-version-diff, vc-diff, vc-insert-headers)
5123 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
5124 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
5125 (vc-revert, vc-rollback, vc-version-backup-file)
5126 (vc-rename-master, vc-delete-file, vc-rename-file)
5127 (vc-branch-part, vc-default-retrieve-snapshot)
5128 (vc-annotate-display-autoscale, vc-annotate-display-select)
5129 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
5130 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
5131 (vc-dir-update): Handle directories.
5132 (vc-default-status-printer): Simplify.
5133
5134 * progmodes/asm-mode.el (asm-mode-map):
5135 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
5136
5137 * progmodes/m4-mode.el (m4-mode-map): Add menu.
5138
5139 2008-04-21 Kenichi Handa <handa@m17n.org>
5140
5141 * select.el (xselect-convert-to-string): Send a C_STRING only if
5142 the polymorphic target TEXT is requested.
5143
5144 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
5145
5146 * minibuffer.el (completion-setup-hook, display-completion-list)
5147 (completion--file-name-table): Fix typos in docstrings.
5148 (completion-table-dynamic): Fix typo, and reflow docstring.
5149
5150 2008-04-20 Andreas Schwab <schwab@suse.de>
5151
5152 * server.el (server-switch-buffer): Also consider clients in the
5153 selected frame.
5154
5155 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
5156
5157 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
5158 Select window clicked on first.
5159 (gdb): Display thread number in mode-line.
5160 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
5161 (gdb-breakpoints-header): New variable.
5162 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
5163
5164 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
5167 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
5168 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
5169 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
5170 (vc-sccs-print-log): Use it.
5171
5172 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
5173
5174 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
5175 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
5176
5177 * tooltip.el (tooltip-previous-message): New var.
5178 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
5179 the C code (avoid overwriting a minibuffer, restore previous echo
5180 message, ...).
5181 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
5182 Simplify.
5183
5184 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
5185
5186 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
5187 (gdb-init-1): Initialise it.
5188 (gdb-annotation-rules): New entry for "new-thread".
5189 (gdb-thread-identification): New function to customize
5190 mode-line-buffer-identification.
5191 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
5192 (gdb-assembler-mode): Use it.
5193 (gdb-threads-mode): Force "info threads" onto queue.
5194
5195 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5196
5197 * files.el (locate-file-completion-table): Rename from
5198 locate-file-completion and make it use `pred' in the normal way.
5199 (locate-file-completion): New compatibility wrapper.
5200 (load-library): Use locate-file-completion-table.
5201 * finder.el (finder-commentary):
5202 * subr.el (locate-library):
5203 * emacs-lisp/find-func.el (find-library): Likewise.
5204 * info.el: Use with-current-buffer and inhibit-read-only.
5205 (Info-read-node-name-2): Change to use `predicate' in the normal way.
5206 (Info-read-node-name-1): Adjust uses accordingly.
5207
5208 * minibuffer.el (completion-table-with-context): Add support for `pred'.
5209 (completion-table-with-terminator): Don't use complete-with-action
5210 since we have to distinguish all three cases anyway.
5211 (completion-table-with-predicate): New function.
5212 (dynamic-completion-table): Add obsolete alias.
5213
5214 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
5215
5216 2008-04-18 Sam Steingold <sds@gnu.org>
5217
5218 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
5219 Use quit-window instead of bury-buffer.
5220
5221 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * minibuffer.el (completion-table-with-terminator): Fix last fix.
5224
5225 2008-04-18 Andreas Schwab <schwab@suse.de>
5226
5227 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5228 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5229 Depend on $(lisp)/subdirs.el.
5230
5231 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
5232
5233 * descr-text.el (describe-char-after):
5234 Use `define-obsolete-function-alias'.
5235
5236 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
5237
5238 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
5239
5240 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
5241 Remove redundant obsolescence info in docstring.
5242
5243 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5244 (vc-header-alist): Add WHEN to obsolescence declaration.
5245 (vc-state): Fix typo in docstring.
5246
5247 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
5248 Use `define-obsolete-variable-alias'.
5249
5250 * emulation/tpu-edt.el (tpu-have-ispell):
5251 * international/codepage.el (codepage-setup):
5252 Fix typo in obsolescence declaration.
5253
5254 * international/mule.el (char-coding-system-table):
5255 Remove redundant obsolescence info in docstring.
5256 (charset-list, generic-char-p, set-char-table-default):
5257 Fix typos in obsolescence decarations.
5258
5259 * international/mule-diag.el (non-iso-charset-alist):
5260 Fix typo in obsolescence declaration.
5261 (decode-codepage-char): Remove redundant obsolescence info in docstring.
5262
5263 * font-core.el (font-lock-defaults-alist):
5264 * font-lock.el (font-lock-reference-face):
5265 * frame.el (screen-height, screen-width, set-screen-width)
5266 (set-screen-height):
5267 * hilit-chg.el (highlight-changes-initial-state):
5268 * isearch.el (isearch-return-char):
5269 * log-edit.el (cvs-commit-buffer-require-final-newline)
5270 (cvs-changelog-full-paragraphs):
5271 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
5272 (mouse-popup-menubar-stuff):
5273 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
5274 (mouse-wheel-click-button):
5275 * outline.el (outline-visible):
5276 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
5277 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
5278 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
5279 * progmodes/compile.el (compile-internal):
5280 Add WHEN to obsolescence declarations.
5281
5282 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
5285 is not better anyway.
5286
5287 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5288
5289 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
5290 properly.
5291
5292 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
5295 (python-use-skeletons): Remove, unused.
5296 (python-skeletons): Remove. Use the abbrev table instead.
5297 (python-mode-abbrev-table): Fix regexp;
5298 add enable-function and case-fixed.
5299 (def-python-skeleton): Simplify.
5300 (python-expand-template): Use the abbrev-table and abbrev-insert.
5301 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
5302 Remove.
5303 (python-mode): Don't set pre-abbrev-expand-hook.
5304
5305 * skeleton.el: Set coding-tag.
5306
5307 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
5308 (expand-abbrev): Use it.
5309 (abbrev-table-menu): New function.
5310
5311 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
5312
5313 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
5314
5315 2008-04-17 Sam Steingold <sds@gnu.org>
5316
5317 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
5318 idiosyncratic bury-buffer/delete-window logic.
5319
5320 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
5321
5322 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
5323 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
5324
5325 2008-04-17 Kenichi Handa <handa@m17n.org>
5326
5327 * international/characters.el: Don't make the width of U+00AD to 0.
5328
5329 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
5330
5331 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
5332 (gdb, gdb-starting, gdb-frames-mode): Use it.
5333 (gdb-invalidate-frames): Advise to call "info stack" only if
5334 execution has occurred.
5335 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
5336 selected frame if no execution has occurred.
5337 (gdb-frames-force-update): New interactive function.
5338 (gdb-frames-mode-map): Bind it to "F".
5339
5340 2008-04-17 Michael Olson <mwolson@gnu.org>
5341
5342 * textmodes/remember.el (remember-version): Release Remember 2.0.
5343
5344 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
5345
5346 * textmodes/artist.el:
5347 * progmodes/vhdl-mode.el:
5348 * progmodes/verilog-mode.el:
5349 * progmodes/vera-mode.el:
5350 * progmodes/simula.el:
5351 * progmodes/ps-mode.el:
5352 * progmodes/cmacexp.el:
5353 * obsolete/hilit19.el:
5354 * emulation/viper.el:
5355 * ediff.el: Cleanup the bug-report email addresses and make sure the
5356 maintainer is still willing to handle bug reports.
5357
5358 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 * vc.el (vc-dir-kill-query): Fix thinko.
5361
5362 2008-04-16 Glenn Morris <rgm@gnu.org>
5363
5364 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
5365 by diary-sexp-entry.
5366
5367 2008-04-16 Markus Triska <markus.triska@gmx.at>
5368
5369 * proced.el (proced-command-alist): Add support for darwin.
5370
5371 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5372
5373 * proced.el (proced-mode): Redefine as just the major-mode.
5374 (proced): Separate it from proced-mode.
5375
5376 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
5377
5378 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5379
5380 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
5381 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
5382 `tab-width' setting from user. New version 10.0. Doc and docstring
5383 fix.
5384 (whitespace-style, whitespace-chars): Remove options.
5385 (whitespace-style-mark): New option, replace whitespace-style deleted
5386 option. Fix docstring.
5387 (whitespace-style-color): New option, replace whitespace-chars deleted
5388 option. Fix docstring.
5389 (whitespace-space, whitespace-hspace, whitespace-tab)
5390 (whitespace-newline, whitespace-trailing, whitespace-line)
5391 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
5392 (whitespace-space-after-tab, whitespace-hspace-regexp)
5393 (whitespace-space-regexp, whitespace-tab-regexp)
5394 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5395 (whitespace-empty-at-eob-regexp, whitespace-line-column)
5396 (whitespace-toggle-option-alist): Fix docstring.
5397 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5398 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
5399 docstring and initialization.
5400 (global-whitespace-mode): Autoloaded global minor mode.
5401 (whitespace-chars-value-list, whitespace-style-value-list)
5402 (whitespace-active-chars, whitespace-active-style)
5403 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
5404 (whitespace-color-value-list): New var, replace
5405 whitespace-chars-value-list removed var.
5406 (whitespace-mark-value-list): New var, replace
5407 whitespace-style-value-list removed var.
5408 (whitespace-active-color): New var, replace whitespace-active-chars
5409 removed var.
5410 (whitespace-active-mark): New var, replace whitespace-active-style
5411 removed var.
5412 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
5413 removed var.
5414 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
5415 removed var.
5416 (whitespace-toggle-option-alist, whitespace-report-list)
5417 (whitespace-report-text, whitespace-help-text): Fix initialization.
5418 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
5419 (whitespace-toggle-options, global-whitespace-toggle-options)
5420 (whitespace-cleanup-region, whitespace-report-region)
5421 (whitespace-interactive-char): Fix docstring and code.
5422 (whitespace-cleanup, whitespace-report): Fix docstring.
5423 (whitespace-replace-spaces-by-tabs): Remove fun.
5424 (whitespace-replace-action): New fun, replace
5425 whitespace-replace-spaces-by-tabs removed fun.
5426 (whitespace-regexp, whitespace-indentation-regexp)
5427 (whitespace-space-after-tab-regexp, whitespace-insert-value)
5428 (whitespace-kill-buffer): New funs.
5429 (whitespace-insert-option-mark, whitespace-help-on)
5430 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
5431 (whitespace-color-on, whitespace-color-off)
5432 (whitespace-display-char-on): Fix code.
5433
5434 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
5437 (mouse-throw-magnifier-with-mouse-movement): Remove.
5438 (mouse-throw-magnifier-base): New const.
5439 (mouse-drag-scroll-delta): New fun.
5440 (mouse-drag-throw): Use it.
5441
5442 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
5443
5444 * international/uni-bidi.el, international/uni-category.el:
5445 * international/uni-combining.el, international/uni-comment.el:
5446 * international/uni-decimal.el, international/uni-decomposition.el:
5447 * international/uni-digit.el, international/uni-lowercase.el:
5448 * international/uni-mirrored.el, international/uni-name.el:
5449 * international/uni-numeric.el, international/uni-old-name.el:
5450 * international/uni-titlecase.el, international/uni-uppercase.el:
5451 * international/charprop.el: Regenerate.
5452
5453 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5454
5455 * vc.el (vc-status-fileinfo): Add new member directoryp.
5456 (vc-default-status-printer): Print directories.
5457 (vc-status-update): Sort files before subdirectories.
5458
5459 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5460 Add alternative implementation based on "cvs update".
5461
5462 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
5463
5464 * doc-view.el: Changed requirements section to tell that only one
5465 of dvipdf or dvipdfm is needed.
5466 (doc-view-already-converted-p): Fix bug that forced reconversion
5467 if doc was already converted.
5468
5469 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5470
5471 * minibuffer.el (minibuffer-message):
5472 Make sure we can put-text-property.
5473
5474 * emacs-lisp/crm.el: Complete rewrite.
5475
5476 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
5477 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
5478 case of an error in display-completion-list.
5479
5480 * filecache.el (file-cache-completions-keymap): Move init from
5481 file-cache-completion-setup-function into declaration.
5482 (file-cache-minibuffer-complete): Simplify.
5483 (file-cache-completion-setup-function): Use standard-output,
5484 preserve current-buffer.
5485
5486 * vc.el (vc-status-update): Fix typo.
5487 (vc-status-update): Set needs-update.
5488 (vc-status-refresh): η-reduce.
5489
5490 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
5491
5492 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
5493 to image-eol.
5494
5495 2008-04-14 Alexandre Julliard <julliard@winehq.org>
5496
5497 * vc.el (vc-status-update): Undo the previous revert.
5498
5499 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5500
5501 * minibuffer.el (completion-table-with-terminator): Those completions
5502 are never valid w.r.t test-completion.
5503 (completion--file-name-table):
5504 Check completion-all-completions-with-base-size.
5505
5506 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
5507
5508 * doc-view.el (doc-view-dvipdf-program): New variable.
5509 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
5510 (doc-view-mode-p): Check for doc-view-dvipdf-program as
5511 alternative for doc-view-dvipdfm-program.
5512 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
5513
5514 * doc-view.el (doc-view-start-process): Don't set
5515 default-directory to "~/" if the current value is valid.
5516 This broke PS files that run other files in the same directory.
5517
5518 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
5519
5520 * vc.el (vc-status-kill-query): New function.
5521 (vc-status-mode): Add it to kill-buffer-query-functions.
5522 (vc-status-show-fileentry): New function.
5523 (vc-status-menu-map): Bind it. Bind vc-next-action.
5524
5525 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5526
5527 * minibuffer.el (minibuffer-message): Put cursor at the right place.
5528
5529 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5530
5531 * proced.el (proced-send-signal): Fix error recognition.
5532
5533 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5534
5535 * proced.el (proced-command-alist): Remove sort column.
5536 (proced-command, proced-procname-column):
5537 Use make-variable-buffer-local.
5538 (proced-signal-function): Rename from proced-kill-program.
5539 Allow for elisp symbols and string values representing system calls.
5540 (proced-marker-regexp, proced-success-message): New functions.
5541 (proced): Use defalias. Add autoload cookie.
5542 (proced-unmark-backward, proced-toggle-marks)
5543 (proced-hide-processes): New commands.
5544 (proced-do-mark): Simplify code.
5545 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
5546 (proced-update): Remove sorting.
5547 (proced-send-signal): Display number of processes to operate on.
5548 Allow for system calls or elisp functions to send signals.
5549 Check if signal was sent successfully.
5550
5551 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5552
5553 * minibuffer.el (completion-all-completion-with-base-size): New var.
5554 (completion--some): New function.
5555 (completion-table-with-context, completion--file-name-table):
5556 Return the base-size if requested.
5557 (completion-table-in-turn): Generalize to multiple arguments.
5558 (complete-in-turn): Compatibility alias.
5559 (completion-styles-alist): New var.
5560 (completion-styles): New customization.
5561 (minibuffer-try-completion, minibuffer-all-completions):
5562 New functions.
5563 (minibuffer--do-completion, minibuffer-complete-and-exit)
5564 (minibuffer-try-word-completion): Use them.
5565 (display-completion-list, minibuffer-completion-help): Use them.
5566 Handle all-completions's new base-size info to set completion-base-size.
5567 * info.el (Info-read-node-name-1): Use completion-table-with-context,
5568 completion-table-with-terminator and complete-with-action.
5569 Remove the now obsolete completion-base-size-function property.
5570 * simple.el (completion-list-mode-map): Move init into declaration.
5571 (completion-list-mode): Use define-derived-mode.
5572 (completion-setup-function): Use any completion-base-size that may
5573 have been set before. Remove handling of completion-base-size-function.
5574 * loadup.el: Move abbrev.el up earlier.
5575
5576 2008-04-13 Alexandre Julliard <julliard@winehq.org>
5577
5578 * vc-git.el (vc-git-after-dir-status-stage)
5579 (vc-git-dir-status-goto-stage): New functions.
5580 (vc-git-after-dir-status-stage1)
5581 (vc-git-after-dir-status-stage1-empty-db)
5582 (vc-git-after-dir-status-stage2): Remove, functionality moved
5583 into the new generic stage functions.
5584 (vc-git-dir-status-files): New function.
5585
5586 * vc.el (vc-status-update): Revert an incorrect rewrite.
5587 Add some comments.
5588 (vc-status-refresh-files): New function.
5589 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
5590 state of up-to-date files.
5591 (vc-default-dir-status-files): New function.
5592
5593 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
5594
5595 * minibuffer.el (completion--embedded-envvar-table)
5596 (read-file-name-internal): Fix typos in 2008-04-11 change.
5597
5598 * faces.el (read-face-name): Use `completion-table-in-turn',
5599 not `complete-in-turn'.
5600
5601 2008-04-13 Andreas Schwab <schwab@suse.de>
5602
5603 * progmodes/etags.el: Require 'cl when compiling.
5604
5605 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
5606
5607 * progmodes/gud.el (gud-menu-map): Expand tooltip.
5608
5609 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
5610 (menu): Add/expand menu tooltips.
5611
5612 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5613
5614 * progmodes/sh-script.el (sh-show-indent): Fix typo.
5615 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
5616
5617 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
5618 considered registered.
5619
5620 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5621
5622 * emacs-lisp/copyright.el (copyright-update-directory): New command.
5623
5624 * ediff-wind.el (ediff-split-window-function)
5625 (ediff-merge-split-window-function): Improve custom type.
5626
5627 2008-04-12 Eli Zaretskii <eliz@gnu.org>
5628
5629 * loadup.el ("minibuffer"): Move after "faces".
5630
5631 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5632
5633 * progmodes/hideif.el (hif-factor): Handle unary minus.
5634
5635 2008-04-12 Glenn Morris <rgm@gnu.org>
5636
5637 * calendar/cal-china.el (chinese-calendar-time-zone):
5638 Mark obsolete name as risky too.
5639
5640 * calendar/calendar.el (calendar-faces): New custom group.
5641 (calendar-today, diary, holiday): Doc fix.
5642 Move to calendar-faces group.
5643 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
5644 (diary-button): Doc fix. Move to calendar-faces group.
5645
5646 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5647 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
5648 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
5649 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
5650 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
5651 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
5652 not in dumped files before the associated defcustom.
5653
5654 2008-04-11 Johan Bockgård <bojohan@gnu.org>
5655
5656 * minibuffer.el (lazy-completion-table): Fix debug spec.
5657
5658 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * minibuffer.el (complete-with-action, lazy-completion-table):
5661 Move from subr.el.
5662 (apply-partially, completion-table-dynamic)
5663 (completion-table-with-context, completion-table-with-terminator)
5664 (completion-table-in-turn): New funs.
5665 (completion--make-envvar-table, completion--embedded-envvar-table):
5666 New funs.
5667 (read-file-name-internal): Use them.
5668 (completion-setup-hook): Move from simple.el.
5669 * subr.el (complete-with-action, lazy-completion-table):
5670 * simple.el (completion-setup-hook): Move to minibuffer.el.
5671
5672 2008-04-11 Glenn Morris <rgm@gnu.org>
5673
5674 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
5675
5676 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
5679
5680 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
5681
5682 * textmodes/fill.el (fill-forward-paragraph-function): New var.
5683 (fill-forward-paragraph): New fun.
5684 (fill-paragraph, fill-region): Use it.
5685
5686 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
5687 (vc-status-create-fileinfo): Make `extra' optional.
5688 (vc-status-busy): New fun.
5689 (vc-status-menu-map): Use it.
5690 (vc-status-crt-marked): Remove.
5691 (vc-status-update): Rename from vc-status-add-entries.
5692 Add argument so as to prevent addition of entries. Rewrite.
5693 (vc-update-vc-status-buffer): Remove.
5694 (vc-status-refresh): Don't remove old entries, set them to
5695 up-to-date instead. Also do it after the update is complete.
5696 (vc-status-marked-files): η-reduce.
5697
5698 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
5699 for non-dialogs.
5700
5701 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
5702
5703 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
5704
5705 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
5706
5707 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
5708 to t and don't truncate msg.
5709
5710 2008-04-11 Glenn Morris <rgm@gnu.org>
5711
5712 * calendar/calendar.el (diary, holidays):
5713 Move custom groups to other files.
5714 (holiday-general-holidays, holiday-oriental-holidays)
5715 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
5716 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5717 (holiday-hebrew-holidays, holiday-christian-holidays)
5718 (holiday-islamic-holidays, holiday-bahai-holidays)
5719 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
5720 * calendar/diary-lib.el: Move custom group here from calendar.el.
5721 * calendar/holidays-lib.el: Move custom group and variables here
5722 from calendar.el.
5723
5724 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
5725
5726 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5727 Fix custom group.
5728 (calendar-current-time-zone-cache): Autoload riskiness.
5729
5730 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
5731
5732 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
5733
5734 * woman.el (woman2-TH): Use string-equal instead of string-match.
5735
5736 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5737
5738 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
5739 (smerge-resolve): Merge the "2-way refinement" case with one half of
5740 the "mere whitespace" resolution.
5741
5742 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5743
5744 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
5745
5746 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
5747
5748 * subr.el (assoc-ignore-case, assoc-ignore-representation):
5749 Add WHEN to obsolescence declaration.
5750
5751 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
5752
5753 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5754
5755 * vc-hooks.el (vc-state): Add new state `conflict'.
5756 (vc-after-save): Use when not if.
5757 (vc-default-mode-line-string): Deal with the conflict state.
5758 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
5759
5760 * vc.el (vc-editable-p, vc-default-status-printer)
5761 (vc-next-action): Deal with the conflict state.
5762 (vc-mark-resolved): New function.
5763 (vc-status-mode): Fix mode name.
5764 (vc-default-comment-history): Use when not if.
5765 (Todo): Add new entries, remove old ones.
5766
5767 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
5768 (vc-cvs-parse-status, vc-cvs-after-dir-status):
5769 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
5770 Detect the conflict state.
5771
5772 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
5773
5774 2008-04-10 Glenn Morris <rgm@gnu.org>
5775
5776 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
5777 Respect truncate-partial-width-windows in non-full windows,
5778 with regards to :toggle and :enable state.
5779
5780 * simple.el (toggle-truncate-lines): Doc fix.
5781
5782 * Makefile.in (MH_E_DIR): New variable.
5783 (MH_E_SRC): Restore variable removed 2008-03-13.
5784 (mh-loaddefs.el): Depend on $MH_E_SRC.
5785 (CAL_DIR, CAL_SRC): New variables.
5786 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
5787 Depend on CAL_SRC.
5788
5789 * calendar/calendar.el (calendar, diary): Add :prefix.
5790 (holidays): Change :prefix.
5791 (calendar-today, holiday, calendar-holiday-marker)
5792 (european-calendar-style): Change custom groups.
5793
5794 * calendar/calendar.el (diary-hook, diary-display-hook):
5795 Move to diary-lib.el.
5796 * calendar/diary-lib.el (diary-hook, diary-display-hook):
5797 Move here from calendar.el.
5798 * calendar/appt.el: Require diary-lib rather than calendar.
5799 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
5800
5801 * calendar/appt.el (appt): Add :prefix.
5802
5803 * calendar/diary-lib.el (diary-hook): Doc fix.
5804 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
5805
5806 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
5809 New functions.
5810
5811 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
5812 the arg to recursive calls.
5813
5814 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
5815
5816 * minibuffer.el (completion-auto-help): Fix typo.
5817
5818 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
5821
5822 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
5823
5824 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
5825 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
5826
5827 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
5830
5831 * minibuffer.el (minibuffer): Move group from cus-edit.el.
5832 (completion-auto-help): Move from C code.
5833 (minibuffer--maybe-completion-help): Remove.
5834 (minibuffer--bitset): New function.
5835 (minibuffer--do-completion): Rename from minibuffer-do-completion.
5836 Renumber a bit. Really complete on string *before* point.
5837 Add argument used for word-completion.
5838 Join trailing / in completion with following text, as done in
5839 minibuffer-complete-word.
5840 Handle new value `lazy' for completion-auto-help.
5841 (minibuffer-try-word-completion): New function extracted from
5842 minibuffer-complete-word.
5843 (minibuffer-complete-word): Use minibuffer--do-completion.
5844 (minibuffer--insert-strings): Rename from
5845 minibuffer-complete-insert-strings.
5846 (exit-minibuffer): Fix typo.
5847 * cus-edit.el (minibuffer): Move group to minibuffer.el.
5848 * cus-start.el: Remove completion-auto-help.
5849
5850 2008-04-09 Alexandre Julliard <julliard@winehq.org>
5851
5852 * vc.el (vc-status-add-entries): New function.
5853 (vc-status-add-entry): Remove.
5854 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
5855 Use vc-status-add-entries.
5856
5857 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
5858 order.
5859
5860 2008-04-09 Jason Rumney <jasonr@gnu.org>
5861
5862 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
5863 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
5864 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
5865 (AUTOGENEL): New variable.
5866 (distclean, maintainer-clean): New targets.
5867
5868 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
5869
5870 * emacs-lisp/regexp-opt.el (regexp-opt):
5871 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
5872
5873 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
5874
5875 * nxml/nxml-mode.el (nxml-cleanup): New function.
5876 (nxml-mode): Add it to change-major-mode-hook.
5877
5878 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
5879
5880 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
5881
5882 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
5883
5884 * calc/.cvsignore: New file.
5885
5886 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
5887
5888 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
5889
5890 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
5891 show-help-function when turning tooltip off.
5892 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
5893 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
5894
5895 2008-04-09 Alan Mackenzie <acm@muc.de>
5896
5897 * font-lock.el (font-lock-extend-after-change-region-function):
5898 Make it buffer local.
5899
5900 2008-04-09 Glenn Morris <rgm@gnu.org>
5901
5902 * calendar/calendar.el (diary-file, european-calendar-style):
5903 Remove autoload cookies.
5904
5905 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5906
5907 * outline.el (outline-mode-menu-bar-map):
5908 * log-view.el (log-view-mode-menu):
5909 * log-edit.el (log-edit-menu): Add :help.
5910
5911 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
5912
5913 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5914 Use substring-no-properties for correct handling of unibyte strings.
5915
5916 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * add-log.el (change-log-next-buffer): Handle the case where version<
5919 signals an error.
5920
5921 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
5922 mouse-major-mode-menu.
5923 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
5924 (mouse-major-mode-menu, mouse-popup-menubar)
5925 (mouse-popup-menubar-stuff): Use them.
5926 (C-down-mouse-3): Bind to a dynamic map rather than to
5927 mouse-popup-menubar-stuff.
5928
5929 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
5930 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
5931
5932 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5933
5934 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
5935 file:// access method.
5936
5937 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * minibuffer.el: New file.
5940 * loadup.el: Load it.
5941
5942 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
5945 rather than subdirs.el. It introduces an ugly circular dependency, tho.
5946
5947 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
5948 (calc-mode-map, calc-digit-map, calc-dispatch-map):
5949 Move initialization into declaration.
5950 * calc/calc-yank.el:
5951 * calc/calc-misc.el:
5952 * calc/calc-embed.el:
5953 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
5954
5955 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
5956
5957 * ps-samp.el (ps-add-printer, ps-remove-printer)
5958 (ps-make-dynamic-printer-menu): New functions.
5959
5960 * net/zeroconf.el: New file.
5961
5962 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5963
5964 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
5965
5966 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5967
5968 * vc-rcs.el (vc-rcs-modify-change-comment):
5969 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
5970
5971 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
5972
5973 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
5974
5975 * international/mule-cmds.el (set-locale-environment): Don't warn if
5976 coding system doesn't agree with system locale (this reverts changes
5977 by Dave Love, dated 2002-10-27 and 2002-10-09).
5978
5979 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5980 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
5981
5982 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
5983
5984 2008-04-08 Glenn Morris <rgm@gnu.org>
5985
5986 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
5987 * textmodes/remember.el (remember-diary-convert-entry):
5988 Require calendar.
5989
5990 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
5991 diary-file, since it is the default for make-diary-entry anyway.
5992
5993 * calendar/cal-menu.el (cal-menu-event-to-date):
5994 Rename calendar-event-to-date. Update callers.
5995 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
5996 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
5997 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
5998 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
5999 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
6000 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
6001 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
6002 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
6003 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
6004 (calendar-mouse-tex-month-landscape):
6005 Rename cal-tex-mouse-month-landscape.
6006 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
6007 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
6008 (calendar-mouse-tex-year-landscape):
6009 Rename cal-tex-mouse-year-landscape.
6010 (cal-menu-context-mouse-menu): Update for above name changes.
6011
6012 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6013 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6014 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
6015 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
6016 * calendar/holidays.el: Replace int-to-string with number-to-string.
6017
6018 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
6019
6020 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
6021 region if point moves.
6022
6023 2008-04-08 Kenichi Handa <handa@m17n.org>
6024
6025 * faces.el (font-slant-table): Change numeric values for `r',
6026 `roman', and `normal'.
6027
6028 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
6029
6030 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
6031
6032 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
6033
6034 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
6035 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
6036
6037 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
6038
6039 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
6040 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
6041
6042 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
6045
6046 2008-04-07 Sam Steingold <sds@gnu.org>
6047
6048 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
6049 Add helper functions.
6050 (lisp-do-defun): Extract the common part of lisp-eval-defun and
6051 lisp-compile-defun; DEFVAR forms reset the variables to the init
6052 values, just like in emacs-lisp mode eval-defun.
6053 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
6054 (lisp-compile-region): Use lisp-compile-string.
6055
6056 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * subr.el (combine-and-quote-strings): Also quote strings that contain
6059 the separator.
6060
6061 * pcvs-util.el (cvs-map): Avoid recursion :-(
6062
6063 2008-04-07 Glenn Morris <rgm@gnu.org>
6064
6065 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
6066
6067 * calendar.el (diary-view-entries-initially-flag): Rename
6068 view-diary-entries-initially. Keep old name as alias, update users.
6069 (calendar-mark-diary-entries-flag): Rename
6070 mark-diary-entries-in-calendar. Keep old name as alias, update users.
6071 (calendar-view-holidays-initially-flag): Rename
6072 view-calendar-holidays-initially. Keep old name as alias, update users.
6073 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
6074 Keep old name as alias, update users.
6075 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
6076 Keep old name as alias, update users.
6077 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
6078 Keep old name as alias, update users.
6079 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
6080 Keep old name as alias, update users.
6081 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
6082 (diary-american-date-forms): Rename american-date-diary-pattern.
6083 Keep old name as alias, update users.
6084 (diary-european-date-forms): Rename european-date-diary-pattern.
6085 Keep old name as alias, update users.
6086 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
6087 Keep old name as alias, update users.
6088 (calendar-european-date-display-form): Rename
6089 european-calendar-display-form. Keep old name as alias, update users.
6090 (calendar-american-date-display-form): Rename
6091 european-calendar-display-form. Keep old name as alias, update users.
6092 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
6093 Keep old name as alias, update users.
6094 (holiday-general-holidays): Rename general-holidays.
6095 Keep old name as alias, update users.
6096 (holiday-oriental-holidays): Rename oriental-holidays.
6097 Keep old name as alias, update users.
6098 (holiday-local-holidays): Rename local-holidays.
6099 Keep old name as alias, update users.
6100 (holiday-other-holidays): Rename other-holidays.
6101 Keep old name as alias, update users.
6102 (holiday-hebrew-holidays): Rename hebrew-holidays.
6103 Keep old name as alias, update users.
6104 (holiday-christian-holidays): Rename christian-holidays.
6105 Keep old name as alias, update users.
6106 (holiday-islamic-holidays): Rename islamic-holidays.
6107 Keep old name as alias, update users.
6108 (holiday-bahai-holidays): Rename bahai-holidays.
6109 Keep old name as alias, update users.
6110 (holiday-solar-holidays): Rename solar-holidays.
6111 Keep old name as alias, update users.
6112 (diary-fancy-buffer): Rename fancy-diary-buffer.
6113 Keep old name as alias, update users.
6114 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
6115 Update users.
6116 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
6117 Update users.
6118 (calendar-increment-month): Rename increment-calendar-month.
6119 Keep old name as alias, update callers.
6120 (calendar-increment-month-cons): Rename old calendar-increment-month.
6121 Update callers.
6122 (calendar-extract-month): Rename extract-calendar-month.
6123 Keep old name as alias, update callers.
6124 (calendar-extract-day): Rename extract-calendar-day.
6125 Keep old name as alias, update callers.
6126 (calendar-extract-year): Rename extract-calendar-year.
6127 Keep old name as alias, update callers.
6128 (calendar-generate-window): Rename generate-calendar-window.
6129 Update callers.
6130 (calendar-generate): Rename generate-calendar. Update callers.
6131 (calendar-generate-month): Rename generate-calendar-month.
6132 Update callers.
6133 (calendar-redraw): Rename redraw-calendar. Update callers.
6134 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
6135 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
6136 Update callers.
6137 (calendar-update-mode-line): Rename update-calendar-mode-line.
6138 Update callers.
6139 (calendar-exit): Rename exit-calendar. Keep old name as alias,
6140 update callers.
6141 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
6142 Keep old name as alias, update callers.
6143 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6144 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
6145 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
6146 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
6147 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
6148 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
6149 * calendar/solar.el: Update for calendar.el name changes.
6150 * org/org.el (org-agenda-format-date-aligned)
6151 (org-agenda-execute-calendar-command): Access date elements directly
6152 rather than using calendar functions.
6153 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
6154 Also set calendar-view-diary-initially-flag,
6155 calendar-view-holidays-initially-flag.
6156 (org-get-entries-from-diary): Also set diary-fancy-buffer.
6157 (org-agenda-execute-calendar-command): No need to set displayed-day.
6158
6159 2008-04-06 Alan Mackenzie <acm@muc.de>
6160
6161 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
6162 typo in the doc string.
6163
6164 * progmodes/cc-mode.el (c-basic-common-init):
6165 Set font-lock-extend-after-change-region-function.
6166 (c-extend-after-change-region): New function, used in
6167 font-lock-extend-after-change-region-function, thus superseding
6168 advice on the Font Lock after change functions.
6169 (c-advise-fl-for-region): Remove this macro.
6170
6171 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6172
6173 * textmodes/flyspell.el (flyspell-duplicate-distance):
6174 Improve custom type.
6175
6176 2008-04-06 Glenn Morris <rgm@gnu.org>
6177
6178 * calendar/diary-lib.el (diary-sexp-entry-symbol):
6179 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
6180 (diary-list-entries-hook): Rename list-diary-entries-hook.
6181 Keep old name as alias, update users.
6182 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
6183 Keep old name as alias, update users.
6184 (diary-nongregorian-listing-hook): Rename
6185 nongregorian-diary-listing-hook. Keep old name as alias, update users.
6186 (diary-nongregorian-marking-hook): Rename
6187 nongregorian-diary-marking-hook. Keep old name as alias, update users.
6188 (diary-print-entries-hook): Rename print-diary-entries-hook.
6189 Keep old name as alias, update users.
6190 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
6191 Keep old name as alias, update users.
6192 (diary-number-of-entries): Rename number-of-diary-entries.
6193 Keep old name as alias, update users.
6194 (view-diary-entries, list-diary-entries, show-all-diary-entries):
6195 Give version of obsolescence.
6196 (diary-view-other-diary-entries): Rename view-other-diary-entries.
6197 Keep old name as alias, update callers.
6198 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
6199 update callers.
6200 (diary-include-other-diary-files): Rename include-other-diary-files.
6201 Keep old name as alias, update callers.
6202 (diary-simple-display): Rename simple-diary-display.
6203 Keep old name as alias, update callers.
6204 (diary-fancy-display): Rename fancy-diary-display.
6205 Keep old name as alias, update callers.
6206 (diary-print-entries): Rename print-diary-entries.
6207 Keep old name as alias, update callers.
6208 (diary-marking-entries-flag): Rename marking-diary-entries.
6209 Update users.
6210 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
6211 (diary-mark-entries): Rename mark-diary-entries.
6212 Keep old name as alias, update callers.
6213 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
6214 Keep old name as alias, update callers.
6215 (diary-mark-included-diary-files): Rename mark-included-diary-files.
6216 Keep old name as alias, update callers.
6217 (calendar-mark-days-named): Rename mark-calendar-days-named.
6218 Keep old name as alias, update callers.
6219 (calendar-mark-month): Rename mark-calendar-month.
6220 Keep old name as alias, update callers.
6221 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
6222 Keep old name as alias, update callers.
6223 (diary-sort-entries): Rename sort-diary-entries.
6224 Keep old name as alias, update callers.
6225 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
6226 Keep old name as alias, update callers.
6227 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
6228 update callers.
6229 (diary-insert-entry): Rename insert-diary-entry.
6230 Keep old name as alias.
6231 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
6232 Keep old name as alias.
6233 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
6234 Keep old name as alias.
6235 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
6236 Keep old name as alias.
6237 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
6238 Keep old name as alias.
6239 (diary-insert-block-entry): Rename insert-block-diary-entry.
6240 Keep old name as alias.
6241 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
6242 Keep old name as alias.
6243 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
6244 Keep old name as alias, update users.
6245 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
6246 Keep old name as alias, update callers.
6247 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6248 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
6249 * calendar/icalendar.el: Update for diary-lib name changes.
6250
6251 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
6252
6253 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
6254
6255 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
6256 for copy, move, and link operations.
6257
6258 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
6259
6260 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
6261 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
6262
6263 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
6264 'require' statements with 1-argument ones (wrapped in if's).
6265 For compatibility with the current stable version of XEmacs.
6266
6267 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6268
6269 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
6270
6271 2008-04-06 Jason Rumney <jasonr@gnu.org>
6272
6273 * language/burmese.el ("Burmese"): Make sample text consistent with
6274 language name.
6275
6276 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
6277
6278 * progmodes/gdb-ui.el (gdb): New group.
6279 (gdb-debug-log-max, gdb-enable-debug)
6280 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
6281 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
6282 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
6283 (gdb-show-changed-values, gdb-max-children)
6284 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
6285 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
6286 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
6287 (gdb-memory-unit): Move to new group from GUD group.
6288 (menu): Allow customization from GDB-UI menu-item.
6289
6290 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
6291
6292 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
6293
6294 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6295
6296 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
6297 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6298 Revision numbers can include ".".
6299
6300 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
6301 "+" lines not accounted for by counting "-" and context lines.
6302
6303 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6304
6305 * term/mac-win.el (mac-service-open-file): Use file URL instead of
6306 file name string.
6307
6308 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
6311 (vc-bzr-annotate-time): Accept space used to preserve alignment.
6312
6313 2008-04-05 Richard Stallman <rms@gnu.org>
6314
6315 * emacs-lisp/advice.el (defadvice): Add usage pattern.
6316
6317 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
6318
6319 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
6320 thread in [h-e-w]).
6321
6322 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * files.el (abort-if-file-too-large): Fix typo in docstring.
6325
6326 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * subr.el (functionp): Return nil for special forms.
6329
6330 2008-04-05 Glenn Morris <rgm@gnu.org>
6331
6332 * emacs-lisp/autoload.el (autoload-ensure-default-file):
6333 Provide a feature.
6334 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
6335 Require loaddef file rather than loading it.
6336 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
6337 autoload-ensure-default-file provides a feature.
6338
6339 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
6340 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
6341 (compile, compile-always, recompile): Use $LOADDEFS.
6342 (cal-autoloads): Remove.
6343
6344 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
6345 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
6346
6347 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6348 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
6349
6350 * calendar/calendar.el (diary-hebrew-entry-symbol):
6351 Rename hebrew-diary-entry-symbol. Keep old name as alias.
6352 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
6353 Keep old name as alias.
6354 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
6355 Keep old name as alias.
6356 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
6357 to diary-bahai-entry-symbol.
6358 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
6359 to diary-hebrew-entry-symbol.
6360 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
6361 to diary-islamic-entry-symbol.
6362 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
6363
6364 * calendar/solar.el (diary-sabbath-candles-minutes)
6365 (diary-sabbath-candles): Move to cal-hebrew.
6366 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
6367 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
6368 Doc fix. Keep old name as alias.
6369 (diary-hebrew-sabbath-candles): Simplify.
6370 (solar-setup, solar-sunrise-sunset, calendar-latitude)
6371 (calendar-longitude, calendar-time-zone): Declare for compiler.
6372 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
6373 rename.
6374
6375 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
6376 Rename coptic-calendar-month-name-array. Update callers.
6377 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
6378 (calendar-coptic-name): Rename coptic-name. Update callers.
6379 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
6380 Update callers.
6381 (calendar-coptic-last-day-of-month):
6382 Rename coptic-calendar-last-day-of-month. Update callers.
6383 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
6384 Keep old name as alias, update callers.
6385 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
6386 Keep old name as alias, update callers.
6387 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
6388 Keep old name as alias.
6389 (calendar-ethiopic-month-name-array):
6390 Rename ethiopic-calendar-month-name-array. Update callers.
6391 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
6392 Update callers.
6393 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
6394 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
6395 Keep old name as alias, update callers.
6396 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
6397 Keep old name as alias, update callers.
6398 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
6399 Keep old name as alias.
6400
6401 * calendar/cal-french.el (calendar-french-epoch):
6402 Rename french-calendar-epoch. Update callers.
6403 (calendar-french-month-name-array): Rename variable and function
6404 french-calendar-month-name-array. Update callers.
6405 (calendar-french-multibyte-month-name-array):
6406 Rename french-calendar-multibyte-month-name-array. Update callers.
6407 (calendar-french-day-name-array): Rename variable and function
6408 french-calendar-day-name-array. Update callers.
6409 (calendar-french-special-days-array): Rename variable and function
6410 french-calendar-special-days-array. Update callers.
6411 (calendar-french-multibyte-special-days-array):
6412 Rename french-calendar-multibyte-special-days-array. Update callers.
6413 (calendar-french-accents-p): Rename french-calendar-accents.
6414 Update callers.
6415 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
6416 Update callers.
6417 (calendar-french-last-day-of-month):
6418 Rename french-calendar-last-day-of-month. Update callers.
6419 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
6420 Keep old name as alias, update callers.
6421 (calendar-french-print-date): Rename calendar-print-french-date.
6422 Keep old name as alias, update callers.
6423 (calendar-french-goto-date): Rename calendar-goto-french-date.
6424 Keep old name as alias.
6425
6426 * calendar/cal-menu.el, calendar/calendar.el:
6427 Update for Coptic and French name changes.
6428
6429 * calendar/cal-china.el (calendar-chinese): Rename custom group
6430 from chinese-calendar. Update users.
6431 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
6432 Keep old name as alias, update users.
6433 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
6434 Keep old name as alias.
6435 (calendar-chinese-daylight-time-offset):
6436 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
6437 update users.
6438 (calendar-chinese-standard-time-zone-name):
6439 Rename chinese-calendar-standard-time-zone-name.
6440 Keep old name as alias, update users.
6441 (calendar-chinese-daylight-saving-start):
6442 Rename chinese-calendar-daylight-savings-starts.
6443 Keep old name as alias, update users.
6444 (calendar-chinese-daylight-saving-end):
6445 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
6446 update users.
6447 (calendar-chinese-daylight-saving-start-time):
6448 Rename chinese-calendar-daylight-savings-starts-time.
6449 Keep old name as alias, update users.
6450 (calendar-chinese-daylight-saving-end-time):
6451 Rename chinese-calendar-daylight-savings-ends-time.
6452 Keep old name as alias, update users.
6453 (calendar-chinese-celestial-stem): Rename
6454 calendar-chinese-celestial-stem. Keep old name as alias, update users.
6455 (calendar-chinese-terrestrial-branch):
6456 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
6457 update users.
6458 (calendar-chinese-zodiac-sign-on-or-after):
6459 Rename chinese-zodiac-sign-on-or-after. Update callers.
6460 (calendar-chinese-new-moon-on-or-after):
6461 Rename chinese-new-moon-on-or-after. Update callers.
6462 (calendar-chinese-month-list): Rename chinese-month-list.
6463 Update callers.
6464 (calendar-chinese-number-months): Rename number-chinese-months.
6465 Update callers.
6466 (calendar-chinese-compute-year): Rename compute-chinese-year.
6467 Update callers.
6468 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
6469 (calendar-chinese-year): Rename chinese-year. Update callers.
6470 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
6471 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
6472 Keep old name as alias, update callers.
6473 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
6474 Keep old name as alias, update callers.
6475 (calendar-chinese-months-to-alist):
6476 Rename make-chinese-month-assoc-list. Update callers.
6477 (calendar-chinese-months): Rename chinese-months. Update callers.
6478 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
6479 Keep old name as alias, update callers.
6480
6481 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
6482 Rename hebrew-calendar-leap-year-p. Update callers.
6483 (calendar-hebrew-last-month-of-year):
6484 Rename hebrew-calendar-last-month-of-year. Update callers.
6485 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
6486 Update callers.
6487 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
6488 Update callers.
6489 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
6490 Update callers.
6491 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
6492 Update callers.
6493 (calendar-hebrew-last-day-of-month):
6494 Rename hebrew-calendar-last-day-of-month. Update callers.
6495 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
6496 Keep old name as alias, update callers.
6497 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
6498 Keep old name as alias, update callers.
6499 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
6500 Keep old name as alias, update callers.
6501 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
6502 Keep old name as alias.
6503 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
6504 Keep old name as alias.
6505 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
6506 Keep old name as alias.
6507 (holiday-hebrew-passover): Rename holiday-passover-etc.
6508 Keep old name as alias.
6509 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
6510 Keep old name as alias, update callers.
6511 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
6512 Keep old name as alias.
6513 (calendar-hebrew-mark-date-pattern):
6514 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
6515 update callers.
6516 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
6517 Keep old name as alias.
6518 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
6519 Keep old name as alias.
6520 (diary-hebrew-insert-monthly-entry):
6521 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
6522 (diary-hebrew-insert-yearly-entry):
6523 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
6524 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
6525 Keep old name as alias.
6526 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
6527 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
6528 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
6529 Keep old name as alias.
6530 (calendar-hebrew-parashiot-names):
6531 Rename hebrew-calendar-parashiot-names. Update callers.
6532 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
6533 (calendar-hebrew-year-Saturday-incomplete-Sunday):
6534 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
6535 (calendar-hebrew-year-Saturday-complete-Tuesday):
6536 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
6537 (calendar-hebrew-year-Monday-incomplete-Tuesday):
6538 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
6539 (calendar-hebrew-year-Monday-complete-Thursday):
6540 Rename hebrew-calendar-year-Monday-complete-Thursday.
6541 (calendar-hebrew-year-Tuesday-regular-Thursday):
6542 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
6543 (calendar-hebrew-year-Thursday-regular-Saturday):
6544 Rename hebrew-calendar-year-Thursday-regular-Saturday.
6545 (calendar-hebrew-year-Thursday-complete-Sunday):
6546 Rename hebrew-calendar-year-Thursday-complete-Sunday.
6547 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
6548 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
6549 (calendar-hebrew-year-Saturday-complete-Thursday):
6550 Rename hebrew-calendar-year-Saturday-complete-Thursday.
6551 (calendar-hebrew-year-Monday-incomplete-Thursday):
6552 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
6553 (calendar-hebrew-year-Monday-complete-Saturday):
6554 Rename hebrew-calendar-year-Monday-complete-Saturday.
6555 (calendar-hebrew-year-Tuesday-regular-Saturday):
6556 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
6557 (calendar-hebrew-year-Thursday-incomplete-Sunday):
6558 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
6559 (calendar-hebrew-year-Thursday-complete-Tuesday):
6560 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
6561 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
6562 Update for above name changes of constants.
6563
6564 * calendar/cal-menu.el, calendar/calendar.el:
6565 Update for chinese and hebrew name changes.
6566 * calendar/diary-lib.el: Update for hebrew name changes.
6567
6568 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6569
6570 * subr.el (keymap-canonicalize): Correct thinko.
6571
6572 * server.el: Undo part of the multi-tty change, which is only
6573 needed if server.el is preloaded, and broke server-running-p.
6574 (server-socket-dir): Initialize in the defvar, as before.
6575 (server-start): Remove initialization of server-socket-dir.
6576
6577 2008-04-05 Eli Zaretskii <eliz@gnu.org>
6578
6579 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
6580 3-member cons cells.
6581
6582 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
6583
6584 * cus-face.el (custom-face-attributes): Handle roman slant.
6585
6586 * faces.el (default): Ensure the face-defface-spec property is set.
6587
6588 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
6589
6590 * files.el (abort-if-file-too-large): New function.
6591 (find-file-noselect, insert-file-1): Use it.
6592
6593 2008-04-05 Reto Zimmermann <reto@gnu.org>
6594
6595 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6596 Replace C-c[a-zA-Z] key bindings.
6597
6598 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * progmodes/hideif.el (hif-token-alist): New var.
6601 (hif-token-regexp, hif-tokenize): Use it.
6602 (hif-mathify-binop): New macro.
6603 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
6604 (hif-greater-equal, hif-less-equal): Use it.
6605 (hif-logior, hif-logand): New functions.
6606 (hif-math): Accept | and & as well.
6607
6608 * progmodes/etags.el: Fix problem with completion for buffer-local
6609 tables. Reported by Radey Shouman <shouman@comcast.net>.
6610 (tags-complete-tag): Remove.
6611 (tags-lazy-completion-table): New function to replace it.
6612 (find-tag-tag, complete-tag): Update users.
6613
6614 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
6615
6616 * vc-rcs.el (vc-rcs-dir-status):
6617 * vc-sccs.el (vc-sccs-dir-status): New function.
6618
6619 * outline.el (outline-mode-menu-bar-map):
6620 * term.el (terminal-signal-menu): Add :help.
6621
6622 * net/eudc.el (eudc-mode-map): Declare and define in one step.
6623 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
6624
6625 * emacs-lisp/re-builder.el (reb-mode-map):
6626 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
6627
6628 * diff-mode.el (diff-file-junk-re): Recognize the git format for
6629 new files, deleted files and for changing permissions.
6630 (diff-mode): Set beginning-of-defun-function and
6631 end-of-defun-function.
6632
6633 * vc-bzr.el (vc-bzr-state): Use when instead of if.
6634
6635 * vc.el (vc-default-status-fileinfo-extra): New function.
6636 (vc-status-mark-buffer-changed): Use it.
6637 (vc-update-vc-status-buffer): Allow for partial updates.
6638
6639 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
6640
6641 * net/tramp.el (after-init-hook): Don't wrap a lambda around
6642 tramp-register-completion-file-name-handler.
6643
6644 * subr.el (keymap-canonicalize): New function.
6645 * mouse.el (mouse-menu-non-singleton): Use it.
6646 (mouse-major-mode-menu): Remove hack made unnecessary.
6647
6648 * simple.el (set-fill-column): Prompt rather than error by default.
6649
6650 2008-04-04 Andreas Schwab <schwab@suse.de>
6651
6652 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
6653 Reset new-rules after each round.
6654
6655 * Makefile.in (cal-autoloads): New target.
6656 (compile, compile-always, recompile): Depend on it.
6657 ($(lisp)/calendar/cal-loaddefs.el)
6658 ($(lisp)/calendar/diary-loaddefs.el)
6659 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
6660
6661 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
6662
6663 * ediff*.el: Replace load with require in eval-when-compile.
6664
6665 * ediff-hook: Delete all invocations of (autoload ...).
6666
6667 * ediff-util.el (ediff-setup): Make window-min-height a local variable
6668 in ediff control window, and set its min height to 2.
6669 (ediff-setup-control-buffer): Dedicate the control window.
6670 (ediff-toggle-multiframe): Undedicate control window.
6671 Work directly with ediff-setup-windows-multiframe and
6672 ediff-setup-windows-plain.
6673
6674 * ediff-wind (ediff-choose-window-setup-function-automatically):
6675 New function.
6676 (ediff-window-setup-function): Change initialization.
6677 (ediff-setup-windows-automatic): Delete.
6678 (ediff-setup-windows-plain-merge): Make control window dedicated.
6679 (ediff-destroy-control-frame): Do not skip frames if working in a
6680 single frame.
6681
6682 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
6683 eval-when-compile.
6684
6685 * emulation/viper-util.el: Move provide's forward, prevent recursion in
6686 eval-when-compile.
6687
6688 2008-04-04 Glenn Morris <rgm@gnu.org>
6689
6690 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
6691 calendar-absolute-from-bahai. Update callers, keep old name as alias.
6692
6693 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
6694 Rename islamic-calendar-leap-year-p. Update callers.
6695 (calendar-islamic-last-day-of-month):
6696 Rename islamic-calendar-last-day-of-month. Update callers.
6697 (calendar-islamic-day-number):
6698 Rename islamic-calendar-day-number. Update callers.
6699 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
6700 Update callers, keep old name as alias.
6701 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
6702 Update callers, keep old name as alias.
6703 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
6704 Keep old name as alias.
6705 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
6706 Update callers, keep old name as alias.
6707 (calendar-islamic-mark-date-pattern):
6708 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
6709 name as alias.
6710 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
6711 Keep old name as alias.
6712 (diary-islamic-insert-monthly-entry):
6713 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
6714 (diary-islamic-insert-yearly-entry):
6715 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
6716
6717 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
6718 calendar-absolute-from-iso. Update callers, keep old name as alias.
6719 (calendar-iso-print-date): Rename calendar-print-iso-date.
6720 Update callers, keep old name as alias.
6721 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
6722 Keep old name as alias.
6723 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
6724 Keep old name as alias.
6725
6726 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
6727 calendar-absolute-from-julian. Update callers, keep old name as alias.
6728 (calendar-julian-print-date): Rename calendar-print-julian-date.
6729 Update callers, keep old name as alias.
6730 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
6731 Update callers, keep old name as alias.
6732 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
6733 Update callers, keep old name as alias.
6734 (calendar-astro-print-day-number):
6735 Rename calendar-print-astro-day-number. Update callers, keep old
6736 name as alias.
6737 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
6738 Update callers, keep old name as alias.
6739
6740 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
6741 Rename calendar-string-to-mayan-long-count. Update callers.
6742 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
6743 Update callers, keep old name as alias.
6744 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
6745 Update callers.
6746 (calendar-mayan-read-tzolkin-date):
6747 Rename calendar-read-mayan-tzolkin-date. Update callers.
6748 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
6749 Keep old name as alias.
6750 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
6751 Keep old name as alias.
6752 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
6753 Keep old name as alias.
6754 (calendar-mayan-previous-tzolkin-date):
6755 Rename calendar-previous-tzolkin-date. Keep old name as alias.
6756 (calendar-mayan-next-round-date):
6757 Rename calendar-next-calendar-round-date. Keep old name as alias.
6758 (calendar-mayan-previous-round-date):
6759 Rename calendar-previous-calendar-round-date. Keep old name as alias.
6760 (calendar-mayan-long-count-to-absolute): Rename
6761 calendar-absolute-from-mayan-long-count. Keep old name as alias.
6762 (calendar-mayan-goto-long-count-date):
6763 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
6764
6765 * calendar/cal-persia.el (calendar-persian-month-name-array):
6766 Rename persian-calendar-month-name-array. Update callers.
6767 (calendar-persian-epoch): Rename persian-calendar-epoch.
6768 Update callers.
6769 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
6770 Update callers.
6771 (calendar-persian-last-day-of-month):
6772 Rename persian-calendar-last-day-of-month. Update callers.
6773 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
6774 Update callers, keep old name as alias.
6775 (calendar-persian-print-date): Rename calendar-print-persian-date.
6776 Update callers, keep old name as alias.
6777 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
6778 Keep old name as alias.
6779
6780 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
6781 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
6782 * calendar/solar.el: Update for cal-julian name changes.
6783
6784 * calendar/cal-dst.el: Update for persian name changes.
6785
6786 * calendar/cal-menu.el, calendar/calendar.el:
6787 Update for islamic, iso, julian, mayan, persian name changes.
6788
6789 * calendar/diary-lib.el: Update for islamic name changes.
6790
6791 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
6792 Rename all-hebrew-calendar-holidays. Update callers, keep old name
6793 as alias.
6794 (calendar-christian-all-holidays-flag):
6795 Rename all-christian-calendar-holidays. Update callers, keep old
6796 name as alias.
6797 (calendar-islamic-all-holidays-flag):
6798 Rename all-islamic-calendar-holidays. Update callers, keep old
6799 name as alias.
6800 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
6801 Update callers, keep old name as alias.
6802 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
6803 Update for the above name changes.
6804
6805 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
6806
6807 * hilit-chg.el (global-highlight-changes-mode)
6808 (highlight-changes-passive-string, highlight-changes-active-string):
6809 Mark as obsolete since 23.1, not 22.1.
6810
6811 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
6812
6813 * hilit-chg.el (highlight-changes-visibility-initial-state)
6814 (hilit-chg-update, highlight-changes-mode-turn-on):
6815 Fix typos in docstrings.
6816
6817 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
6818
6819 * newcomment.el (comment-enter-backward): Be careful to restore
6820 position changed during narrowing.
6821
6822 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
6823
6824 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6825 Recognize `sub ($$)'.
6826
6827 2008-04-03 Richard Sharman <rsharman@pobox.com>
6828
6829 * hilit-chg.el (highlight-changes-mode): Rename from
6830 highlight-changes; no longer uses sub-modes active and passive;
6831 implemented by define-minor-mode.
6832 (highlight-changes-toggle-visibility): New function, to replace
6833 the old passive/active submodes of global-highlight-changes-mode;
6834 implemented by define-minor-mode.
6835 (global-highlight-changes-mode): Rename from global-highlight-changes;
6836 rewrite using define-globalized-minor-mode.
6837 (hilit-chg-major-mode-hook, hilit-chg-check-global)
6838 (hilit-chg-post-command-hook, hilit-chg-check-global)
6839 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
6840 to use of define-globalized-minor-mode.
6841 (highlight-changes-global-initial-state): Change to be boolean.
6842 (highlight-changes-visible-string, highlight-changes-invisible-string):
6843 Rename from highlight-changes-active-string and
6844 highlight-changes-passive-string.
6845 (hilit-chg-update, hilit-chg-set): Use them.
6846 (global-highlight-changes-mode): Rename from global-highlight-changes.
6847 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
6848 docstring.
6849 (hilit-chg-hide-changes): Rewrite to use dolist.
6850 (hilit-chg-set-face-on-change, hilit-chg-update)
6851 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
6852 variable instead of testing highlight-changes-mode.
6853 (highlight-markup-buffers): Add require ediff-util; argument on calls
6854 to highlight-changes-mode changed.
6855 (highlight-compare-with-file): Fix problems with interactive
6856 call giving invalid default file.
6857
6858 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
6859
6860 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6861 Fix in disassembly buffer (regression in 22.2).
6862
6863 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
6864
6865 * emulation/viper-macs.el (viper-read-fast-keysequence):
6866 Use viper-read-event instead of viper-read-key.
6867
6868 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
6869
6870 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
6871 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
6872 let-statements.
6873
6874 * emulation/viper-ex.el, emulation/viper-macs.el:
6875 * emulation/viper-mous.el:
6876 Replace load with require in eval-when-compile.
6877
6878 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6879
6880 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
6881
6882 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
6883 (archive-try-jka-compr): New function.
6884 (archive-set-buffer-as-visiting-file): Use it.
6885
6886 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
6887
6888 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
6889
6890 * simple.el (handle-shift-selection): New arg.
6891
6892 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
6895
6896 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
6897
6898 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
6899
6900 * shell.el (shell-dynamic-complete-filename): New fun.
6901 (shell-dynamic-complete-functions): Use it.
6902
6903 * help-fns.el (describe-variable): Undo 2008-02-25 change.
6904
6905 2008-04-03 Kenichi Handa <handa@m17n.org>
6906
6907 * international/fontset.el (create-fontset-from-x-resource):
6908 Handle the error of X resource more gracefully.
6909
6910 * international/latin1-disp.el (latin1-display): Don't use make-char.
6911 Fix the argument to set-char-table-range.
6912 (latin1-display-identities): Don't use make-char.
6913 (latin1-display-reset): Use map-charset-chars instead of directly
6914 calling standard-display-default.
6915 (latin1-display-check-font): Don't use make-char.
6916 (latin1-display-setup): Likewise.
6917 (latin1-display-ucs-per-lynx): Likewise.
6918
6919 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
6922 name the fields, to make the code clearer.
6923 Rewrite all `aset' and `aref' using the defined accessors.
6924 (timer--time): New pseudo-field.
6925 (timer-set-time, timer-set-idle-time, timer-inc-time)
6926 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
6927 (timer--time-less-p): New function.
6928 (timer--activate): New function, extracted from timer-activate.
6929 (timer-activate-when-idle, timer-activate): Use it.
6930 (cancel-function-timers): Use dolist.
6931
6932 2008-04-03 Glenn Morris <rgm@gnu.org>
6933
6934 * add-log.el (c-beginning-of-defun, c-end-of-defun):
6935 Remove declarations; no longer used.
6936 (c-cpp-define-name, c-defun-name): Declare as functions.
6937
6938 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
6939 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
6940
6941 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
6942 (holiday-passover-etc, holiday-hanukkah): Doc fix.
6943 Add optional argument. Simplify.
6944 (holiday-tisha-b-av-etc): Use memq rather than unless.
6945 (holiday-julian): Autoload it.
6946 (holiday-hebrew-misc): New function.
6947
6948 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
6949
6950 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6951 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
6952 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
6953 all-hebrew-calendar-holidays.
6954 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
6955 Simplify using new functions.
6956 (calendar-holidays): Doc fix.
6957 (generate-calendar-window): Use bound-and-true-p.
6958
6959 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
6960
6961 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
6962 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
6963 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
6964 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
6965
6966 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
6967
6968 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6969
6970 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
6971
6972 * vc-bzr.el (vc-bzr-checkout): Simplify.
6973
6974 * image-mode.el (image-mode-fit-frame): New command.
6975
6976 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
6977 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
6978 (keyboard-escape-quit): Check region-active-p i.s.o
6979 transient-mark-mode.
6980
6981 2008-04-02 Simon Josefsson <simon@josefsson.org>
6982
6983 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
6984 (imap-message-copyuid-1): Use it.
6985 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
6986 J. Williams in
6987 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6988
6989 2008-04-02 Alan Mackenzie <acm@muc.de>
6990
6991 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
6992 New optimised functions to get the name of the current defun/macro.
6993
6994 * add-log.el (add-log-current-defun): Move the functionality which
6995 gets the current function name for C like modes to cc-cmds.el,
6996 thus optimising for speed.
6997
6998 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * simple.el (deactivate-mark): When the mark is temporarily
7001 active, restore the original value of transient-mark-mode.
7002 (set-mark-command): First deactivate the mark if was temporarily active.
7003 (exchange-point-and-mark): Reactivate the mark if it was
7004 temporarily active.
7005 (handle-shift-selection): New fun.
7006 (transient-mark-mode): Move var documentation here from buffer.c.
7007 (next-line, previous-line, backward-word, move-end-of-line)
7008 (move-beginning-of-line, forward-to-indentation)
7009 (backward-to-indentation, back-to-indentation)
7010 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
7011
7012 * mouse.el (mouse-set-region-1): Save the old value of
7013 transient-mark-mode.
7014 (mouse-drag-track): Ignore the now-obsolete value `identity' for
7015 transient-mark-mode.
7016
7017 * textmodes/paragraphs.el (forward-paragraph)
7018 (backward-paragraph, forward-sentence, backward-sentence): Add ^
7019 interactive spec.
7020
7021 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
7022
7023 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
7024
7025 * net/tramp.el (tramp-make-tramp-temp-file):
7026 Use `tramp-drop-volume-letter' for the local file name part.
7027
7028 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7029
7030 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
7031 Add menu entries corresponding to all the key bindings.
7032
7033 * emacs-lisp/debug.el (debugger-mode-map):
7034 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
7035 (conf-align-assignments): Only work on the region if it is active.
7036 (conf-quote-normal): Use when instead of if. Remove redundant test.
7037
7038 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7039 for tracing and re-builder.
7040
7041 2008-04-02 Glenn Morris <rgm@gnu.org>
7042
7043 * calendar/appt.el (appt-disp-window-function): Doc fix.
7044 (appt-display-message): Move beep before display.
7045 (appt-check): Make interactive. Reduce the number of lets.
7046 Use string-equal to compare mode-line strings.
7047 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
7048 read-only.
7049 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
7050 (appt-delete): Simplify.
7051
7052 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
7053
7054 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
7055
7056 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7057 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
7058 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
7059
7060 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
7061 (calendar-holiday-marker, mark-visible-calendar-date):
7062 * calendar/diary-lib.el (fancy-diary-display):
7063 Check for font-lock-mode before using faces.
7064
7065 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
7066 (calendar-gregorian-from-absolute): Reduce the number of lets.
7067 (hebrew-holidays-4, generate-calendar-window): Simplify.
7068 (calendar-for-loop): Make obsolete.
7069 (calendar-nth-named-day): Doc fix.
7070
7071 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
7072 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
7073 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
7074 Reduce the number of lets.
7075 (mark-sexp-diary-entries, calendar-mark-complex):
7076 Expand calendar-for-loops.
7077
7078 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
7079
7080 * find-dired.el (find-dired-filter): Fix last patch to handle
7081 multi-line process input. Pad link numbers too.
7082
7083 2008-04-01 Jari Aalto <jari.aalto@cante.net>
7084
7085 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
7086
7087 2008-04-01 Jason Rumney <jasonr@gnu.org>
7088
7089 * international/characters.el (script-list): Add phonetic script,
7090 covering IPA (previously Latin), Phonetic Extensions and
7091 Phonetic Extensions Supplement (both previously unassigned).
7092
7093 * international/fontset.el (setup-default-fontset): Use unicode fonts
7094 that cover bopomofo script for bopomofo.
7095 Likewise for braille and mathematical.
7096 Use unicode scripts that cover the phonetic script for IPA.
7097
7098 2008-04-01 Johan Bockgård <bojohan@gnu.org>
7099
7100 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
7101 return the assigned value.
7102
7103 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7104
7105 * abbrev.el (abbrev-mode): Use define-minor-mode.
7106
7107 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
7108 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
7109 Use map-keymap.
7110 (minor-mode-menu-from-indicator): Use it. Simplify.
7111
7112 * bindings.el (mode-line-mode-menu): Move before (new) first use.
7113 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
7114 Bind the key directly to the menu.
7115 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
7116
7117 2008-04-01 Daiki Ueno <ueno@unixuser.org>
7118
7119 * epa.el (epa-decrypt-region): Explain the reason why this
7120 function should not be used in Lisp programs.
7121 (epa-decrypt-armor-in-region): Ditto.
7122 (epa-verify-region): Ditto.
7123 (epa-verify-cleartext-in-region): Ditto.
7124 (epa-sign-region): Ditto.
7125 (epa-encrypt-region): Ditto.
7126
7127 * epg.el (epg-start-receive-keys): Fix typo in docstring.
7128
7129 * epa.el (epa-select-keys): Show menu even if there is no key in
7130 GnuPG's keyring.
7131
7132 2008-04-01 Glenn Morris <rgm@gnu.org>
7133
7134 * calendar/calendar.el (calendar-make-temp-face): New function.
7135 (mark-visible-calendar-date):
7136 * calendar/diary-lib.el (fancy-diary-display): Use it.
7137
7138 * vc-hooks.el (vc-responsible-backend): Declare as function.
7139
7140 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
7141 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
7142 * calendar/cal-julian.el (holiday-julian): Use it.
7143
7144 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
7145 (calendar-hebrew-date-is-visible-p): Extract some common code into
7146 separate function.
7147 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
7148
7149 * calendar/cal-menu.el (cal-menu-holidays-menu):
7150 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
7151 rather than obsolete alias.
7152
7153 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
7154 for mark characters.
7155 (calendar-unmark): Unmark by removing all overlays, rather than
7156 redrawing.
7157 (calendar-starred-day): Remove.
7158 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
7159 (calendar-cursor-to-date): No need for special star handling now
7160 using overlays.
7161 (calendar-star-date): Use overlays.
7162
7163 * calendar/cal-french.el (calendar-goto-french-date):
7164 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
7165 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
7166 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
7167 * calendar/cal-persia.el (calendar-persian-date-string):
7168 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7169 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
7170 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
7171 * calendar/solar.el (solar-equinoxes-solstices):
7172 Reduce nesting of some lets.
7173
7174 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
7175 (calendar-goto-mayan-long-count-date): Simplify.
7176
7177 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
7178 Simplify by using mapcar.
7179 (calendar-list-holidays): Return holiday-list.
7180 (list-holidays): Use let rather than let*. Remove un-needed locals
7181 `d', `never'.
7182 (calendar-check-holidays): Return result from dolist.
7183 (holiday-float): Use a single let*. Simplify if-and to and.
7184 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
7185 single let*.
7186
7187 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
7188
7189 * calc/calc.el: Autoload `calc-yank'.
7190 (calc-mode-map): Add keybindings for `calc-yank'.
7191 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
7192 assignments for `calc-yank'.
7193
7194 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
7195
7196 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
7197 (vc-status-mark-buffer-changed): Handle the extra field.
7198
7199 * vc-bzr.el (vc-bzr-after-dir-status):
7200 * vc-cvs.el (vc-cvs-after-dir-status):
7201 * vc-hg.el (vc-hg-after-dir-status):
7202 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
7203
7204 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * doc-view.el: Compute displayed pages first (in PDF).
7207 (doc-view-current-converter-processes): Rename from
7208 doc-view-current-converter-process. Update users.
7209 (doc-view-sentinel): Test buffer's liveness.
7210 (doc-view-pdf/ps->png-sentinel): Remove.
7211 (doc-view-start-process): New function.
7212 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
7213 (doc-view-ps->pdf): Use it.
7214 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
7215 New functions.
7216 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
7217 (doc-view-mode): Kill the processes when leaving the mode.
7218
7219 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
7220
7221 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
7222 Use `byte-compile-warning-types'. Add docstring.
7223
7224 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7225
7226 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
7227 (smerge-resolve): Add various resolution heuristics.
7228
7229 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
7230 in 3-way conflicts.
7231
7232 2008-03-31 Glenn Morris <rgm@gnu.org>
7233
7234 * calendar/cal-bahai.el (diary-bahai-mark-entries):
7235 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7236 * calendar/cal-islam.el (mark-islamic-diary-entries):
7237 Fix argument order in call to diary-mark-entries-1.
7238
7239 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
7240 pre-Bahai dates.
7241 (holiday-bahai): Use an algorithm actually relevant to this calendar
7242 system.
7243
7244 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
7245
7246 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
7247 Use and.
7248
7249 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
7250 in the last fortnight in Julian October.
7251
7252 * calendar/calendar.el (increment-calendar-month): Optionally handle
7253 systems without 12 months per year.
7254
7255 (calendar-date-is-visible-p): Doc fix. Simplify.
7256
7257 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
7258 from dolist.
7259
7260 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
7261
7262 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
7263 (hi-lock-unload-function): New function.
7264
7265 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
7266
7267 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
7268 overwriting when NEWNAME is a local file.
7269
7270 * net/trampver.el: Update release number.
7271
7272 2008-03-30 Alexandre Julliard <julliard@winehq.org>
7273
7274 * vc-git.el: Make vc-status display information about copies,
7275 renames and permission changes.
7276 (vc-git-extra-fileinfo): New defstruct.
7277 (vc-git-escape-file-name, vc-git-file-type-as-string)
7278 (vc-git-rename-as-string, vc-git-permissions-as-string)
7279 (vc-git-status-printer): New functions.
7280 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
7281 (vc-git-after-dir-status-stage1): Look for copies, renames and
7282 permission changes.
7283 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
7284 (vc-git-dir-status): Ask for staged files and renames.
7285
7286 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7287
7288 * vc.el: Allow backends to display backend specific information in
7289 the vc-status listing.
7290 (vc-status-fileinfo): Add a field for backend specific information.
7291 (vc-status-printer): Rename to ...
7292 (vc-default-status-printer): ... this.
7293 (vc-status-printer): New function.
7294 (vc-update-vc-status-buffer): Set the backend specific file info
7295 if provided.
7296
7297 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * textmodes/remember.el (remember-diary-convert-entry): Revert last
7300 change (ill-conceived).
7301
7302 2008-03-29 Glenn Morris <rgm@gnu.org>
7303
7304 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
7305 * calendar/cal-julian.el (holiday-julian): Simplify.
7306
7307 * calendar/holidays.el (list-holidays): Use or.
7308
7309 2008-03-29 Juri Linkov <juri@jurta.org>
7310
7311 * window.el (split-window-preferred-horizontally): New function.
7312
7313 * cus-start.el (split-window-preferred-function):
7314 Set choice for "vertically" to nil instead of split-window.
7315 Set choice for "horizontally" to split-window-preferred-horizontally
7316 instead of lambda.
7317
7318 2008-03-29 Juri Linkov <juri@jurta.org>
7319
7320 * simple.el (minibuffer-default-add-function): New variable with
7321 the default to minibuffer-default-add-completions.
7322 (minibuffer-default-add-done): New variable. Make it buffer-local.
7323 (minibuffer-default-add-completions): New function.
7324 (goto-history-element): Set minibuffer-default-add-done to t and
7325 call a function in minibuffer-default-add-function when the
7326 specified absolute history position is greater than the length of
7327 the minibuffer-default list and minibuffer-default-add-done is nil.
7328 Change "^End of history; no next item$" to "^End of defaults;
7329 no next item$".
7330
7331 * bindings.el (debug-ignored-errors): Change "^End of history;
7332 no next item$" to "^End of defaults; no next item$".
7333
7334 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7335
7336 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
7337
7338 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
7339 to with-no-warnings.
7340
7341 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
7342
7343 Sync with Tramp 2.1.13.
7344
7345 * net/tramp-ftp.el: Require 'cl when byte-compiling.
7346
7347 * net/trampver.el: Update release number.
7348
7349 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
7350
7351 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
7352 the current backend.
7353
7354 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
7355 (vc-status-refresh): Create a temporary buffer and call the
7356 `dir-status' backend function from that buffer.
7357
7358 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
7359 (vc-bzr-after-dir-status): Don't kill the buffer.
7360
7361 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
7362 (vc-cvs-after-dir-status): Don't kill the buffer.
7363
7364 * vc-git.el (vc-git-dir-status): Don't create a buffer.
7365 (vc-git-after-dir-status-stage2): Don't kill the buffer.
7366
7367 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
7368 (vc-hg-after-dir-status): Don't kill the buffer.
7369
7370 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
7371 (vc-svn-after-dir-status): Don't kill the buffer.
7372
7373 2008-03-29 Glenn Morris <rgm@gnu.org>
7374
7375 * calendar/calendar.el (diary-file, american-date-diary-pattern)
7376 (european-date-diary-pattern, european-calendar-display-form)
7377 (american-calendar-display-form, diary-display-hook): Doc fixes.
7378 (european-calendar-style): Doc fix. Use calendar-set-date-style for
7379 custom :set. Mark as obsolete.
7380 (calendar-date-style, iso-date-diary-pattern)
7381 (iso-calendar-display-form): New user variables.
7382 (diary-date-forms, calendar-date-display-form): Set using
7383 calendar-date-style. Doc fix.
7384 (calendar-set-date-style): New command.
7385 (european-calendar, american-calendar): Use calendar-set-date-style.
7386 Mark as obsolete.
7387
7388 * calendar/diary-lib.el (number): Move declaration where needed.
7389 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
7390 (diary-make-date): New function.
7391 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
7392 Use diary-make-date.
7393 (diary-date-display-form, diary-insert-entry-1): New functions.
7394 (insert-monthly-diary-entry, insert-yearly-diary-entry):
7395 Use diary-insert-entry-1.
7396 (insert-anniversary-diary-entry, insert-block-diary-entry)
7397 (insert-cyclic-diary-entry): Use diary-date-display-form.
7398
7399 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7400 Autoload diary-insert-entry-1.
7401 * calendar/cal-bahai.el (diary-bahai-insert-entry)
7402 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7403 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
7404 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
7405 * calendar/cal-islam.el (insert-islamic-diary-entry)
7406 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
7407 Use diary-insert-entry-1.
7408
7409 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
7410 (diary-yahrzeit): Doc fix. Use diary-make-date.
7411
7412 * calendar/icalendar.el (icalendar--datetime-to-american-date):
7413 New name for icalendar--datetime-to-noneuropean-date. Make old name
7414 obsolete alias.
7415 (icalendar--datetime-to-iso-date): New function.
7416 (icalendar--datetime-to-diary-date): Doc fix. Respect
7417 calendar-date-style if bound.
7418
7419 * textmodes/remember.el (remember-diary-convert-entry):
7420 Respect calendar-date-style if bound.
7421
7422 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
7425 (xterm-mouse-handle-delete-frame): Delete.
7426
7427 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
7428 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
7429 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
7430 in xterm-modify-other-keys-terminal-list.
7431
7432 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
7433 are conflicts.
7434
7435 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
7436
7437 * vc.el (vc-update): Check if the buffer is unsaved only if it
7438 actually exists.
7439 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
7440 vc-print-log.
7441
7442 2008-03-28 Magnus Henoch <mange@freemail.hu>
7443
7444 * net/dns.el (dns-write): Use set-buffer-multibyte.
7445
7446 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * vc-bzr.el (vc-bzr-sha1): New fun.
7449 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
7450 (vc-bzr-registered): Use it.
7451
7452 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
7453
7454 * vc.el (vc-status-kill-dir-status-process): Simplify.
7455 (vc-status-refresh): Make sure the buffer is live.
7456 (ring): Don't require it, not used.
7457
7458 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
7459
7460 * progmodes/verilog-mode.el (verilog-auto-inout-module):
7461 Add optional regular expression to AUTOINOUTMODULE.
7462 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
7463 (verilog-auto-inst-param, verilog-auto-reg)
7464 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
7465 (verilog-auto-output-every, verilog-auto-input)
7466 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
7467 (verilog-auto-unused, verilog-auto): Update documentation to use
7468 more obvious instance module names versus cell names.
7469
7470 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
7471
7472 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
7473 kill if a process is running.
7474
7475 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
7476
7477 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
7478
7479 * vc.el: Add new backend function 'status-extra-headers.
7480 (vc-default-status-extra-headers): New function.
7481 (vc-status-headers): Call 'status-extra-headers. Add colors.
7482
7483 * vc-git.el (vc-git-status-extra-headers): New function.
7484
7485 2008-03-28 Glenn Morris <rgm@gnu.org>
7486
7487 * calendar/cal-menu.el (cal-menu-holidays-menu)
7488 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
7489 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
7490 holiday-list is optional.
7491 (calendar-mouse-holidays): Remove un-needed local `l'.
7492
7493 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7494 Remove un-needed local `date'.
7495 (calendar-cursor-to-visible-date): Use let rather than let*.
7496 Remove un-needed local `first-of-month-weekday'.
7497
7498 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
7499
7500 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
7501 Doc fixes.
7502 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
7503 (diary-header-line-flag, diary-header-line-format): Declare.
7504 (diary-pull-attrs): Check for multiple matches.
7505 (diary-list-entries-2): Simplify finding start of date.
7506 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
7507 pop-up-frames.
7508 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
7509 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
7510
7511 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
7512
7513 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
7514
7515 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
7516
7517 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
7520
7521 * image-mode.el (image-mode-reapply-winprops): Fix last change.
7522
7523 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
7524
7525 * international/mule-conf.el (define-iso-single-byte-charset):
7526 Don't make latin-iso8859-* supplementary.
7527 (#'set-charset-priority): Don't change the priority of charsets
7528 `unicode' and `emacs'.
7529
7530 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
7533 temp buffer.
7534
7535 2008-03-27 Glenn Morris <rgm@gnu.org>
7536
7537 * calendar/cal-bahai.el (diary-bahai-list-entries):
7538 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
7539 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
7540
7541 * calendar/calendar.el (diary-file): Doc fix.
7542
7543 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
7544 (list-diary-entries-hook, mark-diary-entries-hook)
7545 (include-other-diary-files, diary-mail-entries)
7546 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
7547 (diary-set-header): New function.
7548 (diary-header-line-flag, diary-header-line-format):
7549 Use diary-set-header for custom :set function.
7550 (diary-set-maybe-redraw): Use symbol-value rather than eval.
7551 (diary-attrtype-convert): Use intern-soft rather than read.
7552 (diary-display-no-entries): New function.
7553 (simple-diary-display, fancy-diary-display): Use it.
7554 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
7555 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
7556
7557 * calendar/holidays.el (list-holidays): Doc fix.
7558
7559 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
7560
7561 * calc/calc-store.el (calc-read-var-name-history): New variable.
7562 (calc-read-var-name): Use `calc-read-var-name-history'.
7563
7564 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7565
7566 * image-mode.el (image-mode-reapply-winprops): Simplify now that
7567 window-configuration-change-hook works buffer-locally.
7568
7569 2008-03-26 Johan Bockgård <bojohan@gnu.org>
7570
7571 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
7572 for Emacs Lisp, not Lisp.
7573
7574 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
7575
7576 * help-fns.el (describe-function-1, describe-variable):
7577 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
7578
7579 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
7580 replacement is provided, don't print "use nil instead".
7581
7582 2008-03-26 Johan Bockgård <bojohan@gnu.org>
7583
7584 * complete.el (PC-do-completion): Use regexp-quote.
7585
7586 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
7587
7588 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
7589 Detect missing files.
7590
7591 * vc-git.el (vc-git-extra-menu-map): New key map.
7592 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
7593 New functions.
7594
7595 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
7596 and 'missing files.
7597
7598 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * calendar/holidays.el (list-holidays): Make Y2 optional.
7601
7602 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
7603 buffers shown to the user.
7604 (appt-disp-window): Disable undo explicitly now that the leading space
7605 is gone.
7606
7607 * simple.el (activate-mark): New function.
7608 (set-mark-command): Use it with region-active-p to clean up the code.
7609 (exchange-point-and-mark): Invert the meaning of C-u when
7610 transient-mark-mode is active.
7611
7612 * dired-aux.el (dired-create-files): Use dolist.
7613
7614 * bindings.el (mode-line-change-eol): Use with-selected-window.
7615
7616 * apropos.el (apropos-command): Include macros.
7617
7618 2008-03-26 Glenn Morris <rgm@gnu.org>
7619
7620 * calendar/cal-bahai.el: Require calendar, not cal-julian.
7621 (calendar-bahai-epoch): Doc fix.
7622
7623 * calendar/cal-china.el: Explicitly require calendar.
7624
7625 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
7626 Require calendar rather than cal-julian.
7627 Autoload calendar-absolute-from-julian.
7628 * calendar/cal-coptic.el (coptic-calendar-epoch):
7629 * calendar/cal-islam.el (calendar-islamic-epoch):
7630 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
7631
7632 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
7633
7634 * calendar/cal-dst.el: Don't require cal-persia.
7635 (calendar-absolute-from-persian): Autoload it.
7636 (dst-adjust-time): Doc fix.
7637
7638 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
7639 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
7640 calendar.
7641
7642 * calendar/cal-menu.el: Require calendar rather than declaring
7643 functions.
7644 * calendar/calendar.el: Provide calendar before requiring cal-menu.
7645
7646 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
7647 calendar-after-frame-setup-hooks. Update callers, make old name an
7648 obsolete alias. Doc fix.
7649 (calendar-frame-1): Doc fix.
7650
7651 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
7652
7653 * calendar/calendar.el (oriental-holidays, solar-holidays):
7654 * calendar/holidays.el (list-holidays): Assume atan always bound.
7655
7656 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
7657 Explicitly require calendar, not cal-julian.
7658 * calendar/lunar.el: Explicitly require cal-dst.
7659
7660 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
7663
7664 * help-fns.el (describe-function-1, describe-variable): If no
7665 replacement is provided, don't print "use nil instead".
7666
7667 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7668
7669 * proced.el: New file.
7670
7671 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
7672
7673 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
7674
7675 2008-03-25 Juri Linkov <juri@jurta.org>
7676
7677 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
7678 in battery-mode-line-format.
7679
7680 * bindings.el (minibuffer-local-map): For the command
7681 file-cache-minibuffer-complete replace keymap minibuffer-local-map
7682 with map which is already locally bound to minibuffer-local-map.
7683
7684 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
7687 Remove `sort-first' argument.
7688
7689 * subr.el (redisplay-end-trigger-functions)
7690 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
7691 (process-filter-multibyte-p, set-process-filter-multibyte):
7692 Mark as obsolete.
7693
7694 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
7697 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
7698 use the LOCAL arg of `add-hook'.
7699 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
7700 Remove spurious * from defcustom docstrings.
7701 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
7702 Fix typos in messages.
7703 (reb-mode-buffer-p): New function.
7704 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
7705 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
7706 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
7707 Use `unless', `when'.
7708 (re-builder-unload-function): New function.
7709
7710 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
7711
7712 * vc-hooks.el (vc-state): Add documentation for 'missing.
7713
7714 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
7715
7716 * progmodes/verilog-mode.el (verilog-auto-output)
7717 (verilog-auto-input, verilog-auto-inout, verilog-auto)
7718 (verilog-delete-auto): Add optional regular expression to
7719 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
7720 (verilog-signals-matching-regexp): New internal function for
7721 signal matching.
7722
7723 2008-03-25 Johan Bockgård <bojohan@gnu.org>
7724
7725 * info.el (Info-isearch-search): Always return point.
7726
7727 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * diff-mode.el (diff-remembered-defdir): New var.
7730 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
7731
7732 2008-03-25 Glenn Morris <rgm@gnu.org>
7733
7734 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
7735 calendar-bahai-prompt-for-date. Update callers, make old name an
7736 obsolete alias. Doc fix.
7737 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
7738 coptic-prompt-for-date. Update callers, make old name an
7739 obsolete alias. Doc fix.
7740 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
7741 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
7742 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
7743 calendar-islamic-prompt-for-date. Update callers. Doc fix.
7744 * calendar/cal-iso.el (calendar-iso-read-date): New name for
7745 calendar-iso-read-args. Update callers, make old name an obsolete
7746 alias.
7747 * calendar/cal-persia.el (calendar-persian-read-date): New name for
7748 persian-prompt-for-date. Update callers, make old name an
7749 obsolete alias. Doc fix. Move definition before use.
7750
7751 * calendar/cal-x.el (diary-frame-parameters)
7752 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
7753 (calendar-frame-1): Doc fixes.
7754 (make-fancy-diary-buffer): Remove declaration.
7755 (calendar-dedicate-diary): Replace call to deleted function
7756 make-fancy-diary-buffer.
7757 (calendar-frame-setup): New function.
7758 (calendar-one-frame-setup, calendar-only-one-frame-setup)
7759 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
7760 work, and mark as obsolete.
7761 (special-display-buffer-names): Don't mess with this; it's not our
7762 business.
7763 (cal-x-load-hook): Defvar it, and mark as obsolete.
7764
7765 * calendar/calendar.el (calendar-remove-frame-by-deleting):
7766 Default to t. Add to 'calendar group.
7767 (calendar): Doc fix. Use calendar-frame-setup.
7768 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
7769 (generate-calendar-window): Doc fix.
7770
7771 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7772
7773 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
7774
7775 2008-03-24 Drew Adams <drew.adams@oracle.com>
7776
7777 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
7778 New variables.
7779 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
7780 (finder-exit): Ignore errors rather than avoiding them.
7781 Kill *Finder-package* buffer also.
7782
7783 2008-03-24 Andreas Schwab <schwab@suse.de>
7784
7785 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
7786
7787 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
7788
7789 * vc-hg.el (vc-hg-after-dir-status):
7790 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
7791
7792 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
7793 Detect removed files.
7794
7795 * vc.el (vc-status-printer): Use a different face for missing files.
7796 (vc-status-hide-up-to-date): Rename from
7797 vc-status-remove-up-to-date. Update all callers.
7798 (vc-status-mode-map): Bind C-m.
7799
7800 2008-03-24 Alexandre Julliard <julliard@winehq.org>
7801
7802 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
7803 code ...
7804 (vc-git--state-code): ... to this new function.
7805 (vc-git-state): Use it.
7806
7807 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
7808
7809 * textmodes/remember.el (remember-mail-date)
7810 (remember-store-in-mailbox): Write date and From line in such a
7811 way that Mutt can read it.
7812
7813 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
7814
7815 * simple.el (transient-mark-mode): Turn on by default.
7816
7817 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7818
7819 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
7820 'unregistered for unregistered files.
7821
7822 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
7823
7824 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
7825
7826 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
7827 subdirectories.
7828
7829 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
7830 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
7831 Add :enable for vc-status-refresh.
7832 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
7833 (vc-status-tool-bar-map): Add binding for
7834 vc-status-kill-dir-status-process.
7835 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
7836 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
7837 Reset vc-status-process-buffer.
7838 (vc-status-refresh): Don't run two refreshes at a time.
7839 (vc-status): If the buffer is already in vc-status-mode only refresh.
7840 (vc-status-mark-buffer-changed): Add an optional file parameter.
7841 (vc-resynch-buffer): Use it.
7842 (vc-delete-file): Expand the file name before using it.
7843 Be careful to not create a new buffer with the old file contents.
7844 Update the VC state after performing the operation.
7845
7846 2008-03-23 Andreas Schwab <schwab@suse.de>
7847
7848 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
7849 Fix radio button condition.
7850 [box]: Likewise.
7851 [customize]: Add radio button.
7852
7853 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
7854
7855 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
7856 (calc-user-parse-tables, calc-gnuplot-default-device)
7857 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7858 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7859 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7860 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
7861 (calc-undo-list, calc-redo-list, calc-main-buffer)
7862 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
7863 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
7864 (calc-said-hello, calc-executing-macro, calc-any-selections)
7865 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
7866 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
7867 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
7868 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
7869 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
7870 (calc-create-buffer, calc-quit): Add docstrings.
7871
7872 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
7873
7874 * makefile.w32-in (WINS_ALMOST): Add org.
7875
7876 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7877
7878 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7879 New functions to implement vc-status support.
7880
7881 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7882
7883 * vc.el (vc-status-prepare-status-buffer): New function.
7884 (vc-status): Use it.
7885
7886 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
7887 appropriate.
7888
7889 2008-03-22 Alexandre Julliard <julliard@winehq.org>
7890
7891 * vc-git.el (vc-git--empty-db-p)
7892 (vc-git-after-dir-status-stage1-empty-db): New functions.
7893 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
7894 Add support for empty repositories.
7895
7896 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7897
7898 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7899 Allow "^" in a version name.
7900
7901 * vc-mtn.el (vc-mtn-state): Support the added state.
7902
7903 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
7904
7905 * org: New directory for Org-mode.
7906
7907 * org/org-export-latex.el: Moved from lisp/texmodes.
7908
7909 * org/org-irc.el: Moved from lisp/texmodes.
7910
7911 * org/org-mac-message.el: Moved from lisp/texmodes.
7912
7913 * org/org-mouse.el: Moved from lisp/texmodes.
7914
7915 * org/org-publish.el: Moved from lisp/texmodes.
7916
7917 2008-03-21 Juri Linkov <juri@jurta.org>
7918
7919 * comint.el (comint-dynamic-simple-complete):
7920 Use variable `stub' for the second arg `common-substring'
7921 of `comint-dynamic-list-completions'.
7922 (comint-dynamic-list-filename-completions):
7923 Use variable `filenondir' for the second arg `common-substring'
7924 of `comint-dynamic-list-completions'.
7925 (comint-dynamic-list-completions): Add new optional arg
7926 `common-substring'. Add `common-substring' as the second arg of
7927 the call to `display-completion-list'. Doc fix.
7928
7929 * comint.el (comint-dynamic-complete-as-filename)
7930 (comint-dynamic-list-filename-completions)
7931 (comint-dynamic-simple-complete): Use `minibuffer-message'
7932 to display message "No completions of %s" when a command
7933 is called in the minibuffer.
7934 (comint-dynamic-simple-complete): Don't display other
7935 completion messages when a command is called in the minibuffer.
7936 (comint-dynamic-list-completions): Use `minibuffer-message'
7937 to display message " [Type space to flush ...]" when a command
7938 is called in the minibuffer.
7939
7940 * shell.el (shell-dynamic-complete-command)
7941 (shell-dynamic-complete-environment-variable): Don't display
7942 completion messages when command is called in the minibuffer.
7943
7944 * emacs-lisp/lisp.el (lisp-complete-symbol):
7945 Use `minibuffer-message' to display message "No completions of %s"
7946 when this command is called in the minibuffer.
7947
7948 * bindings.el (standard-mode-line-modes): Put special help-echo
7949 tooltip on recursive edit %[ %] mode-line constructs.
7950
7951 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
7952 "^No dynamic expansion for .* found$" to allow error messages like
7953 "No dynamic expansion for \"%s\" found in this-buffer".
7954
7955 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
7956
7957 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
7958 "psftp".
7959
7960 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
7963 * vc.el (vc-default-dired-state-info): Use just "modified".
7964 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
7965 (vc-cvs-mode-line-string): Make use of the better default.
7966 (vc-cvs-parse-entry): Use the new `added'.
7967 (vc-cvs-dired-state-info): Remove.
7968 * vc-svn.el (vc-svn-dired-state-info): Remove.
7969 * vc-hg.el (vc-hg-dired-state-info): Remove.
7970 * vc-git.el (vc-git-dired-state-info): Remove.
7971
7972 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7973
7974 * vc-git.el (vc-git-status-result): New variable.
7975 (vc-git-dir-status): Split out ...
7976 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
7977 ... these new functions and work asynchronously.
7978
7979 2008-03-21 Alexandre Julliard <julliard@winehq.org>
7980
7981 * vc-git.el (vc-git-after-dir-status): Remove.
7982 (vc-git-dired-state-info): Reimplement.
7983
7984 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7985
7986 * replace.el (occur-mode-map): Add :help.
7987
7988 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
7989 for disassemble.
7990
7991 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
7992 the 'added state.
7993 (vc-status-remove-up-to-date): New function.
7994 (vc-status-mode-map, vc-status-menu-map): Bind it.
7995 (vc-status-printer): Use a different face up-to-date files.
7996 (vc-resynch-buffer): Update the vc-status buffer if it exists.
7997 (Todo): Remove solved entries.
7998
7999 * vc-hg.el (vc-hg-state):
8000 * vc-git.el (vc-git-state):
8001 * vc-cvs.el (vc-cvs-parse-status):
8002 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
8003 state.
8004
8005 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * progmodes/compile.el (compile):
8008 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
8009
8010 * simple.el (minibuffer-local-shell-command-map): New var.
8011 (minibuffer-complete-shell-command, read-shell-command): New funs.
8012 (shell-command, shell-command-on-region): Use them.
8013
8014 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
8015
8016 * vc.el (vc-status-mark-buffer-changed): New function to implement
8017 updating of the *vc-status* buffer when a buffer is saved.
8018 (vc-status-mode): Use it for after-change-hook.
8019 (vc-add-to-vc-status-buffer): Rename to ...
8020 (vc-status-add-entry): ... this.
8021 (Todo): Add new entry.
8022
8023 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
8026
8027 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
8028
8029 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
8030 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
8031 Remove spurious * from defcustom docstrings.
8032 (icomplete-compute-delay): Fix docstring and remove spurious *.
8033 (icomplete-delay-completions-threshold): Fix typo in docstring and
8034 remove spurious *.
8035 (icomplete-completions): While collecting the list of prospective
8036 candidates, don't overshoot `icomplete-prospects-length'.
8037
8038 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
8039
8040 * textmodes/refbib.el:
8041 * textmodes/reftex.el:
8042 * textmodes/reftex-global.el:
8043 * textmodes/reftex-vars.el:
8044 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
8045 compiler pacifying defvars.
8046 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
8047 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
8048 not needed.
8049
8050 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
8051
8052 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
8053 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
8054 (verilog-customize, verilog-font-customize)
8055 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
8056 (verilog-mode): Update documentation strings to match tool tips.
8057 (verilog-auto-search-do, verilog-auto-re-search-do)
8058 (verilog-skip-forward-comment-or-string): Fix verilog-auto
8059 expansion when a .* appears inside a string.
8060 (verilog-re-search-forward, verilog-re-search-backward):
8061 Add comment to recall how this works.
8062 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
8063
8064 2008-03-20 Glenn Morris <rgm@gnu.org>
8065
8066 * calendar/calendar.el (calendar-other-dates): New function.
8067 (calendar-print-other-dates): Use calendar-other-dates.
8068 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
8069 the declarations it replaces.
8070 (calendar-mouse-print-dates): Use calendar-other-dates.
8071
8072 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
8073 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
8074 (calendar-absolute-from-bahai): Fix the leap-year case.
8075 (calendar-bahai-from-absolute): Re-use the Gregorian month.
8076 (calendar-bahai-date-string, calendar-bahai-print-date):
8077 Handle pre-Bahai dates.
8078
8079 * calendar/cal-china.el (chinese-calendar-celestial-stem)
8080 (chinese-calendar-terrestrial-branch): Make defcustoms.
8081
8082 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
8083 (calendar-mouse-view-diary-entries): Use or.
8084 (calendar-mouse-chinese-date): Remove unused command.
8085 (cal-menu-load-hook): Mark as obsolete.
8086
8087 * calendar/solar.el (calendar-location-name, calendar-latitude)
8088 (calendar-longitude, solar-arctan, sunrise-sunset)
8089 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
8090
8091 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
8092
8093 * calc/calc.el: Remove outdated comments.
8094 (defcalcmodevar, calc-mode-var-list-restore-default-values)
8095 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
8096 Add docstrings.
8097
8098 2008-03-19 Jason Rumney <jasonr@gnu.org>
8099
8100 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
8101
8102 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8103
8104 * net/tls.el (open-tls-stream): Reindent.
8105
8106 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
8107
8108 * net/tramp.el (tramp-let-maybe): Removed.
8109 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
8110 It does not exist under XEmacs.
8111 (tramp-handle-file-truename, tramp-handle-expand-file-name)
8112 (tramp-completion-file-name-handler): Let-bind
8113 `directory-sep-char'.
8114
8115 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
8116 `directory-sep-char'.
8117
8118 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * help-fns.el (describe-function-1): Don't signal "missing arglist"
8121 for autoloaded keymaps.
8122
8123 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
8124 (electric-verilog-terminate-line, verilog-in-struct-region-p)
8125 (verilog-backward-ws&directives, verilog-forward-ws&directives)
8126 (verilog-in-comment-p, verilog-in-star-comment-p)
8127 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
8128 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
8129 (verilog-skip-forward-comment-or-string, verilog-in-paren)
8130 (verilog-skip-forward-comment-p): Use it.
8131
8132 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
8133
8134 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
8135 (org-remember-templates, org-time-stamp-rounding-minutes)
8136 (org-back-over-empty-lines, org-find-base-buffer-visiting)
8137 (org-columns-new): Fix typos in docstrings.
8138
8139 2008-03-19 Glenn Morris <rgm@gnu.org>
8140
8141 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
8142 (tramp-handle-shell-command): Use condition-case rather than
8143 ignore-errors.
8144
8145 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
8146
8147 * diff-mode.el (diff-header): Make the color louder.
8148 (diff-refine-change): Tone the color down.
8149
8150 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
8151
8152 * descr-text.el (describe-char): When `describe-char-unidata-list'
8153 is set to show all properties, list them in the right order.
8154
8155 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * international/mule.el (load-with-code-conversion): Avoid setting
8158 default-enable-multibyte-characters.
8159
8160 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
8161
8162 * vc.el (vc-annotate-background): Fix custom type.
8163
8164 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * descr-text.el (describe-char-unidata-list): Allow specifying
8167 just all properties.
8168 (describe-char): Handle that new value.
8169
8170 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
8171
8172 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
8173
8174 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
8175 instead of file name extension to make docs with uncommon
8176 extensions work.
8177
8178 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
8179
8180 * doc-view.el (require): Require cl at compile time because
8181 `assert' needs it.
8182
8183 2008-03-18 Glenn Morris <rgm@gnu.org>
8184
8185 * calendar/calendar.el (initial-calendar-window-hook)
8186 (today-visible-calendar-hook): Doc fixes.
8187
8188 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
8189
8190 * net/tramp.el (tramp-root-regexp): Simplify.
8191 (tramp-completion-file-name-regexp-separate): Don't insist on
8192 leading "[". This prevents method or user or host completion.
8193 (tramp-let-maybe): Autoload it.
8194 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
8195 is an alias for `identity'.
8196 (tramp-handle-write-region): Protect `last-coding-system-used'
8197 over the trailing statements.
8198 (tramp-completion-file-name-handler-post-function): Remove.
8199 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
8200 instead of calling `tramp-drop-volume-letter'.
8201
8202 * net/tramp.el:
8203 * net/tramp-uu.el:
8204 * net/trampver.el: Move coding cookie at the end.
8205
8206 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
8209 elements which may be something else than characters.
8210
8211 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
8212
8213 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
8214 New functions to implement vc-status support.
8215
8216 * vc.el (vc-default-extra-status-menu)
8217 (vc-add-to-vc-status-buffer): New functions.
8218
8219 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8220 for eldoc and ielm.
8221
8222 2008-03-17 Glenn Morris <rgm@gnu.org>
8223
8224 * calendar/cal-x.el (diary-frame-parameters)
8225 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
8226 Fix custom type; add options.
8227 (calendar-frame, diary-frame): Doc fixes.
8228 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
8229 new functions.
8230 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
8231 Use calendar-frame-1 and calendar-dedicate-diary.
8232 (calendar-one-frame-setup): Also handle only-one-frame case.
8233 (calendar-only-one-frame-setup): Doc fix. Just call
8234 calendar-one-frame-setup.
8235
8236 * calendar/diary-lib.el: Re-order some definitions before their use.
8237 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
8238 (diary-list-entries): Doc fixes.
8239 (make-fancy-diary-display): Remove function.
8240
8241 * calendar/calendar.el (calendar-today-marker)
8242 (initial-calendar-window-hook, today-visible-calendar-hook)
8243 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
8244 (calendar-star-date, calendar-mark-today): Doc fixes.
8245 (today-visible-calendar-hook): Add options.
8246 (calendar-in-read-only-buffer): New macro.
8247 (calendar-basic-setup): Adapt for change in calendar-read-date.
8248 Place holiday let inside if.
8249 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
8250 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
8251 (calendar-print-other-dates): Use one let rather than many.
8252
8253 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
8254 (calendar-print-other-dates):
8255 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8256 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
8257 * calendar/holidays.el (calendar-list-holidays, list-holidays)
8258 (calendar-cursor-holidays):
8259 * calendar/lunar.el (calendar-phases-of-moon): Use
8260 calendar-in-read-only-buffer to replace previous code and disable undo.
8261
8262 2008-03-16 Juri Linkov <juri@jurta.org>
8263
8264 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
8265 and regexp-search-ring-yank-pointer for the HISTPOS argument of
8266 read-from-minibuffer to provide the correct initial minibuffer
8267 history position in isearch-edit-string when it is called from
8268 isearch-ring-adjust.
8269
8270 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
8271 to check if the current buffer is the minibuffer, and in this case
8272 call abort-recursive-edit to kill the minibuffer. Doc fix.
8273 (kill-this-buffer-enabled-p): Allow this function to return non-nil
8274 when the current buffer is the minibuffer.
8275
8276 * simple.el (goto-line): Leave mark at previous position. Doc fix.
8277
8278 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
8279
8280 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
8281 Use non-nil PARENTS attribute of make-directory instead of
8282 explicitly checking existence the current cache directory.
8283
8284 2008-03-16 Daiki Ueno <ueno@unixuser.org>
8285
8286 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
8287 M-x epa-file-select-keys.
8288
8289 2008-03-16 Kenichi Handa <handa@m17n.org>
8290
8291 * international/mule.el (auto-coding-alist):
8292 Use no-conversion-multibyte for archive files.
8293
8294 2008-03-16 Glenn Morris <rgm@gnu.org>
8295
8296 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
8297 New functions.
8298 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
8299 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
8300 Use calendar-mark-1.
8301 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
8302 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
8303 Use calendar-mark-complex.
8304 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
8305 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
8306 Use calendar-mark-1.
8307
8308 * calendar/calendar.el (calendar-mod): Remove.
8309 * calendar/cal-china.el (calendar-chinese-from-absolute)
8310 (calendar-chinese-date-string): Expand calendar-mod calls.
8311 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
8312 Expand calendar-mod calls.
8313
8314 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
8315 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8316 (diary-bahai-insert-yearly-entry): Use let rather than let*.
8317 Move obsolete aliases after the functions that replaced them.
8318
8319 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
8320 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
8321 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
8322 Use let rather than let*.
8323 (calendar-hebrew-prompt-for-date): New function.
8324 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
8325 (holiday-tisha-b-av-etc): Use unless, let.
8326
8327 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
8328 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
8329
8330 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
8331
8332 * calendar/calendar.el (calendar-for-loop): Add indent spec.
8333
8334 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
8335 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
8336 than concat.
8337 (diary): Remove un-needed let.
8338 (view-other-diary-entries): Rename argument.
8339 (diary-list-entries-2): New function.
8340 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
8341 (print-diary-entries): Use unless.
8342 (diary-mark-entries-1): Change argument order, make all but
8343 markfunc optional. Handle the standard (Gregorian) case.
8344 Use match-string-no-properties. Handle marks.
8345 (mark-diary-entries): Use diary-mark-entries-1.
8346 (diary-font-lock-keywords-1): New macro.
8347 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
8348
8349 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
8350
8351 * icalendar.el (icalendar-version): Increase to 0.18.
8352 (icalendar-export-hidden-diary-entries): New variable.
8353 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
8354 In case of error, insert full error-val.
8355 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
8356 Use calendar-day-of-week. Return the day number.
8357 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
8358
8359 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
8360
8361 * icalendar.el (icalendar-recurring-start-year): New variable.
8362 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
8363 (icalendar-export-region): Ignore hidden diary entries.
8364 (icalendar--convert-ordinary-to-ical): Fix case where event
8365 spans across midnight boundary.
8366 (icalendar-first-weekday-of-year): New function.
8367 (icalendar--convert-weekly-to-ical): Allow user-selectable start
8368 year for recurring events (Mozilla calendars do not propagate
8369 recurring events forever, so year 2000 start date was not working).
8370 (icalendar--convert-yearly-to-ical): Remove extra spaces in
8371 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
8372
8373 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
8374
8375 * net/tramp.el (tramp-root-regexp): New defconst.
8376 (tramp-completion-file-name-regexp-unified)
8377 (tramp-completion-file-name-regexp-separate)
8378 (tramp-completion-file-name-regexp-url): Use it.
8379 (tramp-do-copy-or-rename-file-via-buffer):
8380 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
8381 t for `insert-file-contents-literally'.
8382 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
8383 Autoload it.
8384 (tramp-completion-file-name-handler-post-function): New defconst.
8385 (tramp-completion-file-name-handler): Use it.
8386 (tramp-maybe-open-connection): Update calls to
8387 `tramp-flush-connection-property' for removed 2nd argument.
8388
8389 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8390
8391 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
8392 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
8393 New functions.
8394
8395 2008-03-15 Glenn Morris <rgm@gnu.org>
8396
8397 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
8398 New functions.
8399 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
8400 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8401 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8402 (diary-bahai-list-entries): Use diary-list-entries-1.
8403 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
8404 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
8405 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8406 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8407 (list-hebrew-diary-entries): Use diary-list-entries-1.
8408 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
8409 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
8410 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8411 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8412 (list-islamic-diary-entries): Use diary-list-entries-1.
8413 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
8414
8415 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
8416
8417 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
8418
8419 * calendar/cal-china.el (number-chinese-months)
8420 (calendar-chinese-from-absolute): Use nth, caar.
8421
8422 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
8423
8424 * calendar/cal-french.el (french-calendar-accents): Doc fix.
8425
8426 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
8427 (calendar-hebrew-month-name-array-leap-year)
8428 (hebrew-calendar-parashiot-names): Make constants.
8429 (diary-parasha): Move definition after constants it uses.
8430
8431 * calendar/cal-html.el (cal-html-insert-link-yearpage)
8432 (cal-html-htmlify-list): Doc fix.
8433 (cal-html-htmlify-entry): Use nth.
8434
8435 * calendar/cal-islam.el (calendar-islamic-month-name-array)
8436 (calendar-islamic-epoch): Make constants.
8437 (calendar-islamic-epoch): Doc fix.
8438
8439 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
8440
8441 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
8442 (cal-tex-month-name): Doc fix.
8443 (cal-tex-last-blank-p): Use zerop.
8444
8445 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
8446 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
8447 (calendar-cursor-to-date): Doc fix.
8448 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
8449 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
8450 (calendar-day-number): Use when.
8451 (generate-calendar-month): Use dotimes.
8452 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
8453 (calendar-set-mark): Reverse conditional.
8454 (calendar-make-alist): Move definition before use.
8455
8456 * calendar/diary-lib.el (diary-face-attrs)
8457 (diary-glob-file-regexp-prefix, diary-selective-display)
8458 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
8459 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
8460 (diary-anniversary, diary-cyclic)
8461 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
8462 (diary-header-line-format): Change wording.
8463 (diary-list-entries): Set `date-start' in let.
8464 (include-other-diary-files, mark-included-diary-files): Use format.
8465 (simple-diary-display, fancy-diary-display): Use cadr, unless.
8466 (mark-diary-entries): Use 1+.
8467 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
8468 (mark-calendar-month): Use dotimes.
8469
8470 * calendar/holidays.el (displayed-month, displayed-year):
8471 Move declarations where needed.
8472 (calendar-list-holidays): Doc fix.
8473
8474 * calendar/parse-time.el (parse-time-string): Simplify.
8475
8476 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
8477 Make constants.
8478 (solar-sunrise-sunset): Rename some local variables for clarity.
8479 (sunrise-sunset): Use zerop.
8480 (solar-mean-equinoxes/solstices): Doc fix.
8481
8482 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
8483 Use nth.
8484 (timeclock-completing-read, timeclock-generate-report): Use zerop.
8485 (timeclock-mean, timeclock-generate-report): Use dolist.
8486
8487 * calendar/todo-mode.el (todo-add-category): Simplify.
8488 (todo-more-important-p, todo-delete-item, todo-file-item):
8489 Use unless, when.
8490 (todo-top-priorities): Use zerop.
8491
8492 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
8493
8494 * buff-menu.el (list-buffers-noselect): Display buffer name in
8495 tooltip instead of mouse binding when it doesn't fit in the list.
8496
8497 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8498
8499 * faces.el (xw-defined-colors):
8500 * simple.el (widget-convert, shell-mode): Declare as functions
8501 instead of autoloading.
8502
8503 * abbrev.el:
8504 * button.el:
8505 * cus-face.el:
8506 * ediff-hook.el:
8507 * emacs-lisp/backquote.el:
8508 * emacs-lisp/timer.el:
8509 * facemenu.el:
8510 * faces.el:
8511 * menu-bar.el:
8512 * simple.el:
8513 * subr.el:
8514 * textmodes/fill.el:
8515 * textmodes/paragraphs.el: Remove autoloads, redundant when the
8516 files are preloaded.
8517
8518 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
8519
8520 * desktop.el (desktop-create-buffer): Don't catch errors if
8521 debug-on-error is set.
8522
8523 2008-03-14 Eli Zaretskii <eliz@gnu.org>
8524
8525 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
8526 ($(lisp)/calendar/diary-loaddefs.el)
8527 ($(lisp)/calendar/hol-loaddefs.el): New targets.
8528 (LOADDEFS): New macro.
8529 (autoloads): Depend on $(LOADDEFS).
8530
8531 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8532
8533 * font-lock.el (featurep): Remove test, not useful anymore.
8534 (facemenu-keymap): Move key binding ...
8535 * facemenu.el (facemenu-keymap): ... here.
8536
8537 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
8538 for each file in the list.
8539 (vc-bzr-log-view-mode): Recognize the file marker.
8540
8541 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8542 for checkdoc and profiling.
8543
8544 2008-03-14 Bastien Guerry <bzg@altern.org>
8545
8546 * textmodes/flyspell.el (nxml-mode): Add the right
8547 `flyspell-mode-predicate'.
8548
8549 * wid-edit.el (link): Use 'mouse-face for :follow-link.
8550
8551 2008-03-14 Glenn Morris <rgm@gnu.org>
8552
8553 * calendar/solar.el: Reorder so that functions are defined before use.
8554 (displayed-month, displayed-year): Move declarations where needed.
8555 (solar-get-number): Move definition before use. Use unless.
8556 (solar-equatorial-coordinates): Simplify.
8557 (solar-sunrise-and-sunset): Use let rather than let*.
8558 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
8559
8560 * startup.el (command-line-1): Rename -internal-script back to
8561 -scriptload (reverts previous change).
8562
8563 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
8564 (calendar-bahai-leap-base): Add doc strings.
8565 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
8566 Move definition before use.
8567 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
8568 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
8569 variables outside the loop. Use dolist.
8570 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
8571
8572 * calendar/cal-china.el: Re-order so that functions are defined before
8573 use.
8574 (displayed-month, displayed-year): Move declarations where needed.
8575 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
8576 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8577 Add doc strings.
8578 (chinese-year-cache): Recenter on 2010. Doc fix.
8579 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
8580 Doc fix. Simplify.
8581 (chinese-year-cache-init): New function.
8582 (compute-chinese-year, holiday-chinese-new-year)
8583 (calendar-chinese-date-string, calendar-goto-chinese-date)
8584 (make-chinese-month-assoc-list): Use cadr, nth.
8585 (chinese-months): Remove un-needed let.
8586
8587 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
8588 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
8589 (coptic-prompt-for-date): Move definition before use.
8590
8591 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
8592 (calendar-dst-find-data, calendar-daylight-time-offset)
8593 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
8594 (calendar-daylight-savings-starts-time)
8595 (calendar-daylight-savings-ends-time): Use cadr, nth.
8596
8597 * calendar/cal-french.el (french-calendar-epoch)
8598 (calendar-goto-french-date): Doc fix.
8599 (french-calendar-month-name-array)
8600 (french-calendar-multibyte-month-name-array)
8601 (french-calendar-day-name-array, french-calendar-special-days-array):
8602 Add doc strings.
8603
8604 * calendar/cal-hebrew.el (displayed-month, displayed-year)
8605 (original-date): Move declarations where needed.
8606 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
8607 Doc fix.
8608 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
8609 constant variables outside the loop. Use dolist.
8610
8611 * calendar/cal-islam.el (displayed-month, displayed-year)
8612 (original-date): Move declarations where needed.
8613 (islamic-calendar-day-number): Remove unused local variable `day'.
8614 (calendar-goto-islamic-date): Doc fix.
8615 (holiday-islamic): Use unless.
8616 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
8617 constant variables outside the loop. Use dolist.
8618 (mark-islamic-calendar-date-pattern): Move definition before use.
8619 Use unless.
8620 (mark-islamic-diary-entries): Doc fix.
8621 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8622 (insert-yearly-islamic-diary-entry): Use let rather than let*.
8623
8624 * calendar/cal-julian.el (calendar-absolute-from-julian):
8625 Move definition before use. Remove un-needed local `day'.
8626 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
8627
8628 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
8629 (calendar-mayan-tzolkin-names-array): Add doc strings.
8630 (calendar-mayan-long-count-from-absolute): Use a single let.
8631 (calendar-string-to-mayan-long-count): Simplify.
8632 (calendar-next-haab-date, calendar-previous-haab-date)
8633 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
8634 (calendar-previous-calendar-round-date)
8635 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
8636 Doc fix.
8637 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
8638 (calendar-mayan-date-string, calendar-print-mayan-date)
8639 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8640 (calendar-mayan-long-count-common-era): Move definitions before use.
8641
8642 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
8643 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
8644 Doc fix.
8645 (calendar-mouse-goto-date): Move definition before use.
8646
8647 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
8648 Move definition before use.
8649 (calendar-cursor-to-visible-date): Move definition before use.
8650 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
8651 and place inside the conditional.
8652 (calendar-forward-day): Simplify.
8653 (calendar-end-of-month): Use unless.
8654 (calendar-goto-day-of-year): Doc fix.
8655 Relocate obsolete aliases after their replacements.
8656
8657 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
8658
8659 * calendar/diary-lib.el (mark-diary-entries): Move some constant
8660 variables outside the diary-date-forms loop.
8661
8662 * calendar/calendar.el (diary-file): Doc fix.
8663 (calendar-buffer-list): Return buffers rather than strings (fixes
8664 previous change).
8665 (hebrew-holidays-4): Fix typo.
8666
8667 * calendar/holidays.el (displayed-month, displayed-year):
8668 Move declarations where needed.
8669 (calendar-holiday-list, calendar-list-holidays)
8670 (holiday-filter-visible-calendar): Move definitions before use.
8671 (list-holidays): Use cadr.
8672 Relocate obsolete aliases after their replacements.
8673
8674 * calendar/lunar.el (date, displayed-month, displayed-year):
8675 Move declarations where needed.
8676 (lunar-phase-list): Move definition after functions it uses.
8677 (calendar-phases-of-moon, diary-phases-of-moon)
8678 (lunar-new-moon-on-or-after): Use cadr, nth.
8679 (lunar-new-moon-on-or-after): Doc fix.
8680
8681 * textmodes/org-irc.el (top-level): CL not required when compiling.
8682 (org-irc-visit-erc): Replace runtime CL functions.
8683
8684 * textmodes/org-publish.el (declare-function): Add compatibility stub.
8685 (org-publish-delete-dups): Declare as function.
8686
8687 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8688
8689 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
8690 (vc-bzr-show-log-entry): Make regexp match more cases.
8691 (vc-diff-switches-list): Remove autoload, not needed.
8692
8693 2008-03-14 Juri Linkov <juri@jurta.org>
8694
8695 * isearch.el (isearch-edit-string): Remove one call to
8696 `isearch-push-state' not to push an inconsistent state,
8697 but keep another correct call to `isearch-push-state'.
8698 (isearch-ring-adjust): Call `isearch-push-state' only when
8699 `search-ring-update' is non-nil since `isearch-edit-string'
8700 already pushes its state.
8701 (isearch-message): Improve matching the failed part by checking
8702 if the original message starts with the last successful message.
8703
8704 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
8705 (dired-perm-write): Rename from `dired-warn-writable'.
8706 Change parent face from `font-lock-warning-face' to
8707 `font-lock-comment-delimiter-face'.
8708 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
8709 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
8710 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
8711 with `dired-perm-write-face'.
8712
8713 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
8714
8715 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
8716 Create cache dir only if it doesn't already exist.
8717
8718 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
8721 of \ and '.
8722
8723 2008-03-13 Johan Bockgård <bojohan@gnu.org>
8724
8725 * net/browse-url.el (browse-url-text-xterm):
8726 Unquote browse-url-text-browser.
8727
8728 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
8729
8730 * textmodes/org-mouse.el: Version number change.
8731
8732 * textmodes/org-publish.el (org-publish-expand-components):
8733 Remove null projects from the list of components.
8734 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
8735 Remove unused retrieval of the :publishing-directory property.
8736 (org-publish-file): Bugfix: when using a relative directory as the
8737 publishing directory, convert it to a directory filename.
8738 (org-publish-project): New alias.
8739 (org-publish-get-files): Protect against empty p.
8740 (org-publish-file): Send an error when file is not part of any project.
8741 (org-publish-file): Offer to refresh the list of files in known
8742 project when the current file is not part of any project.
8743 (org-publish-before-export-hook)
8744 (org-publish-after-export-hook): New hooks.
8745 (org-publish-org-to): Use new hooks and kill buffers.
8746 (org-publish-file): Remove the code for killing buffers.
8747 (org-publish-initialize-files-alist): Use interactive.
8748 (org-publish-file): If the publishing function creates a new
8749 buffer, kill it after publishing.
8750 (org-publish-timestamp-filename): Protect ":" in file name path
8751 under windows.
8752
8753 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
8754 change that killed the LaTeX buffer.
8755
8756 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
8757 in the decision tree.
8758 (org-select-remember-template): Clean the code.
8759 (org-prepare-dblock): Add the extra :content parameter.
8760 (org-write-agenda): New output type ".ics" files.
8761 (org-write-agenda): Call `org-icalendar-verify-function', both for
8762 time stamps and for TODO entries.
8763 (org-agenda-collect-markers, org-create-marker-find-array)
8764 (org-check-agenda-marker-table): New functions.
8765 (org-agenda-marker-table): New variable.
8766 (org-export-as-html): Revert the change that killed the html
8767 buffer. Side effects first need to be studied carefully.
8768 (org-get-tags-at): Fix the structure of the condition-case statement.
8769 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
8770 (org-timestamp-change): Fix regulear expressions to swallow the
8771 extra character for repeat-shift control.
8772 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
8773 (org-get-legal-level): Alias to `org-get-valid-level'.
8774 (org-dblock-write:clocktable): Add a :link parameter, linking
8775 headlines to their location in the Org agenda files.
8776 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
8777 throwing an error when getting tags before headlines.
8778 (org-timestamp-change, org-modify-ts-extra)
8779 (org-ts-regexp1): Fix timestamp editing.
8780 (org-agenda-custom-commands-local-options): New constant.
8781 (org-agenda-custom-commands):
8782 Use `org-agenda-custom-commands-local-options' to improve customize
8783 type. "htmlize": Removed hack to fix face problem with htmlize,
8784 it no longer seem necessary.
8785 (org-follow-link-hook): New hook.
8786 (org-agenda-custom-commands): Add "Component" as a tag for each
8787 item in a command serie.
8788 (org-open-at-point): Run `org-follow-link-hook'.
8789 (org-agenda-schedule): Bugfix: don't display marker type when it
8790 is nil.
8791 (org-store-link): org-irc required.
8792 (org-set-regexps-and-options): Parse the new logging options.
8793 (org-extract-log-state-settings): New function.
8794 (org-todo): Handle the new ways of recording state change stuff.
8795 (org-local-logging): New function.
8796 (org-columns-open-link): Fix bug with opening link in column view.
8797 (org-local-logging): New function.
8798 (org-todo): Make sure that LOGGING properties are honoured.
8799 (org-todo-keywords): Improve docstring.
8800 (org-startup-options): Cleanup startup options.
8801 (org-set-regexps-and-options): Process the "!" markers.
8802 (org-todo): Respect the new logging stuff.
8803 (org-log-note-how): New variable.
8804 (org-add-log-maybe): New parameter HOW that defines how logging
8805 should be done and also overrides PURPOSE. Add a docstring.
8806 (org-add-log-note): Check if we really need to ask for a note.
8807 (org-get-current-options): Digest the new keyword.
8808 (org-agenda-reset-markers): Rename from
8809 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
8810 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
8811 function, without force argument.
8812 (org-buffer-property-keys): Bind local variables s and p.
8813 (org-make-tags-matcher): Allow "" to match an empty or
8814 non-existent property value.
8815 (org-export-as-html): Join unsorted lists when they directly
8816 follow each other. Such lists may be created by headlines that
8817 are converted to lists.
8818 (org-nofm-to-completion): New function.
8819 (org-export-as-html): Use :html-extension instead of
8820 org-export-html-extension.
8821 (org-store-link): Support for links from `rmail-summary-mode'.
8822 (org-columns-new, org-complete, org-set-property): Set the
8823 `include-columns' argument in the call to
8824 `org-buffer-property-keys'.
8825 (org-buffer-property-keys): New argument `include-columns', to
8826 include properties expected by any of the COLUMS formats in the
8827 current buffer.
8828 (org-cleaned-string-for-export): Get rid of drawers first, so that
8829 they will be removed also in the text before the first headline.
8830 (org-clock-report): Show the clocktable when found.
8831 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
8832 (org-version): With prefix argument, insert `org-version' at point.
8833 (org-agenda-goto): Recenter the window after finding the target
8834 location, to make sure the correct position will be displayed.
8835 (org-agenda-get-deadlines): Don't scale priority with the warning
8836 period.
8837 (org-insert-heading): Don't break line in the middle of the line.
8838 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
8839 be 0.
8840 (org-update-checkbox-count): Revamp to deal with hierarchical
8841 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
8842 (org-remove-timestamp-with-keyword): New function.
8843 (org-schedule, org-deadline):
8844 Use `org-remove-timestamp-with-keyword' to make sure all such time
8845 stamps are removed.
8846 (org-mode): Support for `align'.
8847 (org-agenda-get-deadlines): Make sure priorities increase as the
8848 due date approaches and is passed.
8849 (org-remember-apply-template): Fix problem with tags that
8850 contain "_" or "@".
8851 (org-make-link-regexps): Improve the regular expression for plain links.
8852 (org-agenda-get-closed): List each clocking entry.
8853 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
8854 (org-special-ctrl-k): New option.
8855 (org-kill-line): New function.
8856 (org-archive-all-done): Fix incorrect number of stars in regexp.
8857 (org-refile-get-location): New function.
8858 (org-refile-goto-last-stored): New function.
8859 (org-global-tags-completion-table): Add the value of org-tag-alist
8860 in each buffer, to make sure that also unused tags will be
8861 available for completion.
8862 (org-columns-edit-value)
8863 (org-columns-next-allowed-value): Only update if not in agenda.
8864 (org-clocktable-steps): New function.
8865 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
8866 (org-archive-subtree): Add the outline tree context as a property.
8867 (org-closest-date): New optional argument `prefer'.
8868 (org-goto-auto-isearch): New option.
8869 (org-goto-map, org-get-location): Implement auto-isearch.
8870 (org-goto-local-auto-isearch-map): New variable.
8871 (org-goto-local-search-forward-headings)
8872 (org-goto-local-auto-isearch): New functions.
8873
8874 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
8875
8876 * textmodes/org-irc.el: New file.
8877
8878 2008-03-13 John Wiegley <johnw@gnu.org>
8879
8880 * textmodes/org-mac-message.el: New file.
8881
8882 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
8883
8884 * font-lock.el (font-lock-comment-face): Set the foreground for
8885 the light background 8 colors case.
8886
8887 2008-03-13 Glenn Morris <rgm@gnu.org>
8888
8889 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
8890 generate-autoload-cookie patterns.
8891
8892 * startup.el (command-line-1): Rename -scriptload to -internal-script.
8893
8894 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
8895 (MH_E_SRC): Remove variable.
8896 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
8897 Simplify file header. Use $@ for generated-autoload-file.
8898
8899 * Makefile.in (LOADDEFS): New variable.
8900 (AUTOGENEL): Use $LOADDEFS.
8901 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
8902 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
8903 ($(lisp)/calendar/hol-loaddefs.el): New targets.
8904 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8905 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
8906 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8907 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8908 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
8909 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
8910 Add calendar-specific autoload cookies, and remove any setting of
8911 generated-autoload-file.
8912 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
8913 * calendar/diary-lib.el: Replace explicit autoloads with reading of
8914 diary-loaddefs.
8915 * calendar/holidays.el: Replace explicit autoloads with reading of
8916 hol-loaddefs.
8917
8918 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
8919 (calendar-buffer-list): Simplify.
8920 (generate-calendar-window): Use calendar-mark-holidays rather than
8921 obsolete alias.
8922
8923 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8924 Use cal-hebrew-yahrzeit-buffer.
8925
8926 * calendar/cal-x.el (calendar-only-one-frame-setup)
8927 (calendar-two-frame-setup): Doc fixes.
8928 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
8929
8930 * calendar/appt.el (appt-mode-string): Mark as risky.
8931 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
8932
8933 * calendar/cal-html.el (diary-list-entries):
8934 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
8935 (calendar-iso-from-absolute): Fix autoloads.
8936
8937 * calendar/cal-iso.el (calendar-absolute-from-iso)
8938 (calendar-iso-read-args): Simplify.
8939 (calendar-iso-date-string, calendar-iso-read-args)
8940 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
8941
8942 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
8943 (displayed-month, displayed-year): Move declarations where needed.
8944 (calendar-print-astro-day-number): Doc fix.
8945
8946 * calendar/cal-persia.el (persian-calendar-month-name-array)
8947 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
8948 (persian-prompt-for-date): Remove local variable `today'.
8949
8950 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
8951
8952 * calendar/solar.el (solar-moment, solar-exact-local-noon)
8953 (solar-sunrise-sunset, solar-sunrise-sunset-string)
8954 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
8955 (diary-sabbath-candles, solar-equinoxes/solstices)
8956 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
8957 (solar-time-equation, solar-date-to-et): Simplify.
8958
8959 * mail/supercite.el: Remove the `function' in `(function (lambda'.
8960 Replace `(car (cdr' with cadr'.
8961
8962 * progmodes/f90.el (f90-font-lock-n): New function.
8963 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
8964 Use f90-font-lock-n.
8965 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
8966
8967 * progmodes/f90.el (f90-mode-abbrev-table):
8968 * progmodes/fortran.el (fortran-mode-abbrev-table):
8969 Use newer form of define-abbrev, where supported. No need to bind
8970 abbrevs-changed for system abbrevs.
8971
8972 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
8975 delete-frame-functions.
8976
8977 * bookmark.el (Info-current-node): Remove.
8978
8979 2008-03-12 Juri Linkov <juri@jurta.org>
8980
8981 * help.el (describe-project): Remove defaliases for view-todo and
8982 describe-project that are now unnecessary after the merge from
8983 emacs--rel--22 that added define-obsolete-function-alias.
8984
8985 * startup.el (inhibit-startup-screen): Revert incomplete
8986 2008-03-10 merge from emacs--rel--22 that partly reverted
8987 2008-02-28 change that added initial message to *scratch* buffer
8988 regardless of the value of `inhibit-startup-screen'.
8989 Now keep this change in the trunk, but not in the 22 branch.
8990
8991 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8992
8993 * international/quail.el (quail-setup-completion-buf, quail-help):
8994 * mail/binhex.el (binhex-decode-region-internal):
8995 * mail/uudecode.el (uudecode-decode-region-internal):
8996 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8997 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8998 setting default-enable-multibyte-characters.
8999
9000 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
9001
9002 * comint.el: Fix up indentation and comment style. Remove `function'.
9003
9004 * international/mule-cmds.el (reset-language-environment)
9005 (set-language-environment-nonascii-translation):
9006 Don't set-unibyte-charset.
9007
9008 * doc-view.el: Remove all cb-args, use closures instead.
9009 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
9010 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
9011 doing an incorrect check). Update all callers to use the new name.
9012 (doc-view-doc->txt): Add missing `txt' argument.
9013
9014 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
9015
9016 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
9017 md5 sum calculation to single-byte.
9018
9019 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * doc-view.el (doc-view-new-window-function): Add assertion.
9022 (doc-view-doc-type): New var.
9023 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
9024 (doc-view-intersection): New fun.
9025 (doc-view-mode): Use it to set the new var.
9026
9027 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
9028
9029 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
9030 (doc-view-already-converted-p): New functions.
9031 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
9032 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
9033 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
9034 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
9035 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
9036 (doc-view-convert-current-doc): Don't hardwire the functions the
9037 sentinels call. Now they're provided by two args CALLBACK and
9038 CB-ARGS to the functions.
9039 (doc-view-search): Use doc-view-doc->txt.
9040 (doc-view-initiate-display): Use doc-view-already-converted-p.
9041 Mention new binding C-c C-t if doc-view-mode doesn't work.
9042
9043 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9044
9045 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
9046
9047 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9050 Mark " outside of tags as punctuation.
9051
9052 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * menu-bar.el (minibuffer-local-map): Use the same command for the
9055 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
9056 Prefer RET over C-j for exit-minibuffer.
9057
9058 * files.el (display-buffer-other-frame): Eliminate problematic code.
9059
9060 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
9061 (menu-bar-select-buffer): Remove.
9062 (menu-bar-select-frame): Make non-interactive and take a frame arg.
9063 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
9064
9065 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
9066
9067 * icomplete.el (icomplete-completions): Remove obsolete code.
9068
9069 * net/net-utils.el (iwconfig-program-options): Doc fix.
9070 (net-utils-run-program, run-network-program): Define as functions.
9071
9072 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
9073
9074 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
9075
9076 2008-03-11 Glenn Morris <rgm@gnu.org>
9077
9078 * faces.el (mode-line-emphasis): New face.
9079 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
9080
9081 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
9082
9083 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
9084
9085 * simple.el (set-mark-command): Doc fix.
9086
9087 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
9090
9091 * emacs-lisp/autoload.el (autoload-find-destination):
9092 Don't force raw-text.
9093
9094 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
9095 * calendar/cal-loaddefs.el: Don't version control.
9096
9097 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
9098
9099 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
9100 entries and add :help to the existing ones.
9101
9102 2008-03-10 Glenn Morris <rgm@gnu.org>
9103
9104 * calendar/cal-hebrew.el (date, entry, number): Move declarations
9105 to where they are needed.
9106
9107 * calendar/calendar.el (diary-file, hebrew-holidays-1)
9108 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9109 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
9110 (calendar-version): Doc fixes.
9111 (calendar-absolute-from-gregorian): Use zerop.
9112 (calendar-mode-line-format): Make it a defcustom.
9113
9114 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
9115 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
9116 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
9117 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
9118 (mark-included-diary-files, mark-calendar-days-named)
9119 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
9120 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
9121 (insert-monthly-diary-entry, insert-yearly-diary-entry)
9122 (insert-anniversary-diary-entry, insert-block-diary-entry)
9123 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
9124 (diary-font-lock-sexps): Doc fixes.
9125 (diary-remind-message, mark-calendar-month): Use zerop.
9126 (diary-attrtype-convert, diary-pull-attrs): Simplify.
9127 (diary-list-entries): Revert let to let* (previous change).
9128
9129 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
9130
9131 2008-03-10 Kim F. Storm <storm@cua.dk>
9132
9133 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
9134 function aliases for the old names.
9135
9136 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
9137
9138 * iswitchb.el (iswitchb-use-faces): Doc fix.
9139 (iswitchb-buffer-ignore, iswitchb-read-buffer):
9140 Fix typos in docstrings.
9141
9142 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
9143
9144 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
9145 Fix typo.
9146 (verilog-type-font-keywords): Reindent.
9147
9148 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
9149
9150 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
9151 grouping-keyword regular expression.
9152 (verilog-font-lock-keywords): Allow users to toggle special
9153 highlight of grouping-keywords.
9154 (verilog-highlight-grouping-keywords): The toggle for special
9155 highlighting of grouping keywords.
9156
9157 2008-03-10 Juri Linkov <juri@jurta.org>
9158
9159 * startup.el: Revert 2008-02-28 change that adds initial message
9160 to *scratch* buffer regardless of the value of
9161 `inhibit-startup-screen'.
9162
9163 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
9164
9165 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
9166 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
9167 * progmodes/verilog-mode.el (verilog-mode):
9168 * net/socks.el (socks):
9169 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
9170
9171 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9172
9173 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
9174 (doc-view-bookmark-make-record): Use them.
9175 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
9176 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
9177
9178 * bookmark.el (bookmark-make-record-function): Change expected return
9179 value to include a suggested bookmark name.
9180 (bookmark-make): Split into bookmark-make-record and bookmark-store.
9181 Fix reversed `overwrite' semantics.
9182 (bookmark-set): Call bookmark-make-record before prompting the user.
9183 Then pass the result to bookmark-store later on.
9184 (bookmark-make-name-function): Remove.
9185 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
9186 * info.el (bookmark-make-name-function): Remove.
9187 (Info-mode): Don't set it.
9188 (Info-bookmark-make-name): Remove.
9189 (Info-bookmark-make-record): Use Info-current-node as suggested default
9190 bookmark name.
9191
9192 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
9193 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
9194 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
9195 (bookmark-annotation-buffer, bookmark-annotation-file)
9196 (bookmark-annotation-point, bookmark-send-annotation)
9197 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
9198 (bookmark-edit-annotation-text-func): Rename from
9199 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
9200 (bookmark-edit-annotation-mode-map): Move initialization into
9201 declaration.
9202
9203 * bookmark.el: Remove spurious * in docstrings.
9204 (bookmark-minibuffer-read-name-map): New var.
9205 (bookmark-set): Use it. Also pass the default value as it should.
9206 (bookmark-send-edited-annotation): Take no chances with text properties.
9207 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
9208 (bookmark-insert-buffer-name): Remove.
9209 (bookmark-buffer-file-name): Signal an error rather than returning nil.
9210
9211 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
9212
9213 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
9214
9215 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
9216
9217 * diff-mode.el (diff-mode-menu): Add :help.
9218
9219 2008-03-09 Glenn Morris <rgm@gnu.org>
9220
9221 * calendar/calendar.el (general-holidays, oriental-holidays)
9222 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
9223 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
9224 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
9225 (calendar-holidays): Restore autoload cookies, because people are
9226 used to using these variables without loading calendar.el.
9227
9228 * calendar/cal-islam.el (diary-islamic-date): Move to end.
9229 (date, number): Declare where needed.
9230
9231 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
9232 (list-sexp-diary-entries): Doc fixes.
9233 (diary-list-entries): Doc fix. Remove free variable `entry'.
9234 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
9235 Simplify setting of `date-holiday-list'.
9236 (mark-diary-entries): Remove free variable `entry'.
9237 (diary-list-entries, include-other-diary-files, fancy-diary-display):
9238 Use let where let* is not needed.
9239
9240 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
9243 make-record function, instead paste it in afterwards.
9244 (bookmark-make-record-for-text-file):
9245 * doc-view.el (doc-view-bookmark-make-record):
9246 * info.el (Info-bookmark-make-record): Don't mess with annotations.
9247
9248 2008-03-08 Glenn Morris <rgm@gnu.org>
9249
9250 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
9251
9252 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
9253
9254 * calendar/diary-lib.el (diary-list-entries)
9255 (include-other-diary-files, mark-diary-entries)
9256 (mark-sexp-diary-entries, mark-included-diary-files)
9257 (diary-entry-time, list-sexp-diary-entries): Remove the special
9258 handling of ^M that dates back to the use of selective-display.
9259 (simple-diary-display): Obey setting of pop-up-frames.
9260 (body, entry): Remove unnecessary declarations.
9261
9262 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
9263 (bookmark-get-annotation, bookmark-set-annotation)
9264 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9265 (bookmark-set-position, bookmark-get-front-context-string)
9266 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9267 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
9268 * info.el (Info-bookmark-make-record): Don't bother recording point.
9269 (bookmark-get-filename, bookmark-get-front-context-string)
9270 (bookmark-get-rear-context-string, bookmark-get-position):
9271 Don't declare any more.
9272 (bookmark-get-info-node): Remove.
9273 (bookmark-prop-get): Declare.
9274 (Info-bookmark-jump): Use it.
9275
9276 2008-03-08 Johan Bockgård <bojohan@gnu.org>
9277
9278 * subr.el (while-no-input): Don't splice BODY directly into the
9279 `or' form.
9280
9281 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
9282
9283 * diff-mode.el (diff-ignore-whitespace-hunk):
9284 Bind inhibit-read-only before trying to change the buffer.
9285
9286 2008-03-08 Glenn Morris <rgm@gnu.org>
9287
9288 * calendar/appt.el (appt): Move custom group here from calendar.el.
9289 (appt-disp-window, appt-convert-time): Doc fixes.
9290
9291 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
9292 (calendar-bahai-mark-date-pattern):
9293 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
9294 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
9295 * calendar/cal-julian.el (calendar-absolute-from-julian):
9296 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
9297
9298 * calendar/cal-china.el (chinese-calendar): Move custom group here from
9299 calendar.el.
9300 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
9301 Make constants.
9302 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
9303 (chinese-calendar-daylight-savings-starts)
9304 (chinese-calendar-daylight-savings-ends)
9305 (chinese-calendar-daylight-savings-starts-time)
9306 (chinese-calendar-daylight-savings-ends-time)
9307 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
9308 Doc fixes.
9309
9310 * calendar/cal-coptic.el (coptic-name): Add doc string.
9311
9312 * calendar/cal-french.el (french-calendar-month-name-array)
9313 (french-calendar-day-name-array, french-calendar-special-days-array):
9314 Add doc strings.
9315
9316 * calendar/cal-bahai.el (diary-bahai-mark-entries)
9317 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
9318 (diary-bahai-insert-yearly-entry):
9319 * calendar/cal-dst.el (calendar-next-time-zone-transition)
9320 (calendar-time-zone):
9321 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
9322 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
9323 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
9324 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
9325 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
9326 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
9327 (list-islamic-diary-entries, mark-islamic-diary-entries)
9328 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
9329 (insert-yearly-islamic-diary-entry):
9330 * calendar/cal-iso.el (calendar-iso-read-args):
9331 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
9332 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
9333 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
9334 (calendar-next-calendar-round-date)
9335 (calendar-mayan-long-count-common-era):
9336 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
9337 (cal-menu-x-popup-menu, calendar-mouse-holidays)
9338 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
9339 (calendar-mouse-goto-date):
9340 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
9341 * calendar/holidays.el (holidays):
9342 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
9343 * calendar/time-date.el (date-to-time, time-subtract, time-add)
9344 (safe-date-to-time): Doc fixes.
9345
9346 * calendar/cal-persia.el (persian-calendar-month-name-array)
9347 (persian-calendar-epoch): Make constants.
9348
9349 * calendar/cal-tex.el (calendar-tex): Move custom group here from
9350 calendar.el.
9351
9352 * calendar/cal-x.el (diary-frame-parameters)
9353 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
9354 (calendar-after-frame-setup-hooks): Make defcustoms.
9355 (calendar-one-frame-setup, calendar-only-one-frame-setup)
9356 (calendar-two-frame-setup): Doc fix.
9357
9358 * calendar/cal-loaddefs.el: New file.
9359
9360 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9361 * calendar/cal-french.el, calendar/cal-html.el:
9362 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
9363 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
9364 * calendar/cal-tex.el, calendar/cal-x.el:
9365 Unquote lambda functions. Add autoload cookies to functions formerly
9366 autoloaded in calendar.el. Set `generated-autoload-file' to
9367 "cal-loaddefs.el".
9368
9369 * calendar/calendar.el: Move many autoloads to separate file,
9370 cal-loaddefs.el. Move defcustoms to start and re-order.
9371 (calendar-month-name-array, calendar-starred-day): No need to
9372 declare for compiler.
9373 (cal-loaddefs): Require it.
9374 (appt, chinese-calendar, calendar-tex): Move custom groups to the
9375 appropriate file.
9376 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
9377 Reverse logic.
9378 (diary-face, diary-file-name-prefix-function, diary-include-string)
9379 (diary-glob-file-regexp-prefix, diary-face-attrs)
9380 (diary-file-name-prefix, sexp-diary-entry-symbol)
9381 (print-diary-entries-hook, list-diary-entries-hook)
9382 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
9383 (nongregorian-diary-marking-hook, diary-list-include-blanks):
9384 Move to diary-lib.
9385 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
9386 (all-bahai-calendar-holidays): Doc fix.
9387 (calendar-insert-indented): Doc fix. Use when rather than if.
9388 (exit-calendar): Use mapc rather than mapcar.
9389 (calendar-cursor-to-date): Use zerop.
9390 (calendar-mark-ring): Add doc-string.
9391 (calendar-starred-day): Defvar it.
9392 (calendar-mode): Make calendar-starred-day local.
9393 (calendar-star-date): No need to make calendar-starred-day local.
9394
9395 * calendar/diary-lib.el: Move defcustoms to start.
9396 (diary-include-string, diary-list-include-blanks)
9397 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
9398 (diary-file-name-prefix, diary-file-name-prefix-function)
9399 (sexp-diary-entry-symbol, list-diary-entries-hook)
9400 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
9401 (nongregorian-diary-marking-hook, print-diary-entries-hook):
9402 Move here from calendar.el.
9403 (diary-file-name-prefix-function): Use 'identity.
9404 (diary-face): Make it a defcustom, and mark as obsolete.
9405 (top-level): No need to require cal-hebrew, cal-islam when compiling.
9406 (calendar-hebrew-month-name-array-leap-year)
9407 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
9408 Define for compiler.
9409 (diary-font-lock-keywords): Use format rather than concat.
9410 Add bahai-diary-entry-symbol.
9411
9412 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
9413 * calendar/solar.el: Unquote lambda functions.
9414
9415 * calendar/solar.el (calendar-location-name, calendar-latitude)
9416 (calendar-longitude, solar-setup, solar-sin-degrees)
9417 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
9418 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
9419 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
9420 (solar-exact-local-noon, solar-julian-ut-centuries)
9421 (solar-ephemeris-time, solar-date-next-longitude)
9422 (solar-horizontal-coordinates, solar-equatorial-coordinates)
9423 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
9424 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
9425 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
9426 Doc fixes.
9427 (solar-horizontal-coordinates, solar-equatorial-coordinates)
9428 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
9429 (solar-ecliptic-coordinates): Use unless.
9430 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
9431 Use or.
9432
9433 * calendar/timeclock.el: Add doc-strings to all functions.
9434 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
9435 (timeclock-entry-list-length, timeclock-entry-list-projects)
9436 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
9437
9438 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
9439
9440 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
9441 (org-get-entries-from-diary): Require diary-lib.
9442
9443 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
9444
9445 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
9446 Pacify byte-compiler.
9447
9448 2008-03-07 Alan Mackenzie <acm@muc.de>
9449
9450 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
9451 paren/bracket pairs parsed, to solve performance problem.
9452
9453 2008-03-07 Bastien Guerry <bzg@altern.org>
9454
9455 * bookmark.el (bookmark-set): Don't check for
9456 `bookmark-make-name-function' since `bookmark-buffer-file-name'
9457 already takes care of this.
9458 (bookmark-buffer-name, bookmark-buffer-file-name):
9459 Remove Info-mode specific code.
9460
9461 * info.el (bookmark-get-info-node): Define this function in
9462 info.el, not in bookmark.el.
9463 (Info-mode): Set `bookmark-make-name-function' to
9464 `Info-bookmark-make-name' locally.
9465 (Info-bookmark-make-name): New function.
9466
9467 * bookmark.el (bookmark-make-name-function): New variable.
9468
9469 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9470
9471 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
9472 buffer-local, not `bookmark-make-cell-function' (the old name).
9473
9474 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
9475
9476 * doc-view.el (doc-view-bookmark-make-record):
9477 * image-mode.el (image-bookmark-make-record):
9478 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
9479
9480 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
9481
9482 * vc.el (vc-status-menu-map-filter): Return orig-binding if
9483 boundp 'vc-ignore-menu-filter.
9484 (vc-status-tool-bar-map): Make it defvar.
9485 (vc-status-mode): vc-status-tool-bar-map now variable.
9486 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
9487
9488 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9489
9490 Give a better name to part of the bookmark interface.
9491
9492 This was originally a much larger change, but halfway through I
9493 updated and discovered that Stefan Monnier had done the rest.
9494 It looks like he anticipated the new name too, because he used
9495 `the-record' instead of `the-cell' for some internal variable names.
9496
9497 * bookmark.el (bookmark-make-record-function): Was
9498 `bookmark-make-cell-function'.
9499 (bookmark-make, bookmark-send-annotation): Update for above.
9500 (bookmark-make-record-for-text-file):
9501 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
9502
9503 * info.el: Adjust accordingly.
9504 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
9505
9506 * image-mode.el: Adjust accordingly.
9507 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
9508
9509 * doc-view.el: Adjust accordingly.
9510 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
9511
9512 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9513
9514 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
9515 Move initialization into declaration.
9516 (bookmark-get-info-node, bookmark-set-info-node): Remove.
9517 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
9518 (bookmark-info-current-node): Remove.
9519 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
9520 Add relocation fallback. Set bookmark-current-bookmark.
9521 (bookmark-default-handler): Rename from bookmark-jump-noselect.
9522 Remove relocation fallback. Don't set bookmark-current-bookmark.
9523 (bookmark-set): Let it be used even if there's no buffer-file-name
9524 as long as there is a bookmark-make-cell-function.
9525 * info.el (Info-bookmark-jump): Remove relocation fallback.
9526 Don't set bookmark-current-bookmark.
9527
9528 2008-03-07 Glenn Morris <rgm@gnu.org>
9529
9530 * calendar/appt.el (appt-issue-message)
9531 (appt-message-warning-time, appt-audible, appt-visible)
9532 (appt-msg-window, appt-display-mode-line, appt-display-duration)
9533 (appt-display-diary): Remove autoload cookies.
9534
9535 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
9536 Remove leading `*' from defcustom doc-strings.
9537
9538 * calendar/cal-dst.el (calendar-dst): New custom group.
9539 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
9540 (calendar-time-zone, calendar-daylight-time-offset)
9541 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
9542 (calendar-daylight-savings-starts-time)
9543 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
9544 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
9545 Move to start.
9546
9547 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
9548
9549 * calendar/calendar.el (calendar-version): Use emacs-version and
9550 make it obsolete. Move to end.
9551 (calendar-offset, view-diary-entries-initially)
9552 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
9553 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
9554 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
9555 (all-bahai-calendar-holidays, calendar-load-hook)
9556 (initial-calendar-window-hook, today-visible-calendar-hook)
9557 (today-invisible-calendar-hook, calendar-move-hook)
9558 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
9559 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
9560 (diary-include-string, sexp-diary-entry-symbol)
9561 (abbreviated-calendar-year, american-date-diary-pattern)
9562 (european-date-diary-pattern, european-calendar-display-form)
9563 (american-calendar-display-form, print-diary-entries-hook)
9564 (list-diary-entries-hook, diary-hook, diary-display-hook)
9565 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
9566 (nongregorian-diary-marking-hook, diary-list-include-blanks)
9567 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
9568 (local-holidays, other-holidays, hebrew-holidays-1)
9569 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9570 (hebrew-holidays, christian-holidays, islamic-holidays)
9571 (bahai-holidays, solar-holidays, calendar-setup)
9572 (calendar-week-start-day): Remove autoload cookies.
9573 (diary-glob-file-regexp-prefix): Doc fix.
9574 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
9575 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
9576 (calendar-week-start-day, calendar-debug-sexp): Move to start.
9577
9578 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
9579 (calendar-time-display-form, calendar-latitude)
9580 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
9581 cookies.
9582 (calendar-latitude, calendar-longitude): Move functions after
9583 variables.
9584 (diary-sabbath-candles-minutes): Move to start.
9585 (solar-setup): Use or rather than if.
9586 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
9587 Remove condition-case.
9588 (solar-atn2): Use zerop.
9589 (solar-equinoxes-solstices): Doc fix.
9590
9591 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
9592 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
9593
9594 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
9595 (calendar-longitude, calendar-latitude, calendar-location-name):
9596 Declare for compiler.
9597
9598 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * arc-mode.el (archive-ar-file-header-re): New const.
9601 (archive-ar-summarize, archive-ar-extract): New funs.
9602 (archive-find-type): Recognize ar archives.
9603
9604 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
9605 New functions.
9606
9607 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
9608
9609 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
9610
9611 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9612 Replace :enable (mark-active) with :enable mark-active.
9613
9614 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
9615
9616 * vms-patch.el (make-legal-file-name): New obsolete alias.
9617 (make-valid-file-name): Rename from `make-legal-file-name'.
9618 (make-auto-save-file-name): Use it.
9619
9620 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
9621 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
9622 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
9623
9624 * textmodes/org.el (org-export-html-style): Doc fix.
9625 (org-get-legal-level): New obsolete alias.
9626 (org-get-valid-level): Rename from `org-get-legal-level'.
9627 (org-promote, org-demote, org-archive-subtree)
9628 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
9629
9630 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
9631
9632 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
9633
9634 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
9635 (vc-status-toggle-mark): New functions.
9636 (vc-status-mode): Set tool bar map.
9637
9638 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
9641 Reported by Drew Adams <drew.adams@oracle.com>.
9642
9643 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
9644
9645 * subr.el (read-quoted-char): Resolve modifers of the character
9646 event.
9647
9648 * comint.el (comint-exec-1): Don't change the coding-system for
9649 decoding to dos-like EOL.
9650 (comint-carriage-motion): Fully rewrite.
9651
9652 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
9653
9654 * epg.el (epg-context-include-certs): Reflow docstring.
9655 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
9656 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
9657 (epg-context-set-signers, epg-context-set-sig-notations)
9658 (epg-make-import-status, epg-make-import-result)
9659 (epg-start-delete-keys): Fix typos in docstrings.
9660 (epg-start-sign-keys, epg-sign-keys):
9661 Fix typos in obsolescence declarations.
9662
9663 * iswitchb.el: Don't check for `cadr' and `last'.
9664 (iswitchb-define-mode-map, iswitchb-default-keybindings):
9665 Add obsolescence declaration and remove redundant info from docstring.
9666 (iswitchb-set-common-completion, iswitchb-set-matches)
9667 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
9668 (recentf-list, most-len, most-is-exact):
9669 Don't wrap defvars within `eval-when-compile'.
9670
9671 2008-03-05 Glenn Morris <rgm@gnu.org>
9672
9673 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
9674 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
9675 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
9676 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
9677 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
9678
9679 * ediff-hook.el (ediff-window-setup-function): Don't autoload
9680 declaration for compiler.
9681 (ediff-xemacs-init-menus): Use when rather than if.
9682
9683 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
9684 if+and to just and.
9685 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
9686 (ediff-delete-overlay): Move the XEmacs test inside the definition.
9687
9688 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
9689
9690 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
9691 test inside XEmacs test.
9692 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
9693 since it was doing nothing on Emacs.
9694 (ediff-make-bullet-proof-overlay): Use when rather than if.
9695
9696 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
9697 (ediff-setup-control-frame): Remove
9698 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
9699 a (featurep 'xemacs) test.
9700
9701 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
9702
9703 * calc/calc-ext.el (calc-extended-command-history): New variable.
9704 (calc-exectute-extended-command): Use `calc-extended-command-history'.
9705
9706 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
9707
9708 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
9709 (standard-mode-line-position): Add mouse-face.
9710
9711 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
9712 * progmodes/grep.el (grep-mode-map): Add :help.
9713
9714 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
9715 initialize in one step. Add :help. Use :enable to activate menu
9716 items. Show the key binding for edebug-defun.
9717 (lisp-interaction-mode-map): Add a menu.
9718
9719 * term.el (term-mode-map): Define and initialize in one step.
9720
9721 * ediff-init.el (ediff-color-display-p): Simplify.
9722 (Xor): Remove unused function.
9723 (ediff-with-syntax-table): Simplify for Emacs.
9724
9725 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
9726 menu-bar being loaded, it always is.
9727
9728 2008-03-05 Glenn Morris <rgm@gnu.org>
9729
9730 * textmodes/tex-mode.el (tex-mode): Suppress warning about
9731 multiple definitions when compiling.
9732
9733 2008-03-04 Alan Mackenzie <acm@muc.de>
9734
9735 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
9736
9737 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
9738 doc-string, "c-old-LEN" -> "c-old-END".
9739
9740 2008-03-04 Jason Rumney <jasonr@gnu.org>
9741
9742 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
9743 namespaces.
9744
9745 2008-03-04 Glenn Morris <rgm@gnu.org>
9746
9747 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
9748
9749 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
9750 than mapcar.
9751
9752 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9753
9754 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9755 (byte-compile-nilconstp): Can't use recursion in a defsubst.
9756
9757 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
9758 so that M-q can fill comments.
9759 (tex-executable-exists-p, tex-compile): Extend with special syntax for
9760 commands implemented in elisp.
9761 (tex-compile-commands): Add an entry to use doc-view for pdf files.
9762 (tex-format-cmd): New function.
9763 (tex-compile): Use it to let the user specify default arguments.
9764 (tex-cmd-bibtex-args): New var.
9765 (tex-cmd-doc-view): New function.
9766
9767 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
9768
9769 * faces.el (face-spec-set): Fix typos in docstring.
9770
9771 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
9772
9773 * bindings.el (mode-line-column-line-number-mode-map): New variable.
9774 (standard-mode-line-position): Use it to add a menu for toggling
9775 column number and line number display.
9776
9777 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9778
9779 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9780 Remove optimization that was working around the form-code-walker bug.
9781
9782 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9783 Walk into the body of lambdas after byte-compile-unfold-lambda.
9784
9785 2008-03-03 Glenn Morris <rgm@gnu.org>
9786
9787 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
9788 value, if set, over frame value.
9789
9790 * simple.el (transient-mark-mode): Don't turn on by default.
9791
9792 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
9793 accidentally removed by the 2007-12-05 merge from Gnus.
9794
9795 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
9796
9797 * progmodes/compile.el (compilation-menu-map): Add menu entries
9798 for useful options.
9799
9800 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
9801 Glenn Morris <rgm@gnu.org>
9802
9803 * emacs-lisp/bytecomp.el (byte-recompile-directory)
9804 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
9805 Give a `bytecomp-' prefix to local variables with common names.
9806
9807 2008-03-01 Glenn Morris <rgm@gnu.org>
9808
9809 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
9810 code commented out 2007-11-10.
9811
9812 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
9813
9814 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
9815 Delete macro.
9816 * emulation/viper-cmd.el, emulation/viper-ex.el:
9817 * emulation/viper-init.el, emulation/viper-keym.el:
9818 * emulation/viper-mous.el, emulation/viper-util.el:
9819 * emulation/viper.el:
9820 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
9821 featurep test.
9822
9823 Replace obselete frame-local variables with frame-parameters.
9824 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
9825 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
9826 (viper-vi-state-cursor-color): Only call make-variable-frame-local
9827 on XEmacs.
9828 * emulation/viper-util.el (viper-frame-value): New macro.
9829 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
9830 (viper-R-state-post-command-sentinel)
9831 (viper-replace-state-post-command-sentinel)
9832 (viper-change-state-to-insert, viper-change-state-to-emacs):
9833 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
9834 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
9835 (viper-get-saved-cursor-color-in-insert-mode)
9836 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
9837 Use viper-frame-value for viper-replace-overlay-cursor-color,
9838 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
9839 viper-vi-state-cursor-color values.
9840
9841 * emulation/viper-cmd.el (zmacs-region-stays):
9842 * emulation/viper-util.el (zmacs-region-stays): No need to define
9843 for compiler.
9844
9845 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
9846 mapcar on Emacs.
9847
9848 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
9849 on XEmacs.
9850
9851 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
9852 rather than if.
9853
9854 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9855
9856 * whitespace.el: New version 9.3. As the glyph code generation was
9857 fixed, it is possible now to use character code above ?\x1FFFF in the
9858 display table. Fix `whitespace-indentation-regexp' to not include an
9859 extra ending character. Reported by Michael Welsh Duggan
9860 <mwd@cert.org>. Added hook actions when buffer is written or killed as
9861 the original whitespace package had. Suggested by Eric Cooper
9862 <ecc@cmu.edu>. Doc fix.
9863 (whitespace-action): New option.
9864 (whitespace-display-mappings): Changed default newline visualization to
9865 display downwards arrow, as the glyph code generation was fixed.
9866 (whitespace-unload-function): Assure that all local whitespace mode is
9867 turned off.
9868 (whitespace-global-modes): Fix type customization.
9869 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
9870 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9871 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
9872 Fix code.
9873 (whitespace-buffer): Command removed.
9874 (whitespace-trailing-regexp, whitespace-mark-x)
9875 (whitespace-display-window, whitespace-action-when-on)
9876 (whitespace-add-local-hook, whitespace-remove-local-hook)
9877 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
9878 (whitespace-action): New funs.
9879 (whitespace-report-list, whitespace-report-text)
9880 (whitespace-report-buffer-name): New consts.
9881 (whitespace-report, whitespace-report-region): New commands.
9882
9883 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9884
9885 * disp-table.el (make-glyph-code): Don't test the result of
9886 `face-id', which already signals an error for invalid faces.
9887 (glyph-face): Simplify.
9888
9889 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
9890 running `desktop-not-loaded-hook' to allow modifying it.
9891 Don't show warning message if `desktop-dirname' was modified.
9892
9893 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
9896 we still expect more lines.
9897
9898 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
9899 comment-paragraph filling if the commark doesn't match
9900 comment-start-skip.
9901
9902 2008-03-01 Daiki Ueno <ueno@unixuser.org>
9903
9904 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
9905 the `imap' variant.
9906
9907 2008-03-01 Jason Rumney <jasonr@gnu.org>
9908
9909 * files.el (make-auto-save-file-name): Encode more characters in
9910 non-file buffer names. Use url-encoding.
9911
9912 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * net/net-utils.el (ftp-program): Fix typo in docstring.
9915 (ifconfig-program-options, netstat-program-options)
9916 (arp-program-options, route-program-options, nslookup-program-options)
9917 (ftp-program-options, smbclient-program-options)
9918 (dns-lookup-program-options, arp, route): Doc fixes.
9919
9920 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
9921 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
9922 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
9923 Fix typos in docstrings.
9924 (gdb-pending-triggers): Reflow docstring.
9925 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
9926
9927 2008-03-01 Alan Mackenzie <acm@muc.de>
9928
9929 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
9930 typing "#" at EOB.
9931
9932 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9933
9934 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
9935
9936 2008-02-29 Kim F. Storm <storm@cua.dk>
9937
9938 * emulation/cua-base.el (cua-remap-control-v)
9939 (cua-remap-control-z): New defcustoms.
9940 (cua-mode): Add them to set-after property.
9941 (cua--init-keymaps): Use them.
9942 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
9943
9944 * help.el (view-emacs-todo): Rename from view-todo.
9945 (describe-gnu-project): Rename from describe-project. Users changed.
9946 (view-help-file): New helper function.
9947 (describe-distribution, describe-copying, describe-gnu-project)
9948 (view-todo, view-order-manuals, view-emacs-problems): Use it.
9949 (view-emacs-debugging, view-external-packages): New commands.
9950 (help-map): Move describe-distribution to C-h C-o (ordering).
9951 Move view-emacs-problems to C-h C-p (problems).
9952 Bind view-emacs-debugging to C-h C-d (debugging).
9953 Bind view-external-packages to C-h C-e (extras).
9954 (help-for-help-internal): Cleanup and align descriptions.
9955 Remove command names to reduce clutter.
9956
9957 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9958
9959 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
9960 and quieter face (not a warning).
9961
9962 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
9963
9964 * vc.el (vc-status-crt-marked): New variable.
9965 (vc-status-mode): Make it local.
9966 (vc-status-refresh): Use it to save the marked files.
9967 (vc-update-vc-status-buffer): Use it to restore the marked files.
9968
9969 * vc-svn.el (vc-svn-after-dir-status):
9970 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
9971
9972 2008-02-29 Glenn Morris <rgm@gnu.org>
9973
9974 * allout.el (allout-topic-encryption-bullet)
9975 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
9976 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
9977 from 22.0 to 22.1.
9978
9979 * net/imap.el (imap-ping-server):
9980 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
9981 Change defcustom :version from 23.0 to 23.1.
9982
9983 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * desktop.el (desktop-save): Save the buffer name if the
9986 uniquified base name is empty.
9987
9988 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9989
9990 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
9991 correctly when user has "set print address off".
9992
9993 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
9996 version number of the next major Emacs release, not 23.0.
9997
9998 * longlines.el (longlines-unload-function): New function.
9999
10000 2008-02-28 Juri Linkov <juri@jurta.org>
10001
10002 * startup.el (normal-splash-screen): Add argument `concise'.
10003 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
10004 to the created buffer. If `concise' is non-nil, call
10005 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
10006 (display-startup-screen): Add argument `concise' to the call to
10007 `normal-splash-screen'.
10008
10009 2008-02-28 Kim F. Storm <storm@cua.dk>
10010
10011 * startup.el (startup-echo-area-message): Check for about-emacs.
10012
10013 2008-02-28 Juri Linkov <juri@jurta.org>
10014
10015 * startup.el: Always add initial message to *scratch* buffer if
10016 `initial-scratch-message' is non-nil regardless of the value of
10017 `inhibit-startup-screen'.
10018 (inhibit-startup-screen, initial-scratch-message): Doc fix.
10019 (command-line-1): Move code that inserts `initial-scratch-message'
10020 up before the if-form that checks for `inhibit-startup-screen'.
10021 Suggested by Jonathan Rockway <jon@jrock.us>.
10022
10023 2008-02-28 Juri Linkov <juri@jurta.org>
10024
10025 * cus-edit.el (custom-mode-map, custom-mode-link-map):
10026 Rename `custom-mode' to `Custom-mode' in docstrings.
10027 (custom-buffer-create-internal, customize-browse):
10028 Rename `custom-mode' to `Custom-mode'.
10029 (custom-mode-hook): Rename to `Custom-mode-hook'.
10030 (Custom-mode-hook): Renamed from `custom-mode-hook'.
10031 (custom-mode): Rename to `Custom-mode'.
10032 (Custom-mode): Renamed from `custom-mode'. Doc fix.
10033 (custom-mode): Add backward-compatible non-interactive variant of
10034 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
10035 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
10036
10037 * info-look.el: Rename `custom-mode' to `Custom-mode'.
10038
10039 * emulation/viper.el (viper-emacs-state-mode-list):
10040 Rename `custom-mode' to `Custom-mode'.
10041
10042 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
10043 Capitalize "Tagged Files".
10044 (minibuffer-local-map): Add menu items for next/previous
10045 history elements and isearch history forward/backward.
10046
10047 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
10048 `hs-isearch-open' with t instead of `comment' in :selected
10049 for "Code and Comment blocks" menu item.
10050
10051 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * uniquify.el (uniquify-buffer-base-name): Undo last change.
10054 Should be done in desktop.el instead.
10055
10056 2008-02-28 Glenn Morris <rgm@gnu.org>
10057
10058 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
10059
10060 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
10061
10062 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
10063 (Info-menu, Info-goto-node): Remove declarations.
10064 (report-emacs-bug-info): Use info rather than Info-goto-node.
10065
10066 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
10067 (idlwave-convert-xml-system-routine-info): Don't require xml.
10068 (idlwave-show-commentary, idlwave-shell-show-commentary):
10069 Don't require finder.
10070 (idlwave-info): Don't require info. Use info rather than
10071 Info-goto-node.
10072
10073 * textmodes/org.el (Info-goto-node): Remove declaration.
10074 (org-info): Use info rather than Info-goto-node.
10075
10076 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
10077 (reftex-info): Don't require info. Use info rather than Info-goto-node.
10078
10079 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
10080
10081 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
10082 the menu.
10083
10084 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
10085 (vc-finish-logentry): Check for vc-status-mode, not only for
10086 vc-dired-mode.
10087
10088 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
10089
10090 * isearch.el (isearch-printing-char): Don't check
10091 keyboard-coding-system.
10092 Call isearch-process-search-multibyte-characters only when
10093 current-input-method is non-nil.
10094
10095 2008-02-27 Kim F. Storm <storm@cua.dk>
10096
10097 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
10098 (glyph-char, glyph-face): Handle cons encoding.
10099
10100 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
10101
10102 * uniquify.el (uniquify-buffer-base-name): If the base name is an
10103 empty string, return nil to allow the caller to default to the
10104 buffer name. Reported by Martin Fischer <parozusa@web.de>.
10105
10106 * tool-bar.el (tool-bar-setup): Doc fix.
10107
10108 * mail/supercite.el (sc-describe):
10109 Fix typos in obsolescence declaration.
10110
10111 2008-02-27 Glenn Morris <rgm@gnu.org>
10112
10113 * autoinsert.el (auto-insert-alist): Change permission text to
10114 match FSF's GPLv3 form.
10115
10116 * mail/supercite.el (sc-cite-original): Doc fix.
10117 (sc-version): Make obsolete.
10118 (sc-describe): Show the SC info page. Make obsolete.
10119
10120 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10121
10122 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
10123 when using transient-mark-mode.
10124 (default-indicate-unused-lines): Remove unused var.
10125
10126 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
10127
10128 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
10129 and previous.
10130
10131 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
10132
10133 2008-02-26 Glenn Morris <rgm@gnu.org>
10134
10135 * net/net-utils.el (top-level): Don't require comint when compiling.
10136 (nslookup-font-lock-keywords): Don't require font-lock.
10137 Use font-lock faces rather than variables.
10138 (nslookup, ftp, smbclient, network-service-connection):
10139 Don't require comint.
10140 (comint-prompt-regexp, comint-input-autoexpand)
10141 (comint-input-ring): Declare for compiler.
10142 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
10143 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
10144
10145 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
10146 doc-string.
10147
10148 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * doc-view.el (doc-view-current-page): Add a `win' argument.
10151
10152 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
10153
10154 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
10155 Demote it to plain defvar.
10156 (doc-view-conversion-refresh-interval): Reduce interval.
10157 (doc-view-goto-page): Allow moving to pages not yet rendered.
10158 (doc-view-goto-page): Construct a file name rather than extracting it
10159 from doc-view-current-files.
10160 (doc-view-kill-proc): Ignore errors from kill-process.
10161 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
10162 (doc-view-insert-image): Use appropriate text if the page hasn't been
10163 rendered yet. Adjust scrolling so the text is displayed.
10164 (doc-view-display): Detect not just that a page is available, but also
10165 that it wasn't available before, so as to avoid refreshing all pages
10166 repeatedly.
10167 (doc-view-mode): Make doc-view-cache-directory if needed.
10168
10169 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10170
10171 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
10172 toggle-read-only.
10173
10174 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
10175 refering to a missing required field with the OPT prefix.
10176 Make unwindform more robust.
10177
10178 * textmodes/bibtex.el: Remove support for hideshow minor mode as
10179 it duplicates the bibtex support in progmodes/hideshow.el.
10180 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
10181 entries that do not start at the beginning of a line.
10182
10183 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
10184
10185 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
10186
10187 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
10188
10189 * help-fns.el (describe-variable): Add phrases about
10190 initialization file with and without customization;
10191 use new button type help-info-variable.
10192
10193 * help-mode.el (help-info-variable):
10194 New button able to read Info files for help-fns.el.
10195
10196 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
10197
10198 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
10199 (grep-mode): Use grep-mode-tool-bar-map.
10200
10201 * progmodes/compile.el (tool-bar): Require tool-bar.
10202 (compilation-mode-tool-bar-map): New variable.
10203 (compilation-mode): Use compilation-mode-tool-bar-map.
10204
10205 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
10206
10207 2008-02-25 Glenn Morris <rgm@gnu.org>
10208
10209 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
10210
10211 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * diff-mode.el (diff-file-junk-re): New const.
10214 (diff-beginning-of-file-and-junk): Use it.
10215 (diff-file-kill): Make sure we were really inside a file diff.
10216
10217 * diff-mode.el: Make it more robust in the presence of empty context
10218 lines in unified hunks.
10219 (diff-valid-unified-empty-line): New var.
10220 (diff-unified->context, diff-sanity-check-hunk): Obey it.
10221 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
10222 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
10223 (diff-hunk-header-re-unified): New const.
10224 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
10225 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
10226 (diff-sanity-check-hunk): Use it.
10227
10228 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
10229 Index: line, don't search backward for the previous one.
10230
10231 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
10232
10233 * international/fontset.el (setup-default-fontset): Add non-OTF
10234 lao font for lao script.
10235
10236 * language/tibetan.el: Register tibetan-composition-function in
10237 composition-function-table.
10238
10239 * language/tibet-util.el (tibetan-composition-function):
10240 Adjust for the new calling way (argument changed). Try font-shape-text
10241 if possible.
10242
10243 * language/lao.el: Register lao-composition-function in
10244 composition-function-table.
10245
10246 * language/lao-util.el (lao-composition-function): Adjust for the new
10247 calling way (argument changed). Try font-shape-text if possible.
10248
10249 2008-02-25 Jason Rumney <jasonr@gnu.org>
10250
10251 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
10252
10253 2008-02-25 Juri Linkov <juri@jurta.org>
10254
10255 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
10256 background, "red4" for a dark background, "red" for 16 and
10257 8 colors, "grey" for grayscale, and inverse video otherwise.
10258 Add :version tag.
10259 (isearch-message): Keep the original isearch-message intact, and
10260 add text properties to it where necessary. Add `isearch-error' to
10261 the condition that checks if isearch is unsuccessful.
10262
10263 2008-02-24 Juri Linkov <juri@jurta.org>
10264
10265 * progmodes/compile.el (compilation-handle-exit):
10266 Use compilation-error face instead of font-lock-warning-face.
10267 Display the same message in the minibuffer as is inserted
10268 at the end of the compilation buffer.
10269
10270 2008-02-24 Glenn Morris <rgm@gnu.org>
10271
10272 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
10273 multiple file case.
10274
10275 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
10276
10277 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
10278 multiple file case. Use a single `let' rather than two.
10279
10280 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
10281
10282 * progmodes/compile.el (compilation-start): Specify a face for
10283 mode-line-process.
10284 (compilation-handle-exit): Specify a face and a tooltip for
10285 mode-line-process.
10286
10287 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * hilit-chg.el: Remove spurious * in defcustom docstrings.
10290 (hilit-chg-make-ov): Simplify.
10291 (hilit-chg-fixup): Use remove-overlays.
10292 (hilit-chg-set-face-on-change): Remove redundant call to
10293 `remove-text-properties'.
10294
10295 * dired.el (dired-mark-prompt): Don't count/display the t element.
10296 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
10297
10298 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
10299
10300 * progmodes/verilog-mode.el (eval-when-compile): Don't define
10301 add-submenu.
10302 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
10303 Remove. Move contents to the only use ...
10304 (verilog-menu): ... here.
10305 (verilog-statement-menu): Remove. Move contents to the only use ...
10306 (verilog-stmt-menu): ... here.
10307 (verilog-mark-defun): Simply call mark-defun for emacs.
10308 (occur-pos-list): Declare for byte compiler.
10309 (mode-popup-menu): Don't defvar.
10310 (verilog-add-statement-menu): Remove.
10311 (verilog-mode-hook): Don't add verilog-add-statement-menu.
10312 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
10313
10314 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
10315
10316 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
10317 conditional.
10318 (verilog-font-grouping-keywords-face): Make the begin..end
10319 keywords standout more than other verilog keywords.
10320 (verilog-type-font-keywords): Move the begin..end out of this list
10321 to facilitate making them to (potentially) stand out more.
10322 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
10323 function & task blocks.
10324 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
10325 initial, function & task blocks.
10326 (verilog-forward-sexp): Handle the new "disable fork" statement of
10327 IEEE-1800 Verilog.
10328 (verilog-beg-block-re-ordered): Handle the new "disable fork"
10329 statement of IEEE-1800 Verilog.
10330 (verilog-calc-1): Handle the new "disable fork" statement of
10331 IEEE-1800 Verilog.
10332 (verilog-disable-fork-re): Add const to help handle the new
10333 "disable fork" statement of IEEE-1800 Verilog.
10334 (verilog-declaration-core-re): Add port directions by themselves,
10335 with no qualification, as base item of a declaration.
10336 (verilog-pretty-declarations): Add new flag to ask it to refrain
10337 from printing to the message buffer.
10338 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
10339 printing to the message buffer. Improve handling of the many
10340 types of expression line up.
10341 (verilog-just-one-space): Remove printing of an empty message.
10342 (verilog-get-lineup-indent): Rework to support the better handling
10343 of expression lineup for verilog-pretty-expr.
10344 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
10345
10346 2008-02-24 Alan Mackenzie <acm@muc.de>
10347
10348 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
10349 yesterday's commit.
10350
10351 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
10352
10353 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
10354 to mouse-set-point in buffers that aren't associated with files.
10355
10356 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
10357
10358 2008-02-24 Alan Mackenzie <acm@muc.de>
10359
10360 Set of changes so that "obtrusive" syntactic elements in a
10361 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
10362 unmatched paren) don't interact syntactically with stuff outside
10363 the CPP line.
10364
10365 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
10366 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
10367 off-by-one bug.
10368 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
10369 a bit of refactoring.
10370 (c-awk-extend-and-syntax-tablify-region): Takes some of the
10371 functionality of c-awk-advise-fl-for-awk-region, which has been
10372 refactored away.
10373
10374 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
10375 (c-clear-char-property-with-value): New function and macro which
10376 remove text-properties `equal' to a supplied value.
10377
10378 * progmodes/cc-engine.el: Comment about text properties amended.
10379
10380 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
10381 parens around "error\\|warning".
10382
10383 * progmodes/cc-langs.el (c-get-state-before-change-function)
10384 (c-before-font-lock-function, c-anchored-cpp-prefix):
10385 New language variables.
10386 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
10387
10388 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
10389 syntax-table text properties.
10390 (c-common-init): Call language specific before/after-change
10391 functions at mode initialisation.
10392 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
10393 (c-extend-region-for-CPP, c-neutralize-CPP-line)
10394 (c-neutralize-syntax-in-CPP): New functions.
10395 (c-before-change, c-after-change): Call the new language specific
10396 change functions defined in cc-langs.el.
10397 (c-advise-fl-for-region): New macro.
10398 (awk-mode): Remove AWK specific stuff which has been refactored
10399 into language independent stuff.
10400
10401 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
10402
10403 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
10404 (gdb): (Re)set gdb-flush-pending-output to nil here...
10405 (gdb-init-1): ...instead of here (before gdb-prompt).
10406
10407 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10408
10409 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
10410 Recognize ''' just like any other char-constant.
10411
10412 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
10415 careful enough. Detect the uid-change all within the main loop.
10416
10417 2008-02-24 Stefan Monnier <monnier@pastel.home>
10418
10419 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
10420
10421 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * hilit-chg.el (highlight-save-buffer-state): New macro.
10424 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
10425 (hilit-chg-clear): Use it to preserve the modified-p flag.
10426 (highlight-changes-rotate-faces): Don't mess with the undo-list.
10427
10428 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10429
10430 * font-lock.el (font-lock-set-defaults): Unset previously set variables
10431 when needed.
10432
10433 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
10434
10435 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
10436 from gnus-button-url-regexp.
10437
10438 2008-02-24 Eli Zaretskii <eliz@gnu.org>
10439
10440 * progmodes/compile.el (compilation-next-error): Doc fix.
10441 (compilation-find-file): Doc fix.
10442
10443 2008-02-24 Glenn Morris <rgm@gnu.org>
10444
10445 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
10446 Add obsolete aliases to the old names.
10447
10448 2008-02-24 Richard Stallman <rms@gnu.org>
10449
10450 * net/net-utils.el (ifconfig): Rename from ipconfig.
10451 (ipconfig): Alias to ifconfig.
10452 (ifconfig-program): Rename from ipconfig-program.
10453 (ifconfig-program-options): Rename from ipconfig-program-options.
10454
10455 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
10456
10457 * progmodes/verilog-mode.el (verilog-declaration-core-re):
10458 Add port directions by themselves, with no qualification, as base
10459 item of a declaration.
10460 (verilog-pretty-declarations): Add new flag that inhibits printing
10461 to the message buffer.
10462 (verilog-pretty-expr): Add new flag that inhibits printing to the
10463 message buffer. Improve handling of the many types of expression
10464 line up.
10465 (verilog-just-one-space): Don't print an empty message.
10466 (verilog-get-lineup-indent): Rework to support the better handling
10467 of expression lineup for verilog-pretty-expr.
10468 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
10469 (verilog-mode-version, verilog-mode-release-date): Update.
10470
10471 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * subr.el (cancel-change-group): Don't move point.
10474
10475 2008-02-23 Markus Triska <markus.triska@gmx.at>
10476
10477 * linum.el (linum-after-config): Update all visible windows.
10478
10479 2008-02-23 Glenn Morris <rgm@gnu.org>
10480
10481 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
10482 Add :help for Solitaire and Tetris.
10483
10484 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
10485
10486 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
10487 (smtpmail-code-conv-from): Doc fix. Fix custom type.
10488 (smtpmail-queue-index-file): Make it a defcustom.
10489 (smtpmail-queue-index): Delete.
10490 (smtpmail-send-it, smtpmail-send-queued-mail):
10491 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
10492 smtpmail-queue-index.
10493
10494 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10495 Add :version.
10496
10497 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
10498
10499 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10500 New variables.
10501 (iwconfig): New function.
10502
10503 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
10504
10505 * vc.el (vc-find-revision): Make vc-parent-buffer local before
10506 setting it.
10507 (vc-status-menu-map): Do not define using easy-menu.
10508 (vc-status-menu-map): New defalias.
10509 (vc-status-mode-map): Hook up the menu.
10510 (top-level): Update TODO.
10511
10512 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
10513
10514 * vc-bzr.el (vc-bzr-init-version): Rename to ...
10515 (vc-bzr-init-revision): ... this.
10516
10517 2008-02-23 Jason Rumney <jasonr@gnu.org>
10518
10519 * makefile.w32-in (WINS_ALMOST): Remove term.
10520 (WINS): Add term here.
10521 (custom-deps, finder-data): Use WINS_ALMOST.
10522
10523 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
10524
10525 * faces.el (font-weight-table): Fix value of `semi-light'.
10526
10527 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
10530 Make those tables bijective.
10531
10532 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
10533
10534 Finish pdbtrack integration cleanup, settling missing-functions
10535 byte compiler warnings appropriately.
10536
10537 * progmodes/python.el (python-point): Remove this - beginning-of-line
10538 was all that was necessary for `python-pdbtrack-overlay-arrow'.
10539 (python-end-of-def-or-class, python-beginning-of-def-or-class)
10540 (python-goto-initial-line): Drop these - they were only needed for
10541 python-point.
10542 (python-comint-output-filter-function): Use condition-case and
10543 beginning-of-line directly, instead of python-mode.el functions
10544 which require all sorts of baggage.
10545 (point-safe): Unnecessary - we're using condition-case directly,
10546 instead.
10547 (python-execute-file): Include for python-shell, which I'm leaving
10548 in keeping despite it being unnecessary for pdb tracking.
10549
10550 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
10551
10552 * progmodes/scheme.el (scheme-font-lock-keywords-2):
10553 Add SRFI 11 support.
10554 (let-values, let*-values): Specify scheme-indent-function.
10555
10556 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
10557
10558 * vc.el (vc-exec-after): Move setting mode-line-process in the
10559 busy case ...
10560 (vc-set-mode-line-busy-indicator): ... in this new function.
10561 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
10562 (vc-update-vc-status-buffer): Reset mode-line-process.
10563 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
10564 mark/unmark all the files with the same state as the current one.
10565 With a prefix argument mark/unmark all files.
10566 (vc-status-mode-menu): Adjust strings.
10567 (vc-update-vc-status-buffer): Only do something when the argument
10568 is not nil.
10569 (vc-status-kill-dir-status-process): New function.
10570 (vc-status-mode-map): Bind it.
10571 (vc-status-process-buffer): New variable.
10572 (vc-status-mode): Make it local.
10573 (vc-status-refresh): Set it.
10574
10575 * vc-hg.el (vc-hg-dir-status):
10576 * vc-git.el (vc-git-dir-status):
10577 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
10578 command is run.
10579
10580 2008-02-22 Glenn Morris <rgm@gnu.org>
10581
10582 * json.el (top-level): No need to require thingatpt.
10583 (json-read-keyword): Use thing-at-point rather than word-at-point.
10584
10585 * time.el (top-level): No need to require time-date when compiling.
10586
10587 * emacs-lisp/copyright.el (copyright-update-year):
10588 Fix subexpression numbering for the case when years are split over
10589 lines, and for the replace case.
10590
10591 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
10592 (tpu-caar, tpu-cadr): Delete functions.
10593 (zmacs-regions): No need to declare for compiler.
10594 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
10595 (tpu-spell-check): Rewrite, and handle mark after point.
10596 (tpu-special-insert): Use or rather than if.
10597
10598 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
10599 rather than spell-region.
10600
10601 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
10602 warnings about spell-region.
10603
10604 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
10605
10606 * ldefs-boot.el: Regenerated.
10607
10608 * loadup.el: Don't load language/devanagari, language/kannada,
10609 language/malayalam, and language/tamil. Load language/sinhala.
10610
10611 * language/indian.el (indian-font-foundry)
10612 (indian-script-language-alist, indian-font-char-index-table)
10613 (indian-font-char, indian-font-char-range, indian-script-table)
10614 (indian-default-script, indian-composable-pattern): Delete them.
10615 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
10616 language environments moved to here.
10617 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
10618 New language environments.
10619
10620 * language/devanagari.el, language/devan-util.el,
10621 * language/kannada.el, language/knd-util.el, language/malayalam.el,
10622 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
10623 Delete them.
10624
10625 * language/sinhala.el: New file.
10626
10627 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
10628
10629 Update Nick Robert's port of pdb tracking from python-mode.el.
10630
10631 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
10632 Clarify docstring.
10633 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
10634 tracking is happening.
10635 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
10636 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
10637 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
10638 Tracking is plugged in to all comint buffers once python.el is loaded.
10639 (python-pdbtrack-overlay-arrow): Toggle activation of
10640 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
10641 (python-pdbtrack-track-stack-file): Use new
10642 `python-pdbtrack-get-source-buffer' for more flexible access to
10643 debugging source files.
10644 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
10645 according to pdb stack trace, optionally using new
10646 `python-pdbtrack-grub-for-buffer' if file is not locally available.
10647 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
10648 named buffer, or having function with indicated name.
10649 (python-shell): Remove comint-output-filter-functions hook
10650 addition, it's being done elsewhere. Wrap long line.
10651
10652 2008-02-21 Michael Olson <mwolson@gnu.org>
10653
10654 * json.el: Replace XEmacs compatibility code to get rid of
10655 compiler warnings.
10656
10657 * time.el: Fix compiler warning.
10658
10659 2008-02-21 Edward O'Connor <ted@oconnor.cx>
10660
10661 * json.el: New file (JavaScript Object Notation parser / generator).
10662
10663 2008-02-21 Dave Love <fx@gnu.org>
10664
10665 * progmodes/sym-comp.el: New file.
10666
10667 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
10668 Require sym-comp. Add Python buffer to same-window-buffer-names.
10669 Fixup whitespaces.
10670 (python-font-lock-keywords): Add highlighting for Python builtins.
10671 (python-font-lock-syntactic-keywords): Rewrite.
10672 (python-quote-syntax): Use syntax-ppss-context instead of parsing
10673 ppss directly.
10674 (python-mode-map): Add binding for python-find-function.
10675 (python-calculate-indentation): Clean up the logic.
10676 (python-beginning-of-defun): Explicitly set return value.
10677 (python-beginning-of-statement): Stop looping if we get stuck
10678 going backwards.
10679 (python-next-statement): Stop looping if we somehow end up inside
10680 a string while advancing.
10681 (python-preoutput-continuation, python-version-checked): New vars.
10682 (python-check-version): New function.
10683 (run-python): Set default command to python-command instead of
10684 python-python-command.
10685 (run-python): Use python-check-version. Give PYTHONPATH
10686 precedence over data-directory in the process environment.
10687 Load function definitions in python process after.
10688 (python-check-comint-prompt): New function.
10689 (python-send-command, python-send-receive): Use it.
10690 (python-complete-symbol, python-try-complete): Functions deleted.
10691 Use symbol-complete instead of python-complete-symbol throughout.
10692 (python-fill-paragraph): Further refine the fenced-string regexp.
10693 (def-python-skeleton): Expand to the original abbrev instead if in
10694 a comment or string. Tweak skeletons for `if', `while', `for',
10695 `try/except', `try/finally', `name'.
10696 (python-pea-hook, python-abbrev-pc-hook): New functions.
10697 (python-abbrev-syntax-table): New var.
10698 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
10699 Use symbol-completion-try-complete for hippie expansion.
10700 Turn on font lock unconditionally.
10701 (python-mode-hook): Defcustom it. No need to use make-local
10702 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
10703 option, since it's buffer-local.
10704
10705 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
10706
10707 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
10708
10709 2008-02-21 Drew Adams <drew.adams@oracle.com>
10710
10711 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
10712 "Turn off" and a "Help" entry when the minor mode has no menu.
10713
10714 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
10715
10716 * vc.el (vc-status-mark, vc-status-unmark): New functions.
10717 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
10718 vc-status-mark-file and vc-status-unmark-file.
10719 (vc-status-mark-unmark): New function.
10720 (vc-status-previous-line, vc-status-next-line): No longer interactive.
10721
10722 2008-02-21 Glenn Morris <rgm@gnu.org>
10723
10724 * composite.el (encode-composition-rule): Fix typo in error message.
10725 (composition-function-table, auto-composition-mode): Doc fixes.
10726
10727 * subr.el (sit-for): Fix obsolete form for nil second argument.
10728
10729 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
10730 (spell-string): Make obsolete, in favor of ispell.
10731
10732 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
10733
10734 * language/devanagari.el: Don't setup composition-function-table
10735 here.
10736 ("Devanagari"): Change charset, coding-system, coding-priority to
10737 Unicode-based ones. Don't require the feature devan-util.
10738
10739 * composite.el (compose-chars-after): Fix arguments for a function
10740 in composition-function-table.
10741 (auto-compose-region): Likewise.
10742
10743 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
10744 for Ethiopic.
10745 (ps-mule-plot-string): Ignore glyph-string based compositions.
10746
10747 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * doc-view.el: Allow different windows to show different pages.
10750 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
10751 (doc-view-current-image, doc-view-current-overlay): Remove variables,
10752 add them back as macros instead, using image-mode-winprops instead.
10753 Update all users of those variables.
10754 (doc-view-new-window-function): New function to create a new overlay
10755 for each new window.
10756 (doc-view-mode): Use it and image-mode-setup-winprops.
10757 (doc-view-clone-buffer-hook): Rewrite accordingly.
10758
10759 * image-mode.el: Extend [hv]scroll support to per-window properties.
10760 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
10761 (image-mode-winprops-alist): New var to replace them.
10762 (image-mode-new-window-functions): New hook.
10763 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
10764 New funs.
10765 (image-set-window-vscroll, image-set-window-hscroll): Use them.
10766 Remove the `window' argument, update callers.
10767 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
10768 Use the new functions.
10769 (image-mode-reapply-winprops): New fun.
10770 (image-mode): Use it.
10771
10772 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
10773
10774 * calc/calc-math.el (math-sin-raw): Add optional argument
10775 to keep track of original argument.
10776 (math-cos-raw): Use optional argument when calling math-sin-raw.
10777 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
10778 with close to original precision.
10779
10780 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10781
10782 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
10783 args in calls of sit-for.
10784
10785 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
10786
10787 * vc-svn.el (vc-svn-program): Fix typo in docstring.
10788 (vc-svn-checkin): Fix typo in error message.
10789
10790 * help-mode.el: Require easymenu when compiling.
10791
10792 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
10793
10794 * help-mode.el (help-mode-menu): New menu.
10795
10796 2008-02-20 Glenn Morris <rgm@gnu.org>
10797
10798 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
10799 on Windows.
10800
10801 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
10802
10803 * ps-mule.el (ps-mule-encode-region): Return a single string.
10804 (ps-mule-plot-string): Adjust for the above change.
10805 (ps-mule-encode-header-string): Likewise.
10806
10807 * international/latin1-disp.el (latin1-display): Don't use
10808 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
10809 standard-display-table.
10810 (latin1-display-identities): Adjust for the change of what is
10811 returned by (get-language-info charset 'charset).
10812
10813 * international/mule-util.el (char-displayable-p): Fix for Latin-1
10814 characters and terminal case.
10815
10816 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
10817
10818 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
10819
10820 * progmodes/python.el: Also require comint when loading.
10821 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
10822 Replace python-shell with run-python on menu bar.
10823 (python-shell-map): New map.
10824 (python-default-interpreter, python-python-command-args)
10825 (python-jython-command-args, python-pdbtrack-do-tracking-p):
10826 New options.
10827 (python-which-shell, python-which-args, python-which-bufname):
10828 New buffer local variables.
10829 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
10830
10831 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
10832 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
10833 New constants.
10834
10835 Pdbtrack features:
10836
10837 (python-point, python-end-of-def-or-class)
10838 (python-beginning-of-def-or-class, python-goto-initial-line)
10839 (python-comint-output-filter-function)
10840 (python-pdbtrack-overlay-arrow)
10841 (python-pdbtrack-track-stack-file, python-toggle-shells)
10842 (python-shell, python-pdbtrack-toggle-stack-tracking)
10843 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
10844 New functions.
10845
10846 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10847
10848 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
10849 when the argument is nil.
10850
10851 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10852
10853 * vc.el (dir-status): Add a brief description.
10854
10855 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
10856
10857 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
10858 If non-nil, reverse the sense of the check.
10859
10860 * vc-rcs.el (vc-rcs-root): New func.
10861 * vc-cvs.el (vc-cvs-root): New func.
10862 * vc-svn.el (vc-svn-root): New func.
10863 * vc-sccs.el (vc-sccs-root): New func.
10864
10865 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
10866
10867 * language/japan-util.el (setup-japanese-environment-internal):
10868 Call use-cjk-char-width-table.
10869
10870 * language/japanese.el ("Japanese"): Set exit-function to
10871 use-default-char-width-table.
10872
10873 * international/characters.el: Delete occurrences of non-Unicode
10874 tibetan and ethiopic characters.
10875 (cjk-char-width-table): New variable.
10876 (use-cjk-char-width-table, use-default-char-width-table):
10877 New functions.
10878
10879 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10880
10881 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
10882 (vc-status-mode-menu): Add a :filter.
10883 (vc-status-printer): Add faces.
10884
10885 * vc-hg.el (vc-hg-extra-status-menu): New function.
10886 (vc-hg-dir-status): Clean up the buffer before using it.
10887
10888 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
10891 (gdb): Initialize it here instead.
10892
10893 * files.el (locate-dominating-file): Fix thinko in last change.
10894 Reported by Bruce Stephens <bruce.stephens@isode.com>.
10895
10896 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10897
10898 * vc.el (vc-status-mode-menu): New menu for vc-status.
10899
10900 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
10901
10902 * progmodes/verilog-mode.el (customize): Fix typo in error message.
10903 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
10904 (verilog-mode-auto, verilog-indent-level-module)
10905 (verilog-minimum-comment-distance, verilog-library-flags)
10906 (verilog-library-directories, verilog-library-files)
10907 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
10908 (verilog-xemacs-menu, verilog-set-compile-command)
10909 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
10910 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
10911 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
10912 (verilog-batch-inject-auto, verilog-batch-indent)
10913 (verilog-continued-line, verilog-type-keywords)
10914 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
10915 (verilog-read-inst-pins, verilog-read-arg-pins)
10916 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
10917 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
10918 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
10919 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
10920 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
10921 (verilog-mode-version, verilog-mode-release-date)
10922 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
10923 (verilog-simulator, verilog-compiler)
10924 (verilog-auto-sense-defines-constant, verilog-company)
10925 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
10926 Fix typos in docstrings.
10927 (verilog-set-auto-endcomments, verilog-calculate-indent)
10928 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
10929 Reflow docstrings.
10930 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
10931 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
10932 (electric-verilog-forward-sexp, verilog-in-case-region-p)
10933 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10934 (verilog-leap-to-head, verilog-current-indent-level)
10935 (verilog-case-indent-level, verilog-cpp-keywords)
10936 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
10937 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
10938 (verilog-signals-not-in, verilog-symbol-detick-text)
10939 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
10940 (verilog-forward-close-paren, verilog-backward-open-paren)
10941 (verilog-backward-open-bracket): Doc fixes.
10942
10943 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
10944 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
10945 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
10946 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
10947 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
10948 Fix typos in docstrings.
10949
10950 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
10951
10952 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10953
10954 * info.el (Info-read-node-name): Removed unused `default' arg.
10955
10956 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10957
10958 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
10959
10960 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10961
10962 * image-mode.el (image-get-display-property): New fun.
10963 (image-forward-hscroll, image-next-line, image-eol, image-eob)
10964 (image-mode, image-minor-mode, image-toggle-display-text)
10965 (image-toggle-display): Use it.
10966
10967 2008-02-18 Jason Rumney <jasonr@gnu.org>
10968
10969 * international/mule.el (xml-find-file-coding-system): Don't warn
10970 about utf-16 with BOM.
10971
10972 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
10973
10974 * international/mule.el (sgml-xml-auto-coding-function): Detect and
10975 warn if file encoding is not utf-8 and encoding not specified.
10976 (xml-find-file-coding-system): New function.
10977 * international/mule-conf.el (file-coding-system-alist): Use it.
10978
10979 2008-02-17 Glenn Morris <rgm@gnu.org>
10980
10981 * international/mule-cmds.el (set-locale-environment):
10982 Pass `frame' to getenv for LC_MESSAGES.
10983
10984 2008-02-17 Juri Linkov <juri@jurta.org>
10985
10986 * time.el (emacs-init-time): Use format instead of format-seconds.
10987
10988 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10989
10990 * textmodes/bibtex.el (bibtex-search-entry): Rename from
10991 bibtex-find-entry. Add autoload cookie.
10992 (bibtex-find-entry): Alias for bibtex-search-entry.
10993 (bibtex-search-crossref): Rename from bibtex-find-crossref.
10994 (bibtex-find-crossref): Alias for bibtex-search-crossref.
10995 (bibtex-clean-entry): atomic-change-group removed.
10996 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
10997 to locate buffer location where error occurred.
10998 Make error messages more specific.
10999 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
11000
11001 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
11002
11003 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
11004 top level.
11005
11006 * simple.el (transient-mark-mode): Add an :init-value.
11007
11008 * startup.el (command-line): Use custom-reevaluate-setting for
11009 transient-mark-mode.
11010
11011 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
11012
11013 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
11014
11015 2008-02-16 Juri Linkov <juri@jurta.org>
11016
11017 * startup.el (after-init-time): New variable.
11018 (command-line): Set `after-init-time' to the current time.
11019
11020 * time.el (emacs-init-time): New function.
11021
11022 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * files.el (locate-dominating-file): Remove initial loop because it's
11025 not careful enough. Detect the uid-change all within the main loop.
11026
11027 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
11028
11029 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
11030
11031 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
11032
11033 * vc.el (vc-annotate): Add new argument.
11034 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
11035
11036 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
11037 Move make-variable-buffer-local code after the corresponding defvar.
11038 (hs-minor-mode-map): Define and initialize in one step.
11039 (hs-minor-mode): Change from defun to define-minor-mode.
11040
11041 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
11042
11043 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
11044 (gdb-ready): Move declaration...
11045
11046 * progmodes/gdb-ui.el (gdb-ready): ...to here.
11047 (gdb-early-user-input): New variable.
11048 (gdb): Reset gdb-flush-pending-output to nil and set
11049 comint-input-sender here (before gdb-prompt), instead of...
11050 (gdb-init-1): ...here.
11051 (gdb-send): If Emacs is not ready, defer user input to...
11052 (gdb-prompt): ...here.
11053
11054 2008-02-16 Glenn Morris <rgm@gnu.org>
11055
11056 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
11057
11058 * startup.el (emacs-startup-time): Rename to `before-init-time'.
11059 (before-init-time): New name for `emacs-startup-time'.
11060 (command-line): Use before-init-time rather than emacs-startup-time.
11061 * time.el (emacs-uptime): Use before-init-time rather than
11062 emacs-startup-time.
11063
11064 * composite.el (composition-function-table): Doc fix.
11065
11066 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
11067 in favor of `%z' specifier.
11068 (emacs-uptime): Move to time.el.
11069 * time.el (emacs-uptime): Move here from time-date.el. Add optional
11070 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
11071 argument of format-seconds.
11072
11073 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
11074
11075 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
11076
11077 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
11078
11079 * ielm.el (ielm-is-whitespace): Remove.
11080 (ielm-is-whitespace-or-comment): New function.
11081 (ielm-eval-input): Use it.
11082
11083 2008-02-15 Jason Rumney <jasonr@gnu.org>
11084
11085 * term/mac-win.el: Fix coding tag.
11086
11087 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
11088
11089 * vc-hooks.el (vc-menu-map):
11090 * bindings.el (mode-line-mode-menu): Add tooltips.
11091
11092 * bindings.el (help-echo): Add more tooltips. Use a less
11093 telegraphic style for existing tooltips.
11094
11095 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
11096
11097 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
11098 from the auto-generated one.
11099
11100 2008-02-14 Glenn Morris <rgm@gnu.org>
11101
11102 * mail/rmail-spam-filter.el (rmail-spam-filter):
11103 Let-bind message-spam-status.
11104
11105 * mail/smtpmail.el (password-cache-add): Declare as function.
11106
11107 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
11108
11109 * mail/smtpmail.el: Use password-cache.
11110
11111 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
11112
11113 * uniquify.el (uniquify-buffer-base-name): New function.
11114 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11115
11116 * desktop.el (uniquify-managed): Don't defvar.
11117 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
11118 `uniquify-managed'. Return also the buffer's base name.
11119 (desktop-save): When saving the buffer info, filter out the base name,
11120 and save it as buffer name if the buffer is managed by uniquify.
11121 (uniquify-item-base): Don't declare; not called anymore.
11122
11123 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
11124
11125 * vc.el (vc-annotate-find-revision-at-line): New function.
11126 (vc-annotate-mode-map): Bind it.
11127 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
11128 some entries.
11129
11130 2008-02-14 Glenn Morris <rgm@gnu.org>
11131
11132 * calendar/time-date.el (format-seconds): New function.
11133 (emacs-uptime): Use format-seconds.
11134
11135 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
11136 Remove `LC_ALL=C', since it's included in $(emacs) now.
11137
11138 2008-02-14 Zhang Wei <id.brep@gmail.com>
11139
11140 * textmodes/org-publish.el (org-publish-timestamp-filename):
11141 Replace colon characters in filename too.
11142
11143 2008-02-13 Bastien Guerry <bzg@altern.org>
11144
11145 * mail/rmail.el (rmail-header-name): New face.
11146 (rmail-font-lock-keywords): Use rmail-header-name.
11147
11148 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
11149 against X-Spam-Status header field.
11150 (rmail-spam-filter): Also check X-Spam-Status header field.
11151
11152 2008-02-14 Mark A. Hershberger <mah@everybody.org>
11153
11154 * progmodes/flymake.el (flymake-allowed-file-name-masks):
11155 Add support for .pm files and .php files.
11156 (flymake-err-line-patterns): Add pattern for PHP errors.
11157 (flymake-php-init): New function. PHP support for flymake.
11158
11159 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11160 Add regular expression for PHP errors.
11161
11162 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
11163
11164 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
11165 This DTRT even on w32 machines.
11166 (ange-ftp-cf1): Quote FILENAME.
11167
11168 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
11171 (smerge-auto-combine): New fun.
11172
11173 2008-02-12 Juri Linkov <juri@jurta.org>
11174
11175 * startup.el (fancy-startup-screen, normal-splash-screen):
11176 Set default-directory to command-line-default-directory.
11177
11178 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
11179 after reading the desktop.
11180
11181 * progmodes/compile.el (compilation-auto-jump):
11182 Call compile-goto-error only when compilation-auto-jump-to-first-error
11183 is non-nil.
11184 (compilation-scroll-output): Replace :type 'boolean with a choice
11185 that has three options including a third option `first-error'.
11186 Doc fix.
11187 (compilation-start, compilation-forget-errors): Add an alternate
11188 condition comparing compilation-scroll-output with `first-error'
11189 in addition to compilation-auto-jump-to-first-error (to call
11190 compilation-auto-jump in the proper place).
11191
11192 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
11193
11194 * international/mule.el (sgml-html-meta-auto-coding-function):
11195 Make sure the search limit is ahead.
11196
11197 * tar-mode.el: Fix broken indentation.
11198 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
11199 Use with-current-buffer.
11200
11201 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
11202
11203 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
11204 it is already automatically buffer-local.
11205
11206 2008-02-11 Drew Adams <drew.adams@oracle.com>
11207
11208 * help.el (describe-key): Join some split lines to facilitate filling.
11209 * help-fns.el (describe-function-1): Fill text of overlong lines.
11210
11211 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
11212
11213 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
11214 Use unibyte-string instead of string-make-unibyte.
11215
11216 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
11217
11218 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
11219
11220 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
11221 works also for buffers w/o buffer-file-name. Update callers.
11222 (doc-view-clone-buffer-hook): New fun.
11223 (doc-view-mode): Use it for indirect clones. Mark the overlays with
11224 the `doc-view' property so they can be recognized.
11225
11226 * simple.el (clone-indirect-buffer-hook): New hook.
11227 (clone-indirect-buffer): Run it.
11228
11229 2008-02-11 Daiki Ueno <ueno@unixuser.org>
11230
11231 * epa.el (epa-menu-mode): Merge into epa-mode.
11232 (epa-menu-items): Rename the label "EasyPG Assistant" to
11233 "Encryption/Decryption".
11234
11235 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
11236 (epa-dired-mode-map): Rename from epa-dired-map.
11237 (epa-global-dired-mode): Rename the global minor mode.
11238
11239 2008-02-11 Drew Adams <drew.adams@oracle.com>
11240
11241 * isearch.el (isearch-fail): New face.
11242 (isearch-message): Highlight failure part of input.
11243
11244 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11245
11246 * ibuffer.el (ibuffer-header-line-format): New var.
11247 (ibuffer-mode): Set it instead of header-line-format.
11248 (ibuffer-update): Use it to set header-line-format.
11249
11250 * international/mule-cmds.el (ucs-insert): Inherit surrounding
11251 properties like self-insert-command.
11252
11253 2008-02-11 Drew Adams <drew.adams@oracle.com>
11254
11255 * progmodes/etags.el: Add many doc strings.
11256
11257 2008-02-11 Jason Rumney <jasonr@gnu.org>
11258
11259 * ldefs-boot.el: Regenerated.
11260
11261 2008-02-11 Glenn Morris <rgm@gnu.org>
11262
11263 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11264 Shorten some names.
11265
11266 * ffap.el (ffap-rfc-directories): Add :version.
11267
11268 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
11269
11270 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
11271 files, and backup files of same.
11272
11273 2008-02-11 Kevin Ryde <user42@zip.com.au>
11274
11275 * ffap.el (ffap-rfc-directories): New variable.
11276 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
11277
11278 * info.el (Info-next-reference, Info-prev-reference)
11279 (Info-try-follow-nearest-node): Move to and follow https:// links too.
11280
11281 * simple.el (completion-list-mode): Show full completion-list-mode-map
11282 in the docstring.
11283
11284 2008-02-11 Sam Steingold <sds@gnu.org>
11285
11286 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
11287
11288 2008-02-11 Glenn Morris <rgm@gnu.org>
11289
11290 * startup.el (emacs-startup-time): New variable.
11291 (command-line): Set emacs-startup-time.
11292
11293 * calendar/time-date.el (emacs-uptime): New function.
11294
11295 2008-02-10 Bastien Guerry <bzg@altern.org>
11296
11297 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
11298 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
11299 it is nil.
11300
11301 2008-02-10 Daiki Ueno <ueno@unixuser.org>
11302
11303 * epg-config.el: Expand the contents of epg-package-info.el.
11304 (epg-package-name): New constant.
11305 (epg-version-number): New constant.
11306 (epg-bug-report-address): New constant.
11307
11308 * epa-mail.el (epa-mail-mode): Add autoload cookie.
11309 (epa-global-mail-mode): New global minor mode.
11310
11311 * epa-file.el (epa-file-mode): New global minor mode.
11312
11313 * epa-dired.el (epa-dired-mode): New global minor mode.
11314
11315 * epa.el (epa-menu): New variable.
11316 (epa-menu-items): New variable.
11317 (epa-menu-mode): New global minor mode.
11318 (epa-global-minor-modes): New user option.
11319 (epa-mode): New global minor mode.
11320
11321 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
11322
11323 * net/dbus.el: Remove `no-byte-compile' cookie.
11324 (dbus-call-method, dbus-register-signal, dbus-debug)
11325 (dbus-registered-functions-table): Declare them with
11326 `declare-function' or `defvar', respectively.
11327 (top): Don't assert any longer. Require 'cl when compiling.
11328 Apply `ignore-errors' but `dbus-ignore-errors'.
11329
11330 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
11331
11332 * diff-mode.el (diff-add-change-log-entries-other-window):
11333 Use add-change-log-entry.
11334
11335 2008-02-09 Jason Rumney <jasonr@gnu.org>
11336
11337 * button.el (button-map):
11338 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
11339 * ldefs-boot.el: Regenerate.
11340
11341 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
11342
11343 * epa.el (epa-faces, epa):
11344 * epa-file.el (epa-file):
11345 * epg-config.el (epg): Add :version.
11346
11347 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
11348
11349 * vc.el (vc-exec-after): Append CODE to previous fragments.
11350 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
11351 take MESSAGES instead of VERBOSE; use it when non-nil.
11352 (vc-diff-internal): Compute messages once; use them;
11353 update call to vc-diff-finish.
11354
11355 2008-02-09 Michael Olson <mwolson@gnu.org>
11356
11357 * net/tramp.el (tramp-process-sentinel): Avoid error when process
11358 buffer has been killed, such as by
11359 `tramp-cleanup-all-connections'.
11360
11361 2008-02-09 Miles Bader <miles@gnu.org>
11362
11363 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
11364
11365 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
11366
11367 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
11368 splitter in context hunks.
11369
11370 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
11371
11372 * international/fontset.el (setup-default-fontset): Fix arabic otf
11373 font specification.
11374
11375 2008-02-08 Daiki Ueno <ueno@unixuser.org>
11376
11377 * epa-dired.el:
11378 * epa-file.el:
11379 * epa-mail.el:
11380 * epa-setup.el:
11381 * epa.el:
11382 * epg-config.el:
11383 * epg-package-info.el:
11384 * epg.el: Initial check-in of EasyPG.
11385
11386 2008-02-08 Glenn Morris <rgm@gnu.org>
11387
11388 * woman.el (woman-locale): New defcustom.
11389 (woman-expand-locale, woman-manpath-add-locales): New functions.
11390 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
11391
11392 * international/mule-cmds.el (locale-translate): New function,
11393 with old code extracted from set-locale-environment.
11394 (set-locale-environment): Use locale-translate. Set woman-locale.
11395
11396 * cus-start.el (selection-coding-system): Remove, since it's now
11397 defined in select.el rather than in xselect.c.
11398 * select.el (selection-coding-system): Make it a defcustom, and
11399 add the properties from cus-start.el. Bump :version.
11400
11401 * custom.el (custom-theme-set-variables): Sort symbols that are
11402 dependencies before symbols that depend on them.
11403 (custom-enabled-themes): Set after custom-theme-directory.
11404
11405 * pcmpl-unix.el (top-level): Move provide statement to end.
11406 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
11407 `*' from doc-string. Allow to be nil.
11408 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
11409 Allow to be nil. Add :version.
11410 (pcmpl-ssh-hosts): Move definition before use. Handle lines
11411 without hostnames, and multiple hostnames per line.
11412
11413 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
11414
11415 2008-02-08 Phil Hagelberg <phil@evri.com>
11416
11417 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
11418 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
11419
11420 2008-02-07 Timo Savola <timo.savola@iki.fi>
11421
11422 * startup.el (command-line-x-option-alist): Add --parent-id.
11423
11424 * term/x-win.el (x-handle-parent-id): New function.
11425
11426 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
11427
11428 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
11429 "Font Menu".
11430
11431 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
11432
11433 * net/dbus.el (dbus-interface-peer): New defconst.
11434 (dbus-ping): New defun.
11435
11436 2008-02-06 Sam Steingold <sds@gnu.org>
11437
11438 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
11439
11440 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
11443 Just return nil and let the C code provide a fallback.
11444
11445 2008-02-05 Glenn Morris <rgm@gnu.org>
11446
11447 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
11448 tramp-flush-connection-property for removed 2nd argument.
11449
11450 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * diff-mode.el (diff-add-change-log-entries-other-window):
11453 Rename from diff-create-changelog. Change users.
11454 Minor change to hopefully work with plain diffs.
11455 (diff-mode-map): Add binding for it.
11456
11457 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
11458
11459 * diff-mode.el: Add new TODO entry.
11460 (diff-create-changelog): New function.
11461 (diff-mode-menu): Bind it.
11462
11463 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
11464
11465 * international/mule-diag.el (print-fontset-element): Handle the
11466 case of inhibiting the fallback fonts.
11467
11468 2008-02-04 Kim F. Storm <storm@cua.dk>
11469
11470 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
11471 (ido-magic-delete-char): Use prefix arg.
11472
11473 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
11474
11475 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
11476 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
11477 of today, the most recent libpng is 1.2.24).
11478
11479 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
11480
11481 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
11482
11483 * net/dbus.el (top): Check (featurep 'dbusbind).
11484
11485 * net/tramp.el (tramp-process-sentinel): New defun.
11486 (tramp-do-copy-or-rename-file-out-of-band)
11487 (tramp-maybe-open-connection): Use it as process sentinel.
11488 (tramp-handle-delete-directory): Don't use the "-f" option; it
11489 isn't portable.
11490 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
11491 after the command.
11492 (tramp-handle-shell-command): Set `mode-line-process' in the
11493 asynchronous case.
11494
11495 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
11496
11497 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11498 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11499 Use `tramp-process-sentinel' as process sentinel.
11500
11501 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
11502
11503 * whitespace.el (global-whitespace-mode): Revert last change.
11504 (whitespace-unload-function): Force `global-whitespace-mode'
11505 to deactivate local modes in a slightly less intrusive way.
11506
11507 2008-02-02 Eli Zaretskii <eliz@gnu.org>
11508
11509 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
11510
11511 2008-02-02 Glenn Morris <rgm@gnu.org>
11512
11513 * international/latin1-disp.el (latin1-display):
11514 * progmodes/fortran.el (fortran-comment-indent-char):
11515 * progmodes/idlw-shell.el (top-level):
11516 * term/mac-win.el (mac-keyboard-translate-char):
11517 * whitespace.el (whitespace-char-valid-p):
11518 * wid-edit.el (widget-key-sequence-read-event):
11519 Use characterp rather than char-valid-p.
11520
11521 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
11522 to capitalized-find-word-boundary. Doc fix. Update callers.
11523 (capitalized-next-word-boundary-function-table): Rename to
11524 capitalized-find-word-boundary-function-table. Doc fix. Update users.
11525
11526 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
11527 string-to-int.
11528
11529 * ps-def.el (declare-function): Add compatibility definition.
11530 (ps-plot-with-face, ps-plot-string): Declare as functions.
11531 (ps-bold-faces, ps-italic-faces): Declare variables.
11532
11533 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
11534 (ps-mule-end-job): Declare as functions.
11535
11536 * wid-edit.el (widget-string-complete): Use assoc-string rather
11537 than assoc-ignore-case.
11538
11539 See ChangeLog.13 for earlier changes.
11540
11541 ;; Local Variables:
11542 ;; coding: utf-8
11543 ;; add-log-time-zone-rule: t
11544 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
11545 ;; End:
11546
11547 Copyright (C) 2008 Free Software Foundation, Inc.
11548
11549 This file is part of GNU Emacs.
11550
11551 GNU Emacs is free software: you can redistribute it and/or modify
11552 it under the terms of the GNU General Public License as published by
11553 the Free Software Foundation, either version 3 of the License, or
11554 (at your option) any later version.
11555
11556 GNU Emacs is distributed in the hope that it will be useful,
11557 but WITHOUT ANY WARRANTY; without even the implied warranty of
11558 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11559 GNU General Public License for more details.
11560
11561 You should have received a copy of the GNU General Public License
11562 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
11563
11564 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc