]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/dbus.el (top): Don't register for "NameOwnerChanged".
4 (dbus-message-type-invalid, dbus-message-type-method-call)
5 (dbus-message-type-method-return, dbus-message-type-error)
6 (dbus-message-type-signal): New defconst.
7 (dbus-ignore-errors): Fix `edebug-form-spec' property.
8 (dbus-return-values-table): New defvar.
9 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
10 New defun.
11 (dbus-check-event, dbus-handle-event, dbus-event-serial-number, ):
12 Extend docstring. Adapt implementation according to new
13 `dbus-event' layout.
14 (dbus-event-service-name, dbus-event-path-name)
15 (dbus-event-interface-name, dbus-event-member-name): Adapt
16 implementation according to new `dbus-event' layout.
17 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
18
19 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New
20 defvar.
21 (xesam-mode): Rework implementation.
22 (xesam-new-search): Additional parameter TYPE.
23 (xesam-search): Adapt call of `xesam-new-search'.
24
25 2008-07-31 Juri Linkov <juri@jurta.org>
26
27 * dired-aux.el (dired-do-chmod): Set default value to the original
28 mode string using absolute notation like u=rwx,g=rx,o=rx.
29 Use it as a new arg `default' of `dired-mark-read-string'.
30 (dired-mark-read-string): Add new optional arg `default'.
31
32 * files.el (read-file-modes): Set default value to the original
33 mode string using absolute notation like u=rwx,g=rx,o=rx.
34 Use it as the `default' arg of `read-string'.
35
36 * filesets.el (filesets-cmd-isearch-getargs): Check if the
37 variable `files' is bound to avoid warnings.
38
39 * isearch.el (isearch-forward-regexp, isearch-forward-word)
40 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
41 to the command `isearch-forward' instead of displaying "See C-s".
42 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
43 with their interactive specifictions. Move reading the face name to
44 the main body after calls to isearch-done and isearch-clean-overlays.
45
46 * mb-depth.el: Unify all names under one common name prefix
47 `minibuffer-depth-'.
48 (minibuffer-depth-indicator-function): Renamed from
49 `minibuf-depth-indicator-function'.
50 (minibuffer-depth-overlay): Renamed from
51 `minibuf-depth-overlay'.
52 (minibuffer-depth-setup): Renamed from
53 `minibuf-depth-setup-minibuffer'.
54 (minibuffer-depth-indicate-mode): Renamed from
55 `minibuffer-indicate-depth-mode'.
56
57 2008-07-31 Juri Linkov <juri@jurta.org>
58
59 * dired-aux.el (dired-isearch-filenames-toggle): New command.
60 (dired-isearch-filenames-setup): Bind "\M-sf" to
61 dired-isearch-filenames-toggle in isearch-mode-map.
62 (dired-isearch-filenames-end): Bind "\M-sf" to nil
63 in isearch-mode-map.
64
65 * isearch.el (isearch-edit-string-set-word): New command.
66 (minibuffer-local-isearch-map): Bind "\C-w" to
67 isearch-edit-string-set-word.
68 (isearch-new-word): Temporary internal variable.
69 (isearch-edit-string): Remove special case of reading the
70 first character and checking it for C-w.
71
72 * simple.el (read-shell-command, shell-command):
73 Move code that uses minibuffer-with-setup-hook to set
74 minibuffer-default-add-function to minibuffer-default-add-shell-commands
75 from the interactive spec of `shell-command' to `read-shell-command'.
76
77 * international/mule-cmds.el (read-char-by-name):
78 Accept hash notation. Doc fix.
79 (ucs-insert): Doc fix. Convert to number only when `arg' is
80 a string. Use separate error message when `arg' is not an integer.
81 Bind `ucs-insert' to `C-x 8 RET'.
82
83 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
84
85 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
86 move the (arglist-cont-nonempty) from c-offsets-alist to
87 c-hanging-braces-alist like other styles already have.
88
89 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
90
91 * textmodes/texinfmt.el:
92 * nxml/nxml-enc.el:
93 * mail/feedmail.el:
94 * international/mule.el:
95 * international/latexenc.el:
96 * emulation/viper-util.el:
97 * emulation/viper-init.el:
98 * emulation/viper-ex.el:
99 * emacs-lisp/bytecomp.el:
100 * version.el:
101 * subr.el:
102 * startup.el:
103 * sort.el:
104 * shadowfile.el:
105 * recentf.el:
106 * printing.el:
107 * paths.el:
108 * minibuffer.el:
109 * ls-lisp.el:
110 * loadup.el:
111 * hippie-exp.el:
112 * finder.el:
113 * files.el:
114 * ediff-util.el:
115 * ediff-ptch.el:
116 * ediff-init.el:
117 * ediff-diff.el:
118 * dired.el:
119 * dired-aux.el:
120 * cus-edit.el:
121 * bindings.el:
122 * arc-mode.el:
123 * add-log.el: Remove VMS support.
124 * obsolete/vmsproc.el:
125 * obsolete/vms-pmail.el:
126 * obsolete/vms-patch.el: Remove file.
127
128 2008-07-31 Alan Mackenzie <acm@muc.de>
129
130 * progmodes/cc-mode.el (c-before-hack-hook): New function
131 (Top Level): Install c-before-hack-hook on
132 before-hack-local-variables-hook, rather than
133 c-postprocess-file-styles on hack-local-variables-hook.
134
135 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
136
137 * files.el (normal-mode): Move call to hack-project-variables into
138 hack-local-variables.
139 (file-local-variables-alist, before-hack-local-variables-hook):
140 New vars.
141 (ignored-local-variables): Add file-local-variables-alist.
142 (hack-local-variables-filter): Renamed from
143 hack-local-variables-apply. Add the result to
144 file-local-variables-alist, without applying them.
145 (hack-local-variables): Set file-local-variables-alist to nil.
146 Call hack-project-variables and before-hack-local-variables-hook.
147 Apply variables here, instead of hack-local-variables-apply.
148 Based on a patch by Alan Mackenzie.
149
150 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
151
152 * info-look.el (autoconf-mode :doc-spec): For
153 "(autoconf)M4 Macro Index", if the item already
154 begins with "AS_", don't prefix that string again.
155
156 2008-07-30 Juri Linkov <juri@jurta.org>
157
158 * info.el (info, Info-mode): Doc fix.
159
160 * isearch.el (isearch-mode-map): Bind `M-s r' to
161 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
162 (search-map): Bind `M-s w' to `isearch-forward-word' globally
163 in the global map `search-map'.
164 (isearch-forward): Doc fix.
165 (isearch-forward-word, isearch-toggle-case-fold): New commands.
166
167 * simple.el (quoted-insert): Comment out code that treats
168 0240-0377 specially.
169
170 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
171
172 * cus-start.el: Add customization info for
173 read-buffer-completion-ignore-case.
174
175 2008-07-30 Sam Steingold <sds@gnu.org>
176
177 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
178
179 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
180
181 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
182 (vc-dir-mode): Improve docstring.
183
184 2008-07-30 Juri Linkov <juri@jurta.org>
185
186 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
187 for the sake of isearch-mode-hook in dired-mode in dired.el.
188
189 2008-07-19 Markus Triska <markus.triska@gmx.at>
190
191 * image-mode.el (image-mode): Set image-mode-text-map when image
192 cannot be displayed.
193
194 2008-07-30 Stepehen Leake <stephen_leake@stephe-leake.org>
195
196 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
197 ada-xref-set-default-prj-values.
198 (ada-prj-display-page): Ditto.
199
200 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
201 (ada-make-filename-from-adaname): Fix free variable.
202
203 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
204
205 * vc-git.el (vc-git-status-printer): Synchronize with the default.
206
207 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
208
209 * verilog-mode.el (verilog-do-indent): Remove special indent for
210 declarations inside a parenthetical list. The code is ill-advised,
211 and doesn't work given user defined types.
212 (verilog-set-auto-endcomments): Enhance function automatic
213 endcomment to support functions that return user defined types.
214 (verilog-mode): Add code to tell which-function-mode minor mode
215 that Verilog supports this feature.
216 (verilog-beg-block-re-ordered, verilog-indent-re)
217 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
218 (verilog-leap-to-head): Support the new virtual and/or protected
219 tasks, as well as extern declarations of tasks for indenting and
220 for foward/backward expression.
221
222 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
223
224 * verilog-mode (verilog-read-decls): Allow AUTORESET to work with
225 SV 'logic' signals. [Julian Gorfajn]
226 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
227 (verilog-string-replace-matches): Avoid recursion with small
228 replacements.
229 (verilog-auto-inst-param-value, verilog-mode-version)
230 (verilog-mode-version-date, verilog-read-inst-param-value)
231 (verilog-auto-inst, verilog-auto-inst-param)
232 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
233 verilog-auto-inst-param-value option for AUTOINST. [David Rogoff]
234 This allows parameters to be replaced with their values, on the
235 expansion of an AUTOINST with Verilog 2001 style parameter settings.
236
237 2008-07-30 David Lord <david.lord@phonecoop.coop>
238
239 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
240 to `cddr'.
241
242 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
243
244 * Makefile.in (ELCFILES): Add mairix.elc.
245
246 2008-07-29 David Engster <deng@randomsample.de>
247
248 * net/mairix.el: New file.
249
250 2008-07-29 Juri Linkov <juri@jurta.org>
251
252 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
253 instead of variable-pitch with bold and 1.2 height.
254
255 * dired-aux.el (dired-do-async-shell-command): New command.
256
257 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
258 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
259
260 2008-07-29 Juri Linkov <juri@jurta.org>
261
262 * international/mule-cmds.el (ucs-names): New internal variable.
263 (ucs-names): New function.
264 (ucs-completions): New lazy completion variable.
265 (read-char-by-name): New function.
266 (ucs-insert): Replace interactive spec letter "s" with the call to
267 `read-char-by-name'.
268
269 * replace.el (read-regexp): Add second arg `default'. Doc fix.
270
271 * replace.el (occur-read-primary-args):
272 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
273 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
274 second arg of `read-regexp'.
275
276 * dired-aux.el (dired-isearch-filenames): New user option.
277 (dired-isearch-orig-success-function): New internal variable.
278 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
279 (dired-isearch-success-function): New functions.
280 (dired-isearch-filenames, dired-isearch-filenames-regexp):
281 New commands.
282
283 * dired.el (dired-insert-set-properties): Add new text property
284 `dired-filename' to put on file names.
285 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
286 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
287 Add menu items.
288 (dired-mode): Add hook `dired-isearch-filenames-setup' to
289 buffer-local `isearch-mode-hook'.
290
291 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
292
293 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
294 (ada-create-case-exception): Fix typo in docstring.
295 (ada-no-auto-case): Return nil, not the docstring.
296 (ada-indent-current): Reflow docstring.
297
298 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
299 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
300 (ada-prj-load-from-file): Reflow docstring.
301 (ada-prj-display-page): Fix typo in widget.
302
303 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
304 Fix typos in docstrings.
305
306 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
307 (ada-compile-current, ada-check-current, ada-run-application)
308 (ada-get-ali-file-name): Fix typos in docstrings.
309 (ada-xref-confirm-compile, ada-find-references)
310 (ada-find-local-references, ada-find-any-references): Doc fixes.
311 (ada-get-all-references): Fix typo in error message.
312 (ada-xref-current-project): Use `let', not `let*'.
313 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
314
315 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
316
317 * whitespace.el (whitespace-newline): Change initialization to have a
318 low contrast relative to the background color. Suggested by David
319 Reitter <david.reitter@gmail.com>.
320
321 2008-07-28 Juri Linkov <juri@jurta.org>
322
323 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
324 New functions.
325
326 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
327 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
328
329 2008-07-28 Seiji Zenitani <zenitani@mac.com>
330
331 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
332 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
333
334 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
335
336 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
337 Add support for add-log.
338 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
339
340 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
341 (ada-prj-save): Prompt for file name if not given.
342 (ada-prj-display-page): Display casing exceptions.
343
344 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
345 Ada mode project files. Delete 'main_unit' project variable;
346 only need 'main'. Simplify handling of default project values.
347 Use cross-prefix consistently.
348 (ada-find-executable): Throw error if not found.
349 (ada-initialize-runtime-library): Improve error handling when
350 gnatls not found.
351 (ada-gnat-parse-gpr): New.
352 (ada-treat-cmd-string): Allow process environment variables.
353 (ada-xref-set-default-prj-values): Delete; replace with
354 ada-default-prj-properties.
355 (ada-parse-prj-file): Handle GNAT project files.
356 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
357 (ada-select-prj-file): New.
358 (ada-get-absolute-dir-list): Allow project and environment variables.
359
360 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
361
362 Sync with Tramp 2.1.14.
363
364 * net/tramp.el (tramp-perl-directory-files-and-attributes)
365 (tramp-get-device): Make device number a cons cell.
366 (tramp-convert-file-attributes): Make inode a cons cell.
367
368 * net/trampver.el: Update release number.
369
370 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
371
372 * faces.el (face-set-after-frame-default): Treat 'ns as all other
373 window systems.
374
375 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
376
377 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
378
379 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
380
381 Remove support for Mac Carbon.
382 * term/mac-win.el: Remove file
383 * international/mule-cmds.el:
384 * version.el:
385 * startup.el:
386 * simple.el:
387 * mwheel.el:
388 * mouse.el:
389 * loadup.el:
390 * isearch.el:
391 * info.el:
392 * frame.el:
393 * faces.el:
394 * disp-table.el:
395 * cus-start.el:
396 * cus-face.el:
397 * cus-edit.el:
398 * Makefile.in: Remove code for Carbon.
399
400 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
401
402 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
403 bindings for functions deleted by Dan N. 2008-07-21. Set
404 where-is-preferred-modifier. Add show-manual option to Help menu.
405
406 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
407
408 * net/tramp.el (tramp-handle-start-file-process):
409 Set query-on-exit flag. Kill temporary buffer.
410 (tramp-process-sentinel): Remove defun.
411 (tramp-do-copy-or-rename-file-out-of-band)
412 (tramp-maybe-open-connection): Don't call it.
413
414 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
415 `tramp-process-sentinel'.
416
417 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
418 `tramp-process-sentinel'.
419
420 * net/xesam.el (xesam-from): Remove defvar.
421 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
422 and `mode-line-position'.
423 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
424 information to the widgets. Don't set `mode-line-position'.
425 (xesam-refresh-search-buffer): Correct hit number computing.
426 Don't set `mode-line-position'.
427 (xesam-new-search): Add debug information to the mode line.
428
429 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
430
431 * diff-mode.el (diff-show-trailing-blanks): Renamed to
432 diff-show-trailing-whitespaces.
433
434 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
435
436 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
437 invalid filename strings when parsing tex errors (bug#376).
438
439 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
440
441 * menu-bar.el (menu-bar-file-menu): Fix typo.
442
443 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
444
445 * play/solitaire.el (solitaire-mode-map): Define within defvar.
446 (solitaire-mode): Define with `define-derived-mode'.
447 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
448 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
449 (solitaire-undo, solitaire-check): Use `when'.
450 (solitaire-solve): Err out if the solitaire is already in progress.
451 Use `when'.
452
453 * descr-text.el (describe-char): Don't overwrite local variable char
454 when describing characters with display-table entries. Display font
455 backend when describing composed characters. Simplify: use `let'
456 instead of `let*', and `or x y' instead of `if x x y'.
457
458 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
459
460 * image-mode.el (image-minor-mode): Set up winprops.
461
462 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
463
464 * diff-mode.el (diff-show-trailing-blanks): New fun.
465 Show trailing blanks in modified lines for diff-mode.
466
467 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
468
469 * Makefile.in (ELCFILES): Add net/xesam.el.
470
471 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
472 process name. Reported by Markus Triska <markus.triska@gmx.at>.
473
474 * net/xesam.el: New file.
475
476 2008-07-24 Sven Joachim <svenjoac@gmx.de>
477
478 * dired-aux.el (dired-copy-file-recursive): Avoid calling
479 set-file-modes when creating target directories.
480
481 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
482
483 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
484 Set `show-trailing-whitespace' to nil.
485 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
486 Fix typos in docstrings.
487
488 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
489
490 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
491 key remapping, not directly.
492
493 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
494
495 * whitespace.el: New version 11.2.
496 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
497 minor mode visualization.
498
499 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
500
501 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
502
503 * Makefile.in (ELCFILES): Add term/common-win.elc.
504
505 * vc-dir.el (vc-dir-search, vc-dir-isearch)
506 (vc-dir-isearch-regexp): New functions.
507 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
508
509 2008-07-23 Juri Linkov <juri@jurta.org>
510
511 * isearch-multi.el: Remove file to avoid dos file name clashes
512 with isearch-x.el. Move most content to misearch.el.
513
514 * misearch.el: New file with most content from isearch-multi.el.
515 Rename `isearch-buffers' name prefixes to `multi-isearch'.
516 Remove `isearch-buffers-minor-mode'. Add new function
517 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
518 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
519 `multi-isearch-files', `multi-isearch-files-regexp'.
520
521 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
522
523 * isearch.el (isearch-message-prefix): Display "Multi" when
524 `multi-isearch-next-buffer-current-function' is non-nil.
525 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
526 with `multi-isearch-next-buffer-current-function', and
527 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
528
529 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
530 `multi-isearch-next-buffer-function' instead of
531 `isearch-buffers-next-buffer-function'. Remove call to
532 `isearch-buffers-minor-mode'.
533
534 * buff-menu.el (Buffer-menu-marked-buffers)
535 (Buffer-menu-isearch-buffers)
536 (Buffer-menu-isearch-buffers-regexp): New functions.
537 (Buffer-menu-mode-map): Bind "M-s a C-s" to
538 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
539 `Buffer-menu-isearch-buffers-regexp'.
540 (Buffer-menu-mode): Document new commands in docstring.
541 (list-buffers-noselect): Add one space after Info file name
542 according to the Info address convention.
543
544 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
545 New functions.
546
547 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
548 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
549 (ibuffer-mode): Document new commands in docstring.
550
551 * filesets.el (filesets-commands): Add commands for "Isearch" and
552 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
553 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
554 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
555 or `multi-isearch-files-regexp'.
556 (filesets-cmd-query-replace-getargs): Call standard function
557 `query-replace-read-args' to read `query-replace' arguments.
558 Add `multi-query-replace-map'.
559 (filesets-cmd-query-replace-regexp-getargs)
560 (filesets-cmd-isearch-getargs): New functions.
561
562 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
563
564 * international/mule.el (recode-region): Deactivate mark at the end.
565
566 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
567
568 * progmodes/flymake.el (flymake-errline, flymake-warnline):
569 Use more suitable colors on dark displays.
570
571 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
572
573 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
574 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
575 (tramp-temp-buffer-name): New defconst.
576 (tramp-handle-start-file-process): Use it. Apply "exec", for the
577 command. No trailing prompt.
578 (tramp-process-sentinel): Remove temporary buffer, if existing.
579 Don't handle trailing prompt.
580 (tramp-open-connection-setup-interactive-shell):
581 Use `tramp-temp-buffer-name'.
582
583 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
584
585 * shell.el (shell-dynamic-complete-functions):
586 Use comint-dynamic-complete-filename as well (bug#361).
587
588 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
589
590 * term/ns-win.el:
591 * version.el (emacs-version):
592 * loadup.el:
593 * frame.el (make-frame-on-display): Check for ns instead of
594 ns-windowing.
595
596 * dired.el (dired-mode-map): Show the key binding for wdired.
597
598 * menu-bar.el (menu-bar-file-menu): Show the key binding for
599 exiting Emacs.
600
601 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
602
603 * term/ns-win.el (x-list-fonts): Drop alias.
604
605 2008-07-23 Juri Linkov <juri@jurta.org>
606
607 * replace.el (multi-query-replace-map): New variable.
608 (perform-replace): Add processing of new multi-buffer keys bound
609 to `automatic-all' and `exit-current'. Set `query-flag' to nil
610 if last input char was `automatic-all'. Set new local variable
611 `multi-buffer' to t when one of new two keys were typed. Return
612 non-nil value of `multi-buffer' that tells to calling functions
613 to continue replacement on the next file.
614
615 * progmodes/etags.el (tags-query-replace): Set arg `map' of
616 `perform-replace' to `multi-query-replace-map'.
617
618 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
621 otherwise displayed in every buffer.
622
623 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
624 (vc-arch-trim-one-revlib): Delete temp directories as well.
625
626 2008-07-22 Stephen Eglen <stephen@gnu.org>
627
628 * iswitchb.el (iswitchb-delim): New variable, suggested by Ted Roden.
629
630 2008-07-22 Sven Joachim <svenjoac@gmx.de> (tiny change)
631
632 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
633
634 2008-07-22 Miles Bader <miles@gnu.org>
635
636 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
637 (sh-mode-map): Remove remapping of newline-and-indent.
638
639 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
640
641 * vc.el (Todo): Update.
642
643 * vc-hooks.el: Remove obsolete comment.
644
645 * vc-git.el (vc-git-status-printer): Update the directory display
646 to match the default.
647
648 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
649
650 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
651
652 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
653 for "word wrap" command.
654
655 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
656
657 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
658
659 * term/ns-win.el: Rename ns- functions/variables to the
660 corresponding x- versions.
661 (x-select-text, x-cut-buffer-or-selection-value)
662 (x-disown-selection-internal, x-get-selection-internal)
663 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
664 (x-display-mm-width, x-display-mm-height)
665 (x-display-backing-store, x-display-save-under)
666 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
667 defaliases.
668
669 * frame.el (ns-display-name): Remove declaration.
670 (make-frame-on-display): Use x-display-name instead
671 ns-display-name. Use unless.
672
673 * startup.el (command-line-1): Fix indentation.
674
675 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
676 checked in inadvertently.
677
678 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
679
680 * term/ns-win.el: Standardize references to "Nextstep" in
681 comments, messages, and docstrings.
682 (ns-handle-args, x-parse-geometry)
683 (ns-extended-platform-support-mode, x-setup-function-keys)
684 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
685 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
686 (ns-initialized, ns-initialize-window-system): Doc fixes.
687
688 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
689
690 * diff-mode.el (diff-auto-refine): Delete defcustom.
691 (diff-auto-refine-mode): New func/var via define-minor-mode.
692 Update var ref to use diff-auto-refine-mode.
693 * smerge-mode.el (diff-mode): Require when compiling.
694 (smerge-auto-refine): Delete defcustom.
695 Update smerge-auto-refine ref to use diff-auto-refine-mode.
696
697 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
698
699 * simple.el (visual-line): New custom group.
700 (visual-line-fringe-indicators): New var.
701 (visual-line-mode): Set fringe-indicator-alist based on
702 visual-line-fringe-indicators. Add lighter.
703
704 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
705
706 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
707 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
708 (x-handle-geometry, x-handle-name-switch, x-display-name)
709 (x-handle-display, x-handle-args, x-colors): Move ...
710 * term/common-win.el: ... here. New file.
711 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
712 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
713 (x-handle-geometry, x-handle-name-switch, x-display-name)
714 (x-handle-display, x-handle-args, x-colors): Remove.
715 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
716
717 2008-07-19 Juri Linkov <juri@jurta.org>
718
719 * startup.el (fancy-startup-text): Move the line "To quit
720 a partially entered command, type Control-g" a few lines below
721 to be after the line "To start". Add text "at gnu.org" to
722 "Overview of Emacs features".
723
724 * dired.el (dired-mode-map): Fix menu text of
725 image-dired-display-thumbs.
726
727 * image-dired.el (image-dired-cmd-create-thumbnail-options)
728 (image-dired-cmd-create-temp-image-options)
729 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
730 ImageMagick command line to change the dimensions of the image
731 only if its width or height exceeds the geometry specification.
732
733 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
734
735 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
736 to docstrings.
737
738 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
739
740 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
741 Vinicius Jose Latorre.
742
743 2008-07-19 Glenn Morris <rgm@gnu.org>
744
745 * term/ns-win.el (ns-make-command-string): Use mapconcat.
746 (ns-save-preferences): Fix typo in previous change. (Bug#573)
747
748 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
749
750 * net/dbus.el (dbus-interface-properties): New defconst.
751 (dbus-introspect): Update docstring.
752 (dbus-introspect-xml, dbus-introspect-get-attribute)
753 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
754 (dbus-introspect-get-interface-names)
755 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
756 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
757 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
758 (dbus-introspect-get-property)
759 (dbus-introspect-get-annotation-names)
760 (dbus-introspect-get-annotation)
761 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
762 (dbus-introspect-get-signature, dbus-get-property)
763 (dbus-set-property, dbus-get-all-properties): New defuns.
764
765 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
766
767 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc. and
768 ns-grabenv.elc.
769
770 * ns-carbon-compat.el: File removed.
771
772 * ns-grabenv.el: File removed.
773
774 * term/ns-win.el: Contents of ns-carbon-compat.el and
775 ns-grabenv.el moved here.
776 (ns-grabenv, ns-open-file-select-line): Doc fixes.
777 (ns-submit-bug-report): Function removed. Reports go to the main
778 Emacs bug list.
779 (ns-handle-args, ns-spi-service-call): Doc fixes.
780 (info-ns-emacs): Function removed. Nextstep port manual will be
781 merged into the Emacs manual, so no separate link needed.
782
783 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
784
785 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
786
787 2008-07-18 Glenn Morris <rgm@gnu.org>
788
789 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
790 to XEmacs, since it does nothing for Emacs.
791
792 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
793
794 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
795 BUFFER that is a string but does not exist as a buffer object, as
796 mentioned in the doc-string.
797
798 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
799
800 * simple.el (line-move-visual): Make it a defcustom.
801 (line-move-1): Convert temporary-goal-column back to an integer if
802 it was set as a float by a previous call to line-move-visual.
803 (end-of-visual-line, beginning-of-visual-line)
804 (next-logical-line, previous-logical-line): New functions.
805
806 2008-07-17 David Reitter <david.reitter@gmail.com>
807
808 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
809 functions.
810 (visual-line-mode, global-visual-line-mode): New minor mode.
811 (visual-line-mode-map): New variable.
812
813 2008-07-17 Glenn Morris <rgm@gnu.org>
814
815 * term/ns-win.el (parameters): Declare for compiler.
816
817 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
818
819 * esh-arg.el (eshell-quote-backslash): Fix eshell path completion
820 for Windows.
821
822 2008-07-17 Daiki Ueno <ueno@unixuser.org>
823
824 * epa.el (epa-key-list-mode): Use run-mode-hooks.
825 (epa-key-mode): Ditto.
826 (epa-info-mode): Ditto.
827
828 2008-07-17 Glenn Morris <rgm@gnu.org>
829
830 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
831 (ns-handle-numeric-switch): Just call ns-handle-switch.
832 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
833 (ns-handle-args): Simplify using `pop'.
834 (ns-display-name): Define (used in frame.el).
835 (menu-bar-select-frame): Add (ignored) arg to more closely match the
836 original definition.
837 (ns-perform-service): Declare.
838 (ns-save-preferences): Use fewer `let's.
839
840 * frame.el (ns-display-name): Declare for compiler.
841
842 2008-07-17 Kenichi Handa <handa@m17n.org>
843
844 * descr-text.el (describe-char-unidata-list): Initialize to the
845 list of name, general-category, decomposition, and old-name.
846
847 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
848
849 * startup.el (command-line-1): Update processing of NS long options to
850 mimic recent changes to processing of X long options.
851
852 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
853
854 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
855 list of #defines for remote files.
856 (gdb-source-info): Only show main if it has been found.
857
858 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * term/ns-win.el: Require CL; fix up comment style; reindent.
861 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
862 (ns-save-preferences): Use `case'.
863 (ns-initialize-window-system): Use `dolist'.
864
865 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
866
867 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
868 windowing is used.
869 * term/ns-win.el (ns-extended-platform-support-mode):
870 Correct/improve documentation.
871
872 2008-07-16 Glenn Morris <rgm@gnu.org>
873
874 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
875 Simply require 'cl (see comment in cl-compat.el).
876 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
877 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
878 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
879 directly rather by subterfuge. Provide cl before loading cl-macs.
880
881 * paths.el (rmail-spool-directory): Remove settings for systems that are
882 no longer supported.
883
884 * frame.el (ns-initialize-window-system): Declare for compiler.
885
886 * term/ns-win.el: Add numerous declarations for compiler.
887 (ns-pop-up-frames): Move definition before use. Doc fix.
888
889 * emacs-lisp/check-declare.el (check-declare-locate)
890 (check-declare-verify): Handle .m files.
891
892 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
893
894 * ns-carbon-compat.el: New file: user-visible compatibility of
895 NeXTstep port with Carbon port.
896 * ns-grabenv.el: New file: functionality useful on OS X platform to
897 expose environment variables inside Emacs started from icon.
898 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
899 * cus-edit.el:
900 * cus-face.el:
901 * disp-table.el:
902 * faces.el:
903 * info.el:
904 * mouse.el:
905 * mwheel.el:
906 * simple.el: Add ns to window systems treated as GUIs.
907 * facemenu.el (facemenu-read-color): Don't require a name match under
908 NS, to allow numeric color entry.
909 * frame.el (make-frame-on-display): Follow code for 'x in initializing
910 'ns window system if need be.
911 (various): Add 'ns as described above.
912 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
913 ns-windowing is active.
914 * startup.el (command-line-ns-option-alist): New constant to handle NS
915 windowing system specific command line args analogous to how they are
916 handled for X windows.
917 (command-line-1): Use the above where appropriate.
918 * version.el: Add NS port version.
919 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
920 Darwin (usually OS X) systems.
921 (woman-use-own-frame): Include 'ns in list of GUI window systems.
922 * emulation/viper-util.el (ns-display-color-p)
923 (ns-color-defined-p): Remove these (caustically-commented) outdated
924 compensations for a port that was never itself integrated until now.
925 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
926 for NS window system.
927 * international/mule-cmds.el: Add 'ns to list of special-cased window
928 systems (probably most of these, x/w32/mac/ns could be changed to
929 window-system non-nil).
930 * term/ns-win.el: New file: lisp-side support for NS windowing system.
931
932 2008-07-14 Jason Rumney <jasonr@gnu.org>
933
934 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
935 (x-handle-numeric-switch, x-handle-initial-switch)
936 (x-handle-xrm-switch, x-handle-args, x-handle-display)
937 (xw-defined-colors, w32-initialize-window-system):
938 Avoid use of cl pop and push macros.
939
940 2008-07-14 Martin Rudalics <rudalics@gmx.at>
941
942 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
943 error when change-log-search-file-name returns nil.
944
945 2008-07-13 Martin Rudalics <rudalics@gmx.at>
946
947 * add-log.el (change-log-search-file-name):
948 Use match-string-no-properties.
949 (change-log-search-tag-name-1, change-log-search-tag-name)
950 (change-log-goto-source-1, change-log-goto-source): New functions.
951 (change-log-tag-re, change-log-find-head, change-log-find-tail):
952 New variables.
953 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
954
955 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
956
957 * calc-help.el (calc-describe-key): Add angles to special key
958 descriptions.
959
960 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
961
962 * calc-help.el (calc-describe-thing): Use `re-search-forward' to
963 search for regexp.
964
965 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
966
967 * simple.el (line-move-visual): Handle null pixel position gracefully.
968
969 2008-07-11 Jason Rumney <jasonr@gnu.org>
970
971 * files.el (file-truename): Get truename of ancestors if file does
972 not exist on Windows.
973
974 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
975
976 * simple.el (line-move-visual): Obey goal-column and no-error arg.
977 (track-eol, temporary-goal-column, previous-line, next-line):
978 Update docstring.
979 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
980 to nil.
981
982 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * simple.el (line-move-visual): New var.
985 (line-move-visual): New function.
986 (line-move): Call line-move-visual.
987
988 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
989
990 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
991 pattern and add patterns for C++ header files.
992
993 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
994
995 * window.el (truncated-partial-width-window-p): New function.
996
997 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
998
999 * faces.el (x-create-frame-with-faces): Don't pass parameters that
1000 are set later to x-create-frame.
1001 (face-set-after-frame-default): Apply X resources for non-default
1002 faces.
1003
1004 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * faces.el (face-set-after-frame-default): Simplify. Don't apply
1007 frame-specific X resource settings. Set faces using a list of
1008 frame parameters explicitly passed to the calling
1009 function (e.g. make-frame).
1010 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
1011 explicit frame parameter list to face-set-after-frame-default.
1012
1013 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
1014
1015 * net/browse-url.el (browse-url-default-browser):
1016 Fix argument list in lambda.
1017
1018 2008-07-07 Ulf Jasper <ulf@web.de>
1019
1020 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
1021 from url-retrieve.
1022 (newsticker--sentinel-work): Fix xerror typo.
1023
1024 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1025
1026 * vc-dir.el (vc-dir-refresh): Only update files.
1027
1028 * vc-git.el (vc-git--ls-files-state): Remove unused function.
1029
1030 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
1031
1032 2008-07-06 John Paul Wallington <jpw@pobox.com>
1033
1034 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
1035
1036 2008-07-05 Alexandre Julliard <julliard@winehq.org>
1037
1038 * vc-git.el (vc-git-registered): Return true for removed files.
1039 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
1040 all the files instead of one per file.
1041 (vc-git-previous-revision): Add support for project-wide previous
1042 revision when specified file is nil.
1043
1044 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
1045
1046 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
1047
1048 * vc-dir.el (vc-dir-find-child-files): New function.
1049 (vc-dir-resync-directory-files): New function.
1050 (vc-dir-recompute-file-state): New function, broken out of ...
1051 (vc-dir-resynch-file): ... here. Also deal with directories.
1052 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
1053 (vc-resynch-buffer): Use it.
1054
1055 * vc-hg.el (vc-hg-registered): Do not set vc-state.
1056
1057 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
1058
1059 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
1060
1061 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
1062 if it's not part of gdb-ui, e.g, at start.
1063
1064 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
1065 filenames in stack trace (text command mode).
1066
1067 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
1070
1071 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
1072 Use syntax-ppss on a position *before* the char we want to change.
1073
1074 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
1075
1076 * vc-dir.el (vc-dir-query-replace-regexp): New function.
1077 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
1078 (vc-dir-mode-map): Likewise.
1079
1080 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
1081
1082 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
1083 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
1084 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
1085 Remove spurious * in defcustom docstrings.
1086
1087 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
1088 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
1089 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
1090 (default-justification): Remove spurious * in defcustom docstrings.
1091
1092 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
1093 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
1094 (rst-compare-decorations, rst-default-indent, rst-update-section)
1095 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
1096 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
1097 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
1098 Fix typos in docstrings.
1099 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
1100 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
1101 (rst-get-decorations-around, rst-section-tree-point)
1102 (rst-font-lock-adornment-point): Reflow docstrings.
1103 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
1104 Doc fixes.
1105 (rst-re-enumerations): Comment out.
1106
1107 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
1108 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
1109 (nxml-unicode-block-char-name-set):
1110 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
1111 * nxml/rng-nxml.el (rng-set-state-after):
1112 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
1113
1114 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
1115 (rng-c-parse-annotation-body):
1116 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
1117
1118 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
1119 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
1120 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
1121 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
1122 Fix typos in docstrings.
1123 (nxml-attribute-indent): Reflow docstring.
1124 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
1125 (nxml-default-buffer-file-coding-system): Doc fixes.
1126
1127 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
1128 (nxml-ns-set-prefix): Fix typos in docstrings.
1129 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
1130 Reflow docstring.
1131 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
1132
1133 * nxml/nxml-outln.el (nxml-hide-all-text-content)
1134 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
1135 (nxml-hide-direct-text-content, nxml-hide-subheadings)
1136 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
1137 (nxml-outline-display-rest, nxml-outline-set-overlay)
1138 (nxml-section-tag-forward, nxml-section-tag-backward)
1139 (nxml-back-to-section-start): Fix typos in docstrings.
1140
1141 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
1142 Doc fixes.
1143
1144 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
1145 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
1146 (nxml-scan-after-change): Fix typo in docstring.
1147
1148 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
1149 (rng-name-class-possible-names): Doc fixes.
1150 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
1151 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
1152 Fix typos in docstrings.
1153 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
1154 Reflow docstrings.
1155
1156 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
1157 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
1158
1159 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
1160 (rng-xsd-convert-date-time): Reflow docstrings.
1161 (rng-xsd-compile): Fix typo in docstring.
1162
1163 * nxml/rng-loc.el (rng-current-schema-file-name)
1164 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
1165 Doc fixes.
1166 (rng-set-schema-file): Fix typo in docstring.
1167
1168 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
1169 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
1170 Fix typos in docstrings.
1171 (rng-message-overlay, rng-conditional-up-to-date-start)
1172 (rng-conditional-up-to-date-end): Doc fixes.
1173 (rng-next-error, rng-previous-error): Reflow docstrings.
1174
1175 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
1176 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
1177 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
1178 (xmltok-merge-attributes): Fix typos in docstrings.
1179 (xmltok-make-attribute, xmltok-forward-special)
1180 (xmltok-get-declared-encoding-position): Reflow docstrings.
1181
1182 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
1183 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
1184 Fix typos in docstrings.
1185
1186 2008-07-02 John Paul Wallington <jpw@pobox.com>
1187
1188 * ibuffer.el (ibuffer-buffer-file-name):
1189 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
1190 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
1191
1192 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
1193
1194 * files.el (backup-extract-version): Handle versioned directories.
1195 (trash-directory): New variable.
1196 (move-file-to-trash): New function.
1197
1198 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
1199
1200 2008-07-02 Magnus Henoch <mange@freemail.hu>
1201
1202 * vc-git.el (vc-git-annotate-command): Use proper option for
1203 specifying revision.
1204
1205 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
1206
1207 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
1208 if available.
1209
1210 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
1211
1212 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
1213
1214 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
1215 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
1216
1217 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
1218
1219 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
1220
1221 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
1222 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
1223 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1224 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
1225 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1226 (gdb-stack-list-locals-regexp): Future proof regexps better.
1227
1228 2008-06-30 Juri Linkov <juri@jurta.org>
1229
1230 * faces.el (face-name-history): New variable.
1231 (make-face, make-empty-face): Replace interactive spec "S"
1232 with `read-from-minibuffer' where `read' arg is t and
1233 `hist' arg is `face-name-history'.
1234 (read-face-name): Set `hist' arg of `completing-read-multiple'
1235 to `face-name-history'.
1236 (list-faces-display): Use `read-regexp' instead of `read-string'
1237 to read regexp.
1238
1239 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
1240 to `regexp-history'.
1241 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
1242 make it an obsolete alias to it.
1243 (hi-lock-face-defaults): New variable renamed from
1244 `hi-lock-face-history'.
1245 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1246 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
1247 `read-from-minibuffer'. Doc fix.
1248 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
1249 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
1250 Set `hist' arg of `completing-read' to `face-name-history'.
1251 Put a list of default faces to `default' arg instead of `hist' arg.
1252
1253 * bindings.el (abbrev-map, narrow-map): New variables.
1254 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
1255 Rebind related commands to these new maps.
1256 (ctl-x-r-map): New variable for rectangle, register and bookmark
1257 keys. Move rectangle keybindings to rect.el and register
1258 keybindings to register.el.
1259 (next-buffer, previous-buffer): Remove C-x prefix and move
1260 keybindings to ctl-x-map.
1261
1262 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
1263 to the new map `ctl-x-r-map' in autoload cookies.
1264
1265 * expand.el: Rebind two global `C-x a' keys "n", "p"
1266 to the new map `abbrev-map' in autoload cookies.
1267
1268 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
1269
1270 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
1271
1272 2008-06-30 Miles Bader <miles@gnu.org>
1273
1274 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
1275 after processing an escape sequence.
1276
1277 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
1278
1279 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
1280 from 2008-06-28. It does not work on W32.
1281
1282 2008-06-29 Juri Linkov <juri@jurta.org>
1283
1284 * replace.el (read-regexp): New function.
1285 (keep-lines-read-args, occur-read-primary-args):
1286 Call `read-regexp' instead of code moved to new function.
1287 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
1288 from the end of prompt.
1289 (replace-re-search-function): Doc fix.
1290
1291 2008-06-29 Kenichi Handa <handa@m17n.org>
1292
1293 * descr-text.el (describe-char-display): Always return a string.
1294 (describe-char-padded-string): New function.
1295 (describe-char): Adjusted for the change of
1296 describe-char-display. Use describe-char-padded-string.
1297
1298 2008-06-29 Andreas Schwab <schwab@suse.de>
1299
1300 * vc-dir.el (vc-dir): Make backend argument optional and use
1301 vc-responsible-backend when nil. Interactively pass nil for
1302 backend instead of using the backend of what happens to be
1303 default-directory at the time of the call.
1304
1305 * find-dired.el (find-dired-filter): Preserve point.
1306
1307 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
1308
1309 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
1310 (sasl-find-mechanism, sasl-next-step):
1311 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
1312 (sasl-ntlm-response): Fix typos in docstrings.
1313
1314 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
1315
1316 * international/mule-cmds.el (view-hello-file): Doc fix.
1317
1318 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
1319
1320 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
1321 (set-face-attribute, face-set-after-frame-default)): Don't use it.
1322
1323 2008-06-28 John Paul Wallington <jpw@pobox.com>
1324
1325 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
1326
1327 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
1328
1329 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
1330 (tramp-convert-file-attributes): Convert symlinks only when
1331 returned from `tramp-handle-file-attributes-with-stat'.
1332
1333 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
1334 `substitute-in-file-name' when unloading.
1335 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
1336
1337 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
1338
1339 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
1340 (vc-string-prefix-p): Move function ...
1341 * vc.el (vc-string-prefix-p): ... here.
1342
1343 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
1344
1345 * vc-dir.el (vc-dir): Complete only directory names.
1346
1347 2008-06-27 Jason Rumney <jasonr@gnu.org>
1348
1349 * w32-fns.el (top-level): Unconditionally define all charsets.
1350
1351 2008-06-27 Alan Mackenzie <acm@muc.de>
1352
1353 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
1354 the CC Mode specific functions; this is no longer needed, since
1355 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
1356
1357 * progmodes/cc-defs.el (c-emacs-features): New feature
1358 'argumentative-bod-function.
1359
1360 2008-06-27 John Paul Wallington <jpw@pobox.com>
1361
1362 * chistory.el (list-command-history): Use `bound-and-true-p'.
1363 (command-history-map): Define within defvar. Add docstring.
1364
1365 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
1366
1367 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
1368 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
1369 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
1370 (image-type-from-buffer): Use `looking-at-p'.
1371
1372 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * ibuf-ext.el (diff-sentinel): Declare.
1375
1376 2008-06-27 Glenn Morris <rgm@gnu.org>
1377
1378 * calendar/lunar.el (calendar-lunar-phases): Rename from
1379 calendar-phases-of-moon. Keep old name as alias, update callers.
1380 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
1381 (diary-lunar-phases): Rename from diary-phases-of-moon.
1382 Keep old name as alias.
1383 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
1384 (cal-menu-global-mouse-menu): Update for lunar name changes.
1385 * calendar/calendar.el (calendar-mode-map): Update for name change.
1386 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
1387
1388 2008-06-26 Glenn Morris <rgm@gnu.org>
1389
1390 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
1391 argument `nolocation'.
1392 (calendar-sunrise-sunset-month): New function.
1393 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
1394 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
1395 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
1396 * calendar/calendar.el (solar-sunrises-buffer): New constant.
1397 (calendar-mode-map): Use cal-menu-sunmoon-menu.
1398 (calendar-buffer-list): Add solar-sunrises-buffer.
1399
1400 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
1401
1402 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
1403
1404 * cus-start.el: Add customization types for word-wrap and
1405 shift-select-mode.
1406
1407 2008-06-26 John Paul Wallington <jpw@pobox.com>
1408
1409 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
1410 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
1411 (ibuffer-mark-on-buffer): Don't display message when removing marks.
1412 (ibuffer-mark-by-mode): Use `buffer-local-value'.
1413
1414 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1415
1416 * vc-dir.el (tool-bar): Require.
1417
1418 * vc.el (ewoc, tool-bar): Do not require.
1419
1420 2008-06-26 Kenichi Handa <handa@m17n.org>
1421
1422 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
1423 characters.
1424
1425 * composite.el (terminal-composition-base-character-p): New function.
1426 (terminal-composition-function):
1427 Use terminal-composition-base-character-p. Include the base character
1428 in the composition.
1429 (auto-compose-chars): Don't check font-object for terminal display.
1430
1431 2008-06-26 Glenn Morris <rgm@gnu.org>
1432
1433 * doc-view.el (bookmark-make-record-default):
1434 * image-mode.el (bookmark-make-record-default): Fix declaration.
1435
1436 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
1437 Add default :value for sexp type.
1438 (calendar-month-edges): New variable.
1439 (calendar-month-edges): New function.
1440 (calendar-recompute-layout-variables): Set calendar-month-edges.
1441 (calendar-intermonth-header, calendar-intermonth-text): New options.
1442 (calendar-insert-at-column): New function.
1443 (calendar-generate-month): Use calendar-insert-at-column.
1444 Handle intermonth text. Add 'date property.
1445 (calendar-column-to-month): Remove function.
1446 (calendar-column-to-segment): New function.
1447 (calendar-cursor-to-date): Use calendar-column-to-segment.
1448 Check 'date property.
1449
1450 * calendar/calendar.el (calendar-print-other-dates):
1451 Handle mouse events.
1452 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
1453 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
1454
1455 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
1456 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
1457 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
1458
1459 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1460 Use calendar-column-to-segment, calendar-month-edges, and
1461 the 'date property to handle intermonth text.
1462
1463 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
1464
1465 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
1466 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
1467 Add doc strings.
1468 (cal-menu-context-mouse-menu): Add some :keys.
1469 (calendar-check-holidays): Declare rather than autoloading.
1470 (diary-show-holidays-flag): Remove unneeded declaration.
1471
1472 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
1473 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
1474 event-start is nil.
1475
1476 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * minibuffer.el (completion-basic-try-completion): Use the text after
1479 point to constrain the completion candidates.
1480 (completion-basic-all-completions): Adjust accordingly.
1481
1482 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
1485 courier.
1486
1487 * faces.el (set-face-attribute): Doc fix.
1488
1489 2008-06-25 Juri Linkov <juri@jurta.org>
1490
1491 * bindings.el (goto-map): New variable. Rebind goto-related
1492 commands to this `M-g' prefix keymap.
1493 (search-map): New variable for `M-s' prefix keymap.
1494 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
1495 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
1496 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
1497 `M-shw' to `hi-lock-write-interactive-patterns'.
1498
1499 * isearch.el (isearch-mode-map): Bind `M-s h r' to
1500 `isearch-highlight-regexp'.
1501 (isearch-highlight-regexp): New function.
1502
1503 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1504
1505 * info.el (Info-bookmark-make-record):
1506 Use bookmark-make-record-default.
1507 (Info-bookmark-jump): Use bookmark-default-handler.
1508
1509 * image-mode.el (image-bookmark-make-record):
1510 Use bookmark-make-record-default.
1511 (image-bookmark-jump): Use bookmark-default-handler.
1512
1513 * doc-view.el (doc-view-bookmark-make-record):
1514 Use bookmark-make-record-default.
1515 (doc-view-bookmark-jump): Use bookmark-default-handler.
1516
1517 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
1518 used until now in bookmark.el's code.
1519 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
1520 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
1521 used until now in bookmark.el's code.
1522 (bookmark-set-filename): Remove special code, moved to its only caller.
1523 (bookmark-store): Use the newer format.
1524 (bookmark-make-record-default): Add arg `point-only'.
1525 Rename from bookmark-make-record-for-text-file.
1526 (bookmark--jump-via): New function.
1527 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
1528 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
1529 Use it.
1530 (bookmark-jump-noselect, bookmark-default-handler):
1531 Don't return an alist, instead return the data implicitly by changing
1532 current buffer and point. Signal an error if the file doesn't exist.
1533
1534 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
1535 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
1536
1537 * bs.el: Use with-current-buffer. Simplify.
1538 (bs-toggle-readonly): Avoid vc-toggle-read-only.
1539
1540 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
1541 is bound before using it.
1542
1543 2008-06-25 Kenichi Handa <handa@m17n.org>
1544
1545 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
1546
1547 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
1548
1549 * vc-hg.el:
1550 * vc-git.el: Require vc-dir when compiling.
1551
1552 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
1553 vc-dir-marked-only-files. Change the return value.
1554 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
1555 Change the return value.
1556 (vc-dir-deduce-fileset): New function broken out from ...
1557 * vc.el (vc-deduce-fileset): ... here and ...
1558 (vc-deduce-fileset): ... here.
1559
1560 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
1561 (vc-svn-parse-status): Do not set the vc-backend property.
1562
1563 2008-06-25 Andreas Schwab <schwab@suse.de>
1564
1565 * faces.el (face-font-family-alternatives, variable-pitch):
1566 Use "Sans Serif", not "Sans-Serif".
1567
1568 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * faces.el (face-font-family-alternatives, variable-pitch):
1571 Change "Sans" to the canonical name "Sans-Serif".
1572
1573 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
1574
1575 * calc/calc.el (calc-mode-map): Add extra keybindings to
1576 `calc-missing-key'.
1577 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
1578 `kill-ring-save'.
1579
1580 2008-06-24 Miles Bader <miles@gnu.org>
1581
1582 * mouse.el (mouse-appearance-menu): Don't do anything if the user
1583 pops up the menu but doesn't select anything.
1584
1585 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
1586
1587 * add-log.el (add-change-log-entry): Add new arg to force each new
1588 entry to be on a new line.
1589 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
1590
1591 * vc-dir.el (vc-client-object): Remove.
1592 (vc-dir-prepare-status-buffer): Take a backend as an argument and
1593 use it when looking for a buffer.
1594 (vc-dir): Add a backend argument. Set revert-buffer-function.
1595 Don't create a client object. Move bindings ...
1596 (vc-dir-menu-map, vc-dir-mode-map): ... here.
1597 (vc-dir-revert-buffer-function): New function.
1598 (vc-generic-status-printer): Rename to ...
1599 (vc-dir-status-printer): ... this.
1600 (vc-generic-state, vc-generic-status-fileinfo-extra)
1601 (vc-dir-extra-menu, vc-make-backend-object): Remove.
1602 (vc-default-status-printer): Use a different face for
1603 directories. Don't display any text for directories in the state
1604 column. Add tooltips.
1605
1606 * vc.el (Todo): Update.
1607
1608 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
1609 * vc-rcs.el (vc-annotate-convert-time):
1610 * vc-mtn.el (vc-annotate-convert-time):
1611 * vc-git.el (vc-annotate-convert-time):
1612 * vc-cvs.el (vc-annotate-convert-time):
1613 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
1614
1615 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
1616
1617 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
1618 instead of using view-mode.
1619
1620 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * Makefile.in (distclean): Don't delete *.elc and autogen files.
1623
1624 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1625
1626 * vc.el:
1627 * vc-hooks.el:
1628 * vc-dispatcher.el: Move vc-dir variables and functions ...
1629 * vc-dir.el: ... here. New file.
1630 * Makefile.in (ELCFILES): Add vc-dir.elc.
1631
1632 * vc.el: Move vc-annotate variables and functions ...
1633 * vc-annotate.el: ... here. New file.
1634 * Makefile.in (ELCFILES): Add vc-annotate.elc.
1635
1636 * vc-dav.el: Move here from url/vc-dav.el.
1637 (Todo): Note work needed to make this backend functional.
1638
1639 * Makefile.in (ELCFILES): Update vc-dav.el location.
1640
1641 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
1644
1645 2008-06-21 John Paul Wallington <jpw@pobox.com>
1646
1647 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
1648
1649 * textmodes/rst.el (rst-mode): Put docstring in right place.
1650
1651 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
1654 size for legibility.
1655
1656 * faces.el (fixed-pitch): Use "Monospace" family.
1657 (variable-pitch): Use "Sans" family.
1658 (face-font-family-alternatives): Define alternatives for "Sans"
1659 and "Monospace".
1660
1661 2008-06-21 Glenn Morris <rgm@gnu.org>
1662
1663 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
1664 Require 'cl when compiling.
1665
1666 * emacs-lisp/debug.el (help-xref-interned): Declare.
1667
1668 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
1669 Evaluate definition when compiling.
1670
1671 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
1672 rather than mouse-1.
1673 (bug-reference-url-format): Autoload safe if string.
1674 (bug-reference-bug-regexp): Make space after "bug" optional.
1675
1676 * Makefile.in (all): Explicitly pass EMACS to sub-make,
1677 for some non-GNU makes.
1678
1679 * cus-dep.el (custom-dependencies-no-scan-regexp):
1680 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
1681
1682 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
1683 increments.
1684
1685 * calendar/calendar.el: Factor out the magic numbers controlling the
1686 calendar layout.
1687 (calendar-month-digit-width, calendar-month-width)
1688 (calendar-right-margin): New variables.
1689 (calendar-recompute-layout-variables, calendar-set-layout-variable):
1690 New functions.
1691 (calendar-left-margin, calendar-intermonth-spacing)
1692 (calendar-column-width, calendar-day-header-width)
1693 (calendar-day-digit-width): New options.
1694 (calendar-first-date-row): New constant.
1695 (calendar-move-to-column, calendar-ensure-newline): New functions,
1696 replacing calendar-insert-indented.
1697 (calendar-insert-indented): Remove function.
1698 (calendar-generate-month): Use calendar-move-to-column and
1699 calendar-ensure-newline. Use layout variables.
1700 (calendar-generate, calendar-update-mode-line)
1701 (calendar-font-lock-keywords): Use layout variables.
1702 (calendar-column-to-month): New function.
1703 (calendar-cursor-to-date): Use calendar-column-to-month.
1704 Use layout variables.
1705 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1706 Use layout variables. Use calendar-column-to-month.
1707 (calendar-cursor-to-visible-date): Use layout variables.
1708
1709 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1710
1711 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
1712 (all): Run compile-last.
1713 (compile-onefile): New target.
1714 (compile-first): Simplify.
1715 (compile-last): Don't treat COMPILE_FIRST specially.
1716 (COMPILE_FIRST): List the elc files rather than the el files.
1717 (ELCFILES): Update.
1718
1719 2008-06-21 Ulf Jasper <ulf@web.de>
1720
1721 * net/newst-treeview.el: Remove dead code.
1722 (newsticker--window-config): Remove.
1723 (newsticker-treeview-quit): Do not save window config.
1724 (newsticker-treeview): Do not try to restore window config.
1725 (newsticker-groups, newsticker--treeview-list-sort-by-column)
1726 (newsticker--treeview-list-new-items)
1727 (newsticker--treeview-list-immortal-items)
1728 (newsticker--treeview-list-obsolete-items)
1729 (newsticker--treeview-list-all-items)
1730 (newsticker--treeview-list-feed-items): Fix documentation.
1731
1732 2008-06-21 Miles Bader <miles@gnu.org>
1733
1734 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
1735
1736 2008-06-21 Alan Mackenzie <acm@muc.de>
1737
1738 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
1739 infinite loop on invalid syntax.
1740
1741 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1742
1743 * textmodes/rst.el: Run rst-define-level-faces when loading.
1744 (rst-mode): Don't set the font-lock-multiline var.
1745 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
1746 Set the font-lock-multiline property by hand.
1747
1748 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
1749
1750 * Makefile.in (emacs-deps): Remove.
1751 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
1752 (all): Use them.
1753 (autogen-clean): Remove.
1754
1755 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * Makefile.in (all): New target.
1758 (bootstrap-prepare): Remove.
1759
1760 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
1761 the .elc file to batch-byte-compile.
1762
1763 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
1764 set-keymap-parents if set-keymap-parent doesn't exist.
1765
1766 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
1767 Allow more than one space before the |.
1768
1769 * textmodes/rst.el: Fix up docstring conventions.
1770 Move vars to before their first use.
1771 (rst-mode): Don't mess with font-lock-support-mode.
1772 (rst-suggest-new-decoration, rst-adjust-decoration):
1773 Avoid CL's copy-list.
1774 (rst-delete-entire-line): Use line-beginning-position.
1775 (rst-position): New fun.
1776 (rst-straighten-decorations): Use it instead of CL's position.
1777 (rst-straighten-bullets-region): Avoid CL's mapcar*.
1778 (rst-toc-mode): Use define-derived-mode.
1779 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
1780 Remove unused var `in-par'. Use `point' rather than `point-marker'.
1781 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
1782 (rst-replace-lines): Simplify.
1783 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
1784
1785 * simple.el (special-mode-map): New var.
1786 (special-mode): New major mode.
1787
1788 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1789
1790 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
1791 log-view-file-re.
1792
1793 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
1794 (vc-switch-backend): Simplify.
1795 (Todo): Remove solved items.
1796
1797 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
1798 the vc-backend property.
1799
1800 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
1803 Bind inhibit-read-only since the buffer is always read-only.
1804
1805 2008-06-20 Ulf Jasper <ulf@web.de>
1806
1807 * net/newst-treeview.el (newsticker-treeview-own-frame):
1808 Change default value to nil.
1809 (newsticker--treeview-list-add-item)
1810 (newsticker--treeview-propertize-tag): Show item title in tooltip.
1811
1812 2008-06-20 Martin Blais <blais@furius.ca>
1813 Stefan Merten <smerten@oekonux.de>
1814 David Goodger <goodger@python.org>
1815
1816 * textmodes/rst.el: New file.
1817
1818 2008-06-20 Sam Steingold <sds@gnu.org>
1819
1820 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
1821 remove DIRECTORY entries.
1822
1823 2008-06-20 Eli Zaretskii <eliz@gnu.org>
1824
1825 * makefile.w32-in (distclean): Depend on `clean'.
1826 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
1827 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
1828 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
1829 empty cus-load.el with `echo', and include "Local Variables"
1830 section to prevent the empty file from being compiled.
1831 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
1832 that generate an empty cus-load.el.
1833
1834 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
1835
1836 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1837 Don't copy ldefs-boot.el over loaddefs.el.
1838 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
1839 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
1840 to loaddefs.el; they are not needed now. Add coding cookie.
1841
1842 2008-06-20 Miles Bader <miles@gnu.org>
1843
1844 * face-remap.el (face-remap-add-relative, face-remap-set-base):
1845 Strip unnecessary list levels from SPECS.
1846 (buffer-face-set, buffer-face-toggle):
1847 Change argument from FACE to &rest SPECS, and strip unnecessary
1848 list levels from SPECS.
1849 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
1850
1851 2008-06-20 Jason Rumney <jasonr@gnu.org>
1852
1853 * international/fontset.el (setup-default-fontset): Specify script
1854 for latin use of iso10646-1. Fix use of lang tags.
1855
1856 2008-06-19 Miles Bader <miles@gnu.org>
1857
1858 * face-remap.el (text-scale-increase): Start from zero if
1859 text-scale-mode isn't enabled.
1860
1861 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1862
1863 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
1864 frame parameters after setting up the `default' face.
1865
1866 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * faces.el (face-set-after-frame-default): Don't exclude `default'.
1869
1870 2008-06-18 Glenn Morris <rgm@gnu.org>
1871
1872 * mouse.el (buffer-face-mode-invoke): Declare.
1873
1874 * Makefile.in (ELCFILES): Add org/org-id.elc.
1875
1876 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
1877 * calendar/cal-menu.el (cal-menu-holidays-menu):
1878 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
1879 (cal-menu-today-holidays): Remove function.
1880
1881 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
1882 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
1883 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
1884 Remove unused functions.
1885 (calendar-mouse-view-diary-entries): Use format rather than concat.
1886
1887 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
1888 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1889 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
1890
1891 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
1892 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1893 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
1894 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
1895 cal-menu-event-to-date.
1896
1897 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
1898 Handle mouse events.
1899 * calendar/cal-tex.el (cal-tex-cursor-year)
1900 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1901 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1902 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
1903 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
1904 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
1905 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
1906 (cal-tex-cursor-month): Mark N as optional.
1907 * calendar/cal-menu.el (calendar-mouse-tex-day)
1908 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
1909 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
1910 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
1911 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
1912 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
1913 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
1914 Remove functions.
1915 (cal-menu-context-mouse-menu): Replace the above functions with the
1916 cal-tex versions. Add HTML submenu.
1917
1918 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
1919
1920 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
1921 text command mode.
1922 (gdb): Explain that gud-gdb is needed for text command mode.
1923
1924 2008-06-17 Martin Rudalics <rudalics@gmx.at>
1925
1926 * window.el (split-height-threshold): Remove spurious extra line.
1927
1928 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
1931 (calendar-set-mark):
1932 * calendar/diary-lib.el (diary-insert-entry):
1933 * calendar/solar.el (calendar-sunrise-sunset): Use it.
1934 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
1935 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
1936 (cal-menu-context-mouse-menu): Use calendar-set-mark,
1937 diary-insert-entry, and calendar-sunrise-sunset instead.
1938
1939 * vc.el (vc-deduce-fileset): Add arg `only-files'.
1940 (vc-next-action): Pass the new arg.
1941 (vc-register): Don't use `only-files'.
1942 Don't set `backup-inhibited' in the current buffer.
1943
1944 2008-06-17 Miles Bader <miles@gnu.org>
1945
1946 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
1947
1948 * face-remap.el (buffer-face-mode-face)
1949 (buffer-face-mode-remapping): New variables.
1950 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
1951 (buffer-face-mode-invoke): New functions.
1952 (variable-pitch-mode-remapping): Variable removed.
1953 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
1954
1955 * face-remap.el (internal-lisp-face-attributes): New variable.
1956 (face-attrs-more-relative-p, face-remap-order): New functions.
1957 (face-remap-add-relative): Use `face-remap-order'.
1958
1959 2008-06-17 Glenn Morris <rgm@gnu.org>
1960
1961 * mouse.el (x-select-font): Declare.
1962
1963 * calendar/calendar.el (calendar-move-hook):
1964 Add calendar-update-mode-line as an option.
1965 (calendar-date-echo-text): New user option.
1966 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
1967 (calendar-insert-indented): Simplify newline insertion.
1968 (calendar-describe-mode): Remove unused function.
1969 (calendar-mode-line-entry): New function.
1970 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
1971 Mark as risky.
1972 (calendar-mouse-other-month): Remove function.
1973 (calendar-other-month): Handle mouse events.
1974 (calendar-goto-info-node): Call fit-window-to-buffer.
1975 (calendar-mode): Use define-derived-mode. Doc fix.
1976 (calendar-update-mode-line): Tweak whitespace.
1977
1978 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
1981 (vc-dir-marked-only-files): vc-string-prefix-p.
1982
1983 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
1984
1985 * progmodes/gdb-ui.el (gdb-memory-set-address)
1986 (gdb-memory-set-repeat-count): Allow keyboard bindings.
1987 (gdb-memory-mode-map): Bind above functions respectively
1988 to 'S' and 'N'.
1989
1990 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
1991
1992 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
1993
1994 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
1995
1996 * log-view.el (vc-diff-internal): Declare for compiler.
1997
1998 * vc-bzr.el (log-view-per-file-logs):
1999 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
2000
2001 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
2002
2003 * mouse.el (mouse-appearance-menu-map): New var.
2004 (mouse-appearance-menu): New function.
2005 Bind it to S-down-mouse-1.
2006
2007 2008-06-15 Juri Linkov <juri@jurta.org>
2008
2009 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
2010 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
2011 as the second element.
2012 (Info-build-toc): Add PARENT element extracted from the Up pointer.
2013 Don't print progress messages.
2014 (Info-toc-nodes): New variable and function.
2015 (Info-index-nodes): Optimize non-string file name case.
2016 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
2017 (Info-insert-breadcrumbs): Use the cached document structure instead
2018 of visiting all ancestor nodes. Remove the initial `>'.
2019
2020 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2021
2022 * log-view.el (log-view-diff-changeset): New function.
2023 (log-view-mode-map, log-view-mode-menu): Bind it.
2024 (log-view-per-file-logs, log-view-vc-fileset)
2025 (log-view-vc-backend): New variables.
2026 (log-view-find-revision, log-view-modify-change-comment)
2027 (log-view-annotate-version): Throw an error if the log is for more
2028 than one file and we can't find the current file. Get the current
2029 file from log-view-vc-fileset if necessary.
2030 (log-view-diff): Get the current file from log-view-vc-fileset if
2031 necessary.
2032
2033 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
2034
2035 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
2036 (vc-hg-log-view-mode): Declare for compiler.
2037 (vc-hg-log-view-mode): Set log-view-per-file-logs and
2038 log-view-file-re.
2039 (vc-hg-diff): If no file is passed, use default-directory for cwd.
2040
2041 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
2042
2043 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
2044
2045 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
2046
2047 * net/tramp.el (tramp-handle-start-file-process):
2048 Clear modification time of the connection buffer.
2049 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
2050 (tramp-open-connection-setup-interactive-shell): Flush cache, and
2051 restart `tramp-maybe-open-connection' when the remote system has
2052 been changed. Throw 'uname-changed event.
2053 (tramp-maybe-open-connection): Catch it.
2054
2055 * net/tramp-cmds.el (tramp-cleanup-all-connections):
2056 Reset `tramp-locked'.
2057
2058 2008-06-15 Ulf Jasper <ulf@web.de>
2059
2060 * net/newst-treeview.el (newsticker--treeview-list-update)
2061 (newsticker--treeview-item-update)
2062 (newsticker--treeview-tree-update)
2063 (newsticker-treeview-jump, newsticker-group-add-group)
2064 (newsticker-group-move-feed, newsticker-group-delete-group):
2065 Remove window dedication.
2066 (newsticker--group-manage-orphan-feeds): Handle ill-valued
2067 newsticker-groups.
2068 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
2069
2070 2008-06-15 Andreas Schwab <schwab@suse.de>
2071
2072 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
2073 when parsing CVS/Repository.
2074
2075 * wdired.el (wdired-search-and-rename): Fix undocumented change.
2076
2077 2008-06-15 Ulf Jasper <ulf@web.de>
2078
2079 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
2080 (newsticker-extra-face, newsticker-enclosure-face): Moved to
2081 net/newst-reader.el.
2082
2083 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
2084 (newsticker-extra-face, newsticker-enclosure-face): Moved from
2085 net/newst-reader.el.
2086
2087 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
2090 Catch and recover from case when the bytes we thought we were reading
2091 turn out to be something else entirely, such as latin-1 chars from
2092 quail. See bug#396.
2093
2094 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2095
2096 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
2097 (vc-register): Call the backend function only once, instead of
2098 once for each file.
2099 (vc-next-action): Update call to vc-register.
2100 (vc-dir-register): Remove function.
2101 (vc-dir): Bind vc-register instead of vc-dir-register.
2102
2103 2008-06-14 Glenn Morris <rgm@gnu.org>
2104
2105 * Makefile.in (ELCFILES): Add net/newst-*.el.
2106
2107 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * wdired.el (wdired-do-renames): New function.
2110 (wdired-finish-edit): Use it to.
2111 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
2112
2113 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
2116
2117 2008-06-14 Martin Rudalics <rudalics@gmx.at>
2118
2119 * window.el (window--even-window-heights): Even window heights
2120 only if the selected window is higher than WINDOW.
2121 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2122
2123 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
2126
2127 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * term/linux.el (terminal-init-linux): Load t-mouse.
2130
2131 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2132 Drew Adams <drew.adams@oracle.com>
2133
2134 * info.el (Info-breadcrumbs-depth): New var.
2135 (Info-insert-breadcrumbs): New function.
2136 (Info-fontify-node): Use it.
2137 (Info-mode-map): Move initialization into declaration.
2138
2139 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
2140
2141 Rename net/newsticker-*.el to net/newst-*.el.
2142 * net/newst-backend.el: Rename from net/newsticker-backend.el.
2143 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
2144 * net/newst-reader.el: Rename from net/newsticker-reader.el.
2145 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
2146 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
2147 * net/newsticker-backend.el: Rename to net/newst-backend.el.
2148 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
2149 * net/newsticker-reader.el: Rename to net/newst-reader.el.
2150 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
2151 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
2152
2153 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2154
2155 * progmodes/compile.el (compilation-start): Don't disable undo in
2156 comint buffer. Don't override the comint-filter with our own.
2157 (compilation-filter): Change point's insertion-type.
2158
2159 * comint.el (comint-output-filter): Use copy-marker.
2160
2161 2008-06-13 David Reitter <david.reitter@gmail.com>
2162
2163 * textmodes/flyspell.el (mail-mode-flyspell-verify):
2164 Check message-signature-separator exists before using it.
2165
2166 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
2167
2168 * vc.el (vc-delete-file): Bind default-directory before calling
2169 the backend.
2170 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
2171 (vc-annotate-show-diff-revision-at-line-internal): ... here.
2172 New function.
2173 (vc-annotate-show-changeset-diff-revision-at-line): New function.
2174 (vc-annotate-mode-menu): Bind it.
2175
2176 2008-06-13 Jason Rumney <jasonr@gnu.org>
2177
2178 * term/w32-win.el (mouse-set-font): Remove overridden function.
2179 (w32-select-font): Declare as obsolete alias for x-select-font.
2180
2181 2008-06-13 Daniel Engeler <engeler@gmail.com>
2182
2183 These changes add serial port access.
2184 * term.el (term-update-mode-line): Modify.
2185 (serial-port-is-file-p, serial-nice-speed-history)
2186 (serial-no-speed, serial-mode-line-speed-menu)
2187 (serial-mode-line-config-menu): New variables and constants.
2188 (serial-name-history, serial-speed-history)
2189 (serial-supported-or-barf, serial-read-name, serial-read-speed)
2190 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
2191 (serial-mode-line-speed-menu, serial-update-speed-menu)
2192 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
2193 (serial-update-config-menu): New functions.
2194
2195 2008-06-13 Glenn Morris <rgm@gnu.org>
2196
2197 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
2198
2199 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
2200
2201 2008-06-13 Kenichi Handa <handa@m17n.org>
2202
2203 * cus-face.el (custom-face-attributes): Add :foundry.
2204
2205 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
2206 (face-x-resources): Add :foundry.
2207 (face-valid-attribute-values): Likewise.
2208 (face-attribute-name-alist): Likewise.
2209 (describe-face): Likewise.
2210
2211 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
2214
2215 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
2216
2217 * longlines.el (longlines-search-forward, longlines-search-backward)
2218 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
2219
2220 2008-06-12 Sam Steingold <sds@gnu.org>
2221
2222 * vc.el (vc-rename-file): DTRT when the destination is a directory
2223 name and the source is a file.
2224
2225 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
2226
2227 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
2228
2229 2008-06-12 Glenn Morris <rgm@gnu.org>
2230
2231 * progmodes/f90.el (f90-beginning-of-subprogram)
2232 (f90-end-of-subprogram): Only give a message when interactive.
2233
2234 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
2235
2236 * progmodes/cperl-mode.el (cperl-info-on-command):
2237 Use display-pixel-height rather than x-display-pixel-height.
2238
2239 * mail/rmailedit.el (rmail-cease-edit):
2240 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
2241
2242 * emulation/edt.el (edt-xserver):
2243 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
2244
2245 * emulation/edt-mapper.el: Drop test for Emacs < 19.
2246
2247 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
2248 Evaluate definitions when compiling. Reverse tests.
2249
2250 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
2251 use unless.
2252
2253 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
2254
2255 * textmodes/artist.el (x-pointer-shape):
2256 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
2257 (x-open-connection, x-server-max-request-size, x-get-resource):
2258 * term/w32console.el (x-setup-function-keys):
2259 * term/w32-win.el (x-parse-geometry, x-resource-name)
2260 (generate-fontset-menu, image-library-alist, x-open-connection)
2261 (setup-default-fontset, set-fontset-font, setup-default-fontset)
2262 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
2263 (x-get-resource):
2264 * term/mac-win.el (x-parse-geometry, x-resource-name)
2265 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
2266 (new-fontset, x-display-list, x-open-connection, x-get-resource):
2267 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
2268 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
2269 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
2270 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
2271 (tooltip-identifier-from-point, define-fringe-bitmap):
2272 * play/gamegrid.el (image-size):
2273 * play/bubbles.el (image-size):
2274 * mail/emacsbug.el (x-server-vendor, x-server-version):
2275 * international/mule-util.el (internal-char-font):
2276 * international/mule-diag.el (font-info, query-fontset, fontset-info)
2277 (fontset-alias-alist, fontset-list, fontset-plain-name):
2278 * international/mule-cmds.el (x-server-vendor, x-server-version):
2279 * international/fontset.el (font-encoding-charset-alist)
2280 (otf-script-alist, new-fontset, set-fontset-font)
2281 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
2282 (fontset-list, query-fontset, x-get-resource):
2283 * emulation/edt.el (x-server-vendor):
2284 * emulation/edt-mapper.el (x-server-vendor):
2285 * emacs-lisp/map-ynp.el (x-popup-dialog):
2286 * emacs-lisp/lmenu.el (x-popup-dialog):
2287 * x-dnd.el (x-window-property, x-change-window-property)
2288 (x-get-selection-internal):
2289 * woman.el (x-list-fonts):
2290 * w32-fns.el (x-server-version):
2291 * tooltip.el (x-show-tip, x-hide-tip):
2292 * tool-bar.el (image-mask-p):
2293 * thumbs.el (image-size):
2294 * term.el (overflow-newline-into-fringe):
2295 * subr.el (scroll-bar-scale):
2296 * startup.el (x-get-resource, tool-bar-mode, image-size):
2297 * select.el (x-get-selection-internal, x-own-selection-internal)
2298 (x-disown-selection-internal):
2299 * mouse.el (generate-fontset-menu):
2300 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
2301 * image.el (image-library-alist):
2302 * image-mode.el (image-size, image-refresh):
2303 * image-dired.el (clear-image-cache):
2304 * gs.el (x-display-mm-width, x-display-pixel-width)
2305 (x-display-mm-height, x-display-pixel-height)
2306 (x-change-window-property, x-display-grayscale-p, x-window-property):
2307 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
2308 (x-focus-frame, x-list-fonts, x-display-screens)
2309 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
2310 (x-display-mm-width, x-display-backing-store, x-display-save-under)
2311 (x-display-planes, x-display-color-cells, x-display-visual-class):
2312 * faces.el (internal-face-x-get-resource)
2313 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
2314 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
2315 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
2316 (x-parse-geometry, x-create-frame, x-setup-function-keys)
2317 (tool-bar-setup):
2318 * doc-view.el (clear-image-cache, image-size, tooltip-show):
2319 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
2320 * dframe.el (x-display-pixel-width, x-display-pixel-height):
2321 * descr-text.el (internal-char-font):
2322 Define for compiler, for builds without X.
2323
2324 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2325
2326 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
2327
2328 2008-06-11 Glenn Morris <rgm@gnu.org>
2329
2330 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
2331 before trying to move there.
2332 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
2333 is non-nil, indent most terminating statements like loop body.
2334
2335 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
2336 Gregorian date, and add it, not the local date, to diary-entries-list.
2337 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
2338
2339 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * progmodes/compile.el (compilation-filter): Fix up last change.
2342
2343 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
2344
2345 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
2346 (gpm-mouse-mode): Make it into a proper global minor mode.
2347
2348 * files.el (save-some-buffers-action-alist): Only use recursive-edit
2349 if the user enabled recursive-minibuffers.
2350
2351 * emacs-lisp/map-ynp.el (map-y-or-n-p):
2352 Add support for scroll-other-window.
2353
2354 2008-06-11 Jason Rumney <jasonr@gnu.org>
2355
2356 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
2357 Use tmm-menubar if menu is disabled in this frame.
2358
2359 * menu-bar.el (menu-bar-open): Determine how to open menu bar
2360 from frame type, per documentation. Add w32 case.
2361
2362 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2363
2364 * minibuffer.el (completion--merge-suffix): New function.
2365 (completion-basic-try-completion): Use it.
2366 (completion-pcm--find-all-completions): Add argument `filter'.
2367 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
2368 New functions.
2369 (completion-pcm-try-completion): Use them.
2370
2371 * xt-mouse.el (turn-on-xterm-mouse-tracking)
2372 (turn-off-xterm-mouse-tracking): Use terminal-list.
2373
2374 * cus-start.el (underline-minimum-offset): Rename from
2375 x-underline-minimum-display-offset.
2376
2377 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
2378
2379 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
2380
2381 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
2382
2383 * mouse.el (mouse-select-font): New function.
2384
2385 * faces.el (face-spec-recalc): When the face is set using
2386 Customize, avoid recalculating it twice.
2387
2388 * menu-bar.el (menu-set-font): New function. Bind "Set Default
2389 Font" menu item to it. Apply selected font to all frames, and
2390 make it savable.
2391 (menu-bar-options-save): Save `default' font if changed.
2392
2393 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * ffap.el (ffap-string-at-point-mode-alist):
2396 Use alpha rather than lower.
2397
2398 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
2399
2400 * subr.el (momentary-string-display): Use an overlay.
2401
2402 * progmodes/compile.el (compilation-mode):
2403 Set window-point-insertion-type.
2404 (compilation-filter): Don't use insert-before-markers any more.
2405 * emacs-lisp/trace.el (trace-make-advice):
2406 Set window-point-insertion-type in the trace buffer.
2407 * startup.el (normal-top-level): Set window-point-insertion-type in
2408 *Messages*.
2409 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
2410 (telnet-filter): Don't use insert-before-markers any more.
2411 * comint.el (comint-mode): Set window-point-insertion-type.
2412 (comint-output-filter): Don't use insert-before-markers any more.
2413 * button.el (make-text-button): Allow `start' to be a string.
2414
2415 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * emacs-lisp/autoload.el (autoload-rubric):
2418 Fix coding cookie not to force Unix EOL.
2419
2420 2008-06-10 Martin Rudalics <rudalics@gmx.at>
2421
2422 * window.el (window--splittable-p, window--try-to-split-window):
2423 Don't use with-selected-window to avoid messing up get-lru-window.
2424 Reported by David Hansen <david.hansen@gmx.net>.
2425
2426 2008-06-10 Glenn Morris <rgm@gnu.org>
2427
2428 * subr.el (locate-library): Doc fix.
2429
2430 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
2431 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
2432 Check tool-bar-map is bound, for non-X builds.
2433
2434 * net/newsticker-reader.el (newsticker--next-item-image)
2435 (newsticker--previous-item-image, newsticker--previous-feed-image)
2436 (newsticker--next-feed-image, newsticker--mark-read-image)
2437 (ewsticker--mark-immortal-image, newsticker--narrow-image)
2438 (newsticker--get-all-image, newsticker--update-image)
2439 (newsticker--browse-image): Check xpm images are available.
2440 (newsticker--mark-read-image, newsticker--mark-immortal-image)
2441 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
2442
2443 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
2444 (newsticker--plainview-tool-bar-map, newsticker-mode):
2445 Check tool-bar-map is bound, for non-X builds.
2446 (w3m-toggle-inline-image): Declare.
2447
2448 * net/newsticker-backend.el (tool-bar-map): Don't declare.
2449
2450 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
2451
2452 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
2453 (finder-compile-keywords): Move let to where needed.
2454 (finder-mouse-face-on-line): Go back one more line if needed.
2455 (finder-list-matches): Use cadr.
2456 (finder-goto-xref): New function.
2457 (finder-commentary): Add buttons to jump to foo.el libraries.
2458
2459 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2460
2461 * apropos.el (apropos-function, apropos-macro, apropos-command)
2462 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2463 (apropos-plist): Add apropos-short-label property.
2464 (apropos-multi-type): New variables.
2465 (apropos-command, apropos-value): Set it.
2466 (apropos-compact-layout): New custom.
2467 (apropos-print, apropos-print-doc): Use it.
2468 (apropos-print): Truncate lines.
2469
2470 2008-06-09 Kenichi Handa <handa@m17n.org>
2471
2472 * international/fontset.el (font-encoding-alist):
2473 Add an entry for "ascii-0".
2474
2475 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
2476
2477 * language/hanja-util.el (hanja-init-load): Show the message only
2478 when loading a table.
2479
2480 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
2481
2482 * net/newsticker-treeview.el (newsticker-treeview):
2483 * net/newsticker-plainview.el (newsticker-plainview):
2484 Add autoload cookie.
2485
2486 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
2487
2488 * net/newsticker.el: Split up into newsticker-backend, -ticker,
2489 -reader, -plainview, and -treeview.
2490 (newsticker-version): Change to 1.99.
2491
2492 * net/newsticker-backend.el: New. Move backend functionality from
2493 newsticker.el to newsticker-backend.el.
2494 (newsticker--download-logos): New.
2495 (newsticker--sentinel-callback): New.
2496 (newsticker--set-customvar): Remove. Split up into specific
2497 functions related to retrieval, ticker, buffer, and display.
2498 (newsticker--set-customvar-retrieval): New. Extracted from
2499 `newsticker--set-customvar'.
2500 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
2501 (newsticker-url-list-defaults):
2502 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
2503 (newsticker-url-list): Doc changed. URL can be a function.
2504 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
2505 (newsticker-retrieval-method): New.
2506 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
2507 (newsticker-retrieval-interval):
2508 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
2509 (newsticker-desc-comp-max): Change :group.
2510 (newsticker--cache): Doc changed.
2511 (newsticker--guid-to-string): New.
2512 (newsticker--guid): Use `newsticker--guid-to-string'.
2513 (newsticker--real-feed-name): New.
2514 (newsticker--start-feed): New. Extracted from `newsticker-start'.
2515 (newsticker-start): Use `insert-file-contents' for reading cache.
2516 Use `newsticker--start-feed'.
2517 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
2518 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
2519 Use `newsticker--stop-feed'.
2520 (newsticker-save-item): New.
2521 (newsticker--get-news-by-funcall): New.
2522 (newsticker-get-news): Handle new retrieval methods.
2523 (newsticker--sentinel): Use `newsticker--sentinel-work'.
2524 (newsticker--sentinel-work): New. Extracted from
2525 `newsticker--sentinel'. Use `newsticker--download-logos',
2526 `newsticker--sentinel-callback'.
2527 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
2528 (newsticker--parse-atom-1.0): Fix link determination.
2529 (newsticker--parse-rss-0.91): Fix time determination.
2530 (newsticker--parse-rss-0.92): Fix time determination.
2531 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
2532 (newsticker--parse-generic-feed): New arg order in
2533 `newsticker--cache-add'.
2534 (newsticker--parse-generic-items): Fix for multiple items.
2535 New arg order in `newsticker--cache-add'.
2536 (newsticker--forget-preformatted): Check whether
2537 `newsticker--buffer-set-uptodate' is fbound.
2538 (newsticker--decode-iso8601-date): Handle fractions of seconds.
2539 (newsticker--decode-rfc822-date): Partial timezone handling.
2540 (newsticker--cache-contains): Fix guid problem.
2541 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
2542 (newsticker--cache-save): New.
2543 (newsticker--cache-update): Use temp buffer.
2544 (newsticker--stat-num-items): Allow multiple AGE args.
2545 (newsticker--stat-num-items-total): New.
2546 (newsticker--opml-import-outlines): New.
2547 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
2548 (newsticker--do-run-auto-mark-filter): Doc changed.
2549 (newsticker-retrieve-random-message): New.
2550
2551 * net/newsticker-ticker.el: New. Move ticker functionality from
2552 net/newsticker.el to net/newsticker-ticker.el.
2553 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
2554 `newsticker--ticker-timer'.
2555 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
2556 to `newsticker--ticker-timer'.
2557 (newsticker--set-customvar-ticker): New. Extracted from
2558 `newsticker--set-customvar'.
2559 (newsticker-ticker-interval): Rename `newsticker-display-interval'
2560 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
2561 for :set. Change :group.
2562 (newsticker-scroll-smoothly): Doc changed. Change :group.
2563 (newsticker-hide-immortal-items-in-echo-area)
2564 (newsticker-hide-old-items-in-echo-area)
2565 (newsticker-hide-obsolete-items-in-echo-area):
2566 Use `newsticker--set-customvar-ticker for :set. Change :group.
2567 (newsticker-start-ticker): Rename `newsticker--display-timer' to
2568 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
2569 to `newsticker-ticker-interval'.
2570 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
2571 `newsticker--ticker-timer'.
2572
2573 * net/newsticker-reader.el: New. Move reader functionality from
2574 net/newsticker.el to net/newsticker-reader.el.
2575 (newsticker--set-customvar-formatting): New. Extracted from
2576 `newsticker--set-customvar'.
2577 (newsticker-reader, newsticker-frontend): New.
2578 (newsticker-enable-logo-manipulations): Change :group.
2579 (newsticker-justification): Use `newsticker--set-customvar-formatting'
2580 for :set. Change :group.
2581 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
2582 for :set. Change :group.
2583 (newsticker-html-renderer): Doc changed.
2584 Use `newsticker--set-customvar-formatting' for :set. Change :group.
2585 (newsticker-date-format):
2586 Use `newsticker--set-customvar-formatting' for :set. Change :group.
2587 (newsticker--insert-enclosure):
2588 Rename `newsticker--buffer-insert-enclosure' to
2589 `newsticker--insert-enclosure'. Add keymap arg.
2590 (newsticker--print-extra-elements):
2591 Rename `newsticker--buffer-print-extra-elements' to
2592 `newsticker--print-extra-elements'. Add keymap arg.
2593 (newsticker--do-print-extra-element):
2594 Rename `newsticker--buffer-do-print-extra-element' to
2595 `newsticker--do-print-extra-element'. Add keymap arg.
2596 (newsticker-show-news): Use `newsticker-frontend'.
2597
2598 * net/newsticker-plainview.el: New. Move plainview functionality
2599 from net/newsticker.el to net/newsticker-reader.el.
2600 (newsticker-plainview): New.
2601 (newsticker--set-customvar-sorting): New. Extracted from
2602 `newsticker--set-customvar'.
2603 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
2604 for :set. Changed :group.
2605 (newsticker-heading-format, newsticker-item-format)
2606 (newsticker-desc-format, newsticker-statistics-format):
2607 Use `newsticker--set-customvar-formatting for :set. Change :group.
2608 (newsticker-faces): Change :group.
2609 (newsticker-default-face): Enable again.
2610 (newsticker-hide-old-items-in-newsticker-buffer)
2611 (newsticker-show-descriptions-of-new-items):
2612 Use `newsticker--set-customvar-buffer' for :set. Change :group.
2613 (newsticker-show-all-news-elements): Change :group.
2614 (newsticker-plainview-hooks): New.
2615 (newsticker-select-item-hook, newsticker-select-feed-hook)
2616 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
2617 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
2618 to `newsticker--plainview-tool-bar-map'.
2619 (newsticker--url-keymap): Add mouse-1 binding.
2620 (newsticker-plainview): New.
2621 (newsticker-mark-all-items-of-feed-as-read): Change doc.
2622 (newsticker--buffer-do-insert-text): Use renamed
2623 newsticker--[buffer-]insert-enclosure and
2624 newsticker--[buffer-]print-extra-elements.
2625 (newsticker--buffer-set-faces): Use newsticker-default-face.
2626
2627 * net/newsticker-treeview.el: New.
2628
2629 2008-06-08 Andreas Schwab <schwab@suse.de>
2630
2631 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
2632
2633 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
2634
2635 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
2636 empty line.
2637
2638 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
2639
2640 2008-06-08 Martin Rudalics <rudalics@gmx.at>
2641
2642 * window.el (split-height-threshold, split-width-threshold):
2643 Add choice nil.
2644 (split-window-preferred-function): Allow either nil or a function.
2645 (window--splittable-p, window--try-to-split-window):
2646 Handle changed option values.
2647
2648 (window--frame-usable-p): Handle nil argument.
2649
2650 (display-buffer): Call get-lru-window when pop-up-windows is nil
2651 and window can't be split.
2652
2653 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
2654
2655 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
2656
2657 * net/tramp.el (top): Quote feature names. Remove
2658 `tramp-rfn-eshadow-setup-minibuffer' from
2659 `rfn-eshadow-setup-minibuffer-hook' when unloading.
2660 (tramp-read-passwd): There is only one call to
2661 `auth-source-user-or-password' needed. Pacify byte compiler.
2662
2663 2008-06-08 Andreas Schwab <schwab@suse.de>
2664
2665 * window.el (display-buffer): Use lru window if current window
2666 cannot be split.
2667
2668 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2669
2670 * apropos.el (apropos-library): New command and new button.
2671 (apropos-library-button): New function.
2672
2673 * apropos.el: Remove spurious * in docstrings.
2674 (apropos-label-face): Use variable pitch.
2675 (apropos-print): Use dolist and with-current-buffer.
2676 (apropos-print-doc): Use when.
2677
2678 * window.el (special-display-p, display-buffer):
2679 Fix up C->Elisp transcription error.
2680
2681 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
2684 (byte-compile-file): Initialize it.
2685 (byte-compile-nogroup-warn): Keep track of the current group.
2686
2687 2008-06-08 Glenn Morris <rgm@gnu.org>
2688
2689 * Makefile.in (compile, compile-always, bootstrap-prepare):
2690 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
2691
2692 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
2693
2694 * language/hanja-util.el (hanja-init-load): Use a char-table for
2695 hanja-table.
2696 (hangul-to-hanja-char): Adjust for the above change.
2697
2698 2008-06-07 Glenn Morris <rgm@gnu.org>
2699
2700 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
2701 lm-keywords.
2702
2703 * mail/sendmail.el (mail-interactive): Add :version.
2704
2705 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
2706 obsolete alias.
2707
2708 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
2709 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
2710 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
2711 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
2712 * eshell/esh-util.el, international/mule-cmds.el:
2713 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
2714 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
2715 Remove unnecessary eval-when-compiles and eval-and-compiles.
2716
2717 * Makefile.in (bootstrap-clean): Run autogen-clean.
2718 (maintainer-clean): No need to run autogen-clean now it is included in
2719 bootstrap-clean.
2720
2721 2008-06-06 Miles Bader <miles@gnu.org>
2722
2723 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
2724
2725 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
2728 longlines mode.
2729
2730 * replace.el (replace-search-function)
2731 (replace-re-search-function): New vars.
2732 (perform-replace): Use them.
2733
2734 * longlines.el (longlines-re-search-forward): New function.
2735 (longlines-mode): Bind replace-search-function and
2736 replace-re-search-function, to ensure that replacement commands
2737 treat newlines as spaces.
2738 (longlines-show-effect): Default to a pilcrow sign.
2739
2740 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * help.el (function-called-at-point):
2743 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
2744 even when calling find-tag-default.
2745
2746 2008-06-06 Daniel Colascione <danc@merrillpress.com>
2747
2748 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
2749 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
2750 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
2751 (nxml-fontify-buffer, nxml-do-fontify):
2752 Remove obsolete variables and functions.
2753 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
2754 (nxml-degrade, nxml-after-change, nxml-after-change1)
2755 (nxml-extend-region, nxml-extend-after-change-region)
2756 (nxml-extend-after-change-region1, nxml-fontify-matcher)
2757 (nxml-toggle-char-ref-extra-display): Use font-lock, and
2758 font-lock-extend-region-functions in particular, to fontify
2759 nxml-mode buffers.
2760 (nxml-debug-region): New debugging helper function.
2761
2762 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
2763 (nxml-scan-after-change, nxml-move-tag-backwards):
2764 Adapt for font-lock changes.
2765
2766 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
2767 (nxml-debug-set-inside, nxml-debug-clear-inside):
2768 New debugging functions.
2769 (nxml-with-degradation-on-error): New helper macro.
2770
2771 2008-06-06 Martin Rudalics <rudalics@gmx.at>
2772
2773 * window.el (display-buffer): Remove dead call to get-lru-window.
2774
2775 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2776
2777 * mail/sendmail.el (mail-interactive): Change default.
2778
2779 2008-06-05 John Paul Wallington <jpw@pobox.com>
2780
2781 * bindings.el (completion-ignored-extensions):
2782 Add .p64fsl, .d64fsl, and .dx64fsl.
2783
2784 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2785
2786 * ffap.el (ffap-prompter): Don't use the region.
2787
2788 2008-06-05 Sam Steingold <sds@gnu.org>
2789
2790 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
2791 subdirectory to be registered.
2792
2793 2008-06-05 Martin Rudalics <rudalics@gmx.at>
2794
2795 * window.el (display-buffer-function, special-display-p)
2796 (special-display-buffer-names, special-display-regexps)
2797 (special-display-function, same-window-p, same-window-buffer-names)
2798 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
2799 (pop-up-frame-function, pop-up-windows, even-window-heights)
2800 (split-window-preferred-function, split-height-threshold)
2801 (window--display-buffer-1, display-buffer, pop-to-buffer):
2802 Move from window.c and buffer.c.
2803 (window--splittable-p, window--try-to-split-window)
2804 (window--frame-usable-p, window--display-buffer-2)
2805 (window--even-window-heights): New functions.
2806 (split-width-threshold): New option.
2807 (split-window-preferred-horizontally): Remove.
2808
2809 * cus-start.el: Remove corresponding declarations.
2810
2811 2008-06-05 Sam Steingold <sds@gnu.org>
2812
2813 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
2814 an error on modified buffers.
2815
2816 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * progmodes/etags.el (tags-verify-table): Be careful to use and update
2819 tags-file-name and tags-table-list from the right buffer.
2820 (tags-table-check-computed-list, tags-table-extend-computed-list)
2821 (find-tag-noselect): Use with-current-buffer.
2822
2823 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
2824 Use print-circle.
2825
2826 * minibuffer.el (minibuffer-local-must-match-filename-map):
2827 Declare obsolete alias for the old name.
2828
2829 * abbrev.el (unexpand-abbrev): Better preserve markers.
2830
2831 2008-06-05 Glenn Morris <rgm@gnu.org>
2832
2833 * emacs-lisp/autoload.el (autoload-rubric): New function,
2834 extracted from autoload-ensure-default-file.
2835 (autoload-ensure-default-file): Use autoload-rubric.
2836
2837 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
2838 (custom-dependencies-no-scan-regexp): New variable.
2839 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
2840 Don't scan files matching custom-dependencies-no-scan-regexp.
2841 Disable undo in the output buffer. Remove kept-new-versions wackiness.
2842
2843 * finder.el (finder-headmark): Initialize and add doc string.
2844 (generated-finder-keywords-file): Doc fix.
2845 (finder-no-scan-regexp): New variable.
2846 (finder-compile-keywords): Use a single let binding.
2847 Disable undo in the output buffer. Use autoload-rubric.
2848 Use mapc rather than mapcar. Don't scan files matching
2849 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
2850 rather than concat. Use directory-files to do regexp matching.
2851 No need to require jka-compr.
2852 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
2853 (finder-list-matches): Disable undo.
2854 (finder-commentary): Use let rather than let*. Disable undo.
2855 (finder-current-item): Use zerop.
2856 (finder-mode): Use define-derived-mode.
2857 (finder-exit): Doc fix. Use dolist.
2858
2859 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
2860 (custom-deps): Don't require $(lisp)/cus-load.el.
2861 (custom-deps, finder-data): Don't depend on autoloads.
2862 Should not be needed now, and doing so was causing make install to
2863 re-dump emacs post-bootstrap.
2864 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
2865 mid-build forces some things to be rebuilt.
2866
2867 2008-06-05 Miles Bader <miles@gnu.org>
2868
2869 * face-remap.el
2870 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
2871 (face-remap-remove-relative): Renamed from
2872 `remove-relative-face-remapping'.
2873 (face-remap-reset-base): Renamed from
2874 `set-default-base-face-remapping'.
2875 (face-remap-set-base): Renamed from `set-base-face-remapping'.
2876 (text-scale-increase): Renamed from `increase-buffer-face-height'.
2877 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
2878 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
2879
2880 * face-remap.el (variable-pitch-mode): Autoload.
2881
2882 2008-06-04 Sam Steingold <sds@gnu.org>
2883
2884 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
2885 Generate extra status headers for a Mercurial tree.
2886
2887 2008-06-04 John Paul Wallington <jpw@pobox.com>
2888
2889 * echistory.el (electric-history-map): Define within defvar.
2890 Add docstring.
2891
2892 * font-lock.el (font-lock-turn-off-thing-lock)
2893 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
2894 Use `bound-and-true-p'.
2895 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
2896 Doc fixes.
2897
2898 * international/ccl.el (define-ccl-program): Add `doc-string'
2899 declaration.
2900
2901 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
2902
2903 * face-remap.el (variable-pitch-mode): Reflow docstrings.
2904 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
2905
2906 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
2907
2908 * emacs-lisp/rx.el (rx): Doc fix.
2909
2910 2008-06-04 Markus Triska <markus.triska@gmx.at>
2911
2912 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
2913
2914 2008-06-04 Miles Bader <miles@gnu.org>
2915
2916 * face-remap.el (adjust-buffer-face-height): New function.
2917 Add autoloaded keybindings in ctl-x-map.
2918 (increase-buffer-face-height, decrease-buffer-face-height):
2919 Simplify interactive spec to just "p". Remove autoloaded keybindings.
2920
2921 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * simple.el (line-move-1): If we did not move as far as desired,
2924 ensure that point-left and point-entered hooks are called.
2925
2926 2008-06-03 Sam Steingold <sds@gnu.org>
2927
2928 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
2929
2930 2008-06-03 John Paul Wallington <jpw@pobox.com>
2931
2932 * progmodes/make-mode.el (makefile-cleanup-continuations)
2933 (makefile-warn-suspicious-lines, makefile-warn-continuations):
2934 Use `derived-mode-p'.
2935
2936 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
2939 (ELCFILES): Update.
2940
2941 2008-06-03 Miles Bader <miles@gnu.org>
2942
2943 * face-remap.el: New file.
2944 * Makefile.in (ELCFILES): Add face-remap.elc.
2945
2946 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * progmodes/flymake.el (flymake-process-filter): Make sure the source
2949 buffer isn't dead.
2950
2951 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
2952 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
2953 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
2954 * obsolete/auto-show.el, obsolete/hscroll.el:
2955 Remove packages that were obsolete in Emacs-20, or that were obsolete
2956 in Emacs-21 and do not contain any more code.
2957
2958 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
2959 vc-client-mode is not set.
2960
2961 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
2962 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
2963
2964 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
2965 yet a bit more clever at distinguishing / from /.
2966
2967 2008-06-03 Kenichi Handa <handa@m17n.org>
2968
2969 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
2970
2971 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
2972
2973 * language/hanja-util.el: New file.
2974
2975 2008-06-03 Glenn Morris <rgm@gnu.org>
2976
2977 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
2978 Check that end-of-word follows "type".
2979
2980 2008-06-02 Daiki Ueno <ueno@unixuser.org>
2981
2982 * epa-file.el (epa-file-write-region): Write the entire buffer
2983 content if START is nil.
2984
2985 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
2986
2987 * select.el (x-get-selection): Fix typo.
2988
2989 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
2990
2991 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
2992 (describe-char): Use `looking-at-p', `string-match-p' when possible.
2993
2994 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2995
2996 * tar-mode.el (tar-header-block-summarize): Ensure one space around
2997 user&group.
2998
2999 2008-05-31 John Paul Wallington <jpw@pobox.com>
3000
3001 * help-fns.el (describe-variable-custom-version-info):
3002 Handle dotted `package-version' info.
3003
3004 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
3005
3006 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
3007
3008 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
3009
3010 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
3011 names and improve support for unregistered files.
3012
3013 2008-05-31 Glenn Morris <rgm@gnu.org>
3014
3015 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
3016 Remove shell variable `elc'. Split tests to hopefully be more portable.
3017 Fix `sel' assignment.
3018
3019 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
3020
3021 * minibuffer.el (completion-table-dynamic): Doc fix.
3022
3023 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3024
3025 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
3026 Try and return `unregistered' when applicable.
3027
3028 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3029 Don't encourage naming variables with "-flag".
3030
3031 2008-05-30 Glenn Morris <rgm@gnu.org>
3032
3033 * Makefile.in (update-elclist): Hide the warning when it does not apply,
3034 make it milder when it does.
3035 (autogen-clean): New target.
3036 (maintainer-clean): Use autogen-clean.
3037
3038 * calendar/diary-lib.el (diary-display-function): New name for
3039 diary-display-hook. Keep old name as obsolete alias. Doc fix.
3040 Change custom type and version.
3041 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
3042 (diary-fancy-display): Doc fixes.
3043 (diary-list-entries, diary-include-other-diary-files)
3044 (diary-mail-entries):
3045 Use diary-display-function rather than diary-display-hook.
3046
3047 * calendar/appt.el (appt-check): Use diary-display-function rather than
3048 diary-display-hook.
3049 * calendar/cal-x.el (calendar-dedicate-diary): Update for
3050 diary-display-function replacing diary-display-hook.
3051 * org/org-agenda.el (org-get-entries-from-diary): Also set
3052 diary-display-function.
3053
3054 * calendar/cal-html.el (cal-html-list-diary-entries):
3055 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3056 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
3057 argument of diary-list-entries rather than setting diary-display-hook.
3058
3059 2008-05-30 Kenichi Handa <handa@m17n.org>
3060
3061 * international/mule-conf.el (utf-8-with-signature): Renamed from
3062 utf-8-sig.
3063 (utf-8-auto): Adjusted for the above change.
3064
3065 * international/mule-diag.el (describe-font): Don't check fontset
3066 here, and just call font-info. Get the default font by from the
3067 default face.
3068
3069 2008-05-29 Kenichi Handa <handa@m17n.org>
3070
3071 * international/mule-conf.el (utf-8-sig, utf-8-auto):
3072 New coding systems.
3073
3074 * international/mule.el (define-coding-system): Accept :bom for utf-8.
3075
3076 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
3077
3078 * international/utf-7.el (utf-7-encode): Use the right escape char
3079 depending on imap/nonimap encoding.
3080
3081 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
3084
3085 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
3086
3087 * icomplete.el (icomplete-prospects-height): Add :group.
3088
3089 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * icomplete.el (icomplete-prospects-length): Make obsolete.
3092 (icomplete-prospects-height): New var.
3093 (icomplete-completions): Use it.
3094
3095 2008-05-29 David Kastrup <dak@gnu.org>
3096
3097 * autoinsert.el (auto-insert): Add :link.
3098
3099 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * tar-mode.el (tar-header): New field `header-start'.
3102 (tar-header-block-tokenize): Set it when useful.
3103 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
3104 (tar-header-data-end): New function.
3105 (tar-summarize-buffer): Use it.
3106 (tar-next-line): Fix goal column for long usernames.
3107 (tar-expunge-internal): Use header-start.
3108 (tar-rename-entry): Handle ustar-style long names.
3109 (tar-alter-one-field): Add optional `descriptor' argument.
3110 (tar-subfile-save-buffer): Use it.
3111
3112 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3113
3114 * tar-mode.el (tar-header): New field `header-start'.
3115 (tar-header-block-tokenize): Set header-start for longlink entries.
3116 (tar-expunge-internal): Use header-start to expunge longlink entries.
3117
3118 * files.el (hack-local-variables): Don't signal an error if the local
3119 variable section is not properly terminated.
3120
3121 * emacs-lisp/easymenu.el (easy-menu-convert-item)
3122 (easy-menu-convert-item-1): Move the duplicate-generation outside of
3123 the caching so it also works for identical entries.
3124
3125 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
3126 (tar-mode): Use write-region-annotate-functions rather than
3127 write-contents-functions.
3128 (tar-extract): Remove unused var `pos'.
3129 (tar-subfile-save-buffer): Remove unused var `following-descs'.
3130 (tar-mode-write-file): Remove.
3131 (tar-write-region-annotate): New function.
3132
3133 * progmodes/flymake.el (flymake-save-buffer-in-file):
3134 * shadowfile.el (shadow-copy-file):
3135 * arc-mode.el (archive-*-write-file-member):
3136 * files.el (diff-buffer-with-file):
3137 * subr.el (with-temp-file): Pass nil to write-region.
3138 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
3139
3140 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
3141 the custom.
3142
3143 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
3144 to write-region.
3145
3146 2008-05-28 Glenn Morris <rgm@gnu.org>
3147
3148 * Makefile.in (update-elclist): Work around non-portability of "\"
3149 in various implementations of echo.
3150
3151 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * international/mule-diag.el (describe-current-coding-system):
3154 Don't assume selection-coding-system is always defined.
3155
3156 * tar-mode.el: Use defstruct and markers.
3157 (tar-setf): Remove.
3158 (tar-header): Use defstruct. Add `data-start' field.
3159 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
3160 (tar-desc-data-start): Remove (now called tar-header-data-start).
3161 (tar-roundup-512): New fun.
3162 (tar-header-block-tokenize): Receive a buffer position rather than
3163 a string. Handle @longLink here, be more careful about it.
3164 Create a marker for data-start.
3165 (tar-summarize-buffer): Don't handle @LongLink here any more.
3166 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
3167 data-start on the following entries any more.
3168 (tar-chown-entry, tar-chgrp-entry): Use read-number.
3169
3170 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
3171 (tar-header-offset): Remove.
3172 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
3173 Not permanent any more.
3174 (tar-data-buffer): New var.
3175 (tar-data-swapped-p, tar-change-major-mode-hook)
3176 (tar-mode-kill-buffer-hook): New funs.
3177 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
3178 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
3179 (tar-clear-modification-flags, tar-alter-one-field)
3180 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
3181 Change accordingly.
3182
3183 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
3184
3185 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
3186 (vc-dir-resynch-file): ... this. Update callers.
3187 Use vc-string-prefix-p. Ignore directory args.
3188 (vc-string-prefix-p): CSE.
3189 (vc-resynch-buffer): Restore conditional.
3190
3191 * vc-hooks.el (vc-after-save): Improve test.
3192 (vc-mode-line): Fix indentation.
3193
3194 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * calendar/parse-time.el (parse-time-months)
3197 (parse-time-weekdays): Add long-form month and day names.
3198
3199 2008-05-27 Glenn Morris <rgm@gnu.org>
3200
3201 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
3202
3203 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * vc-dispatcher.el (vc-string-prefix-p): New function.
3206 (vc-dir-parent-marked-p): Use it.
3207
3208 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
3209
3210 * vc.el (Problems): Remove fixed issues.
3211 (vc-expand-dirs): Avoid returning directories.
3212 (vc-dir): Fix C-x v v binding.
3213 (vc-make-backend-object): Fix name.
3214 (vc-dir-show-fileentry): Fix docstring.
3215 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
3216 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
3217 Reset the state for directories.
3218 (vc-dir-headers): Align labels.
3219 (vc-default-status-printer): Do no call prettify-state-info.
3220 (vc-deduce-fileset): Replace implementation with one based on a
3221 working older version.
3222 (vc-next-action): Use the new form of vc-deduce-fileset.
3223 Fix dealing with unregistered files.
3224
3225 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
3226 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
3227 (vc-dir-child-files): New function.
3228 (vc-dir-node-directory): New function.
3229 (vc-dir-update, vc-dir-parent-marked-p)
3230 (vc-dir-children-marked-p, vc-dir-mark-all-files)
3231 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
3232
3233 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
3234
3235 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
3238 (diff-font-lock-keywords, diff-context->unified)
3239 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
3240 (diff-hunk-text, diff-find-source-location): Use it.
3241 (diff-post-command-hook): Let the user edit the hunk headers.
3242
3243 2008-05-26 Andreas Schwab <schwab@suse.de>
3244
3245 * vc.el (vc-default-prettify-state-info): Fix formatting of an
3246 unknown state.
3247
3248 * tar-mode.el (tar-summarize-buffer): Comment fix.
3249
3250 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3251
3252 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
3253
3254 2008-05-26 Glenn Morris <rgm@gnu.org>
3255
3256 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
3257
3258 2008-05-25 John Paul Wallington <jpw@pobox.com>
3259
3260 * proced.el (proced-next-line, proced-previous-line):
3261 Avoid calling `next-line' and `previous-line' from Lisp code.
3262
3263 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
3264
3265 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
3266 Use diary-ordinal-suffix.
3267
3268 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
3269
3270 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
3271 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
3272 (edebug-save-displayed-buffer-points, edebug-initial-mode)
3273 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
3274 (edebug-print-length, edebug-print-level, edebug-print-circle)
3275 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
3276 (edebug-global-break-condition, edebug-sit-for-seconds):
3277 Remove spurious * from defcustom docstrings.
3278 (edebug-unwrap*, edebug-signal, edebug-eval-display):
3279 Improve argument/docstring consistency.
3280 (edebug-test-coverage, edebug-gensym, edebug-read)
3281 (edebug-top-level-nonstop, edebug-eval-result-list)
3282 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
3283 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
3284 (edebug-display-freq-count): Reflow docstrings.
3285 (edebug-restore-status): Doc fix.
3286
3287 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * proced.el (proced-header-line): Use the :align-to 0 feature
3290 rather than computing the corresponding position manually.
3291 (proced-update): Don't hardcode point-min==1.
3292
3293 2008-05-24 Alan Mackenzie <acm@muc.de>
3294
3295 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
3296 if c-file-style is set to a non-string.
3297
3298 (c-neutralize-CPP-line): Surround by `save-excursion'.
3299 (c-neutralize-syntax-in-CPP): Optimize for speed.
3300
3301 2008-05-24 Glenn Morris <rgm@gnu.org>
3302
3303 * Makefile.in (update-elclist): New target, to update ELCFILES.
3304 (bootstrap-after): Run update-elclist.
3305
3306 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
3307
3308 * icalendar.el (icalendar-version): Increase to "0.19".
3309 (icalendar--date-style): New function.
3310 (icalendar--datetime-to-diary-date): Doc fix.
3311 Use icalendar--date-style.
3312 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
3313 (icalendar--convert-yearly-to-ical)
3314 (icalendar--convert-recurring-to-diary): Handle iso date style,
3315 use icalendar-date-style.
3316
3317 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
3318
3319 * vc.el (vc-delete-file): Make sure the buffer is deleted and
3320 vc-dir buffers are updated.
3321
3322 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3323
3324 * vc.el (vc-delete-file): Don't try to resynch the buffer.
3325
3326 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
3327
3328 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
3329 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
3330 (reftex-extra-bindings): Use it.
3331
3332 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
3333 away from the user-reserved keys.
3334
3335 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
3336 New vars.
3337 (ada-create-keymap): Use them.
3338
3339 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
3342 a properly-grouped regexp.
3343
3344 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
3345
3346 * progmodes/cap-words.el (capitalized-words-mode):
3347 Fix typos in docstring.
3348
3349 2008-05-23 Kenichi Handa <handa@m17n.org>
3350
3351 * international/mule-conf.el: Don't define the charset `emacs'
3352 here, just put :docstring, :short-name, and :long-name.
3353
3354 2008-05-22 Kenichi Handa <handa@m17n.org>
3355
3356 * international/mule-diag.el (font-show-log): Limit each listing
3357 to 20 items.
3358
3359 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
3360
3361 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
3362 (gdb-annotation-rules): New entry for "thread-changed".
3363 (gdb-thread-changed): New function.
3364
3365 2008-05-23 Glenn Morris <rgm@gnu.org>
3366
3367 * Makefile.in (SOURCES): Remove, unused.
3368 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
3369 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
3370 Exclude more '*loaddefs' files.
3371 (compile-always): Simplify '.elc' deletion.
3372
3373 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3374
3375 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
3376 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
3377
3378 * minibuffer.el (completion-boundaries): Change calling
3379 convention, so `string' has the same semantics as in
3380 try-completion and all-completions.
3381 (completion-table-with-context, completion--embedded-envvar-table)
3382 (completion--file-name-table)
3383 (completion-pcm--find-all-completions): Adjust code accordingly.
3384
3385 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
3386
3387 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
3388 prune image-mode-winprops-alist, preventing it from growing
3389 indefinitely.
3390 (image-mode-reapply-winprops): Use it.
3391
3392 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
3393
3394 * net/netrc.el (netrc-machine): Always match if the port is not given.
3395
3396 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * minibuffer.el (completion-pcm--find-all-completions):
3399 Don't add pseudo-completions.
3400
3401 * icomplete.el (icomplete-eoinput): Remove.
3402 (icomplete-overlay): New var to replace it.
3403 (icomplete-tidy): Rewrite.
3404 (icomplete-exhibit): Use an overlay.
3405 (icomplete-completions): Use completion-all-sorted-completions.
3406 Obey completion-ignore-case.
3407
3408 * files.el (locate-dominating-file): Accept non-existing argument.
3409 (project-find-settings-file): Rewrite, using locate-dominating-file.
3410
3411 2008-05-22 Kenichi Handa <handa@m17n.org>
3412
3413 * faces.el (font-weight-table, font-slant-table, font-width-table):
3414 Delete them. Don't call internal-set-font-style-table.
3415
3416 * international/mule-diag.el (font-show-log): New function.
3417
3418 * international/fontset.el (script-representative-chars): Add more
3419 chars for latin. Add data for symbol.
3420 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
3421
3422 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3423
3424 * minibuffer.el (completion-all-sorted-completions): New var.
3425 (completion--flush-all-sorted-completions)
3426 (completion-all-sorted-completions): New functions.
3427 (minibuffer-force-complete): New command.
3428
3429 2008-05-21 Glenn Morris <rgm@gnu.org>
3430
3431 * files.el (c-postprocess-file-styles): Declare for compiler.
3432
3433 * Makefile.in: Allow for parallel byte-compiling.
3434 (ELCFILES): New variable.
3435 (.el.elc): Remove prerequisites from suffix rule. Print a message.
3436 (compile-first, compile-main, compile-last): New targets.
3437 (compile-always): Simplify - delete .elc files, then `make compile'.
3438
3439 * Makefile.in (compile-calc): Use glob rather than find.
3440 ($(lisp)/progmodes/cc-mode.elc): Use $@.
3441
3442 * eshell/esh-module.el: No need for cl when compiling.
3443
3444 * eshell/eshell.el (eshell-defgroup): New alias.
3445 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3446 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3447 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3448 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3449 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3450 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
3451 Autoload the custom group. Set generated-autoload-file.
3452 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
3453 for eshell-defgroup.
3454 * eshell/esh-module.el (eshell-load-defgroups): Remove.
3455 Require esh-groups rather than loading it.
3456
3457 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3458
3459 * proced.el (proced-header-line): New variable and new function.
3460 (proced-mode): Set header-line-format.
3461 (proced-update): Set proced-header-line.
3462 (proced-send-signal): Use proced-header-line.
3463
3464 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * macros.el (insert-kbd-macro): Use prin1-char.
3467
3468 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * minibuffer.el (completion-boundaries): New function.
3471 (completion--some): Delay errors.
3472 (complete-with-action, completion-table-with-context):
3473 Handle `boundaries' case.
3474 (completion--try-word-completion): Avoid partial-completion
3475 when the user hasn't entered anything yet.
3476 (minibuffer-local-map, minibuffer-local-filename-completion-map)
3477 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
3478 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
3479 Setup default keybindings.
3480 (completion--embedded-envvar-re): New var.
3481 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
3482 (completion--file-name-table): Handle `boundaries' case.
3483 (completion-pcm--pattern->regex): Avoid pathological backtracking.
3484 (completion-pcm--all-completions): Add a `prefix' arg.
3485 (completion-pcm--find-all-completions): New function.
3486 (completion-pcm-all-completions, completion-pcm-try-completion):
3487 Use it.
3488
3489 * icomplete.el (icomplete-completions): Don't use `predicate' with
3490 a table of a different type than `candidates'.
3491
3492 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3493
3494 * proced.el (proced-goal-column): Rename from proced-procname-column.
3495 (proced-goal-header-re): Rename from proced-procname-column-regexp.
3496 (proced-move-to-goal-column): Rename from proced-move-to-procname.
3497 (proced-header-face, proced-header-regexp): Remove.
3498 (proced-font-lock-keywords): Remove proced-header-face.
3499 (proced-header-alist, proced-sorting-schemes-re): New variables.
3500 (proced): Rename Proced buffer to *Proced*.
3501 (proced-next-line, proced-previous-line): New commands.
3502 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
3503 (proced-hide-processes): Do not treat first line as special.
3504 (proced-header-space): New function.
3505 (proced-update): Use header-line-format.
3506 Initialize proced-header-alist and proced-sorting-schemes-re.
3507 Set proced-goal-column. Include proced-command in mode-name.
3508 (proced-send-signal): Use header-line-format for *Marked
3509 Processes* buffer.
3510 (proced-sort): Restrict minibuffer completion to applicable
3511 sorting schemes.
3512 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
3513
3514 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * icomplete.el (icomplete-simple-completing-p):
3517 Allow icomplete-with-completion-tables to say "use it everywhere".
3518 (icomplete-completions): Obey completion-styles. Try to accommodate
3519 partial-completion style.
3520
3521 2008-05-20 Michael Olson <mwolson@gnu.org>
3522
3523 * files.el (project-find-settings-file): Change concat to
3524 expand-file-name.
3525
3526 2008-05-19 Tom Tromey <tromey@redhat.com>
3527
3528 * files.el (normal-mode): Call hack-project-variables.
3529 (hack-local-variables-confirm): Add 'project' argument.
3530 (hack-local-variables-apply): New function.
3531 (hack-local-variables): Use it.
3532 (project-class-alist, project-directory-alist): New variables.
3533 (project-get-alist): New function.
3534 (project-collect-bindings-from-alist)
3535 (project-collect-binding-list, set-directory-project)
3536 (project-find-settings-file, project-define-from-project-file)
3537 (hack-project-variables): New functions.
3538
3539 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
3542
3543 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
3544
3545 * faces.el (font-weight-table): Fix typo in docstring.
3546
3547 2008-05-18 David Hull <david@snap.com> (tiny change)
3548
3549 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
3550 (vc-hg-annotate-command): Allow white space before version number.
3551
3552 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
3553
3554 * calc/calc-yank.el (calc-register-alist): New variable.
3555 (calc-set-register, calc-get-register, calc-copy-to-register)
3556 (calc-insert-register, calc-add-to-register, calc-append-to-register)
3557 (calc-prepend-to-register): New functions.
3558
3559 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
3560 `calc-copy-to-register' and `calc-insert-register'.
3561 Autoload new register functions.
3562
3563 * calc/calc-help.el (calc-r-prefix-help): Add help for register
3564 functions.
3565
3566 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
3567
3568 * vc.el (Todo): Add known problems.
3569 (vc-dir-backend): New variable.
3570 (vc-dir): Set it.
3571 (vc-make-backend-object, vc-generic-status-printer)
3572 (vc-generic-state, vc-generic-status-fileinfo-extra)
3573 (vc-dir-extra-menu): Use it.
3574 (vc-generic-dir-headers): Remove, unused.
3575
3576 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
3577 vc-dir-prev-directory for consistency with vc-dir-previous-line.
3578 (vc-dir-mode-map): Fix bindings.
3579
3580 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
3581
3582 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
3583
3584 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
3585 operated on.
3586 (calc-kill-region): Kill entire lines.
3587
3588 2008-05-17 Glenn Morris <rgm@gnu.org>
3589
3590 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
3591 simplify initial value.
3592 (defezimage): Drop support for Emacs without defimage, use a featurep
3593 test rather than fboundp when defining, drop with-no-warnings.
3594 (ezimage-insert-over-text): Move featurep test inside
3595 add-text-properties.
3596
3597 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
3598
3599 * net/tramp.el (top-level): Load auth-source when compiling.
3600
3601 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
3602
3603 2008-05-17 Andreas Schwab <schwab@suse.de>
3604
3605 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
3606
3607 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
3608
3609 * vc.el (vc-annotate-show-diff-revision-at-line): Change
3610 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
3611
3612 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3613
3614 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
3615
3616 2008-05-17 Jim Meyering <meyering@redhat.com>
3617
3618 * ido.el (ido-save-history): Do not emit a trailing newline at the
3619 end of the ido history file.
3620
3621 2008-05-16 John Paul Wallington <jpw@pobox.com>
3622
3623 * vc-dispatcher.el (top-level): Revert previous change: require cl
3624 when compiling.
3625
3626 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3627
3628 * vc.el (vc-default-status-printer)
3629 (vc-default-prettify-state-info): Enhance the state prettyprinter
3630 to deal better with unknown states and indirect through it when
3631 painting vc-dir buffers.
3632
3633 2008-05-16 John Paul Wallington <jpw@pobox.com>
3634
3635 * vc-dispatcher.el (top-level): Don't require cl when compiling.
3636 (vc-dir-mode-map): Fix backquote.
3637 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
3638
3639 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
3640
3641 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
3642 Reported by Glenn Morris <rgm@gnu.org>.
3643
3644 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
3645
3646 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
3647 the end of the file, it was good work at one time but has been
3648 stale since 1995 and may now be actively misleading.
3649 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
3650 CVS repository and module (assumptions for the latter a bit iffy).
3651 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
3652 SVN repository.
3653
3654 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
3655
3656 * vc-rcs.el (vc-rcs-create-tag):
3657 * vc-sccs.el (vc-sccs-create-tag):
3658 Fix typo in error message and pass backend arg.
3659
3660 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
3661
3662 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
3663
3664 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
3665
3666 * net/tramp.el: Load auth-source library.
3667 (tramp-read-passwd): Use it for password, not login.
3668
3669 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
3670
3671 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
3672 (ses-print-cell): Use string-width, truncate-string-to-width,
3673 delete-region rather than length, substring, delete-char.
3674 (ses-setup): Set inhibit-point-motion-hooks to t.
3675 Calculate position by actually moving point rather than just using
3676 unibyte character length.
3677 (ses-mode): Set indent-tabs-mode to nil.
3678 (ses-center): Use string-width rather than length.
3679
3680 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
3681
3682 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
3683 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
3684 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
3685 vc-*-create-tag and vc-*-retrieve-tag respectively.
3686
3687 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
3688 unneeded defalias.
3689
3690 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
3691
3692 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
3693 about buffer names.
3694
3695 2008-05-15 Glenn Morris <rgm@gnu.org>
3696
3697 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
3698
3699 * org/org-exp.el (org-infojs-options-inbuffer-template):
3700 Fix declaration.
3701
3702 * progmodes/cc-mode.el (declare-function): Add compat definition.
3703 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
3704
3705 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
3706
3707 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
3708 list to a cons so the caller can get back both expanded and
3709 unexpanded filesets.
3710 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
3711 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
3712 Change handling of selection-set returns as required.
3713
3714 2008-05-15 John Paul Wallington <jpw@pobox.com>
3715
3716 * add-log.el (top-level): Don't require cl when compiling.
3717
3718 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
3719 (archive-*-extract): Use `zerop'.
3720 (archive-*-write-file-member): Use `or', use `zerop'.
3721
3722 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
3723
3724 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
3725 (ibuffer-mark-interactive, ibuffer-set-mark)
3726 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
3727 (ibuffer-map-lines, ibuffer-switch-format)
3728 (ibuffer-update-title-and-summary)
3729 (ibuffer-redisplay-engine): Use it.
3730
3731 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
3732 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
3733 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
3734 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
3735 (ibuffer-mark-read-only-buffers)
3736 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
3737
3738 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
3739 (define-ibuffer-column, define-ibuffer-sorter)
3740 (define-ibuffer-op, define-ibuffer-filter): Add declarations
3741 containing indentation specs, replacing equivalent top-level
3742 forms that set `lisp-indent-function' properties.
3743 (define-ibuffer-op): Use `derived-mode-p'.
3744 (define-ibuffer-filter): Remove redundant `concat' call.
3745
3746 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
3747
3748 * net/tramp.el (tramp-echo-mark): Update docstring.
3749 (tramp-echo-mark-marker): New defconst.
3750 (tramp-check-for-regexp): Use it.
3751
3752 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
3753
3754 * vc.el (vc-deduce-fileset): Do the right thing when visting a
3755 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
3756 as parent.
3757
3758 2008-05-14 John Paul Wallington <jpw@pobox.com>
3759
3760 * international/mule.el (convert-define-charset-argument):
3761 Remove period from end of error message.
3762 (coding-system-mnemonic): Doc fix.
3763 (ctext-pre-write-conversion): Doc fix.
3764
3765 2008-05-14 Simon Marshall <simon@gnu.org>
3766
3767 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
3768 from its default value and give it the risky-local-variable
3769 property (CVE-2008-2142).
3770
3771 2008-05-14 Kenichi Handa <handa@m17n.org>
3772
3773 * language/korean.el ("Korean"): Set `iso639-language'
3774 property to `ko'.
3775
3776 * language/japanese.el ("Japanese"): Set `iso639-language'
3777 property to `ja'.
3778
3779 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3780 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
3781 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
3782
3783 * international/mule-cmds.el (set-language-environment):
3784 Set current-iso639-language.
3785
3786 * international/fontset.el (setup-default-fontset): For kana, han,
3787 hangul, and cjk-misc, move an entry with font-spec at the end.
3788 (generate-fontset-menu): Exclue fontset-auto* from the list.
3789
3790 * composite.el (compose-chars-after): Assume that WINDOW is always
3791 non-nil.
3792
3793 * faces.el (font-weight-table, font-slant-table)
3794 (font-swidth-table): Declare them by defconst. Change the format
3795 of elements. Call internal-set-font-style-table after their
3796 declaration.
3797 (face-valid-attribute-values): Call font-family-list. Get values
3798 for width, weight, and slant from font-xxx-table.
3799
3800 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
3801
3802 2008-05-13 John Paul Wallington <jpw@pobox.com>
3803
3804 * ibuffer.el (ibuffer-buffer-file-name): New function.
3805 (define-ibuffer-column filename): Use it.
3806
3807 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
3808
3809 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
3810
3811 * talk.el (talk): Simplify. Pass display arg to talk-add-display
3812 as a string.
3813 (talk-add-display): Simplify. Accept only string args.
3814
3815 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
3816
3817 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
3818
3819 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 * Makefile.in (bootstrap-prepare): Don't chmod files.
3822 (autoloads): Do it here instead, where it's actually needed.
3823
3824 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
3825
3826 * tool-bar.el (tool-bar-make-keymap): Account for the optional
3827 KEY-BINDING-DATA field in menu-item list.
3828
3829 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * dired.el (dired-read-dir-and-switches): Move things about to use less
3832 recursion during macroexpansion.
3833
3834 * dired.el (dired-read-dir-and-switches): Use read-file-name.
3835
3836 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
3837 completion-ignored-extension directories if there's something else.
3838 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
3839 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
3840 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
3841 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
3842 buffer-read-only -> inhibit-read-only.
3843
3844 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
3845
3846 * vc.el (vc-expand-dirs): Stop this function from tossing out
3847 explicitly specified files.
3848
3849 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3850
3851 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
3852 to `insert'.
3853
3854 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
3855
3856 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
3857 cons. Use vc-annotate-backend.
3858 (with-vc-file, edit-vc-file): Remove unused macros.
3859
3860 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
3861
3862 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
3863 (smtpmail-try-auth-methods): Use it.
3864
3865 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3866
3867 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
3868 (setf (nthcdr ..) ..) doesn't require CL at runtime.
3869
3870 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
3871
3872 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
3873
3874 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
3877 (vc-bzr-revision-completion-table): Use process-file.
3878 (vc-bzr-working-revision): Pass relative file names.
3879
3880 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
3881
3882 2008-05-11 Juri Linkov <juri@jurta.org>
3883
3884 * wid-edit.el (widget-image-directory): Change default image data
3885 subdirectory from "custom" to "images/custom".
3886
3887 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
3888 before recursive call to `Info-next-preorder' to not add
3889 intermediate nodes to the history.
3890
3891 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
3892
3893 * emulation/cua-base.el: Put isearch-scroll property
3894 on cua-scroll-up and cua-scroll-down.
3895
3896 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
3897
3898 * vc-hooks.el (vc-recompute-state): Remove (dead code).
3899
3900 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
3901
3902 * vc-dispatcher.el (ewoc): Require.
3903 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
3904
3905 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
3906
3907 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
3908
3909 * term/w32-win.el (x-colors):
3910 * term/mac-win.el (x-colors):
3911 * term/x-win.el (x-colors): Re-order colors.
3912
3913 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
3914
3915 * smerge-mode.el (smerge-command-prefix): Fix custom type.
3916
3917 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
3918
3919 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
3920 New functions implementing motion to next and previous directory.
3921
3922 * vc-arch.el (vc-arch-command):
3923 * vc-bzr.el (vc-bzr-command):
3924 * vc-cvs.el (vc-cvs-command):
3925 * vc-dispatcher.el (vc-do-command):
3926 * vc-git.el (vc-git-command):
3927 * vc-hg.el (vc-hg-command):
3928 * vc-mcvs.el (vc-mvcs-command):
3929 * vc-mtn.el (vc-mtn-command):
3930 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
3931 (vc-sccs-workfile-unchanged-p):
3932 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
3933 * vc-rcs.el (all methods): Remove assumption about what a nil
3934 argument to vc-do-command means. This means no buffer name needs
3935 to be hardcoded into the dispatcher layer, and it's better to be
3936 explicit anyway.
3937
3938 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
3939
3940 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
3941
3942 * vc.el: Update todo.
3943
3944 * vc-sccs.el (vc-sccs-dir-status):
3945 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
3946 backends and returning up to date files.
3947
3948 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
3949
3950 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3951
3952 * vc.el (vc-dir):
3953 * vc-hooks.el: Tweak the VC directory bindings. These are now
3954 documented in the manual.
3955
3956 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
3957 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
3958 (vc-dispatcher-selection-set): Allow callers to pass in an
3959 observer flag that says no buffer sync is required.
3960 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
3961 Use the observer flag.
3962
3963 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
3964
3965 * simple.el (start-file-process): Clarify docstring.
3966
3967 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
3968
3969 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
3970 Remove stub implementations of, and references to, wash-log.
3971 * vc-rcs.el (vc-rcs-comment-history):
3972 * vc-cvs.el (vc-cvs-comment-history):
3973 Inline the code that used to be wash-log.
3974
3975 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
3976 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
3977 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
3978 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
3979 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
3980 (vc-rcs-print-log): Grok directories.
3981
3982 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * vc.el (vc-mark-resolved): Add `backend' argument.
3985 (vc-next-action): Pass it the backend.
3986 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
3987 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
3988 (vc-default-comment-history, vc-default-create-snapshot)
3989 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
3990 (vc-annotate-revision-previous-to-line)
3991 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
3992 * vc-svn.el (vc-svn-checkout):
3993 * vc-mcvs.el (vc-mcvs-checkout):
3994 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
3995 (vc-working-revision, vc-before-save, vc-mode-line):
3996 Prefer vc-call-backend to vc-call so as not to recompute the backend.
3997
3998 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
3999 state to be consistent since it's often an unwarranted restriction.
4000 Don't return the state either.
4001 (vc-next-action): Check that the state is consistent.
4002 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
4003 (vc-rollback, vc-update): Adapt to new return value of
4004 vc-deduce-fileset.
4005
4006 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
4007 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
4008 (vc-dispatcher-in-fileset-p): New fun.
4009 (vc-dispatcher-selection-set): Use it to properly handle directories.
4010
4011 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
4012
4013 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
4014 (vc-update): Remove unused let bindings.
4015
4016 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4017
4018 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
4019 (vc-diff, vc-revert, vc-rollback, vc-update):
4020 * vc-dispatcher.el (vc-dispatcher-selection-set):
4021 Get rid of 4 special cases in fileset selection. This involved
4022 changing the return value of (vc-deduce-fileset) so that it passes
4023 back a deduced state as well as a deduced back end.
4024
4025 2008-05-08 Sam Steingold <sds@gnu.org>
4026
4027 * progmodes/compile.el (compilation-minor-mode-map)
4028 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
4029 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
4030 to `compilation-minor-mode-map' (instead of an explicit `cons').
4031
4032 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4033
4034 * org/org.el (org-modules, org-format-latex-options):
4035 * org/org-archive.el (org-archive-stamp-time)
4036 (org-archive-save-context-info):
4037 * org/org-faces.el (org-hide):
4038 * org/org-irc.el (org-irc-parse-link):
4039 * org/org-macs.el (org-call-with-arg, org-autoload):
4040 * org/org-mew.el (org-mew-store-link):
4041 * org/org-remember.el (org-remember-store-without-prompt)
4042 (org-remember-templates): Fix typos in docstrings.
4043
4044 * org/org-info.el (org-info-store-link): Remove leftover docstring.
4045
4046 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4047 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4048 (org-bbdb-anniv-split): Fix typos in docstrings.
4049
4050 * org/org-publish.el (org-publish-project-alist): Doc fixes.
4051 (org-publish-use-timestamps-flag): Reflow docstring.
4052 (org-publish-files-alist): Fix typos in docstring.
4053
4054 2008-05-07 Sam Steingold <sds@gnu.org>
4055
4056 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
4057 appears to be too aggressive with window removal.
4058
4059 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
4060
4061 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
4062 as pragma keywords.
4063 (verilog-pretty-expr): Support lining up assignments which include
4064 part selects.
4065 (verilog-mode): More portable check for the availability of
4066 hideshow support.
4067 (verilog-do-indent): Remove special indent for declarations inside
4068 a parenthetical list. The code is ill-advised, and doesn't work
4069 given the new user defined types.
4070 (verilog-set-auto-endcomments): Enhance function automatic
4071 endcomment to support functions that return user defined types.
4072 (verilog-mode): Add code to tell which-function-mode minor mode
4073 that Verilog supports this feature.
4074
4075 2008-05-08 Eli Zaretskii <eliz@gnu.org>
4076
4077 * epa-file.el: Require epa-hook.
4078
4079 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
4080
4081 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
4082 file-names clashes on 8+3 filesystems. Provide epa-hook.
4083
4084 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
4085 file-names clashes on 8+3 filesystems.
4086
4087 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
4088
4089 * org/org.el (org-read-date-get-relative): Interpret lone
4090 weekday abbreviation as relative to today.
4091
4092 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4093
4094 * abbrev.el (define-abbrev-table):
4095 * composite.el (toggle-auto-composition):
4096 * json.el (json-alist-p, json-plist-p):
4097 * minibuffer.el (completion-table-with-predicate):
4098 * ps-mule.el (ps-mule-external-libraries):
4099 * emacs-lisp/advice.el (ad-special-form-p):
4100 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4101 * eshell/em-smart.el (eshell-review-quick-commands):
4102 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
4103 (python-skip-out, python-check-comint-prompt):
4104 Don't use `iff' in docstrings.
4105
4106 * international/robin.el (robin-package-alist): Fix typo in docstring.
4107 (robin-current-package-name): Doc fix.
4108 (robin-activate): Don't use `iff' in docstring.
4109
4110 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4111
4112 * vc.el, vc-dispatcher.el: VC-Dired support removed.
4113 The code uses a ewoc-based implementation now.
4114 * vc-hooks.el: Support for Meta-CVS has been removed.
4115
4116 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * tool-bar.el: Choose images dynamically.
4119 (tool-bar-make-keymap, tool-bar-find-image): New function.
4120 (tool-bar-find-image-cache): New var.
4121 (tool-bar-local-item, tool-bar-local-item-from-menu):
4122 Don't select the image yet, do it later in tool-bar-make-keymap.
4123
4124 2008-05-07 Andreas Schwab <schwab@suse.de>
4125
4126 * window.el: Require 'cl when compiling.
4127
4128 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4129
4130 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
4131
4132 2008-05-07 Glenn Morris <rgm@gnu.org>
4133
4134 * subr.el (ignore-errors): Move here from cl-macs.el.
4135 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
4136
4137 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
4138 oddness.
4139
4140 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
4141
4142 * vc-hooks.el (vc-find-file-hook):
4143 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
4144 further from vc.el.
4145 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
4146
4147 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
4148
4149 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
4150 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
4151 (verilog-auto-inout, verilog-auto-inout-module)
4152 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
4153 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4154 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
4155 (verilog-auto-sense-sigs, verilog-auto-tieoff)
4156 (verilog-auto-unused, verilog-auto-wire)
4157 (verilog-decls-get-assigns, verilog-decls-get-consts)
4158 (verilog-decls-get-gparams, verilog-decls-get-inouts)
4159 (verilog-decls-get-inputs, verilog-decls-get-outputs)
4160 (verilog-decls-get-ports, verilog-decls-get-regs)
4161 (verilog-decls-get-signals, verilog-decls-get-wires)
4162 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
4163 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
4164 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
4165 (verilog-inject-sense, verilog-library-filenames)
4166 (verilog-mode-release-date, verilog-mode-version)
4167 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
4168 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
4169 (verilog-modi-get-assigns, verilog-modi-get-consts)
4170 (verilog-modi-get-gparams, verilog-modi-get-inouts)
4171 (verilog-modi-get-inputs, verilog-modi-get-outputs)
4172 (verilog-modi-get-ports, verilog-modi-get-regs)
4173 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
4174 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
4175 (verilog-modi-get-wires, verilog-preserve-cache)
4176 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
4177 (verilog-read-sub-decls, verilog-read-sub-decls-line)
4178 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
4179 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
4180 Add caching of additional state, and rework signal extraction
4181 routines to improve AUTO expansion performance by 300%++.
4182
4183 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
4184
4185 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4186 Tweak Open Watcom regexp to distinguish between errors and warnings.
4187
4188 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * dired.el (dired-read-dir-and-switches): Fix up last change.
4191
4192 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
4193
4194 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
4195 out of this function, move it to vc-dispatcher-selection-set.
4196
4197 2008-05-05 Sam Steingold <sds@gnu.org>
4198
4199 * window.el (delete-other-windows-vertically): New function.
4200
4201 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * dired.el (dired-read-dir-and-switches):
4204 Obey read-file-name-completion-ignore-case.
4205
4206 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
4207
4208 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4209 Add regexp for Open Watcom compiler output.
4210
4211 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
4212
4213 * progmodes/python.el (python-block-pairs): Align finally with except.
4214
4215 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
4218
4219 2008-05-05 Tom Tromey <tromey@redhat.com>
4220
4221 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
4222 looking at conflict marker.
4223
4224 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
4227 client-mode -> vc-client-object, and guess `funcall' was meant.
4228 (vc-dir-mode): Rename client-mode -> vc-client-mode.
4229
4230 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
4231
4232 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
4233 (dbus-debug): Move declarations outside eval-when-compile.
4234
4235 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4236
4237 * proced.el (proced-command-alist): Fix system-type values.
4238 Fix defcustom.
4239 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
4240 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
4241 (proced-sort-start, proced-sort, proced-sort-time): New commands.
4242 (proced-update): Use proced-sorting-scheme. Update modeline.
4243 (proced-send-signal): Use nreverse.
4244 (proced-sorting-scheme-p): New function.
4245
4246 2008-05-04 Andreas Schwab <schwab@suse.de>
4247
4248 * vc.el: Require dired when compiling.
4249
4250 * minibuffer.el (completion--insert-strings): Don't delete past bol.
4251
4252 2008-05-03 Glenn Morris <rgm@gnu.org>
4253
4254 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
4255 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
4256 Simplify compilation requirements.
4257 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
4258 declarations.
4259
4260 2008-05-03 Dave Love <fx@gnu.org>
4261
4262 * progmodes/python.el (python-beginning-of-statement):
4263 Loop at least once (fixes 2008-02-21 change).
4264
4265 2008-05-03 Eli Zaretskii <eliz@gnu.org>
4266
4267 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
4268 instead of `length' for comparing length of user and group names.
4269
4270 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
4271
4272 * vc-dispatcher.el: New file, separates out the UI and command
4273 execution machinery from VCS-specific logic left in vc.el.
4274 The separation is not yet completely clean, but it's a good start.
4275 * vc.el: This file is about 1700 lines shorter now.
4276 Remove obsolete logentry-check from the backend API.
4277 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
4278 implementation of the logentry-check method, and it guarded against
4279 a log length limit that has probably been obsolete for 15 years (!).
4280
4281 2008-05-02 Sam Steingold <sds@gnu.org>
4282
4283 * progmodes/compile.el (compilation-start): Move setting of
4284 compilation-directory after (funcall mode) as that resets local
4285 variables, this fixes recompile in grep buffers.
4286 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
4287
4288 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4289
4290 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
4291 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
4292 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
4293 has one of these and that all are called in compatible ways.
4294 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
4295 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
4296 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
4297 backend has one of these.
4298
4299 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4300
4301 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
4302 initialization into define-abbrev-table. Use :regexp.
4303 (octave-mode-syntax-table): Don't set word syntax for `.
4304
4305 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
4306 than only value.
4307
4308 * dired.el (dired-read-dir-and-switches):
4309 Set minibuffer-completing-file-name and call substitute-in-file-name.
4310 (dired-format-columns-of-files): Use completion--insert-strings.
4311
4312 * minibuffer.el (completion-hilit-commonality): Revert last change:
4313 the leftover code was actually useful.
4314 (completion--insert-strings): Use string-width rather than length.
4315
4316 2008-05-02 Sam Steingold <sds@gnu.org>
4317
4318 * vc.el (vc-dir-mode-map): Enable mouse bindings.
4319 (vc-at-event): New macro: run the body at the even location.
4320 (vc-dir-menu, vc-dir-toggle-mark): Use it.
4321 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
4322 * subr.el (mouse-event-p): Check if the event is mouse-related.
4323
4324 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
4325
4326 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
4327 Don't throw error if no file is found.
4328
4329 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
4330
4331 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
4332 (vc-default-state-heuristic): Doc fix.
4333
4334 2008-05-02 Richard Sharman <rsharman@pobox.com>
4335
4336 * hilit-chg.el (highlight-changes-mode): Remove references to
4337 hooks that no longer exist. Because define-minor-mode is used the
4338 hook highlight-changes-mode-hook exists and can do what both the
4339 old hooks used to do. The documentation at the top of the file
4340 was updated to demonstrate this.
4341 (highlight-changes-mode): Remove commented out call to a hook
4342 function that is no longer there.
4343 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
4344
4345 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4346
4347 * vc.el (vc-default-dired-state-info): Change name of primitive
4348 to prettify-state-info, in preparation for ripping out dired mode.
4349 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
4350 to prettify-state-info, in preparation for ripping out dired mode.
4351 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
4352 tries this on a version-controlled buffer. It will do useless or
4353 actively bad things on any version control system newer than RCS.
4354 * vc-hooks.el (vc-dired-resynch-file):
4355 * vc.el (vc-dired-resynch-file): Change name of primitive to
4356 vc-directory-resynch-file, preparing to remove dired.
4357
4358 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4359
4360 * vc-rcs.el (vc-rcs-state): Fix typos.
4361
4362 * vc.el (vc-register): Change argument order so that the prefix
4363 argument is assigned correctly.
4364 (vc-next-action, vc-dir-register): Update for the above change.
4365
4366 2008-05-01 Juri Linkov <juri@jurta.org>
4367
4368 * replace.el (occur-read-primary-args): Set default to the car of
4369 regexp-history and display it in the prompt, but don't add to the
4370 list of minibuffer defaults. Bind history-add-new-input to nil to
4371 not add automatically `default'. For empty input return `default'.
4372 Otherwise, add `input' to regexp-history and return it.
4373 (occur-1): Signal an error for the empty regexp.
4374
4375 * progmodes/compile.el (compilation-auto-jump):
4376 Set window point to `pos' explicitly.
4377
4378 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
4379
4380 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
4381 when appropriate.
4382 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
4383 we report the 'unregistered state reliably.
4384 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
4385 we report the 'unregistered state reliably.
4386 * vc-git.el (vc-git-state): Call vc-git-unregistered so
4387 we report the 'unregistered state reliably.
4388 * vc-hooks (vc-state): Document that vc-unregistered is
4389 now expected to be returned reliably.
4390 * vc.el (vc-default-dired-state): Change needs-patch state to
4391 needs-update, since the name now shows up in dir-status listings
4392 and was somewhat misleading.
4393 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
4394 immediately after removing the file.
4395 * vc.el (vc-next-action): More informative messages when a fileset
4396 is in a mixed state or files are missing.
4397
4398 2008-05-01 Sam Steingold <sds@gnu.org>
4399
4400 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
4401
4402 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
4405
4406 2008-05-01 Daiki Ueno <ueno@unixuser.org>
4407
4408 * epa-file-hook.el: New file split from epa-file.el.
4409 * epa-file.el: Require 'epa-file-hook.
4410 (epa-file-handler): Add autoload cookie.
4411 * loadup.el: Load epa-file-hook.
4412 * startup.el (command-line): Eval the body of auto-encryption-mode.
4413
4414 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4415
4416 * vc.el (vc-dir-mode-map): Don't bind "r".
4417
4418 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
4419 (vc-hg-status-printer): New function.
4420 (vc-hg-after-dir-status): Deal with copied and renamed files.
4421 (vc-hg-dir-status): Add flag to show copied files.
4422
4423 2008-05-01 John Paul Wallington <jpw@pobox.com>
4424
4425 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
4426 (ibuffer-do-sort-by-recency): Reverse sorting order if last
4427 sorting mode was recency.
4428
4429 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
4430 reverse sorting order if last sorting mode was the sorter's.
4431
4432 2008-05-01 Jason Rumney <jasonr@gnu.org>
4433
4434 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
4435
4436 2008-04-30 John Paul Wallington <jpw@pobox.com>
4437
4438 * ibuffer.el (define-ibuffer-column filename): When the major mode
4439 is `vc-dir-mode' show the buffer's default directory.
4440
4441 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
4442 major mode is `vc-dir-mode' use the buffer's default directory.
4443
4444 2008-04-30 Sam Steingold <sds@gnu.org>
4445
4446 * vc.el (vc-dir-delete-file): Add.
4447 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
4448 (vc-delete-file): Do not barf when the file has been already deleted.
4449
4450 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4451
4452 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
4453
4454 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
4455
4456 * progmodes/octave-mod.el (octave-help): New function.
4457 * progmodes/octave-hlp.el: Delete.
4458 * info-look.el (octave-mode): Add operator index.
4459
4460 * vc.el (vc-checkout): Typo.
4461
4462 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4463
4464 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
4465 Add "..." in the appropriate places.
4466
4467 * epa.el (epa-key-list-mode-map): Add more menu entries.
4468 Add "..." in the appropriate places.
4469
4470 * dired.el (dired-mode-map): Add :help.
4471
4472 * vc.el (vc-deduce-fileset): Add new parameter.
4473 (vc-dir-marked-only-files): New function.
4474 (vc-next-action): Don't ignore directories, look at the files
4475 inside them.
4476 (vc-dir-mode): Document how the mark/unmark commands work.
4477
4478 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
4479
4480 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4481 Rule out trailing spaces in file and directory names as well.
4482
4483 * minibuffer.el (completion--do-completion): Move point even if the
4484 completion makes no change.
4485 (completion-pcm-try-completion): Fix computation of new point.
4486
4487 2008-04-30 David Hansen <david.hansen@gmx.net>
4488
4489 * dired.el: Require 'cl.
4490
4491 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
4492
4493 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
4494 hollow if not in innermost frame.
4495
4496 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 Make `checkout-model' apply to filesets.
4499 * vc-hooks.el (vc-checkout-model): Rewrite.
4500 (vc-before-save, vc-after-save): Adjust callers accordingly.
4501 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
4502 (vc-transfer-file): Adjust callers accordingly.
4503 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
4504 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
4505 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
4506 instead of vc-checkout-model.
4507 * vc-mcvs.el (vc-mcvs-revert):
4508 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
4509 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
4510 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
4511 * vc-svn.el (vc-svn-checkout-model):
4512 * vc-hg.el (vc-hg-checkout-model):
4513 * vc-git.el (vc-git-checkout-model):
4514 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
4515
4516 * dired.el (dired-read-dir-and-switches): Replace last change with
4517 a new approach that mixes read-file-name and read-directory-name.
4518
4519 * files.el (read-buffer-to-switch):
4520 Avoid making assumptions about `other-buffer'.
4521
4522 2008-04-29 Sam Steingold <sds@gnu.org>
4523
4524 * vc.el (vc-dir-mode-hook): Add normal hook.
4525 (vc-dir-mode): Run it.
4526
4527 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
4528
4529 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
4530 Always split windows.
4531 (gdb-speedbar-timer-fn): Only raise frame after user input.
4532 (gdb-same-frame): Reverse initial value.
4533 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
4534
4535 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
4536 gdb-speedbar-timer-fn.
4537
4538 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4539
4540 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
4541
4542 2008-04-29 Daiki Ueno <ueno@unixuser.org>
4543
4544 * epa.el (epa-key-list-mode-map): Add menu.
4545 (epa-delete-keys, epa-import-keys): Fix typo.
4546
4547 2008-04-29 Glenn Morris <rgm@gnu.org>
4548
4549 * find-cmd.el (top-level): Does not need cl when compiling.
4550
4551 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
4552
4553 * find-cmd.el: New file.
4554
4555 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
4558 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
4559 (completion-pcm--hilit-commonality): New function.
4560 (completion-pcm-all-completions): Use it.
4561
4562 * minibuffer.el (completion-common-substring): Mark obsolete.
4563 (completions-first-difference, completions-common-part):
4564 Move from simple.el.
4565 (completion-hilit-commonality): New fun.
4566 (display-completion-list, completion-emacs21-all-completions)
4567 (completion-emacs22-all-completions): Use it.
4568 * simple.el (completions-first-difference, completions-common-part):
4569 Move to minibuffer.el.
4570 (choose-completion-string): Use field functions and minibufferp.
4571 (completion-setup-function): Don't set completions faces.
4572
4573 2008-04-29 Glenn Morris <rgm@gnu.org>
4574
4575 * calendar/calendar.el (calendar-nth-named-absday)
4576 (calendar-nth-named-day):
4577 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
4578 * calendar/holidays.el (holiday-float): Doc fixes.
4579
4580 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
4581 the `full' case.
4582
4583 * org/org-agenda.el (calendar-iso-from-absolute):
4584 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
4585 Fix declarations.
4586
4587 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
4588
4589 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
4590 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
4591 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
4592 (gdb-assembler-custom): Be careful not to match other addresses.
4593
4594 2008-04-29 Jason Rumney <jasonr@gnu.org>
4595
4596 * battery.el (battery-status-function): Use w32-battery-status
4597 on Windows.
4598 (battery-echo-area-format): Make apm format the general case.
4599 (battery-mode-line-format): Merge apm and pmset formats as the
4600 general case.
4601
4602 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
4603
4604 * progmodes/gdb-ui.el (gdb-info-stack-custom):
4605 Use gud-tool-bar-item-visible-no-fringe.
4606 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
4607 is already visible in frame. Remove optional size parameter
4608 and add optional frame parameter.
4609
4610 * progmodes/gud.el (gud-display-line): Only consider visible
4611 frames when looking for source buffer.
4612
4613 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
4614
4615 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
4616 argument to get-char-property, in case the current buffer hasn't
4617 been assigned to that window yet.
4618 (doc-view-display): Default to selected window if the current
4619 buffer hasn't been assigned to a window yet.
4620
4621 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
4622
4623 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
4624
4625 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
4626
4627 * net/tramp.el (tramp-mode): New defcustom.
4628 (tramp-file-name-handler, tramp-completion-file-name-handler):
4629 Use it.
4630 (tramp-replace-environment-variables): Handle "$$".
4631
4632 2008-04-28 Sam Steingold <sds@gnu.org>
4633
4634 * vc-hg.el (vc-hg-rename-file): Fix argument order.
4635
4636 2008-04-28 Bastien Guerry <bzg@altern.org>
4637
4638 * whitespace.el (whitespace-trailing): Fix typo.
4639
4640 2008-04-28 Sam Steingold <sds@gnu.org>
4641
4642 * textmodes/remember.el (diary-make-entry): Update the autoload.
4643
4644 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4645
4646 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
4647 all-completions.
4648
4649 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
4650
4651 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
4652
4653 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
4654
4655 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
4656 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
4657 (vc-dir-mark-file): Add an optional argument.
4658 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
4659
4660 2008-04-27 Daiki Ueno <ueno@unixuser.org>
4661
4662 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
4663 rather than obsolete alias find-file-hooks.
4664 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
4665 Use find-file-hook rather than obsolete alias find-file-hooks.
4666 Add to find-file-not-found-functions.
4667 (epa-file-handler): Put 'safe-magic and 'operations properties.
4668
4669 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
4670 (epa-menu-items): Remove.
4671
4672 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
4673 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
4674 (epa-dired-mode, epa-global-dired-mode): Remove.
4675
4676 * dired.el (dired-mode-map): Bind encryption/decryption commands.
4677
4678 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
4679
4680 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
4681
4682 2008-04-27 Glenn Morris <rgm@gnu.org>
4683
4684 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
4685 Remove un-needed local `orig-list'. Replace cl `copy-list'.
4686
4687 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
4688
4689 * org/org.el (org-html-level-start): Always have id's in HTML.
4690 (org-export-as-html): Use `org-link-protocols' to
4691 retrieve the export form of the link.
4692 (org-add-link-type): Final parameter renamed from PUBLISH.
4693 Better documentation of how it is to be used. Avoid double entries for
4694 the same link type.
4695 (org-add-link-props): New function.
4696 (org-modules-loaded): New variable.
4697 (org-load-modules-maybe, org-set-modules): New function.
4698 (org-modules): New option.
4699 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
4700 (orgtbl-mode, org-store-link, org-insert-link-global)
4701 (org-open-at-point): Call `org-load-modules-maybe'.
4702 (org-search-view): Add more text properties.
4703 (org-agenda-schedule, org-agenda-deadline): Allow also in
4704 search-type agendas.
4705 (org-search-view): Order of arguments has been changed.
4706 Interpret prefix-arg as TODO-ONLY.
4707 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
4708 Take new argument order of `org-search-view' into account.
4709 (org-todo-only): New variable.
4710 (org-search-syntax-table): New variable and function.
4711 (org-search-view): Do the search with the special syntax table.
4712 (define-obsolete-function-alias): Make work with XEmacs.
4713 (org-add-planning-info): Use old date as default when modifying an
4714 existing deadline or scheduled item.
4715 (org-agenda-compute-time-span): Make argument N optional.
4716 (org-agenda-format-date-aligned): Require `cal-iso'.
4717 (org-agenda-list): Include week into agenda heading, don't
4718 list it at each date (only on Mondays).
4719 (org-read-date-analyze): Define local variable `iso-date'.
4720 (org-agenda-format-date-aligned): Remove dependency on
4721 `calendar-time-from-absolute'.
4722 (org-remember-apply-template, org-go-to-remember-target):
4723 Interpret filenames relative to `org-directory'.
4724 (org-complete): Silently fail when trying to complete
4725 keywords that don't have a default value.
4726 (org-get-current-options): Add a #+DATE: option.
4727 (org-additional-option-like-keywords): Remove "DATE:" from the
4728 list of additional keywords.
4729 (org-export-as-html): Remove (current-time) as unnecessary second
4730 argument of `format-time-string'.
4731 (org-clock-find-position): Handle special case at end of buffer.
4732 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
4733 `org-agenda-change-time-span'.
4734 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
4735 `org-agenda-change-time-span'.
4736 (org-agenda-month-view): New argument MONTH, pass it on to
4737 `org-agenda-change-time-span'.
4738 (org-agenda-year-view): New argument YEAR, pass it on to
4739 `org-agenda-change-time-span'.
4740 (org-agenda-change-time-span): New optional argument N, pass it on
4741 to `org-agenda-compute-time-span'.
4742 (org-agenda-compute-time-span): New argument N, interpret it by
4743 changing the starting day.
4744 (org-small-year-to-year): New function.
4745 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
4746 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
4747 into the future, and that the shift is at least one interval, never 0.
4748 (org-update-checkbox-count): Fix bug with checkbox counting.
4749 (org-add-note): New command.
4750 (org-add-log-setup): Rename from `org-add-log-maybe'.
4751 (org-log-note-headings): New entry for plain notes (i.e. notes not
4752 related to state changes or clocking).
4753 (org-get-org-file): Check for availability of `remember-data-file'.
4754 (org-cached-entry-get): Allow a regexp value for
4755 `org-use-property-inheritance'.
4756 (org-use-property-inheritance): Allow regexp value. Fix bug in
4757 customization type.
4758 (org-use-tag-inheritance): Allow a list and a regexp value for
4759 this variable.
4760 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
4761 (org-entry-get): Respect value `selective' for the INHERIT argument.
4762 (org-tag-inherit-p, org-property-inherit-p): New functions.
4763 (org-agenda-format-date-aligned): Allow 10 characters for
4764 weekday, to acomodate German locale.
4765 (org-add-archive-files): New function.
4766 (org-agenda-files): New argument `ext', to get archive files as well.
4767 (org-tbl-menu): Protect the use of variables that
4768 are only available when org-table.el gets loaded.
4769 (org-read-agenda-file-list): Error if `org-agenda-files' is a
4770 single directory.
4771 (org-open-file): Allow a batch process to trigger
4772 waiting after executing a system command.
4773 (org-store-link): Link to headline when there is not
4774 target and no region in an org-mode buffer when creating a link.
4775 (org-link-types-re): New variable.
4776 (org-make-link-regexps): Compute `org-link-types-re'.
4777 (org-make-link-description-function): New option.
4778 (org-agenda-date, org-agenda-date-weekend): New faces.
4779 (org-archive-sibling-heading): New option.
4780 (org-archive-to-archive-sibling): New function.
4781 (org-iswitchb): New command.
4782 (org-buffer-list): New function.
4783 (org-agenda-columns): Also try the #+COLUMNS line in
4784 the buffer associated with the entry at point (or with the first
4785 entry in the agenda view).
4786 (org-modules): Add entry for org-bibtex.el.
4787 (org-completion-fallback-command): Move into `org-completion' group.
4788 (org-clock-heading-function): Move to `org-progress' group.
4789 (org-auto-repeat-maybe): Make sure that a note can
4790 be enforces if `org-log-repeat' is `note'.
4791 (org-modules): Allow additional symbols for external packages.
4792 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
4793 (org-clock-goto): Hide drawers after showing an
4794 entry with `org-clock-goto'.
4795 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
4796 Try also a clocktable block shift.
4797 (org-clocktable-try-shift): New function.
4798 (org-columns-hscoll-title): New function.
4799 (org-columns-previous-hscroll): New variable.
4800 (org-columns-full-header-line-format): New variable.
4801 (org-columns-display-here-title, org-columns-remove-overlays):
4802 Install `org-columns-hscoll-title' in post-command-hook.
4803
4804 * org/org.el: Split into many small files.
4805
4806 * org/org-agenda.el: New file, split off from org.el.
4807
4808 * org/org-archive.el: New file, split off from org.el.
4809
4810 * org/org-bbdb.el: New file.
4811
4812 * org/org-bibtex.el: New file, split off from org.el.
4813
4814 * org/org-clock.el: New file, split off from org.el.
4815
4816 * org/org-colview.el: New file, split off from org.el.
4817
4818 * org/org-compat.el: New file, split off from org.el.
4819
4820 * org/org-exp.el: New file, split off from org.el.
4821
4822 * org/org-faces.el: New file, split off from org.el.
4823
4824 * org/org-gnus.el: New file, split off from org.el.
4825
4826 * org/org-info.el: New file, split off from org.el.
4827
4828 * org/org-infojs.el: New file.
4829
4830 * org/org-irc.el: New file.
4831
4832 * org/org-macs.el: New file, split off from org.el.
4833
4834 * org/org-mew.el: New file.
4835
4836 * org/org-mhe.el: New file, split off from org.el.
4837
4838 * org/org-publish.el: New file, split off from org.el.
4839
4840 * org/org-remember.el: New file, split off from org.el.
4841
4842 * org/org-rmail.el: New file, split off from org.el.
4843
4844 * org/org-table.el: New file, split off from org.el.
4845
4846 * org/org-vm.el: New file, split off from org.el.
4847
4848 * org/org-wl.el: New file, split off from org.el.
4849
4850 2008-04-27 Jason Riedy <jason@acm.org>
4851
4852 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
4853 parameter that supresses lines that evaluate to NIL.
4854 (orgtbl-get-fmt): New inline function for
4855 picking apart formats that may be lists.
4856 (orgtbl-apply-fmt): New inline function for applying formats that
4857 may be functions.
4858 (orgtbl-eval-str): New inline function for strings that may be
4859 functions.
4860 (orgtbl-format-line, orgtbl-to-generic): Use and document.
4861 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
4862 (*orgtbl-llfmt*, *orgtbl-llstart*)
4863 (*orgtbl-llend*): Dynamic variables for last-line formatting.
4864 (orgtbl-format-section): Shift formatting to support detecting the
4865 last line and formatting it specially.
4866 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
4867 formats unless overridden.
4868 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
4869 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
4870 bound variables to hold the input collection of lines and output
4871 formatted text.
4872 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
4873 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
4874 format parameters.
4875 (orgtbl-format-line): New function encapsulating formatting for a
4876 single line.
4877 (orgtbl-format-section): Similar for each section. Rebinding the
4878 dynamic vars customizes the formatting for each section.
4879 (orgtbl-to-generic): Use orgtbl-format-line and
4880 orgtbl-format-section.
4881 (org-get-param): Now unused, so delete.
4882 (orgtbl-gather-send-defs): New function to
4883 gather all the SEND definitions before a table.
4884 (orgtbl-send-replace-tbl): New function to find the RECEIVE
4885 corresponding to the current name.
4886 (orgtbl-send-table): Use the previous two functions and implement
4887 multiple destinations for each table.
4888
4889 * doc/org.texi (A LaTeX example): Note that fmt may be a
4890 one-argument function, and efmt may be a two-argument function.
4891 (Radio tables): Document multiple destinations.
4892
4893 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
4894
4895 * org/org-agenda.el (org-add-to-diary-list): New function.
4896 (org-prefix-has-effort): New variable.
4897 (org-sort-agenda-noeffort-is-high): New option.
4898 (org-agenda-columns-show-summaries)
4899 (org-agenda-columns-compute-summary-properties): New options.
4900 (org-format-agenda-item): Compute the duration of the item.
4901 (org-agenda-weekend-days): New variable.
4902 (org-agenda-list, org-timeline): Use the proper faces for dates in
4903 the agenda and timeline buffers.
4904 (org-agenda-archive-to-archive-sibling): New command.
4905 (org-agenda-start-with-clockreport-mode): New option.
4906 (org-agenda-clockreport-parameter-plist): New option.
4907 (org-agenda-clocktable-mode): New variable.
4908 (org-agenda-deadline-leaders): Allow a function value for the
4909 deadline leader.
4910 (org-agenda-get-deadlines): Deal with new function value.
4911
4912 * lisp/org-clock.el (org-clock): New customization group.
4913 (org-clock-into-drawer, org-clock-out-when-done)
4914 (org-clock-in-switch-to-state, org-clock-heading-function):
4915 Move into the new group.
4916 (org-clock-out-remove-zero-time-clocks): New option.
4917 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
4918 (org-dblock-write:clocktable): Allow a Lisp form for the scope
4919 parameter.
4920 (org-dblock-write:clocktable): Fix bug with total time calculation.
4921 (org-dblock-write:clocktable): Request the unrestricted list of files.
4922 (org-get-clocktable): New function.
4923 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
4924 be strings but also integers (an absolute day number) and lists (m d y).
4925
4926 * org/org-colview.el (org-columns-next-allowed-value)
4927 (org-columns-edit-value): Limit the effort for updating in the
4928 agenda to recomputing a single file.
4929 (org-columns-compute): Only write property value if it has changed.
4930 This avoids raising the buffer-change-flag unnecessarily.
4931 (org-agenda-colview-summarize)
4932 (org-agenda-colview-compute): New functions.
4933 (org-agenda-columns): Call `org-agenda-colview-summarize'.
4934
4935 * org/org-exp.el (org-export-run-in-background): New option.
4936 (org-export-icalendar): Allow a batch process to trigger waiting
4937 after executing a system command.
4938 (org-export-preprocess-string): Rename from
4939 `org-cleaned-string-for-export'.
4940 (org-export-html-style): Made target class look like normal text.
4941 (org-export-as-html): Make use of the better proprocessing in
4942 `org-cleaned-string-for-export'.
4943 (org-cleaned-string-for-export): Better treatment of heuristic
4944 targets, many more internal links will now work in HTML export.
4945 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
4946 (org-export-inbuffer-options-extra): New variable.
4947 (org-export-options-filters): New hook.
4948 (org-infile-export-plist): Find also the settings keywords in
4949 `org-export-inbuffer-options-extra'.
4950 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
4951 multiple #+INFOJS_OPT lines.
4952 (org-export-html-handle-js-options): New function.
4953 (org-export-html-infojs-setup): New option.
4954 (org-export-as-html): Call `org-export-html-handle-js-options'.
4955 Add autoload to all entry points.
4956 (org-skip-comments): Function removed.
4957
4958 * org/org-table.el (org-table-make-reference): Extra parenthesis
4959 around single fields, to make sure that algebraic formulas get
4960 correctly interpreted by calc.
4961 (org-table-current-column): No longer interactive.
4962
4963 * org/org-export-latex.el (org-export-latex-preprocess):
4964 Rename from `org-export-latex-cleaned-string'.
4965
4966 2008-04-27 Bastien Guerry <bzg@altern.org>
4967
4968 * org/org-publish.el (org-publish-get-base-files-1): New function.
4969 (org-publish-get-base-files): Use it.
4970 (org-publish-temp-files): New variable.
4971 Don't require 'dired-aux anymore.
4972 (org-publish-initial-buffer): New variable.
4973 (org-publish-org-to, org-publish): Use it.
4974 (org-publish-get-base-files-1): Bug fix: get
4975 the proper list of files when recursing thru a directory.
4976 (org-publish-get-base-files): Use the :exclude property to skip
4977 both files and directories.
4978
4979 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
4980
4981 * net/tramp.el (tramp-handle-make-symbolic-link)
4982 (tramp-handle-file-name-directory)
4983 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4984 (tramp-do-copy-or-rename-file-directly)
4985 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
4986 (tramp-handle-substitute-in-file-name)
4987 (tramp-handle-insert-file-contents, tramp-handle-write-region)
4988 * net/tramp-cache.el (tramp-get-file-property)
4989 (tramp-set-file-property, tramp-flush-file-property)
4990 (tramp-flush-directory-property)
4991 * net/tramp-compat.el (tramp-compat-make-temp-file)
4992 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
4993 Disable `file-name-handler-alist' when handling localname.
4994 It could have a remote file syntax, like a VMS file name.
4995
4996 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4997
4998 * whitespace.el: New version 11.1.
4999 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
5000 enclosed by \\( and \\)$. Docstring fix.
5001 (whitespace-trailing-regexp): Fun removed.
5002 (whitespace-report-list): Const initialization fix.
5003 (whitespace-color-on): Code fix.
5004
5005 2008-04-27 Andreas Schwab <schwab@suse.de>
5006
5007 * Makefile.el: Unbreak bootstrap.
5008
5009 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
5010
5011 * net/tramp.el (tramp-replace-environment-variables): New defun.
5012 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
5013 Use it.
5014
5015 2008-04-27 Glenn Morris <rgm@gnu.org>
5016
5017 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
5018
5019 * calculator.el (calculator-expt): Replace cl function `oddp'.
5020
5021 2008-04-27 Johan Bockgård <bojohan@gnu.org>
5022
5023 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5024 Simplify. Collect `defun' and `autoload' entries.
5025 Avoid modifying load-history.
5026
5027 2008-04-26 Glenn Morris <rgm@gnu.org>
5028
5029 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
5030
5031 * simple.el (quoted-insert, zap-to-char): Revert previous change.
5032
5033 2008-04-26 John Paul Wallington <jpw@pobox.com>
5034
5035 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
5036 `hexl-mode-old-eldoc-documentation-function'.
5037 (hexl-mode-exit): Restore it.
5038 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
5039
5040 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
5041
5042 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
5043
5044 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
5045 (completion-pcm--all-completions): Doc fix.
5046 (completion-styles-alist, completion-all-completions):
5047 Fix typos in docstrings.
5048
5049 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5050
5051 * whitespace.el: There is now only one variable (whitespace-style) to
5052 specify which kind of blank is visualized. Doc and docstring fix.
5053 New version 11.0.
5054 (whitespace-style): New option, replace whitespace-style-mark and
5055 whitespace-style-color.
5056 (whitespace-style-mark, whitespace-style-color): Options removed.
5057 (whitespace-hspace, whitespace-tab, whitespace-newline)
5058 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
5059 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
5060 (whitespace-hspace-regexp, whitespace-space-regexp)
5061 (whitespace-tab-regexp, whitespace-trailing-regexp)
5062 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5063 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5064 (whitespace-space-after-tab-regexp, whitespace-line-column)
5065 (whitespace-display-mappings, whitespace-report): Docstring fix.
5066 (whitespace-color-value-list, whitespace-mark-value-list)
5067 (whitespace-active-color, whitespace-active-mark)
5068 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
5069 (whitespace-style-value-list, whitespace-active-style)
5070 (whitespace-toggle-style): New vars.
5071 (whitespace-toggle-option-alist, whitespace-help-text):
5072 Var initialization and docstring fix.
5073 (whitespace-toggle-options, global-whitespace-toggle-options)
5074 (whitespace-cleanup, whitespace-cleanup-region)
5075 (whitespace-report-region, whitespace-interactive-char)
5076 (whitespace-toggle-list): Docstring and code fix.
5077 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5078 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
5079 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
5080 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
5081
5082 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5083
5084 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
5085 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
5086 (diff-sanity-check-hunk): Adjust code accordingly.
5087
5088 2008-04-26 Glenn Morris <rgm@gnu.org>
5089
5090 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
5091
5092 * forms-d2.dat: Move to ../etc.
5093 * forms-d2.el (forms-file): Adapt for above change.
5094
5095 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
5096 `translation-table-for-input'.
5097
5098 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
5099 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
5100
5101 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
5102 to punctuation now it's not needed for abbrevs.
5103 (fortran-mode-abbrev-table): Remove defvar, make use of new
5104 define-abbrev-table :regexp feature.
5105
5106 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
5107 insert, now that translation-table-for-input is not needed.
5108
5109 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
5110
5111 * emacs-lisp/pp.el (pp-display-expression): New function,
5112 extracted from pp-eval-expression.
5113 (pp-eval-expression): Use pp-display-expression.
5114 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
5115 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
5116 (pp-eval-last-sexp): Use pp-last-sexp.
5117
5118 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * abbrev.el (define-abbrev-table): Apply props even if the table
5121 exists already.
5122
5123 * minibuffer.el (completion-table-with-context): Fix `pred' for the
5124 various kinds of completion tables.
5125 (completion-emacs22-try-completion): Place cursor after the /, as was
5126 done in Emacs-22's minibuffer-complete-word.
5127 Fix bug reported by David Hansen <david.hansen@gmx.net>.
5128 (completion-emacs22-try-completion): Merge all mergable text rather
5129 than just /.
5130 (completion-pcm--delim-wild-regex): New var.
5131 (completion-pcm-word-delimiters): New custom.
5132 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
5133 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
5134 (completion-pcm--all-completions, completion-pcm-all-completions)
5135 (completion-pcm--merge-completions, completion-pcm--pattern->string)
5136 (completion-pcm-try-completion): New functions.
5137 (completion-styles-alist): Add them.
5138 (completion-styles): Add it to the default.
5139
5140 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
5141
5142 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
5143 (gdb-var-create-handler): ...until here when there are values.
5144 (gdb-post-prompt): Don't do -var-update with no watch expressions.
5145 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
5146
5147 2008-04-25 Eli Zaretskii <eliz@gnu.org>
5148
5149 * ls-lisp.el (ls-lisp-format): Fix last change.
5150 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
5151 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
5152 (ls-lisp-filesize-f-fmt): New defvars.
5153 (ls-lisp-insert-directory): Dynamically compute format specifiers
5154 for displaying UID, GID, and file size, and store them in the
5155 above variables.
5156 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
5157 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
5158 instead of constant format strings.
5159 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
5160 ls-lisp-filesize-d-fmt instead of constant format strings.
5161
5162 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
5163
5164 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
5165 value of addresses rather than (partial) string value.
5166 (gdb-frame-handler): Change regexp according to above change.
5167 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5168 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
5169 (gdb-assembler-mode): Disable undo in these buffers.
5170
5171 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
5172
5173 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
5174 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
5175
5176 2008-04-24 Sam Steingold <sds@gnu.org>
5177
5178 * textmodes/remember.el (remember-diary-extract-entries): Use
5179 diary-make-entry instead of the obsolete make-diary-entry.
5180
5181 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * subr.el (translation-table-for-input): Mark as obsolete.
5184
5185 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
5186
5187 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
5188
5189 * textmodes/ispell.el (ispell-dictionary-alist-1)
5190 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
5191 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
5192 (ispell-dictionary-alist-6): Remove.
5193 (ispell-dictionary-base-alist): New var, merges the above.
5194 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
5195 Use it.
5196 (ispell-dictionary-alist): Default to nil. Remove autoload.
5197 (ispell-local-dictionary-alist): Remove autoload.
5198
5199 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
5200 (f90-mode-abbrev-table): Use the new :regexp feature.
5201 Merge defvar and mapc into define-abbrev-table.
5202 (f90-imenu-type-matcher): Remove unused `l'.
5203 (f90-imenu-generic-expression): Remove unused `not-ib'.
5204 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
5205 (f90-change-keywords): Use restore-buffer-modified-p.
5206
5207 2008-04-24 Glenn Morris <rgm@gnu.org>
5208
5209 * net/goto-addr.el (goto-address-prog-mode):
5210 * progmodes/bug-reference.el (bug-reference-prog-mode):
5211 Define for compiler.
5212
5213 * minibuffer.el (x-file-dialog): Declare as function.
5214
5215 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
5216 dframe-update-speed rather than obsolete alias speedbar-update-speed.
5217
5218 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
5219 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
5220 work with easymenu. Add :keys where needed.
5221
5222 * calendar/cal-move.el (calendar-scroll-left): Handle case when
5223 event-start is nil.
5224
5225 * calendar/calendar.el (calendar-mode-map): Fix typo.
5226
5227 2008-04-24 Tom Tromey <tromey@redhat.com>
5228
5229 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5230 Document keywords. Add :suppress.
5231 * pcvs-defs.el (cvs-mode-map): Use :suppress.
5232
5233 * net/goto-addr.el (goto-address-unfontify): New function.
5234 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
5235 (goto-address-fontify-region, goto-address-mode)
5236 (goto-address-prog-mode): New functions.
5237
5238 * progmodes/bug-reference.el: New file.
5239
5240 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5241
5242 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
5243
5244 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
5247 macros within lambdas.
5248
5249 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * minibuffer.el (completion-try-completion): Add `point' argument.
5252 Change return value.
5253 (completion-all-completions): Add `point' argument.
5254 (minibuffer-completion-help): Pass the new `point' argument.
5255 (completion--do-completion): Pass the whole field to try-completion.
5256 (completion--try-word-completion): Rewrite, making fewer assumptions.
5257 (completion-emacs21-try-completion, completion-emacs21-all-completions)
5258 (completion-emacs22-try-completion, completion-emacs22-all-completions)
5259 (completion-basic-try-completion, completion-basic-all-completions):
5260 New functions.
5261 (completion-styles-alist): Use them.
5262
5263 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
5264
5265 * ispell.el (ispell-set-spellchecker-params): New function to make sure
5266 right params and dictionary alists are used after spellchecker changes.
5267 (ispell-aspell-dictionary-alist, ispell-last-program-name)
5268 (ispell-initialize-spellchecker-hook): New variables and hook.
5269 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
5270 (ispell-maybe-find-aspell-dictionaries): Remove.
5271 Calls replaced by (ispell-set-spellchecker-params) calls.
5272 (ispell-have-aspell-dictionaries): Remove.
5273 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
5274 ispell-set-spellchecker-params.
5275
5276 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * complete.el (PC-do-completion): Be more robust in the presence of
5279 unexpected values in minibuffer-completion-predicate.
5280
5281 * minibuffer.el (read-file-name): Don't let-bind default-directory.
5282 Only abbreviate default-filename if it's a file.
5283
5284 * minibuffer.el (read-file-name-function, read-file-name-predicate)
5285 (read-file-name-completion-ignore-case, insert-default-directory):
5286 New vars, moved from fileio.c.
5287 (read-file-name): New fun, moved from fileio.c.
5288 * cus-start.el: Remove insert-default-directory and
5289 read-file-name-completion-ignore-case.
5290
5291 2008-04-23 Magnus Henoch <mange@freemail.hu>
5292
5293 * tar-mode.el (tar-untar-buffer): If the entry has directory
5294 link type, extract it as a directory even if its file name doesn't
5295 end with a slash. Fixes extraction of NetBSD tar archives.
5296
5297 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5298
5299 * server.el (server-start): Also don't get confused by CRs since we
5300 don't quote them.
5301
5302 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
5303
5304 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
5305 (gdb-set-gud-minor-mode-existing-buffers)
5306 (gdb-info-breakpoints-custom, gdb-get-location)
5307 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5308 Previously gdb-create-define-alist wasn't always run and added to
5309 after-save-hook.
5310
5311 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
5312
5313 2008-04-23 Kevin Ryde <user42@zip.com.au>
5314
5315 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
5316 comments like unindented ones.
5317
5318 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5319
5320 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
5321 parameter origins.
5322
5323 2008-04-23 Kevin Ryde <user42@zip.com.au>
5324
5325 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5326 Bind print-level to ensure output forms aren't truncated if
5327 print-level is set to eval-expression-print-level when going via
5328 eval-defun and friends, or has been otherwise fiddled with.
5329
5330 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5333 font-lock-extend-after-change-region-function globally.
5334
5335 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
5336
5337 * speedbar.el (speedbar-use-tool-tips-flag)
5338 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
5339 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
5340 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
5341 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
5342 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
5343 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
5344 (speedbar-separator-face): Fix typos in docstrings.
5345 (speedbar-stealthy-function-list, speedbar-verbosity-level)
5346 (speedbar-supported-extension-expressions, speedbar-update-current-file)
5347 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
5348 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
5349 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
5350 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
5351 (speedbar-check-vc-this-line, speedbar-files-line-directory)
5352 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
5353 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
5354 (speedbar-recenter): Doc fixes.
5355 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
5356 declaration and remove redundant info in docstring.
5357
5358 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 * vc-git.el (vc-git-status-printer): Deal with directories.
5361
5362 * vc.el (vc-next-action): Look at more than the first file to
5363 determine the state.
5364
5365 2008-04-23 Glenn Morris <rgm@gnu.org>
5366
5367 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
5368 timers. Doc fix.
5369 (dframe-update-speed): Drop support for XEmacs < 20.
5370 (dframe-frame-mode): Drop support for Emacs < 20.
5371 (dframe-set-timer-internal): Drop support for Emacs without timers.
5372 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
5373
5374 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
5375 versions. Add doc-string. Mark as obsolete.
5376
5377 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
5378
5379 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
5380 rather than using an Emacs version test.
5381
5382 * tree-widget.el (tree-widget-image-enable): Use display-images-p
5383 rather than an Emacs version test.
5384
5385 * calendar/cal-china.el (holiday-chinese-qingming)
5386 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
5387 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
5388 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
5389
5390 * calendar/cal-islam.el (holiday-islamic): Doc fix.
5391
5392 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
5393 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
5394 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5395
5396 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
5397
5398 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
5399 (gdb-previous-frame-pc-address): ...to this.
5400 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
5401 of "info frame" with Gdb 6.4+.
5402 (gdb-stack-list-frames-regexp): New regexp.
5403 (gdb-frame-handler-1): Parse output of -stack-info-frame.
5404
5405 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
5406
5407 * tar-mode.el (tar-prefix-offset): New constant.
5408 (tar-header-block-tokenize): Support paths with long names
5409 which use the "ustar" standard.
5410
5411 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
5412
5413 * image-dired.el (image-dired-track-original-file)
5414 (image-dired-modify-mark-on-thumb-original-file):
5415 Use `dired-goto-file' instead of `search-forward'. This solves
5416 a bug with finding files where the file name is a subset of other
5417 file names. Doc fix.
5418
5419 2008-04-22 Juri Linkov <juri@jurta.org>
5420
5421 * menu-bar.el (buffers-menu-max-size): Move its definition down to
5422 the "Buffers Menu" section. Change group name `mouse' to `menu'.
5423 (yank-menu-length): Change group name `mouse' to `menu'.
5424 (buffers-menu-buffer-name-length): New user option.
5425 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
5426 instead of the hard-coded number 27.
5427
5428 2008-04-22 Juri Linkov <juri@jurta.org>
5429
5430 * isearch.el (eval-when-compile): Require `help-macro'.
5431 (isearch-help-for-help-internal): Isearch specific Help screen
5432 created by `make-help-screen'.
5433 (isearch-help-map): New variable that binds "b", "k", "m" to
5434 isearch-specific commands, and binds other keys to
5435 isearch-other-control-char, thus allowing other Help keys to
5436 exit isearch mode and execute their global definitions.
5437 (isearch-help-for-help, isearch-describe-bindings)
5438 (isearch-describe-key, isearch-describe-mode): New commands.
5439 (isearch-mode-help): Define alias to isearch-describe-mode
5440 and remove its old function definition.
5441 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
5442 Remove old comments because this issue is settled now.
5443 (isearch-forward): Describe three new Help commands in the docstring.
5444 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
5445 leave the single sentence at the first line of the docstring,
5446 and prepend the word "function" before `isearch-forward'
5447 to make the Help link to the function instead of variable.
5448
5449 2008-04-22 Juri Linkov <juri@jurta.org>
5450
5451 * isearch.el (isearch-success-function): New variable with default
5452 to `isearch-success-function-default'.
5453 (isearch-search): Call a function from `isearch-success-function'
5454 instead of calling the hard-coded `isearch-range-invisible'.
5455 (isearch-success-function-default): New function that calls
5456 `isearch-range-invisible' and inverts its return value.
5457
5458 * info.el (Info-search): In two similar places that skip
5459 undesired search matches move code to Info-search-success-function,
5460 and call `isearch-success-function' instead.
5461 (Info-search-success-function): New function copied from code
5462 in Info-search. Replace isearch-range-invisible with
5463 text-property-not-all that checks for 'invisible and 'display
5464 properties to skip partially invisible matches (whose display
5465 properties were set by Info-fontify-node).
5466 (Info-mode): Set buffer-local isearch-success-function
5467 to Info-search-success-function.
5468
5469 2008-04-22 Juri Linkov <juri@jurta.org>
5470
5471 * minibuffer.el (internal-complete-buffer-except): New function.
5472
5473 * files.el (read-buffer-to-switch): New function.
5474 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5475 Change interactive spec to call read-buffer-to-switch instead of
5476 using the letter "B".
5477
5478 * simple.el (minibuffer-default-add-shell-commands): New function.
5479 Use declare-function for mailcap-file-default-commands from "mailcap".
5480 (shell-command): Set local minibuffer-default-add-function to
5481 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
5482 before calling read-shell-command. Set 4th arg default-value of
5483 read-shell-command to relative buffer-file-name in file buffers.
5484
5485 * dired-aux.el (dired-read-shell-command-default): Move it to
5486 gnus/mailcap.el and change its name to more general name
5487 mailcap-file-default-commands.
5488 (minibuffer-default-add-dired-shell-commands): New function.
5489 Use declare-function for mailcap-file-default-commands from "mailcap".
5490 (dired-read-shell-command): Set local minibuffer-default-add-function
5491 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
5492 before calling read-shell-command. Remove dired-read-shell-command-default
5493 from the default value arg because default values are not set in
5494 minibuffer-default-add-dired-shell-commands. Doc fix.
5495
5496 * dired-x.el (dired-smart-shell-command): Sync arguments and
5497 interactive spec with changes in `shell-command'.
5498 Use dired-get-filename to get the dired file name at point
5499 as the default value in dired mode.
5500
5501 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
5502
5503 * info.el (Info-complete-menu-item): Add missing parenthesis.
5504
5505 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * info.el (Info-complete-menu-item): Save point.
5508
5509 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
5510
5511 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
5512
5513 2008-04-22 Andreas Schwab <schwab@suse.de>
5514
5515 * Makefile.in (emacs-deps): Define.
5516 Use it instead of $(lisp)/subdirs.el.
5517
5518 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5519
5520 * vc.el (vc-next-action): Do not consider directories when
5521 checking for state compatibility.
5522 (vc-transfer-file): Use when not if.
5523 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
5524 (vc-dir-mark-file): Use them.
5525 (vc-deduce-fileset): Also return the backend.
5526 (vc-diff-internal): Take as argument the value returned by
5527 vc-deduce-fileset instead of just the fileset.
5528 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
5529 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
5530 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
5531
5532 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
5533
5534 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
5535 set-window-vscroll but image-scroll-down. Fixes a bug where a
5536 command following SPC scrolled up again.
5537
5538 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
5539
5540 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
5541 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
5542 (gud-watch): Add "$" prefix when in registers buffer.
5543
5544 2008-04-22 Glenn Morris <rgm@gnu.org>
5545
5546 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
5547
5548 * whitespace.el (whitespace-display-table)
5549 (whitespace-display-table-was-local): Move definitions before use.
5550
5551 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
5552 (copyright-limit): Respect copyright-at-end-flag.
5553 (copyright-re-search, copyright-start-point)
5554 (copyright-offset-too-large-p): New functions.
5555 (copyright-update-year): Use copyright-re-search.
5556 (copyright-update, copyright-fix-years): Use copyright-start-point,
5557 and copyright-re-search.
5558 (copyright): Use copyright-offset-too-large-p.
5559 * add-log.el (change-log-mode): Set copyright-at-end-flag.
5560
5561 * add-log.el (top-level): Require 'cl when compiling.
5562
5563 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5564
5565 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
5566 Treat minibuffer-completion-predicate as a predicate.
5567
5568 * minibuffer.el (completion--file-name-table): Accept both the old
5569 `dir' arg or the new `pred' arg.
5570
5571 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
5572 `predicate' argument to pass non-predicate data.
5573 (ffap-read-url-internal, ffap-read-file-or-url-internal):
5574 Use second arg as proper predicate.
5575
5576 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
5577 (vc-bzr-revision-completion-table): Use completion-table-with-context
5578 instead.
5579
5580 * simple.el (choose-completion-string): Use minibuffer-completion-table.
5581
5582 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
5583
5584 * term.el (term-emulate-terminal): Perform redisplay after the
5585 process filter has finished running.
5586
5587 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
5590
5591 * minibuffer.el (completion-try-completion): Change magic symbol
5592 property name. Rename from minibuffer-try-completion.
5593 (completion-all-completions): Rename from minibuffer-all-completions.
5594 Remove hide-spaces argument.
5595 (completion--do-completion): Rename from minibuffer--do-completion.
5596 (minibuffer-complete-and-exit): Call just try-completion rather than
5597 completion-try-completion to fix up the case.
5598 (completion--try-word-completion): Try to add space or hyphen before
5599 making `string' a prefix of `completion'.
5600 (completion--insert-strings): Rename from minibuffer--insert-strings.
5601
5602 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
5603
5604 * net/tls.el (tls-program): Add -ign_eof argument to call the
5605 openssl commands.
5606 (tls-checktrust): Ditto.
5607
5608 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
5609
5610 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
5611
5612 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
5613 (vc-check-master-templates, vc-file-not-found-hook)
5614 (vc-kill-buffer-hook):
5615 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
5616 (vc-find-position-by-context, vc-buffer-context)
5617 (vc-restore-buffer-context, vc-responsible-backend)
5618 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
5619 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
5620 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
5621 (vc-version-diff, vc-diff, vc-insert-headers)
5622 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
5623 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
5624 (vc-revert, vc-rollback, vc-version-backup-file)
5625 (vc-rename-master, vc-delete-file, vc-rename-file)
5626 (vc-branch-part, vc-default-retrieve-snapshot)
5627 (vc-annotate-display-autoscale, vc-annotate-display-select)
5628 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
5629 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
5630 (vc-dir-update): Handle directories.
5631 (vc-default-status-printer): Simplify.
5632
5633 * progmodes/asm-mode.el (asm-mode-map):
5634 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
5635
5636 * progmodes/m4-mode.el (m4-mode-map): Add menu.
5637
5638 2008-04-21 Kenichi Handa <handa@m17n.org>
5639
5640 * select.el (xselect-convert-to-string): Send a C_STRING only if
5641 the polymorphic target TEXT is requested.
5642
5643 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
5644
5645 * minibuffer.el (completion-setup-hook, display-completion-list)
5646 (completion--file-name-table): Fix typos in docstrings.
5647 (completion-table-dynamic): Fix typo, and reflow docstring.
5648
5649 2008-04-20 Andreas Schwab <schwab@suse.de>
5650
5651 * server.el (server-switch-buffer): Also consider clients in the
5652 selected frame.
5653
5654 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
5655
5656 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
5657 Select window clicked on first.
5658 (gdb): Display thread number in mode-line.
5659 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
5660 (gdb-breakpoints-header): New variable.
5661 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
5662
5663 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
5666 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
5667 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
5668 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
5669 (vc-sccs-print-log): Use it.
5670
5671 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
5672
5673 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
5674 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
5675
5676 * tooltip.el (tooltip-previous-message): New var.
5677 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
5678 the C code (avoid overwriting a minibuffer, restore previous echo
5679 message, ...).
5680 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
5681 Simplify.
5682
5683 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
5684
5685 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
5686 (gdb-init-1): Initialise it.
5687 (gdb-annotation-rules): New entry for "new-thread".
5688 (gdb-thread-identification): New function to customize
5689 mode-line-buffer-identification.
5690 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
5691 (gdb-assembler-mode): Use it.
5692 (gdb-threads-mode): Force "info threads" onto queue.
5693
5694 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * files.el (locate-file-completion-table): Rename from
5697 locate-file-completion and make it use `pred' in the normal way.
5698 (locate-file-completion): New compatibility wrapper.
5699 (load-library): Use locate-file-completion-table.
5700 * finder.el (finder-commentary):
5701 * subr.el (locate-library):
5702 * emacs-lisp/find-func.el (find-library): Likewise.
5703 * info.el: Use with-current-buffer and inhibit-read-only.
5704 (Info-read-node-name-2): Change to use `predicate' in the normal way.
5705 (Info-read-node-name-1): Adjust uses accordingly.
5706
5707 * minibuffer.el (completion-table-with-context): Add support for `pred'.
5708 (completion-table-with-terminator): Don't use complete-with-action
5709 since we have to distinguish all three cases anyway.
5710 (completion-table-with-predicate): New function.
5711 (dynamic-completion-table): Add obsolete alias.
5712
5713 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
5714
5715 2008-04-18 Sam Steingold <sds@gnu.org>
5716
5717 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
5718 Use quit-window instead of bury-buffer.
5719
5720 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * minibuffer.el (completion-table-with-terminator): Fix last fix.
5723
5724 2008-04-18 Andreas Schwab <schwab@suse.de>
5725
5726 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5727 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
5728 Depend on $(lisp)/subdirs.el.
5729
5730 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * descr-text.el (describe-char-after):
5733 Use `define-obsolete-function-alias'.
5734
5735 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
5736
5737 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
5738
5739 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
5740 Remove redundant obsolescence info in docstring.
5741
5742 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5743 (vc-header-alist): Add WHEN to obsolescence declaration.
5744 (vc-state): Fix typo in docstring.
5745
5746 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
5747 Use `define-obsolete-variable-alias'.
5748
5749 * emulation/tpu-edt.el (tpu-have-ispell):
5750 * international/codepage.el (codepage-setup):
5751 Fix typo in obsolescence declaration.
5752
5753 * international/mule.el (char-coding-system-table):
5754 Remove redundant obsolescence info in docstring.
5755 (charset-list, generic-char-p, set-char-table-default):
5756 Fix typos in obsolescence decarations.
5757
5758 * international/mule-diag.el (non-iso-charset-alist):
5759 Fix typo in obsolescence declaration.
5760 (decode-codepage-char): Remove redundant obsolescence info in docstring.
5761
5762 * font-core.el (font-lock-defaults-alist):
5763 * font-lock.el (font-lock-reference-face):
5764 * frame.el (screen-height, screen-width, set-screen-width)
5765 (set-screen-height):
5766 * hilit-chg.el (highlight-changes-initial-state):
5767 * isearch.el (isearch-return-char):
5768 * log-edit.el (cvs-commit-buffer-require-final-newline)
5769 (cvs-changelog-full-paragraphs):
5770 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
5771 (mouse-popup-menubar-stuff):
5772 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
5773 (mouse-wheel-click-button):
5774 * outline.el (outline-visible):
5775 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
5776 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
5777 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
5778 * progmodes/compile.el (compile-internal):
5779 Add WHEN to obsolescence declarations.
5780
5781 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5782
5783 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
5784 is not better anyway.
5785
5786 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5787
5788 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
5789 properly.
5790
5791 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
5792
5793 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
5794 (python-use-skeletons): Remove, unused.
5795 (python-skeletons): Remove. Use the abbrev table instead.
5796 (python-mode-abbrev-table): Fix regexp;
5797 add enable-function and case-fixed.
5798 (def-python-skeleton): Simplify.
5799 (python-expand-template): Use the abbrev-table and abbrev-insert.
5800 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
5801 Remove.
5802 (python-mode): Don't set pre-abbrev-expand-hook.
5803
5804 * skeleton.el: Set coding-tag.
5805
5806 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
5807 (expand-abbrev): Use it.
5808 (abbrev-table-menu): New function.
5809
5810 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
5811
5812 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
5813
5814 2008-04-17 Sam Steingold <sds@gnu.org>
5815
5816 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
5817 idiosyncratic bury-buffer/delete-window logic.
5818
5819 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
5820
5821 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
5822 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
5823
5824 2008-04-17 Kenichi Handa <handa@m17n.org>
5825
5826 * international/characters.el: Don't make the width of U+00AD to 0.
5827
5828 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
5829
5830 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
5831 (gdb, gdb-starting, gdb-frames-mode): Use it.
5832 (gdb-invalidate-frames): Advise to call "info stack" only if
5833 execution has occurred.
5834 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
5835 selected frame if no execution has occurred.
5836 (gdb-frames-force-update): New interactive function.
5837 (gdb-frames-mode-map): Bind it to "F".
5838
5839 2008-04-17 Michael Olson <mwolson@gnu.org>
5840
5841 * textmodes/remember.el (remember-version): Release Remember 2.0.
5842
5843 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
5844
5845 * textmodes/artist.el:
5846 * progmodes/vhdl-mode.el:
5847 * progmodes/verilog-mode.el:
5848 * progmodes/vera-mode.el:
5849 * progmodes/simula.el:
5850 * progmodes/ps-mode.el:
5851 * progmodes/cmacexp.el:
5852 * obsolete/hilit19.el:
5853 * emulation/viper.el:
5854 * ediff.el: Cleanup the bug-report email addresses and make sure the
5855 maintainer is still willing to handle bug reports.
5856
5857 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5858
5859 * vc.el (vc-dir-kill-query): Fix thinko.
5860
5861 2008-04-16 Glenn Morris <rgm@gnu.org>
5862
5863 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
5864 by diary-sexp-entry.
5865
5866 2008-04-16 Markus Triska <markus.triska@gmx.at>
5867
5868 * proced.el (proced-command-alist): Add support for darwin.
5869
5870 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5871
5872 * proced.el (proced-mode): Redefine as just the major-mode.
5873 (proced): Separate it from proced-mode.
5874
5875 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
5876
5877 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5878
5879 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
5880 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
5881 `tab-width' setting from user. New version 10.0. Doc and docstring
5882 fix.
5883 (whitespace-style, whitespace-chars): Remove options.
5884 (whitespace-style-mark): New option, replace whitespace-style deleted
5885 option. Fix docstring.
5886 (whitespace-style-color): New option, replace whitespace-chars deleted
5887 option. Fix docstring.
5888 (whitespace-space, whitespace-hspace, whitespace-tab)
5889 (whitespace-newline, whitespace-trailing, whitespace-line)
5890 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
5891 (whitespace-space-after-tab, whitespace-hspace-regexp)
5892 (whitespace-space-regexp, whitespace-tab-regexp)
5893 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
5894 (whitespace-empty-at-eob-regexp, whitespace-line-column)
5895 (whitespace-toggle-option-alist): Fix docstring.
5896 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5897 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
5898 docstring and initialization.
5899 (global-whitespace-mode): Autoloaded global minor mode.
5900 (whitespace-chars-value-list, whitespace-style-value-list)
5901 (whitespace-active-chars, whitespace-active-style)
5902 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
5903 (whitespace-color-value-list): New var, replace
5904 whitespace-chars-value-list removed var.
5905 (whitespace-mark-value-list): New var, replace
5906 whitespace-style-value-list removed var.
5907 (whitespace-active-color): New var, replace whitespace-active-chars
5908 removed var.
5909 (whitespace-active-mark): New var, replace whitespace-active-style
5910 removed var.
5911 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
5912 removed var.
5913 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
5914 removed var.
5915 (whitespace-toggle-option-alist, whitespace-report-list)
5916 (whitespace-report-text, whitespace-help-text): Fix initialization.
5917 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
5918 (whitespace-toggle-options, global-whitespace-toggle-options)
5919 (whitespace-cleanup-region, whitespace-report-region)
5920 (whitespace-interactive-char): Fix docstring and code.
5921 (whitespace-cleanup, whitespace-report): Fix docstring.
5922 (whitespace-replace-spaces-by-tabs): Remove fun.
5923 (whitespace-replace-action): New fun, replace
5924 whitespace-replace-spaces-by-tabs removed fun.
5925 (whitespace-regexp, whitespace-indentation-regexp)
5926 (whitespace-space-after-tab-regexp, whitespace-insert-value)
5927 (whitespace-kill-buffer): New funs.
5928 (whitespace-insert-option-mark, whitespace-help-on)
5929 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
5930 (whitespace-color-on, whitespace-color-off)
5931 (whitespace-display-char-on): Fix code.
5932
5933 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5934
5935 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
5936 (mouse-throw-magnifier-with-mouse-movement): Remove.
5937 (mouse-throw-magnifier-base): New const.
5938 (mouse-drag-scroll-delta): New fun.
5939 (mouse-drag-throw): Use it.
5940
5941 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
5942
5943 * international/uni-bidi.el, international/uni-category.el:
5944 * international/uni-combining.el, international/uni-comment.el:
5945 * international/uni-decimal.el, international/uni-decomposition.el:
5946 * international/uni-digit.el, international/uni-lowercase.el:
5947 * international/uni-mirrored.el, international/uni-name.el:
5948 * international/uni-numeric.el, international/uni-old-name.el:
5949 * international/uni-titlecase.el, international/uni-uppercase.el:
5950 * international/charprop.el: Regenerate.
5951
5952 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
5953
5954 * vc.el (vc-status-fileinfo): Add new member directoryp.
5955 (vc-default-status-printer): Print directories.
5956 (vc-status-update): Sort files before subdirectories.
5957
5958 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5959 Add alternative implementation based on "cvs update".
5960
5961 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
5962
5963 * doc-view.el: Changed requirements section to tell that only one
5964 of dvipdf or dvipdfm is needed.
5965 (doc-view-already-converted-p): Fix bug that forced reconversion
5966 if doc was already converted.
5967
5968 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5969
5970 * minibuffer.el (minibuffer-message):
5971 Make sure we can put-text-property.
5972
5973 * emacs-lisp/crm.el: Complete rewrite.
5974
5975 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
5976 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
5977 case of an error in display-completion-list.
5978
5979 * filecache.el (file-cache-completions-keymap): Move init from
5980 file-cache-completion-setup-function into declaration.
5981 (file-cache-minibuffer-complete): Simplify.
5982 (file-cache-completion-setup-function): Use standard-output,
5983 preserve current-buffer.
5984
5985 * vc.el (vc-status-update): Fix typo.
5986 (vc-status-update): Set needs-update.
5987 (vc-status-refresh): η-reduce.
5988
5989 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
5990
5991 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
5992 to image-eol.
5993
5994 2008-04-14 Alexandre Julliard <julliard@winehq.org>
5995
5996 * vc.el (vc-status-update): Undo the previous revert.
5997
5998 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5999
6000 * minibuffer.el (completion-table-with-terminator): Those completions
6001 are never valid w.r.t test-completion.
6002 (completion--file-name-table):
6003 Check completion-all-completions-with-base-size.
6004
6005 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
6006
6007 * doc-view.el (doc-view-dvipdf-program): New variable.
6008 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
6009 (doc-view-mode-p): Check for doc-view-dvipdf-program as
6010 alternative for doc-view-dvipdfm-program.
6011 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
6012
6013 * doc-view.el (doc-view-start-process): Don't set
6014 default-directory to "~/" if the current value is valid.
6015 This broke PS files that run other files in the same directory.
6016
6017 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
6018
6019 * vc.el (vc-status-kill-query): New function.
6020 (vc-status-mode): Add it to kill-buffer-query-functions.
6021 (vc-status-show-fileentry): New function.
6022 (vc-status-menu-map): Bind it. Bind vc-next-action.
6023
6024 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * minibuffer.el (minibuffer-message): Put cursor at the right place.
6027
6028 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6029
6030 * proced.el (proced-send-signal): Fix error recognition.
6031
6032 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6033
6034 * proced.el (proced-command-alist): Remove sort column.
6035 (proced-command, proced-procname-column):
6036 Use make-variable-buffer-local.
6037 (proced-signal-function): Rename from proced-kill-program.
6038 Allow for elisp symbols and string values representing system calls.
6039 (proced-marker-regexp, proced-success-message): New functions.
6040 (proced): Use defalias. Add autoload cookie.
6041 (proced-unmark-backward, proced-toggle-marks)
6042 (proced-hide-processes): New commands.
6043 (proced-do-mark): Simplify code.
6044 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
6045 (proced-update): Remove sorting.
6046 (proced-send-signal): Display number of processes to operate on.
6047 Allow for system calls or elisp functions to send signals.
6048 Check if signal was sent successfully.
6049
6050 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * minibuffer.el (completion-all-completion-with-base-size): New var.
6053 (completion--some): New function.
6054 (completion-table-with-context, completion--file-name-table):
6055 Return the base-size if requested.
6056 (completion-table-in-turn): Generalize to multiple arguments.
6057 (complete-in-turn): Compatibility alias.
6058 (completion-styles-alist): New var.
6059 (completion-styles): New customization.
6060 (minibuffer-try-completion, minibuffer-all-completions):
6061 New functions.
6062 (minibuffer--do-completion, minibuffer-complete-and-exit)
6063 (minibuffer-try-word-completion): Use them.
6064 (display-completion-list, minibuffer-completion-help): Use them.
6065 Handle all-completions's new base-size info to set completion-base-size.
6066 * info.el (Info-read-node-name-1): Use completion-table-with-context,
6067 completion-table-with-terminator and complete-with-action.
6068 Remove the now obsolete completion-base-size-function property.
6069 * simple.el (completion-list-mode-map): Move init into declaration.
6070 (completion-list-mode): Use define-derived-mode.
6071 (completion-setup-function): Use any completion-base-size that may
6072 have been set before. Remove handling of completion-base-size-function.
6073 * loadup.el: Move abbrev.el up earlier.
6074
6075 2008-04-13 Alexandre Julliard <julliard@winehq.org>
6076
6077 * vc-git.el (vc-git-after-dir-status-stage)
6078 (vc-git-dir-status-goto-stage): New functions.
6079 (vc-git-after-dir-status-stage1)
6080 (vc-git-after-dir-status-stage1-empty-db)
6081 (vc-git-after-dir-status-stage2): Remove, functionality moved
6082 into the new generic stage functions.
6083 (vc-git-dir-status-files): New function.
6084
6085 * vc.el (vc-status-update): Revert an incorrect rewrite.
6086 Add some comments.
6087 (vc-status-refresh-files): New function.
6088 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
6089 state of up-to-date files.
6090 (vc-default-dir-status-files): New function.
6091
6092 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
6093
6094 * minibuffer.el (completion--embedded-envvar-table)
6095 (read-file-name-internal): Fix typos in 2008-04-11 change.
6096
6097 * faces.el (read-face-name): Use `completion-table-in-turn',
6098 not `complete-in-turn'.
6099
6100 2008-04-13 Andreas Schwab <schwab@suse.de>
6101
6102 * progmodes/etags.el: Require 'cl when compiling.
6103
6104 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
6105
6106 * progmodes/gud.el (gud-menu-map): Expand tooltip.
6107
6108 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
6109 (menu): Add/expand menu tooltips.
6110
6111 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6112
6113 * progmodes/sh-script.el (sh-show-indent): Fix typo.
6114 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
6115
6116 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
6117 considered registered.
6118
6119 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6120
6121 * emacs-lisp/copyright.el (copyright-update-directory): New command.
6122
6123 * ediff-wind.el (ediff-split-window-function)
6124 (ediff-merge-split-window-function): Improve custom type.
6125
6126 2008-04-12 Eli Zaretskii <eliz@gnu.org>
6127
6128 * loadup.el ("minibuffer"): Move after "faces".
6129
6130 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * progmodes/hideif.el (hif-factor): Handle unary minus.
6133
6134 2008-04-12 Glenn Morris <rgm@gnu.org>
6135
6136 * calendar/cal-china.el (chinese-calendar-time-zone):
6137 Mark obsolete name as risky too.
6138
6139 * calendar/calendar.el (calendar-faces): New custom group.
6140 (calendar-today, diary, holiday): Doc fix.
6141 Move to calendar-faces group.
6142 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
6143 (diary-button): Doc fix. Move to calendar-faces group.
6144
6145 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6146 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
6147 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
6148 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
6149 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
6150 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
6151 not in dumped files before the associated defcustom.
6152
6153 2008-04-11 Johan Bockgård <bojohan@gnu.org>
6154
6155 * minibuffer.el (lazy-completion-table): Fix debug spec.
6156
6157 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6158
6159 * minibuffer.el (complete-with-action, lazy-completion-table):
6160 Move from subr.el.
6161 (apply-partially, completion-table-dynamic)
6162 (completion-table-with-context, completion-table-with-terminator)
6163 (completion-table-in-turn): New funs.
6164 (completion--make-envvar-table, completion--embedded-envvar-table):
6165 New funs.
6166 (read-file-name-internal): Use them.
6167 (completion-setup-hook): Move from simple.el.
6168 * subr.el (complete-with-action, lazy-completion-table):
6169 * simple.el (completion-setup-hook): Move to minibuffer.el.
6170
6171 2008-04-11 Glenn Morris <rgm@gnu.org>
6172
6173 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
6174
6175 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6176
6177 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
6178
6179 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
6180
6181 * textmodes/fill.el (fill-forward-paragraph-function): New var.
6182 (fill-forward-paragraph): New fun.
6183 (fill-paragraph, fill-region): Use it.
6184
6185 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
6186 (vc-status-create-fileinfo): Make `extra' optional.
6187 (vc-status-busy): New fun.
6188 (vc-status-menu-map): Use it.
6189 (vc-status-crt-marked): Remove.
6190 (vc-status-update): Rename from vc-status-add-entries.
6191 Add argument so as to prevent addition of entries. Rewrite.
6192 (vc-update-vc-status-buffer): Remove.
6193 (vc-status-refresh): Don't remove old entries, set them to
6194 up-to-date instead. Also do it after the update is complete.
6195 (vc-status-marked-files): η-reduce.
6196
6197 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
6198 for non-dialogs.
6199
6200 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
6201
6202 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
6203
6204 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
6205
6206 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
6207 to t and don't truncate msg.
6208
6209 2008-04-11 Glenn Morris <rgm@gnu.org>
6210
6211 * calendar/calendar.el (diary, holidays):
6212 Move custom groups to other files.
6213 (holiday-general-holidays, holiday-oriental-holidays)
6214 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
6215 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6216 (holiday-hebrew-holidays, holiday-christian-holidays)
6217 (holiday-islamic-holidays, holiday-bahai-holidays)
6218 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
6219 * calendar/diary-lib.el: Move custom group here from calendar.el.
6220 * calendar/holidays-lib.el: Move custom group and variables here
6221 from calendar.el.
6222
6223 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
6224
6225 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6226 Fix custom group.
6227 (calendar-current-time-zone-cache): Autoload riskiness.
6228
6229 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
6230
6231 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
6232
6233 * woman.el (woman2-TH): Use string-equal instead of string-match.
6234
6235 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6236
6237 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
6238 (smerge-resolve): Merge the "2-way refinement" case with one half of
6239 the "mere whitespace" resolution.
6240
6241 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
6242
6243 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
6244
6245 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
6246
6247 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6248 Add WHEN to obsolescence declaration.
6249
6250 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
6251
6252 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
6253
6254 * vc-hooks.el (vc-state): Add new state `conflict'.
6255 (vc-after-save): Use when not if.
6256 (vc-default-mode-line-string): Deal with the conflict state.
6257 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
6258
6259 * vc.el (vc-editable-p, vc-default-status-printer)
6260 (vc-next-action): Deal with the conflict state.
6261 (vc-mark-resolved): New function.
6262 (vc-status-mode): Fix mode name.
6263 (vc-default-comment-history): Use when not if.
6264 (Todo): Add new entries, remove old ones.
6265
6266 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
6267 (vc-cvs-parse-status, vc-cvs-after-dir-status):
6268 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
6269 Detect the conflict state.
6270
6271 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
6272
6273 2008-04-10 Glenn Morris <rgm@gnu.org>
6274
6275 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
6276 Respect truncate-partial-width-windows in non-full windows,
6277 with regards to :toggle and :enable state.
6278
6279 * simple.el (toggle-truncate-lines): Doc fix.
6280
6281 * Makefile.in (MH_E_DIR): New variable.
6282 (MH_E_SRC): Restore variable removed 2008-03-13.
6283 (mh-loaddefs.el): Depend on $MH_E_SRC.
6284 (CAL_DIR, CAL_SRC): New variables.
6285 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
6286 Depend on CAL_SRC.
6287
6288 * calendar/calendar.el (calendar, diary): Add :prefix.
6289 (holidays): Change :prefix.
6290 (calendar-today, holiday, calendar-holiday-marker)
6291 (european-calendar-style): Change custom groups.
6292
6293 * calendar/calendar.el (diary-hook, diary-display-hook):
6294 Move to diary-lib.el.
6295 * calendar/diary-lib.el (diary-hook, diary-display-hook):
6296 Move here from calendar.el.
6297 * calendar/appt.el: Require diary-lib rather than calendar.
6298 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
6299
6300 * calendar/appt.el (appt): Add :prefix.
6301
6302 * calendar/diary-lib.el (diary-hook): Doc fix.
6303 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
6304
6305 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
6308 New functions.
6309
6310 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
6311 the arg to recursive calls.
6312
6313 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
6314
6315 * minibuffer.el (completion-auto-help): Fix typo.
6316
6317 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
6320
6321 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
6322
6323 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
6324 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
6325
6326 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
6329
6330 * minibuffer.el (minibuffer): Move group from cus-edit.el.
6331 (completion-auto-help): Move from C code.
6332 (minibuffer--maybe-completion-help): Remove.
6333 (minibuffer--bitset): New function.
6334 (minibuffer--do-completion): Rename from minibuffer-do-completion.
6335 Renumber a bit. Really complete on string *before* point.
6336 Add argument used for word-completion.
6337 Join trailing / in completion with following text, as done in
6338 minibuffer-complete-word.
6339 Handle new value `lazy' for completion-auto-help.
6340 (minibuffer-try-word-completion): New function extracted from
6341 minibuffer-complete-word.
6342 (minibuffer-complete-word): Use minibuffer--do-completion.
6343 (minibuffer--insert-strings): Rename from
6344 minibuffer-complete-insert-strings.
6345 (exit-minibuffer): Fix typo.
6346 * cus-edit.el (minibuffer): Move group to minibuffer.el.
6347 * cus-start.el: Remove completion-auto-help.
6348
6349 2008-04-09 Alexandre Julliard <julliard@winehq.org>
6350
6351 * vc.el (vc-status-add-entries): New function.
6352 (vc-status-add-entry): Remove.
6353 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
6354 Use vc-status-add-entries.
6355
6356 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
6357 order.
6358
6359 2008-04-09 Jason Rumney <jasonr@gnu.org>
6360
6361 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
6362 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
6363 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
6364 (AUTOGENEL): New variable.
6365 (distclean, maintainer-clean): New targets.
6366
6367 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
6368
6369 * emacs-lisp/regexp-opt.el (regexp-opt):
6370 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
6371
6372 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6373
6374 * nxml/nxml-mode.el (nxml-cleanup): New function.
6375 (nxml-mode): Add it to change-major-mode-hook.
6376
6377 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
6378
6379 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
6380
6381 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
6382
6383 * calc/.cvsignore: New file.
6384
6385 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
6386
6387 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
6388
6389 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
6390 show-help-function when turning tooltip off.
6391 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
6392 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
6393
6394 2008-04-09 Alan Mackenzie <acm@muc.de>
6395
6396 * font-lock.el (font-lock-extend-after-change-region-function):
6397 Make it buffer local.
6398
6399 2008-04-09 Glenn Morris <rgm@gnu.org>
6400
6401 * calendar/calendar.el (diary-file, european-calendar-style):
6402 Remove autoload cookies.
6403
6404 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6405
6406 * outline.el (outline-mode-menu-bar-map):
6407 * log-view.el (log-view-mode-menu):
6408 * log-edit.el (log-edit-menu): Add :help.
6409
6410 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
6411
6412 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6413 Use substring-no-properties for correct handling of unibyte strings.
6414
6415 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * add-log.el (change-log-next-buffer): Handle the case where version<
6418 signals an error.
6419
6420 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
6421 mouse-major-mode-menu.
6422 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
6423 (mouse-major-mode-menu, mouse-popup-menubar)
6424 (mouse-popup-menubar-stuff): Use them.
6425 (C-down-mouse-3): Bind to a dynamic map rather than to
6426 mouse-popup-menubar-stuff.
6427
6428 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
6429 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
6430
6431 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6432
6433 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
6434 file:// access method.
6435
6436 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * minibuffer.el: New file.
6439 * loadup.el: Load it.
6440
6441 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
6444 rather than subdirs.el. It introduces an ugly circular dependency, tho.
6445
6446 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
6447 (calc-mode-map, calc-digit-map, calc-dispatch-map):
6448 Move initialization into declaration.
6449 * calc/calc-yank.el:
6450 * calc/calc-misc.el:
6451 * calc/calc-embed.el:
6452 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
6453
6454 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
6455
6456 * ps-samp.el (ps-add-printer, ps-remove-printer)
6457 (ps-make-dynamic-printer-menu): New functions.
6458
6459 * net/zeroconf.el: New file.
6460
6461 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6462
6463 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
6464
6465 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6466
6467 * vc-rcs.el (vc-rcs-modify-change-comment):
6468 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
6469
6470 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
6471
6472 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
6473
6474 * international/mule-cmds.el (set-locale-environment): Don't warn if
6475 coding system doesn't agree with system locale (this reverts changes
6476 by Dave Love, dated 2002-10-27 and 2002-10-09).
6477
6478 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6479 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
6480
6481 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
6482
6483 2008-04-08 Glenn Morris <rgm@gnu.org>
6484
6485 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
6486 * textmodes/remember.el (remember-diary-convert-entry):
6487 Require calendar.
6488
6489 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
6490 diary-file, since it is the default for make-diary-entry anyway.
6491
6492 * calendar/cal-menu.el (cal-menu-event-to-date):
6493 Rename calendar-event-to-date. Update callers.
6494 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
6495 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
6496 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
6497 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
6498 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
6499 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
6500 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
6501 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
6502 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
6503 (calendar-mouse-tex-month-landscape):
6504 Rename cal-tex-mouse-month-landscape.
6505 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
6506 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
6507 (calendar-mouse-tex-year-landscape):
6508 Rename cal-tex-mouse-year-landscape.
6509 (cal-menu-context-mouse-menu): Update for above name changes.
6510
6511 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6512 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6513 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
6514 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
6515 * calendar/holidays.el: Replace int-to-string with number-to-string.
6516
6517 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
6518
6519 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
6520 region if point moves.
6521
6522 2008-04-08 Kenichi Handa <handa@m17n.org>
6523
6524 * faces.el (font-slant-table): Change numeric values for `r',
6525 `roman', and `normal'.
6526
6527 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
6528
6529 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
6530
6531 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
6532
6533 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
6534 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
6535
6536 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
6537
6538 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
6539 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
6540
6541 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
6544
6545 2008-04-07 Sam Steingold <sds@gnu.org>
6546
6547 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
6548 Add helper functions.
6549 (lisp-do-defun): Extract the common part of lisp-eval-defun and
6550 lisp-compile-defun; DEFVAR forms reset the variables to the init
6551 values, just like in emacs-lisp mode eval-defun.
6552 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
6553 (lisp-compile-region): Use lisp-compile-string.
6554
6555 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * subr.el (combine-and-quote-strings): Also quote strings that contain
6558 the separator.
6559
6560 * pcvs-util.el (cvs-map): Avoid recursion :-(
6561
6562 2008-04-07 Glenn Morris <rgm@gnu.org>
6563
6564 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
6565
6566 * calendar.el (diary-view-entries-initially-flag): Rename
6567 view-diary-entries-initially. Keep old name as alias, update users.
6568 (calendar-mark-diary-entries-flag): Rename
6569 mark-diary-entries-in-calendar. Keep old name as alias, update users.
6570 (calendar-view-holidays-initially-flag): Rename
6571 view-calendar-holidays-initially. Keep old name as alias, update users.
6572 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
6573 Keep old name as alias, update users.
6574 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
6575 Keep old name as alias, update users.
6576 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
6577 Keep old name as alias, update users.
6578 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
6579 Keep old name as alias, update users.
6580 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
6581 (diary-american-date-forms): Rename american-date-diary-pattern.
6582 Keep old name as alias, update users.
6583 (diary-european-date-forms): Rename european-date-diary-pattern.
6584 Keep old name as alias, update users.
6585 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
6586 Keep old name as alias, update users.
6587 (calendar-european-date-display-form): Rename
6588 european-calendar-display-form. Keep old name as alias, update users.
6589 (calendar-american-date-display-form): Rename
6590 european-calendar-display-form. Keep old name as alias, update users.
6591 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
6592 Keep old name as alias, update users.
6593 (holiday-general-holidays): Rename general-holidays.
6594 Keep old name as alias, update users.
6595 (holiday-oriental-holidays): Rename oriental-holidays.
6596 Keep old name as alias, update users.
6597 (holiday-local-holidays): Rename local-holidays.
6598 Keep old name as alias, update users.
6599 (holiday-other-holidays): Rename other-holidays.
6600 Keep old name as alias, update users.
6601 (holiday-hebrew-holidays): Rename hebrew-holidays.
6602 Keep old name as alias, update users.
6603 (holiday-christian-holidays): Rename christian-holidays.
6604 Keep old name as alias, update users.
6605 (holiday-islamic-holidays): Rename islamic-holidays.
6606 Keep old name as alias, update users.
6607 (holiday-bahai-holidays): Rename bahai-holidays.
6608 Keep old name as alias, update users.
6609 (holiday-solar-holidays): Rename solar-holidays.
6610 Keep old name as alias, update users.
6611 (diary-fancy-buffer): Rename fancy-diary-buffer.
6612 Keep old name as alias, update users.
6613 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
6614 Update users.
6615 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
6616 Update users.
6617 (calendar-increment-month): Rename increment-calendar-month.
6618 Keep old name as alias, update callers.
6619 (calendar-increment-month-cons): Rename old calendar-increment-month.
6620 Update callers.
6621 (calendar-extract-month): Rename extract-calendar-month.
6622 Keep old name as alias, update callers.
6623 (calendar-extract-day): Rename extract-calendar-day.
6624 Keep old name as alias, update callers.
6625 (calendar-extract-year): Rename extract-calendar-year.
6626 Keep old name as alias, update callers.
6627 (calendar-generate-window): Rename generate-calendar-window.
6628 Update callers.
6629 (calendar-generate): Rename generate-calendar. Update callers.
6630 (calendar-generate-month): Rename generate-calendar-month.
6631 Update callers.
6632 (calendar-redraw): Rename redraw-calendar. Update callers.
6633 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
6634 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
6635 Update callers.
6636 (calendar-update-mode-line): Rename update-calendar-mode-line.
6637 Update callers.
6638 (calendar-exit): Rename exit-calendar. Keep old name as alias,
6639 update callers.
6640 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
6641 Keep old name as alias, update callers.
6642 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6643 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
6644 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
6645 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
6646 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
6647 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
6648 * calendar/solar.el: Update for calendar.el name changes.
6649 * org/org.el (org-agenda-format-date-aligned)
6650 (org-agenda-execute-calendar-command): Access date elements directly
6651 rather than using calendar functions.
6652 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
6653 Also set calendar-view-diary-initially-flag,
6654 calendar-view-holidays-initially-flag.
6655 (org-get-entries-from-diary): Also set diary-fancy-buffer.
6656 (org-agenda-execute-calendar-command): No need to set displayed-day.
6657
6658 2008-04-06 Alan Mackenzie <acm@muc.de>
6659
6660 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
6661 typo in the doc string.
6662
6663 * progmodes/cc-mode.el (c-basic-common-init):
6664 Set font-lock-extend-after-change-region-function.
6665 (c-extend-after-change-region): New function, used in
6666 font-lock-extend-after-change-region-function, thus superseding
6667 advice on the Font Lock after change functions.
6668 (c-advise-fl-for-region): Remove this macro.
6669
6670 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6671
6672 * textmodes/flyspell.el (flyspell-duplicate-distance):
6673 Improve custom type.
6674
6675 2008-04-06 Glenn Morris <rgm@gnu.org>
6676
6677 * calendar/diary-lib.el (diary-sexp-entry-symbol):
6678 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
6679 (diary-list-entries-hook): Rename list-diary-entries-hook.
6680 Keep old name as alias, update users.
6681 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
6682 Keep old name as alias, update users.
6683 (diary-nongregorian-listing-hook): Rename
6684 nongregorian-diary-listing-hook. Keep old name as alias, update users.
6685 (diary-nongregorian-marking-hook): Rename
6686 nongregorian-diary-marking-hook. Keep old name as alias, update users.
6687 (diary-print-entries-hook): Rename print-diary-entries-hook.
6688 Keep old name as alias, update users.
6689 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
6690 Keep old name as alias, update users.
6691 (diary-number-of-entries): Rename number-of-diary-entries.
6692 Keep old name as alias, update users.
6693 (view-diary-entries, list-diary-entries, show-all-diary-entries):
6694 Give version of obsolescence.
6695 (diary-view-other-diary-entries): Rename view-other-diary-entries.
6696 Keep old name as alias, update callers.
6697 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
6698 update callers.
6699 (diary-include-other-diary-files): Rename include-other-diary-files.
6700 Keep old name as alias, update callers.
6701 (diary-simple-display): Rename simple-diary-display.
6702 Keep old name as alias, update callers.
6703 (diary-fancy-display): Rename fancy-diary-display.
6704 Keep old name as alias, update callers.
6705 (diary-print-entries): Rename print-diary-entries.
6706 Keep old name as alias, update callers.
6707 (diary-marking-entries-flag): Rename marking-diary-entries.
6708 Update users.
6709 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
6710 (diary-mark-entries): Rename mark-diary-entries.
6711 Keep old name as alias, update callers.
6712 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
6713 Keep old name as alias, update callers.
6714 (diary-mark-included-diary-files): Rename mark-included-diary-files.
6715 Keep old name as alias, update callers.
6716 (calendar-mark-days-named): Rename mark-calendar-days-named.
6717 Keep old name as alias, update callers.
6718 (calendar-mark-month): Rename mark-calendar-month.
6719 Keep old name as alias, update callers.
6720 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
6721 Keep old name as alias, update callers.
6722 (diary-sort-entries): Rename sort-diary-entries.
6723 Keep old name as alias, update callers.
6724 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
6725 Keep old name as alias, update callers.
6726 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
6727 update callers.
6728 (diary-insert-entry): Rename insert-diary-entry.
6729 Keep old name as alias.
6730 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
6731 Keep old name as alias.
6732 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
6733 Keep old name as alias.
6734 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
6735 Keep old name as alias.
6736 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
6737 Keep old name as alias.
6738 (diary-insert-block-entry): Rename insert-block-diary-entry.
6739 Keep old name as alias.
6740 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
6741 Keep old name as alias.
6742 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
6743 Keep old name as alias, update users.
6744 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
6745 Keep old name as alias, update callers.
6746 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6747 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
6748 * calendar/icalendar.el: Update for diary-lib name changes.
6749
6750 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
6751
6752 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
6753
6754 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
6755 for copy, move, and link operations.
6756
6757 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
6758
6759 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
6760 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
6761
6762 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
6763 'require' statements with 1-argument ones (wrapped in if's).
6764 For compatibility with the current stable version of XEmacs.
6765
6766 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6767
6768 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
6769
6770 2008-04-06 Jason Rumney <jasonr@gnu.org>
6771
6772 * language/burmese.el ("Burmese"): Make sample text consistent with
6773 language name.
6774
6775 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
6776
6777 * progmodes/gdb-ui.el (gdb): New group.
6778 (gdb-debug-log-max, gdb-enable-debug)
6779 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
6780 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
6781 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
6782 (gdb-show-changed-values, gdb-max-children)
6783 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
6784 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
6785 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
6786 (gdb-memory-unit): Move to new group from GUD group.
6787 (menu): Allow customization from GDB-UI menu-item.
6788
6789 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
6790
6791 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
6792
6793 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
6796 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
6797 Revision numbers can include ".".
6798
6799 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
6800 "+" lines not accounted for by counting "-" and context lines.
6801
6802 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6803
6804 * term/mac-win.el (mac-service-open-file): Use file URL instead of
6805 file name string.
6806
6807 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
6810 (vc-bzr-annotate-time): Accept space used to preserve alignment.
6811
6812 2008-04-05 Richard Stallman <rms@gnu.org>
6813
6814 * emacs-lisp/advice.el (defadvice): Add usage pattern.
6815
6816 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
6817
6818 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
6819 thread in [h-e-w]).
6820
6821 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
6822
6823 * files.el (abort-if-file-too-large): Fix typo in docstring.
6824
6825 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * subr.el (functionp): Return nil for special forms.
6828
6829 2008-04-05 Glenn Morris <rgm@gnu.org>
6830
6831 * emacs-lisp/autoload.el (autoload-ensure-default-file):
6832 Provide a feature.
6833 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
6834 Require loaddef file rather than loading it.
6835 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
6836 autoload-ensure-default-file provides a feature.
6837
6838 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
6839 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
6840 (compile, compile-always, recompile): Use $LOADDEFS.
6841 (cal-autoloads): Remove.
6842
6843 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
6844 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
6845
6846 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6847 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
6848
6849 * calendar/calendar.el (diary-hebrew-entry-symbol):
6850 Rename hebrew-diary-entry-symbol. Keep old name as alias.
6851 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
6852 Keep old name as alias.
6853 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
6854 Keep old name as alias.
6855 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
6856 to diary-bahai-entry-symbol.
6857 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
6858 to diary-hebrew-entry-symbol.
6859 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
6860 to diary-islamic-entry-symbol.
6861 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
6862
6863 * calendar/solar.el (diary-sabbath-candles-minutes)
6864 (diary-sabbath-candles): Move to cal-hebrew.
6865 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
6866 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
6867 Doc fix. Keep old name as alias.
6868 (diary-hebrew-sabbath-candles): Simplify.
6869 (solar-setup, solar-sunrise-sunset, calendar-latitude)
6870 (calendar-longitude, calendar-time-zone): Declare for compiler.
6871 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
6872 rename.
6873
6874 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
6875 Rename coptic-calendar-month-name-array. Update callers.
6876 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
6877 (calendar-coptic-name): Rename coptic-name. Update callers.
6878 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
6879 Update callers.
6880 (calendar-coptic-last-day-of-month):
6881 Rename coptic-calendar-last-day-of-month. Update callers.
6882 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
6883 Keep old name as alias, update callers.
6884 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
6885 Keep old name as alias, update callers.
6886 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
6887 Keep old name as alias.
6888 (calendar-ethiopic-month-name-array):
6889 Rename ethiopic-calendar-month-name-array. Update callers.
6890 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
6891 Update callers.
6892 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
6893 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
6894 Keep old name as alias, update callers.
6895 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
6896 Keep old name as alias, update callers.
6897 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
6898 Keep old name as alias.
6899
6900 * calendar/cal-french.el (calendar-french-epoch):
6901 Rename french-calendar-epoch. Update callers.
6902 (calendar-french-month-name-array): Rename variable and function
6903 french-calendar-month-name-array. Update callers.
6904 (calendar-french-multibyte-month-name-array):
6905 Rename french-calendar-multibyte-month-name-array. Update callers.
6906 (calendar-french-day-name-array): Rename variable and function
6907 french-calendar-day-name-array. Update callers.
6908 (calendar-french-special-days-array): Rename variable and function
6909 french-calendar-special-days-array. Update callers.
6910 (calendar-french-multibyte-special-days-array):
6911 Rename french-calendar-multibyte-special-days-array. Update callers.
6912 (calendar-french-accents-p): Rename french-calendar-accents.
6913 Update callers.
6914 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
6915 Update callers.
6916 (calendar-french-last-day-of-month):
6917 Rename french-calendar-last-day-of-month. Update callers.
6918 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
6919 Keep old name as alias, update callers.
6920 (calendar-french-print-date): Rename calendar-print-french-date.
6921 Keep old name as alias, update callers.
6922 (calendar-french-goto-date): Rename calendar-goto-french-date.
6923 Keep old name as alias.
6924
6925 * calendar/cal-menu.el, calendar/calendar.el:
6926 Update for Coptic and French name changes.
6927
6928 * calendar/cal-china.el (calendar-chinese): Rename custom group
6929 from chinese-calendar. Update users.
6930 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
6931 Keep old name as alias, update users.
6932 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
6933 Keep old name as alias.
6934 (calendar-chinese-daylight-time-offset):
6935 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
6936 update users.
6937 (calendar-chinese-standard-time-zone-name):
6938 Rename chinese-calendar-standard-time-zone-name.
6939 Keep old name as alias, update users.
6940 (calendar-chinese-daylight-saving-start):
6941 Rename chinese-calendar-daylight-savings-starts.
6942 Keep old name as alias, update users.
6943 (calendar-chinese-daylight-saving-end):
6944 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
6945 update users.
6946 (calendar-chinese-daylight-saving-start-time):
6947 Rename chinese-calendar-daylight-savings-starts-time.
6948 Keep old name as alias, update users.
6949 (calendar-chinese-daylight-saving-end-time):
6950 Rename chinese-calendar-daylight-savings-ends-time.
6951 Keep old name as alias, update users.
6952 (calendar-chinese-celestial-stem): Rename
6953 calendar-chinese-celestial-stem. Keep old name as alias, update users.
6954 (calendar-chinese-terrestrial-branch):
6955 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
6956 update users.
6957 (calendar-chinese-zodiac-sign-on-or-after):
6958 Rename chinese-zodiac-sign-on-or-after. Update callers.
6959 (calendar-chinese-new-moon-on-or-after):
6960 Rename chinese-new-moon-on-or-after. Update callers.
6961 (calendar-chinese-month-list): Rename chinese-month-list.
6962 Update callers.
6963 (calendar-chinese-number-months): Rename number-chinese-months.
6964 Update callers.
6965 (calendar-chinese-compute-year): Rename compute-chinese-year.
6966 Update callers.
6967 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
6968 (calendar-chinese-year): Rename chinese-year. Update callers.
6969 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
6970 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
6971 Keep old name as alias, update callers.
6972 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
6973 Keep old name as alias, update callers.
6974 (calendar-chinese-months-to-alist):
6975 Rename make-chinese-month-assoc-list. Update callers.
6976 (calendar-chinese-months): Rename chinese-months. Update callers.
6977 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
6978 Keep old name as alias, update callers.
6979
6980 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
6981 Rename hebrew-calendar-leap-year-p. Update callers.
6982 (calendar-hebrew-last-month-of-year):
6983 Rename hebrew-calendar-last-month-of-year. Update callers.
6984 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
6985 Update callers.
6986 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
6987 Update callers.
6988 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
6989 Update callers.
6990 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
6991 Update callers.
6992 (calendar-hebrew-last-day-of-month):
6993 Rename hebrew-calendar-last-day-of-month. Update callers.
6994 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
6995 Keep old name as alias, update callers.
6996 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
6997 Keep old name as alias, update callers.
6998 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
6999 Keep old name as alias, update callers.
7000 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
7001 Keep old name as alias.
7002 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
7003 Keep old name as alias.
7004 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
7005 Keep old name as alias.
7006 (holiday-hebrew-passover): Rename holiday-passover-etc.
7007 Keep old name as alias.
7008 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
7009 Keep old name as alias, update callers.
7010 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
7011 Keep old name as alias.
7012 (calendar-hebrew-mark-date-pattern):
7013 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
7014 update callers.
7015 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
7016 Keep old name as alias.
7017 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
7018 Keep old name as alias.
7019 (diary-hebrew-insert-monthly-entry):
7020 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
7021 (diary-hebrew-insert-yearly-entry):
7022 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
7023 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
7024 Keep old name as alias.
7025 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
7026 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
7027 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
7028 Keep old name as alias.
7029 (calendar-hebrew-parashiot-names):
7030 Rename hebrew-calendar-parashiot-names. Update callers.
7031 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
7032 (calendar-hebrew-year-Saturday-incomplete-Sunday):
7033 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
7034 (calendar-hebrew-year-Saturday-complete-Tuesday):
7035 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
7036 (calendar-hebrew-year-Monday-incomplete-Tuesday):
7037 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
7038 (calendar-hebrew-year-Monday-complete-Thursday):
7039 Rename hebrew-calendar-year-Monday-complete-Thursday.
7040 (calendar-hebrew-year-Tuesday-regular-Thursday):
7041 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
7042 (calendar-hebrew-year-Thursday-regular-Saturday):
7043 Rename hebrew-calendar-year-Thursday-regular-Saturday.
7044 (calendar-hebrew-year-Thursday-complete-Sunday):
7045 Rename hebrew-calendar-year-Thursday-complete-Sunday.
7046 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
7047 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
7048 (calendar-hebrew-year-Saturday-complete-Thursday):
7049 Rename hebrew-calendar-year-Saturday-complete-Thursday.
7050 (calendar-hebrew-year-Monday-incomplete-Thursday):
7051 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
7052 (calendar-hebrew-year-Monday-complete-Saturday):
7053 Rename hebrew-calendar-year-Monday-complete-Saturday.
7054 (calendar-hebrew-year-Tuesday-regular-Saturday):
7055 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
7056 (calendar-hebrew-year-Thursday-incomplete-Sunday):
7057 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
7058 (calendar-hebrew-year-Thursday-complete-Tuesday):
7059 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
7060 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
7061 Update for above name changes of constants.
7062
7063 * calendar/cal-menu.el, calendar/calendar.el:
7064 Update for chinese and hebrew name changes.
7065 * calendar/diary-lib.el: Update for hebrew name changes.
7066
7067 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7068
7069 * subr.el (keymap-canonicalize): Correct thinko.
7070
7071 * server.el: Undo part of the multi-tty change, which is only
7072 needed if server.el is preloaded, and broke server-running-p.
7073 (server-socket-dir): Initialize in the defvar, as before.
7074 (server-start): Remove initialization of server-socket-dir.
7075
7076 2008-04-05 Eli Zaretskii <eliz@gnu.org>
7077
7078 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
7079 3-member cons cells.
7080
7081 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
7082
7083 * cus-face.el (custom-face-attributes): Handle roman slant.
7084
7085 * faces.el (default): Ensure the face-defface-spec property is set.
7086
7087 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
7088
7089 * files.el (abort-if-file-too-large): New function.
7090 (find-file-noselect, insert-file-1): Use it.
7091
7092 2008-04-05 Reto Zimmermann <reto@gnu.org>
7093
7094 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7095 Replace C-c[a-zA-Z] key bindings.
7096
7097 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * progmodes/hideif.el (hif-token-alist): New var.
7100 (hif-token-regexp, hif-tokenize): Use it.
7101 (hif-mathify-binop): New macro.
7102 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
7103 (hif-greater-equal, hif-less-equal): Use it.
7104 (hif-logior, hif-logand): New functions.
7105 (hif-math): Accept | and & as well.
7106
7107 * progmodes/etags.el: Fix problem with completion for buffer-local
7108 tables. Reported by Radey Shouman <shouman@comcast.net>.
7109 (tags-complete-tag): Remove.
7110 (tags-lazy-completion-table): New function to replace it.
7111 (find-tag-tag, complete-tag): Update users.
7112
7113 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
7114
7115 * vc-rcs.el (vc-rcs-dir-status):
7116 * vc-sccs.el (vc-sccs-dir-status): New function.
7117
7118 * outline.el (outline-mode-menu-bar-map):
7119 * term.el (terminal-signal-menu): Add :help.
7120
7121 * net/eudc.el (eudc-mode-map): Declare and define in one step.
7122 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
7123
7124 * emacs-lisp/re-builder.el (reb-mode-map):
7125 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
7126
7127 * diff-mode.el (diff-file-junk-re): Recognize the git format for
7128 new files, deleted files and for changing permissions.
7129 (diff-mode): Set beginning-of-defun-function and
7130 end-of-defun-function.
7131
7132 * vc-bzr.el (vc-bzr-state): Use when instead of if.
7133
7134 * vc.el (vc-default-status-fileinfo-extra): New function.
7135 (vc-status-mark-buffer-changed): Use it.
7136 (vc-update-vc-status-buffer): Allow for partial updates.
7137
7138 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * net/tramp.el (after-init-hook): Don't wrap a lambda around
7141 tramp-register-completion-file-name-handler.
7142
7143 * subr.el (keymap-canonicalize): New function.
7144 * mouse.el (mouse-menu-non-singleton): Use it.
7145 (mouse-major-mode-menu): Remove hack made unnecessary.
7146
7147 * simple.el (set-fill-column): Prompt rather than error by default.
7148
7149 2008-04-04 Andreas Schwab <schwab@suse.de>
7150
7151 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7152 Reset new-rules after each round.
7153
7154 * Makefile.in (cal-autoloads): New target.
7155 (compile, compile-always, recompile): Depend on it.
7156 ($(lisp)/calendar/cal-loaddefs.el)
7157 ($(lisp)/calendar/diary-loaddefs.el)
7158 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
7159
7160 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
7161
7162 * ediff*.el: Replace load with require in eval-when-compile.
7163
7164 * ediff-hook: Delete all invocations of (autoload ...).
7165
7166 * ediff-util.el (ediff-setup): Make window-min-height a local variable
7167 in ediff control window, and set its min height to 2.
7168 (ediff-setup-control-buffer): Dedicate the control window.
7169 (ediff-toggle-multiframe): Undedicate control window.
7170 Work directly with ediff-setup-windows-multiframe and
7171 ediff-setup-windows-plain.
7172
7173 * ediff-wind (ediff-choose-window-setup-function-automatically):
7174 New function.
7175 (ediff-window-setup-function): Change initialization.
7176 (ediff-setup-windows-automatic): Delete.
7177 (ediff-setup-windows-plain-merge): Make control window dedicated.
7178 (ediff-destroy-control-frame): Do not skip frames if working in a
7179 single frame.
7180
7181 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
7182 eval-when-compile.
7183
7184 * emulation/viper-util.el: Move provide's forward, prevent recursion in
7185 eval-when-compile.
7186
7187 2008-04-04 Glenn Morris <rgm@gnu.org>
7188
7189 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
7190 calendar-absolute-from-bahai. Update callers, keep old name as alias.
7191
7192 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
7193 Rename islamic-calendar-leap-year-p. Update callers.
7194 (calendar-islamic-last-day-of-month):
7195 Rename islamic-calendar-last-day-of-month. Update callers.
7196 (calendar-islamic-day-number):
7197 Rename islamic-calendar-day-number. Update callers.
7198 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
7199 Update callers, keep old name as alias.
7200 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
7201 Update callers, keep old name as alias.
7202 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
7203 Keep old name as alias.
7204 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
7205 Update callers, keep old name as alias.
7206 (calendar-islamic-mark-date-pattern):
7207 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
7208 name as alias.
7209 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
7210 Keep old name as alias.
7211 (diary-islamic-insert-monthly-entry):
7212 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
7213 (diary-islamic-insert-yearly-entry):
7214 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
7215
7216 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
7217 calendar-absolute-from-iso. Update callers, keep old name as alias.
7218 (calendar-iso-print-date): Rename calendar-print-iso-date.
7219 Update callers, keep old name as alias.
7220 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
7221 Keep old name as alias.
7222 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
7223 Keep old name as alias.
7224
7225 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
7226 calendar-absolute-from-julian. Update callers, keep old name as alias.
7227 (calendar-julian-print-date): Rename calendar-print-julian-date.
7228 Update callers, keep old name as alias.
7229 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
7230 Update callers, keep old name as alias.
7231 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
7232 Update callers, keep old name as alias.
7233 (calendar-astro-print-day-number):
7234 Rename calendar-print-astro-day-number. Update callers, keep old
7235 name as alias.
7236 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
7237 Update callers, keep old name as alias.
7238
7239 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
7240 Rename calendar-string-to-mayan-long-count. Update callers.
7241 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
7242 Update callers, keep old name as alias.
7243 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
7244 Update callers.
7245 (calendar-mayan-read-tzolkin-date):
7246 Rename calendar-read-mayan-tzolkin-date. Update callers.
7247 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
7248 Keep old name as alias.
7249 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
7250 Keep old name as alias.
7251 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
7252 Keep old name as alias.
7253 (calendar-mayan-previous-tzolkin-date):
7254 Rename calendar-previous-tzolkin-date. Keep old name as alias.
7255 (calendar-mayan-next-round-date):
7256 Rename calendar-next-calendar-round-date. Keep old name as alias.
7257 (calendar-mayan-previous-round-date):
7258 Rename calendar-previous-calendar-round-date. Keep old name as alias.
7259 (calendar-mayan-long-count-to-absolute): Rename
7260 calendar-absolute-from-mayan-long-count. Keep old name as alias.
7261 (calendar-mayan-goto-long-count-date):
7262 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
7263
7264 * calendar/cal-persia.el (calendar-persian-month-name-array):
7265 Rename persian-calendar-month-name-array. Update callers.
7266 (calendar-persian-epoch): Rename persian-calendar-epoch.
7267 Update callers.
7268 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
7269 Update callers.
7270 (calendar-persian-last-day-of-month):
7271 Rename persian-calendar-last-day-of-month. Update callers.
7272 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
7273 Update callers, keep old name as alias.
7274 (calendar-persian-print-date): Rename calendar-print-persian-date.
7275 Update callers, keep old name as alias.
7276 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
7277 Keep old name as alias.
7278
7279 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
7280 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
7281 * calendar/solar.el: Update for cal-julian name changes.
7282
7283 * calendar/cal-dst.el: Update for persian name changes.
7284
7285 * calendar/cal-menu.el, calendar/calendar.el:
7286 Update for islamic, iso, julian, mayan, persian name changes.
7287
7288 * calendar/diary-lib.el: Update for islamic name changes.
7289
7290 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
7291 Rename all-hebrew-calendar-holidays. Update callers, keep old name
7292 as alias.
7293 (calendar-christian-all-holidays-flag):
7294 Rename all-christian-calendar-holidays. Update callers, keep old
7295 name as alias.
7296 (calendar-islamic-all-holidays-flag):
7297 Rename all-islamic-calendar-holidays. Update callers, keep old
7298 name as alias.
7299 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
7300 Update callers, keep old name as alias.
7301 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
7302 Update for the above name changes.
7303
7304 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
7305
7306 * hilit-chg.el (global-highlight-changes-mode)
7307 (highlight-changes-passive-string, highlight-changes-active-string):
7308 Mark as obsolete since 23.1, not 22.1.
7309
7310 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
7311
7312 * hilit-chg.el (highlight-changes-visibility-initial-state)
7313 (hilit-chg-update, highlight-changes-mode-turn-on):
7314 Fix typos in docstrings.
7315
7316 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
7317
7318 * newcomment.el (comment-enter-backward): Be careful to restore
7319 position changed during narrowing.
7320
7321 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
7322
7323 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7324 Recognize `sub ($$)'.
7325
7326 2008-04-03 Richard Sharman <rsharman@pobox.com>
7327
7328 * hilit-chg.el (highlight-changes-mode): Rename from
7329 highlight-changes; no longer uses sub-modes active and passive;
7330 implemented by define-minor-mode.
7331 (highlight-changes-toggle-visibility): New function, to replace
7332 the old passive/active submodes of global-highlight-changes-mode;
7333 implemented by define-minor-mode.
7334 (global-highlight-changes-mode): Rename from global-highlight-changes;
7335 rewrite using define-globalized-minor-mode.
7336 (hilit-chg-major-mode-hook, hilit-chg-check-global)
7337 (hilit-chg-post-command-hook, hilit-chg-check-global)
7338 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
7339 to use of define-globalized-minor-mode.
7340 (highlight-changes-global-initial-state): Change to be boolean.
7341 (highlight-changes-visible-string, highlight-changes-invisible-string):
7342 Rename from highlight-changes-active-string and
7343 highlight-changes-passive-string.
7344 (hilit-chg-update, hilit-chg-set): Use them.
7345 (global-highlight-changes-mode): Rename from global-highlight-changes.
7346 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
7347 docstring.
7348 (hilit-chg-hide-changes): Rewrite to use dolist.
7349 (hilit-chg-set-face-on-change, hilit-chg-update)
7350 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
7351 variable instead of testing highlight-changes-mode.
7352 (highlight-markup-buffers): Add require ediff-util; argument on calls
7353 to highlight-changes-mode changed.
7354 (highlight-compare-with-file): Fix problems with interactive
7355 call giving invalid default file.
7356
7357 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
7358
7359 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
7360 Fix in disassembly buffer (regression in 22.2).
7361
7362 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
7363
7364 * emulation/viper-macs.el (viper-read-fast-keysequence):
7365 Use viper-read-event instead of viper-read-key.
7366
7367 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
7368
7369 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
7370 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
7371 let-statements.
7372
7373 * emulation/viper-ex.el, emulation/viper-macs.el:
7374 * emulation/viper-mous.el:
7375 Replace load with require in eval-when-compile.
7376
7377 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
7380
7381 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
7382 (archive-try-jka-compr): New function.
7383 (archive-set-buffer-as-visiting-file): Use it.
7384
7385 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
7386
7387 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
7388
7389 * simple.el (handle-shift-selection): New arg.
7390
7391 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
7394
7395 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
7396
7397 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
7398
7399 * shell.el (shell-dynamic-complete-filename): New fun.
7400 (shell-dynamic-complete-functions): Use it.
7401
7402 * help-fns.el (describe-variable): Undo 2008-02-25 change.
7403
7404 2008-04-03 Kenichi Handa <handa@m17n.org>
7405
7406 * international/fontset.el (create-fontset-from-x-resource):
7407 Handle the error of X resource more gracefully.
7408
7409 * international/latin1-disp.el (latin1-display): Don't use make-char.
7410 Fix the argument to set-char-table-range.
7411 (latin1-display-identities): Don't use make-char.
7412 (latin1-display-reset): Use map-charset-chars instead of directly
7413 calling standard-display-default.
7414 (latin1-display-check-font): Don't use make-char.
7415 (latin1-display-setup): Likewise.
7416 (latin1-display-ucs-per-lynx): Likewise.
7417
7418 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
7421 name the fields, to make the code clearer.
7422 Rewrite all `aset' and `aref' using the defined accessors.
7423 (timer--time): New pseudo-field.
7424 (timer-set-time, timer-set-idle-time, timer-inc-time)
7425 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
7426 (timer--time-less-p): New function.
7427 (timer--activate): New function, extracted from timer-activate.
7428 (timer-activate-when-idle, timer-activate): Use it.
7429 (cancel-function-timers): Use dolist.
7430
7431 2008-04-03 Glenn Morris <rgm@gnu.org>
7432
7433 * add-log.el (c-beginning-of-defun, c-end-of-defun):
7434 Remove declarations; no longer used.
7435 (c-cpp-define-name, c-defun-name): Declare as functions.
7436
7437 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
7438 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
7439
7440 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
7441 (holiday-passover-etc, holiday-hanukkah): Doc fix.
7442 Add optional argument. Simplify.
7443 (holiday-tisha-b-av-etc): Use memq rather than unless.
7444 (holiday-julian): Autoload it.
7445 (holiday-hebrew-misc): New function.
7446
7447 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
7448
7449 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
7450 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
7451 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
7452 all-hebrew-calendar-holidays.
7453 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
7454 Simplify using new functions.
7455 (calendar-holidays): Doc fix.
7456 (generate-calendar-window): Use bound-and-true-p.
7457
7458 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
7459
7460 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
7461 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
7462 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
7463 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
7464
7465 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
7466
7467 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
7470
7471 * vc-bzr.el (vc-bzr-checkout): Simplify.
7472
7473 * image-mode.el (image-mode-fit-frame): New command.
7474
7475 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
7476 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
7477 (keyboard-escape-quit): Check region-active-p i.s.o
7478 transient-mark-mode.
7479
7480 2008-04-02 Simon Josefsson <simon@josefsson.org>
7481
7482 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
7483 (imap-message-copyuid-1): Use it.
7484 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
7485 J. Williams in
7486 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7487
7488 2008-04-02 Alan Mackenzie <acm@muc.de>
7489
7490 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
7491 New optimised functions to get the name of the current defun/macro.
7492
7493 * add-log.el (add-log-current-defun): Move the functionality which
7494 gets the current function name for C like modes to cc-cmds.el,
7495 thus optimising for speed.
7496
7497 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
7498
7499 * simple.el (deactivate-mark): When the mark is temporarily
7500 active, restore the original value of transient-mark-mode.
7501 (set-mark-command): First deactivate the mark if was temporarily active.
7502 (exchange-point-and-mark): Reactivate the mark if it was
7503 temporarily active.
7504 (handle-shift-selection): New fun.
7505 (transient-mark-mode): Move var documentation here from buffer.c.
7506 (next-line, previous-line, backward-word, move-end-of-line)
7507 (move-beginning-of-line, forward-to-indentation)
7508 (backward-to-indentation, back-to-indentation)
7509 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
7510
7511 * mouse.el (mouse-set-region-1): Save the old value of
7512 transient-mark-mode.
7513 (mouse-drag-track): Ignore the now-obsolete value `identity' for
7514 transient-mark-mode.
7515
7516 * textmodes/paragraphs.el (forward-paragraph)
7517 (backward-paragraph, forward-sentence, backward-sentence): Add ^
7518 interactive spec.
7519
7520 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
7521
7522 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
7523
7524 * net/tramp.el (tramp-make-tramp-temp-file):
7525 Use `tramp-drop-volume-letter' for the local file name part.
7526
7527 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7528
7529 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
7530 Add menu entries corresponding to all the key bindings.
7531
7532 * emacs-lisp/debug.el (debugger-mode-map):
7533 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
7534 (conf-align-assignments): Only work on the region if it is active.
7535 (conf-quote-normal): Use when instead of if. Remove redundant test.
7536
7537 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7538 for tracing and re-builder.
7539
7540 2008-04-02 Glenn Morris <rgm@gnu.org>
7541
7542 * calendar/appt.el (appt-disp-window-function): Doc fix.
7543 (appt-display-message): Move beep before display.
7544 (appt-check): Make interactive. Reduce the number of lets.
7545 Use string-equal to compare mode-line strings.
7546 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
7547 read-only.
7548 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
7549 (appt-delete): Simplify.
7550
7551 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
7552
7553 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
7554
7555 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7556 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
7557 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
7558
7559 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
7560 (calendar-holiday-marker, mark-visible-calendar-date):
7561 * calendar/diary-lib.el (fancy-diary-display):
7562 Check for font-lock-mode before using faces.
7563
7564 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
7565 (calendar-gregorian-from-absolute): Reduce the number of lets.
7566 (hebrew-holidays-4, generate-calendar-window): Simplify.
7567 (calendar-for-loop): Make obsolete.
7568 (calendar-nth-named-day): Doc fix.
7569
7570 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
7571 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
7572 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
7573 Reduce the number of lets.
7574 (mark-sexp-diary-entries, calendar-mark-complex):
7575 Expand calendar-for-loops.
7576
7577 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
7578
7579 * find-dired.el (find-dired-filter): Fix last patch to handle
7580 multi-line process input. Pad link numbers too.
7581
7582 2008-04-01 Jari Aalto <jari.aalto@cante.net>
7583
7584 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
7585
7586 2008-04-01 Jason Rumney <jasonr@gnu.org>
7587
7588 * international/characters.el (script-list): Add phonetic script,
7589 covering IPA (previously Latin), Phonetic Extensions and
7590 Phonetic Extensions Supplement (both previously unassigned).
7591
7592 * international/fontset.el (setup-default-fontset): Use unicode fonts
7593 that cover bopomofo script for bopomofo.
7594 Likewise for braille and mathematical.
7595 Use unicode scripts that cover the phonetic script for IPA.
7596
7597 2008-04-01 Johan Bockgård <bojohan@gnu.org>
7598
7599 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
7600 return the assigned value.
7601
7602 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
7603
7604 * abbrev.el (abbrev-mode): Use define-minor-mode.
7605
7606 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
7607 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
7608 Use map-keymap.
7609 (minor-mode-menu-from-indicator): Use it. Simplify.
7610
7611 * bindings.el (mode-line-mode-menu): Move before (new) first use.
7612 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
7613 Bind the key directly to the menu.
7614 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
7615
7616 2008-04-01 Daiki Ueno <ueno@unixuser.org>
7617
7618 * epa.el (epa-decrypt-region): Explain the reason why this
7619 function should not be used in Lisp programs.
7620 (epa-decrypt-armor-in-region): Ditto.
7621 (epa-verify-region): Ditto.
7622 (epa-verify-cleartext-in-region): Ditto.
7623 (epa-sign-region): Ditto.
7624 (epa-encrypt-region): Ditto.
7625
7626 * epg.el (epg-start-receive-keys): Fix typo in docstring.
7627
7628 * epa.el (epa-select-keys): Show menu even if there is no key in
7629 GnuPG's keyring.
7630
7631 2008-04-01 Glenn Morris <rgm@gnu.org>
7632
7633 * calendar/calendar.el (calendar-make-temp-face): New function.
7634 (mark-visible-calendar-date):
7635 * calendar/diary-lib.el (fancy-diary-display): Use it.
7636
7637 * vc-hooks.el (vc-responsible-backend): Declare as function.
7638
7639 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
7640 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
7641 * calendar/cal-julian.el (holiday-julian): Use it.
7642
7643 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
7644 (calendar-hebrew-date-is-visible-p): Extract some common code into
7645 separate function.
7646 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
7647
7648 * calendar/cal-menu.el (cal-menu-holidays-menu):
7649 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
7650 rather than obsolete alias.
7651
7652 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
7653 for mark characters.
7654 (calendar-unmark): Unmark by removing all overlays, rather than
7655 redrawing.
7656 (calendar-starred-day): Remove.
7657 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
7658 (calendar-cursor-to-date): No need for special star handling now
7659 using overlays.
7660 (calendar-star-date): Use overlays.
7661
7662 * calendar/cal-french.el (calendar-goto-french-date):
7663 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
7664 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
7665 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
7666 * calendar/cal-persia.el (calendar-persian-date-string):
7667 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
7668 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
7669 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
7670 * calendar/solar.el (solar-equinoxes-solstices):
7671 Reduce nesting of some lets.
7672
7673 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
7674 (calendar-goto-mayan-long-count-date): Simplify.
7675
7676 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
7677 Simplify by using mapcar.
7678 (calendar-list-holidays): Return holiday-list.
7679 (list-holidays): Use let rather than let*. Remove un-needed locals
7680 `d', `never'.
7681 (calendar-check-holidays): Return result from dolist.
7682 (holiday-float): Use a single let*. Simplify if-and to and.
7683 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
7684 single let*.
7685
7686 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
7687
7688 * calc/calc.el: Autoload `calc-yank'.
7689 (calc-mode-map): Add keybindings for `calc-yank'.
7690 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
7691 assignments for `calc-yank'.
7692
7693 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
7694
7695 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
7696 (vc-status-mark-buffer-changed): Handle the extra field.
7697
7698 * vc-bzr.el (vc-bzr-after-dir-status):
7699 * vc-cvs.el (vc-cvs-after-dir-status):
7700 * vc-hg.el (vc-hg-after-dir-status):
7701 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
7702
7703 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7704
7705 * doc-view.el: Compute displayed pages first (in PDF).
7706 (doc-view-current-converter-processes): Rename from
7707 doc-view-current-converter-process. Update users.
7708 (doc-view-sentinel): Test buffer's liveness.
7709 (doc-view-pdf/ps->png-sentinel): Remove.
7710 (doc-view-start-process): New function.
7711 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
7712 (doc-view-ps->pdf): Use it.
7713 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
7714 New functions.
7715 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
7716 (doc-view-mode): Kill the processes when leaving the mode.
7717
7718 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
7719
7720 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
7721 Use `byte-compile-warning-types'. Add docstring.
7722
7723 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
7726 (smerge-resolve): Add various resolution heuristics.
7727
7728 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
7729 in 3-way conflicts.
7730
7731 2008-03-31 Glenn Morris <rgm@gnu.org>
7732
7733 * calendar/cal-bahai.el (diary-bahai-mark-entries):
7734 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
7735 * calendar/cal-islam.el (mark-islamic-diary-entries):
7736 Fix argument order in call to diary-mark-entries-1.
7737
7738 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
7739 pre-Bahai dates.
7740 (holiday-bahai): Use an algorithm actually relevant to this calendar
7741 system.
7742
7743 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
7744
7745 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
7746 Use and.
7747
7748 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
7749 in the last fortnight in Julian October.
7750
7751 * calendar/calendar.el (increment-calendar-month): Optionally handle
7752 systems without 12 months per year.
7753
7754 (calendar-date-is-visible-p): Doc fix. Simplify.
7755
7756 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
7757 from dolist.
7758
7759 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
7760
7761 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
7762 (hi-lock-unload-function): New function.
7763
7764 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
7765
7766 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
7767 overwriting when NEWNAME is a local file.
7768
7769 * net/trampver.el: Update release number.
7770
7771 2008-03-30 Alexandre Julliard <julliard@winehq.org>
7772
7773 * vc-git.el: Make vc-status display information about copies,
7774 renames and permission changes.
7775 (vc-git-extra-fileinfo): New defstruct.
7776 (vc-git-escape-file-name, vc-git-file-type-as-string)
7777 (vc-git-rename-as-string, vc-git-permissions-as-string)
7778 (vc-git-status-printer): New functions.
7779 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
7780 (vc-git-after-dir-status-stage1): Look for copies, renames and
7781 permission changes.
7782 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
7783 (vc-git-dir-status): Ask for staged files and renames.
7784
7785 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
7786
7787 * vc.el: Allow backends to display backend specific information in
7788 the vc-status listing.
7789 (vc-status-fileinfo): Add a field for backend specific information.
7790 (vc-status-printer): Rename to ...
7791 (vc-default-status-printer): ... this.
7792 (vc-status-printer): New function.
7793 (vc-update-vc-status-buffer): Set the backend specific file info
7794 if provided.
7795
7796 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * textmodes/remember.el (remember-diary-convert-entry): Revert last
7799 change (ill-conceived).
7800
7801 2008-03-29 Glenn Morris <rgm@gnu.org>
7802
7803 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
7804 * calendar/cal-julian.el (holiday-julian): Simplify.
7805
7806 * calendar/holidays.el (list-holidays): Use or.
7807
7808 2008-03-29 Juri Linkov <juri@jurta.org>
7809
7810 * window.el (split-window-preferred-horizontally): New function.
7811
7812 * cus-start.el (split-window-preferred-function):
7813 Set choice for "vertically" to nil instead of split-window.
7814 Set choice for "horizontally" to split-window-preferred-horizontally
7815 instead of lambda.
7816
7817 2008-03-29 Juri Linkov <juri@jurta.org>
7818
7819 * simple.el (minibuffer-default-add-function): New variable with
7820 the default to minibuffer-default-add-completions.
7821 (minibuffer-default-add-done): New variable. Make it buffer-local.
7822 (minibuffer-default-add-completions): New function.
7823 (goto-history-element): Set minibuffer-default-add-done to t and
7824 call a function in minibuffer-default-add-function when the
7825 specified absolute history position is greater than the length of
7826 the minibuffer-default list and minibuffer-default-add-done is nil.
7827 Change "^End of history; no next item$" to "^End of defaults;
7828 no next item$".
7829
7830 * bindings.el (debug-ignored-errors): Change "^End of history;
7831 no next item$" to "^End of defaults; no next item$".
7832
7833 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
7836
7837 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
7838 to with-no-warnings.
7839
7840 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
7841
7842 Sync with Tramp 2.1.13.
7843
7844 * net/tramp-ftp.el: Require 'cl when byte-compiling.
7845
7846 * net/trampver.el: Update release number.
7847
7848 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
7849
7850 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
7851 the current backend.
7852
7853 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
7854 (vc-status-refresh): Create a temporary buffer and call the
7855 `dir-status' backend function from that buffer.
7856
7857 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
7858 (vc-bzr-after-dir-status): Don't kill the buffer.
7859
7860 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
7861 (vc-cvs-after-dir-status): Don't kill the buffer.
7862
7863 * vc-git.el (vc-git-dir-status): Don't create a buffer.
7864 (vc-git-after-dir-status-stage2): Don't kill the buffer.
7865
7866 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
7867 (vc-hg-after-dir-status): Don't kill the buffer.
7868
7869 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
7870 (vc-svn-after-dir-status): Don't kill the buffer.
7871
7872 2008-03-29 Glenn Morris <rgm@gnu.org>
7873
7874 * calendar/calendar.el (diary-file, american-date-diary-pattern)
7875 (european-date-diary-pattern, european-calendar-display-form)
7876 (american-calendar-display-form, diary-display-hook): Doc fixes.
7877 (european-calendar-style): Doc fix. Use calendar-set-date-style for
7878 custom :set. Mark as obsolete.
7879 (calendar-date-style, iso-date-diary-pattern)
7880 (iso-calendar-display-form): New user variables.
7881 (diary-date-forms, calendar-date-display-form): Set using
7882 calendar-date-style. Doc fix.
7883 (calendar-set-date-style): New command.
7884 (european-calendar, american-calendar): Use calendar-set-date-style.
7885 Mark as obsolete.
7886
7887 * calendar/diary-lib.el (number): Move declaration where needed.
7888 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
7889 (diary-make-date): New function.
7890 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
7891 Use diary-make-date.
7892 (diary-date-display-form, diary-insert-entry-1): New functions.
7893 (insert-monthly-diary-entry, insert-yearly-diary-entry):
7894 Use diary-insert-entry-1.
7895 (insert-anniversary-diary-entry, insert-block-diary-entry)
7896 (insert-cyclic-diary-entry): Use diary-date-display-form.
7897
7898 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7899 Autoload diary-insert-entry-1.
7900 * calendar/cal-bahai.el (diary-bahai-insert-entry)
7901 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
7902 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
7903 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
7904 * calendar/cal-islam.el (insert-islamic-diary-entry)
7905 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
7906 Use diary-insert-entry-1.
7907
7908 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
7909 (diary-yahrzeit): Doc fix. Use diary-make-date.
7910
7911 * calendar/icalendar.el (icalendar--datetime-to-american-date):
7912 New name for icalendar--datetime-to-noneuropean-date. Make old name
7913 obsolete alias.
7914 (icalendar--datetime-to-iso-date): New function.
7915 (icalendar--datetime-to-diary-date): Doc fix. Respect
7916 calendar-date-style if bound.
7917
7918 * textmodes/remember.el (remember-diary-convert-entry):
7919 Respect calendar-date-style if bound.
7920
7921 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
7924 (xterm-mouse-handle-delete-frame): Delete.
7925
7926 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
7927 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
7928 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
7929 in xterm-modify-other-keys-terminal-list.
7930
7931 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
7932 are conflicts.
7933
7934 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
7935
7936 * vc.el (vc-update): Check if the buffer is unsaved only if it
7937 actually exists.
7938 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
7939 vc-print-log.
7940
7941 2008-03-28 Magnus Henoch <mange@freemail.hu>
7942
7943 * net/dns.el (dns-write): Use set-buffer-multibyte.
7944
7945 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7946
7947 * vc-bzr.el (vc-bzr-sha1): New fun.
7948 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
7949 (vc-bzr-registered): Use it.
7950
7951 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
7952
7953 * vc.el (vc-status-kill-dir-status-process): Simplify.
7954 (vc-status-refresh): Make sure the buffer is live.
7955 (ring): Don't require it, not used.
7956
7957 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
7958
7959 * progmodes/verilog-mode.el (verilog-auto-inout-module):
7960 Add optional regular expression to AUTOINOUTMODULE.
7961 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
7962 (verilog-auto-inst-param, verilog-auto-reg)
7963 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
7964 (verilog-auto-output-every, verilog-auto-input)
7965 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
7966 (verilog-auto-unused, verilog-auto): Update documentation to use
7967 more obvious instance module names versus cell names.
7968
7969 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
7970
7971 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
7972 kill if a process is running.
7973
7974 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
7975
7976 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
7977
7978 * vc.el: Add new backend function 'status-extra-headers.
7979 (vc-default-status-extra-headers): New function.
7980 (vc-status-headers): Call 'status-extra-headers. Add colors.
7981
7982 * vc-git.el (vc-git-status-extra-headers): New function.
7983
7984 2008-03-28 Glenn Morris <rgm@gnu.org>
7985
7986 * calendar/cal-menu.el (cal-menu-holidays-menu)
7987 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
7988 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
7989 holiday-list is optional.
7990 (calendar-mouse-holidays): Remove un-needed local `l'.
7991
7992 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
7993 Remove un-needed local `date'.
7994 (calendar-cursor-to-visible-date): Use let rather than let*.
7995 Remove un-needed local `first-of-month-weekday'.
7996
7997 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
7998
7999 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
8000 Doc fixes.
8001 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
8002 (diary-header-line-flag, diary-header-line-format): Declare.
8003 (diary-pull-attrs): Check for multiple matches.
8004 (diary-list-entries-2): Simplify finding start of date.
8005 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
8006 pop-up-frames.
8007 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
8008 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
8009
8010 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
8011
8012 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
8013
8014 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
8015
8016 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
8019
8020 * image-mode.el (image-mode-reapply-winprops): Fix last change.
8021
8022 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
8023
8024 * international/mule-conf.el (define-iso-single-byte-charset):
8025 Don't make latin-iso8859-* supplementary.
8026 (#'set-charset-priority): Don't change the priority of charsets
8027 `unicode' and `emacs'.
8028
8029 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8030
8031 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
8032 temp buffer.
8033
8034 2008-03-27 Glenn Morris <rgm@gnu.org>
8035
8036 * calendar/cal-bahai.el (diary-bahai-list-entries):
8037 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
8038 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
8039
8040 * calendar/calendar.el (diary-file): Doc fix.
8041
8042 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
8043 (list-diary-entries-hook, mark-diary-entries-hook)
8044 (include-other-diary-files, diary-mail-entries)
8045 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
8046 (diary-set-header): New function.
8047 (diary-header-line-flag, diary-header-line-format):
8048 Use diary-set-header for custom :set function.
8049 (diary-set-maybe-redraw): Use symbol-value rather than eval.
8050 (diary-attrtype-convert): Use intern-soft rather than read.
8051 (diary-display-no-entries): New function.
8052 (simple-diary-display, fancy-diary-display): Use it.
8053 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
8054 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
8055
8056 * calendar/holidays.el (list-holidays): Doc fix.
8057
8058 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
8059
8060 * calc/calc-store.el (calc-read-var-name-history): New variable.
8061 (calc-read-var-name): Use `calc-read-var-name-history'.
8062
8063 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * image-mode.el (image-mode-reapply-winprops): Simplify now that
8066 window-configuration-change-hook works buffer-locally.
8067
8068 2008-03-26 Johan Bockgård <bojohan@gnu.org>
8069
8070 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
8071 for Emacs Lisp, not Lisp.
8072
8073 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
8074
8075 * help-fns.el (describe-function-1, describe-variable):
8076 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
8077
8078 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
8079 replacement is provided, don't print "use nil instead".
8080
8081 2008-03-26 Johan Bockgård <bojohan@gnu.org>
8082
8083 * complete.el (PC-do-completion): Use regexp-quote.
8084
8085 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
8086
8087 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
8088 Detect missing files.
8089
8090 * vc-git.el (vc-git-extra-menu-map): New key map.
8091 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
8092 New functions.
8093
8094 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
8095 and 'missing files.
8096
8097 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * calendar/holidays.el (list-holidays): Make Y2 optional.
8100
8101 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
8102 buffers shown to the user.
8103 (appt-disp-window): Disable undo explicitly now that the leading space
8104 is gone.
8105
8106 * simple.el (activate-mark): New function.
8107 (set-mark-command): Use it with region-active-p to clean up the code.
8108 (exchange-point-and-mark): Invert the meaning of C-u when
8109 transient-mark-mode is active.
8110
8111 * dired-aux.el (dired-create-files): Use dolist.
8112
8113 * bindings.el (mode-line-change-eol): Use with-selected-window.
8114
8115 * apropos.el (apropos-command): Include macros.
8116
8117 2008-03-26 Glenn Morris <rgm@gnu.org>
8118
8119 * calendar/cal-bahai.el: Require calendar, not cal-julian.
8120 (calendar-bahai-epoch): Doc fix.
8121
8122 * calendar/cal-china.el: Explicitly require calendar.
8123
8124 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
8125 Require calendar rather than cal-julian.
8126 Autoload calendar-absolute-from-julian.
8127 * calendar/cal-coptic.el (coptic-calendar-epoch):
8128 * calendar/cal-islam.el (calendar-islamic-epoch):
8129 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
8130
8131 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
8132
8133 * calendar/cal-dst.el: Don't require cal-persia.
8134 (calendar-absolute-from-persian): Autoload it.
8135 (dst-adjust-time): Doc fix.
8136
8137 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
8138 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
8139 calendar.
8140
8141 * calendar/cal-menu.el: Require calendar rather than declaring
8142 functions.
8143 * calendar/calendar.el: Provide calendar before requiring cal-menu.
8144
8145 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
8146 calendar-after-frame-setup-hooks. Update callers, make old name an
8147 obsolete alias. Doc fix.
8148 (calendar-frame-1): Doc fix.
8149
8150 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
8151
8152 * calendar/calendar.el (oriental-holidays, solar-holidays):
8153 * calendar/holidays.el (list-holidays): Assume atan always bound.
8154
8155 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
8156 Explicitly require calendar, not cal-julian.
8157 * calendar/lunar.el: Explicitly require cal-dst.
8158
8159 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
8162
8163 * help-fns.el (describe-function-1, describe-variable): If no
8164 replacement is provided, don't print "use nil instead".
8165
8166 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8167
8168 * proced.el: New file.
8169
8170 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8171
8172 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
8173
8174 2008-03-25 Juri Linkov <juri@jurta.org>
8175
8176 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
8177 in battery-mode-line-format.
8178
8179 * bindings.el (minibuffer-local-map): For the command
8180 file-cache-minibuffer-complete replace keymap minibuffer-local-map
8181 with map which is already locally bound to minibuffer-local-map.
8182
8183 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
8186 Remove `sort-first' argument.
8187
8188 * subr.el (redisplay-end-trigger-functions)
8189 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
8190 (process-filter-multibyte-p, set-process-filter-multibyte):
8191 Mark as obsolete.
8192
8193 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
8194
8195 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
8196 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
8197 use the LOCAL arg of `add-hook'.
8198 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
8199 Remove spurious * from defcustom docstrings.
8200 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
8201 Fix typos in messages.
8202 (reb-mode-buffer-p): New function.
8203 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
8204 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
8205 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
8206 Use `unless', `when'.
8207 (re-builder-unload-function): New function.
8208
8209 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
8210
8211 * vc-hooks.el (vc-state): Add documentation for 'missing.
8212
8213 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
8214
8215 * progmodes/verilog-mode.el (verilog-auto-output)
8216 (verilog-auto-input, verilog-auto-inout, verilog-auto)
8217 (verilog-delete-auto): Add optional regular expression to
8218 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
8219 (verilog-signals-matching-regexp): New internal function for
8220 signal matching.
8221
8222 2008-03-25 Johan Bockgård <bojohan@gnu.org>
8223
8224 * info.el (Info-isearch-search): Always return point.
8225
8226 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * diff-mode.el (diff-remembered-defdir): New var.
8229 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
8230
8231 2008-03-25 Glenn Morris <rgm@gnu.org>
8232
8233 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
8234 calendar-bahai-prompt-for-date. Update callers, make old name an
8235 obsolete alias. Doc fix.
8236 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
8237 coptic-prompt-for-date. Update callers, make old name an
8238 obsolete alias. Doc fix.
8239 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
8240 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
8241 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
8242 calendar-islamic-prompt-for-date. Update callers. Doc fix.
8243 * calendar/cal-iso.el (calendar-iso-read-date): New name for
8244 calendar-iso-read-args. Update callers, make old name an obsolete
8245 alias.
8246 * calendar/cal-persia.el (calendar-persian-read-date): New name for
8247 persian-prompt-for-date. Update callers, make old name an
8248 obsolete alias. Doc fix. Move definition before use.
8249
8250 * calendar/cal-x.el (diary-frame-parameters)
8251 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8252 (calendar-frame-1): Doc fixes.
8253 (make-fancy-diary-buffer): Remove declaration.
8254 (calendar-dedicate-diary): Replace call to deleted function
8255 make-fancy-diary-buffer.
8256 (calendar-frame-setup): New function.
8257 (calendar-one-frame-setup, calendar-only-one-frame-setup)
8258 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
8259 work, and mark as obsolete.
8260 (special-display-buffer-names): Don't mess with this; it's not our
8261 business.
8262 (cal-x-load-hook): Defvar it, and mark as obsolete.
8263
8264 * calendar/calendar.el (calendar-remove-frame-by-deleting):
8265 Default to t. Add to 'calendar group.
8266 (calendar): Doc fix. Use calendar-frame-setup.
8267 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
8268 (generate-calendar-window): Doc fix.
8269
8270 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
8273
8274 2008-03-24 Drew Adams <drew.adams@oracle.com>
8275
8276 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
8277 New variables.
8278 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
8279 (finder-exit): Ignore errors rather than avoiding them.
8280 Kill *Finder-package* buffer also.
8281
8282 2008-03-24 Andreas Schwab <schwab@suse.de>
8283
8284 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
8285
8286 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
8287
8288 * vc-hg.el (vc-hg-after-dir-status):
8289 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
8290
8291 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
8292 Detect removed files.
8293
8294 * vc.el (vc-status-printer): Use a different face for missing files.
8295 (vc-status-hide-up-to-date): Rename from
8296 vc-status-remove-up-to-date. Update all callers.
8297 (vc-status-mode-map): Bind C-m.
8298
8299 2008-03-24 Alexandre Julliard <julliard@winehq.org>
8300
8301 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
8302 code ...
8303 (vc-git--state-code): ... to this new function.
8304 (vc-git-state): Use it.
8305
8306 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
8307
8308 * textmodes/remember.el (remember-mail-date)
8309 (remember-store-in-mailbox): Write date and From line in such a
8310 way that Mutt can read it.
8311
8312 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
8313
8314 * simple.el (transient-mark-mode): Turn on by default.
8315
8316 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
8317
8318 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
8319 'unregistered for unregistered files.
8320
8321 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
8322
8323 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
8324
8325 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
8326 subdirectories.
8327
8328 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
8329 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
8330 Add :enable for vc-status-refresh.
8331 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
8332 (vc-status-tool-bar-map): Add binding for
8333 vc-status-kill-dir-status-process.
8334 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
8335 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
8336 Reset vc-status-process-buffer.
8337 (vc-status-refresh): Don't run two refreshes at a time.
8338 (vc-status): If the buffer is already in vc-status-mode only refresh.
8339 (vc-status-mark-buffer-changed): Add an optional file parameter.
8340 (vc-resynch-buffer): Use it.
8341 (vc-delete-file): Expand the file name before using it.
8342 Be careful to not create a new buffer with the old file contents.
8343 Update the VC state after performing the operation.
8344
8345 2008-03-23 Andreas Schwab <schwab@suse.de>
8346
8347 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
8348 Fix radio button condition.
8349 [box]: Likewise.
8350 [customize]: Add radio button.
8351
8352 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
8353
8354 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
8355 (calc-user-parse-tables, calc-gnuplot-default-device)
8356 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8357 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8358 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8359 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
8360 (calc-undo-list, calc-redo-list, calc-main-buffer)
8361 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
8362 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
8363 (calc-said-hello, calc-executing-macro, calc-any-selections)
8364 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
8365 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
8366 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
8367 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
8368 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
8369 (calc-create-buffer, calc-quit): Add docstrings.
8370
8371 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
8372
8373 * makefile.w32-in (WINS_ALMOST): Add org.
8374
8375 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
8376
8377 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
8378 New functions to implement vc-status support.
8379
8380 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
8381
8382 * vc.el (vc-status-prepare-status-buffer): New function.
8383 (vc-status): Use it.
8384
8385 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
8386 appropriate.
8387
8388 2008-03-22 Alexandre Julliard <julliard@winehq.org>
8389
8390 * vc-git.el (vc-git--empty-db-p)
8391 (vc-git-after-dir-status-stage1-empty-db): New functions.
8392 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
8393 Add support for empty repositories.
8394
8395 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
8396
8397 * vc-git.el (vc-git-annotate-extract-revision-at-line):
8398 Allow "^" in a version name.
8399
8400 * vc-mtn.el (vc-mtn-state): Support the added state.
8401
8402 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
8403
8404 * org: New directory for Org-mode.
8405
8406 * org/org-export-latex.el: Moved from lisp/texmodes.
8407
8408 * org/org-irc.el: Moved from lisp/texmodes.
8409
8410 * org/org-mac-message.el: Moved from lisp/texmodes.
8411
8412 * org/org-mouse.el: Moved from lisp/texmodes.
8413
8414 * org/org-publish.el: Moved from lisp/texmodes.
8415
8416 2008-03-21 Juri Linkov <juri@jurta.org>
8417
8418 * comint.el (comint-dynamic-simple-complete):
8419 Use variable `stub' for the second arg `common-substring'
8420 of `comint-dynamic-list-completions'.
8421 (comint-dynamic-list-filename-completions):
8422 Use variable `filenondir' for the second arg `common-substring'
8423 of `comint-dynamic-list-completions'.
8424 (comint-dynamic-list-completions): Add new optional arg
8425 `common-substring'. Add `common-substring' as the second arg of
8426 the call to `display-completion-list'. Doc fix.
8427
8428 * comint.el (comint-dynamic-complete-as-filename)
8429 (comint-dynamic-list-filename-completions)
8430 (comint-dynamic-simple-complete): Use `minibuffer-message'
8431 to display message "No completions of %s" when a command
8432 is called in the minibuffer.
8433 (comint-dynamic-simple-complete): Don't display other
8434 completion messages when a command is called in the minibuffer.
8435 (comint-dynamic-list-completions): Use `minibuffer-message'
8436 to display message " [Type space to flush ...]" when a command
8437 is called in the minibuffer.
8438
8439 * shell.el (shell-dynamic-complete-command)
8440 (shell-dynamic-complete-environment-variable): Don't display
8441 completion messages when command is called in the minibuffer.
8442
8443 * emacs-lisp/lisp.el (lisp-complete-symbol):
8444 Use `minibuffer-message' to display message "No completions of %s"
8445 when this command is called in the minibuffer.
8446
8447 * bindings.el (standard-mode-line-modes): Put special help-echo
8448 tooltip on recursive edit %[ %] mode-line constructs.
8449
8450 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
8451 "^No dynamic expansion for .* found$" to allow error messages like
8452 "No dynamic expansion for \"%s\" found in this-buffer".
8453
8454 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
8455
8456 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
8457 "psftp".
8458
8459 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
8462 * vc.el (vc-default-dired-state-info): Use just "modified".
8463 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
8464 (vc-cvs-mode-line-string): Make use of the better default.
8465 (vc-cvs-parse-entry): Use the new `added'.
8466 (vc-cvs-dired-state-info): Remove.
8467 * vc-svn.el (vc-svn-dired-state-info): Remove.
8468 * vc-hg.el (vc-hg-dired-state-info): Remove.
8469 * vc-git.el (vc-git-dired-state-info): Remove.
8470
8471 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
8472
8473 * vc-git.el (vc-git-status-result): New variable.
8474 (vc-git-dir-status): Split out ...
8475 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
8476 ... these new functions and work asynchronously.
8477
8478 2008-03-21 Alexandre Julliard <julliard@winehq.org>
8479
8480 * vc-git.el (vc-git-after-dir-status): Remove.
8481 (vc-git-dired-state-info): Reimplement.
8482
8483 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
8484
8485 * replace.el (occur-mode-map): Add :help.
8486
8487 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
8488 for disassemble.
8489
8490 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
8491 the 'added state.
8492 (vc-status-remove-up-to-date): New function.
8493 (vc-status-mode-map, vc-status-menu-map): Bind it.
8494 (vc-status-printer): Use a different face up-to-date files.
8495 (vc-resynch-buffer): Update the vc-status buffer if it exists.
8496 (Todo): Remove solved entries.
8497
8498 * vc-hg.el (vc-hg-state):
8499 * vc-git.el (vc-git-state):
8500 * vc-cvs.el (vc-cvs-parse-status):
8501 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
8502 state.
8503
8504 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * progmodes/compile.el (compile):
8507 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
8508
8509 * simple.el (minibuffer-local-shell-command-map): New var.
8510 (minibuffer-complete-shell-command, read-shell-command): New funs.
8511 (shell-command, shell-command-on-region): Use them.
8512
8513 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
8514
8515 * vc.el (vc-status-mark-buffer-changed): New function to implement
8516 updating of the *vc-status* buffer when a buffer is saved.
8517 (vc-status-mode): Use it for after-change-hook.
8518 (vc-add-to-vc-status-buffer): Rename to ...
8519 (vc-status-add-entry): ... this.
8520 (Todo): Add new entry.
8521
8522 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
8525
8526 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
8527
8528 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
8529 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
8530 Remove spurious * from defcustom docstrings.
8531 (icomplete-compute-delay): Fix docstring and remove spurious *.
8532 (icomplete-delay-completions-threshold): Fix typo in docstring and
8533 remove spurious *.
8534 (icomplete-completions): While collecting the list of prospective
8535 candidates, don't overshoot `icomplete-prospects-length'.
8536
8537 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
8538
8539 * textmodes/refbib.el:
8540 * textmodes/reftex.el:
8541 * textmodes/reftex-global.el:
8542 * textmodes/reftex-vars.el:
8543 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
8544 compiler pacifying defvars.
8545 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
8546 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
8547 not needed.
8548
8549 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
8550
8551 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
8552 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
8553 (verilog-customize, verilog-font-customize)
8554 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
8555 (verilog-mode): Update documentation strings to match tool tips.
8556 (verilog-auto-search-do, verilog-auto-re-search-do)
8557 (verilog-skip-forward-comment-or-string): Fix verilog-auto
8558 expansion when a .* appears inside a string.
8559 (verilog-re-search-forward, verilog-re-search-backward):
8560 Add comment to recall how this works.
8561 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
8562
8563 2008-03-20 Glenn Morris <rgm@gnu.org>
8564
8565 * calendar/calendar.el (calendar-other-dates): New function.
8566 (calendar-print-other-dates): Use calendar-other-dates.
8567 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
8568 the declarations it replaces.
8569 (calendar-mouse-print-dates): Use calendar-other-dates.
8570
8571 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
8572 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
8573 (calendar-absolute-from-bahai): Fix the leap-year case.
8574 (calendar-bahai-from-absolute): Re-use the Gregorian month.
8575 (calendar-bahai-date-string, calendar-bahai-print-date):
8576 Handle pre-Bahai dates.
8577
8578 * calendar/cal-china.el (chinese-calendar-celestial-stem)
8579 (chinese-calendar-terrestrial-branch): Make defcustoms.
8580
8581 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
8582 (calendar-mouse-view-diary-entries): Use or.
8583 (calendar-mouse-chinese-date): Remove unused command.
8584 (cal-menu-load-hook): Mark as obsolete.
8585
8586 * calendar/solar.el (calendar-location-name, calendar-latitude)
8587 (calendar-longitude, solar-arctan, sunrise-sunset)
8588 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
8589
8590 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
8591
8592 * calc/calc.el: Remove outdated comments.
8593 (defcalcmodevar, calc-mode-var-list-restore-default-values)
8594 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
8595 Add docstrings.
8596
8597 2008-03-19 Jason Rumney <jasonr@gnu.org>
8598
8599 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
8600
8601 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
8602
8603 * net/tls.el (open-tls-stream): Reindent.
8604
8605 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
8606
8607 * net/tramp.el (tramp-let-maybe): Removed.
8608 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
8609 It does not exist under XEmacs.
8610 (tramp-handle-file-truename, tramp-handle-expand-file-name)
8611 (tramp-completion-file-name-handler): Let-bind
8612 `directory-sep-char'.
8613
8614 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
8615 `directory-sep-char'.
8616
8617 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8618
8619 * help-fns.el (describe-function-1): Don't signal "missing arglist"
8620 for autoloaded keymaps.
8621
8622 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
8623 (electric-verilog-terminate-line, verilog-in-struct-region-p)
8624 (verilog-backward-ws&directives, verilog-forward-ws&directives)
8625 (verilog-in-comment-p, verilog-in-star-comment-p)
8626 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
8627 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
8628 (verilog-skip-forward-comment-or-string, verilog-in-paren)
8629 (verilog-skip-forward-comment-p): Use it.
8630
8631 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
8632
8633 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
8634 (org-remember-templates, org-time-stamp-rounding-minutes)
8635 (org-back-over-empty-lines, org-find-base-buffer-visiting)
8636 (org-columns-new): Fix typos in docstrings.
8637
8638 2008-03-19 Glenn Morris <rgm@gnu.org>
8639
8640 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
8641 (tramp-handle-shell-command): Use condition-case rather than
8642 ignore-errors.
8643
8644 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
8645
8646 * diff-mode.el (diff-header): Make the color louder.
8647 (diff-refine-change): Tone the color down.
8648
8649 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
8650
8651 * descr-text.el (describe-char): When `describe-char-unidata-list'
8652 is set to show all properties, list them in the right order.
8653
8654 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * international/mule.el (load-with-code-conversion): Avoid setting
8657 default-enable-multibyte-characters.
8658
8659 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
8660
8661 * vc.el (vc-annotate-background): Fix custom type.
8662
8663 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * descr-text.el (describe-char-unidata-list): Allow specifying
8666 just all properties.
8667 (describe-char): Handle that new value.
8668
8669 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
8670
8671 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
8672
8673 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
8674 instead of file name extension to make docs with uncommon
8675 extensions work.
8676
8677 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
8678
8679 * doc-view.el (require): Require cl at compile time because
8680 `assert' needs it.
8681
8682 2008-03-18 Glenn Morris <rgm@gnu.org>
8683
8684 * calendar/calendar.el (initial-calendar-window-hook)
8685 (today-visible-calendar-hook): Doc fixes.
8686
8687 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
8688
8689 * net/tramp.el (tramp-root-regexp): Simplify.
8690 (tramp-completion-file-name-regexp-separate): Don't insist on
8691 leading "[". This prevents method or user or host completion.
8692 (tramp-let-maybe): Autoload it.
8693 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
8694 is an alias for `identity'.
8695 (tramp-handle-write-region): Protect `last-coding-system-used'
8696 over the trailing statements.
8697 (tramp-completion-file-name-handler-post-function): Remove.
8698 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
8699 instead of calling `tramp-drop-volume-letter'.
8700
8701 * net/tramp.el:
8702 * net/tramp-uu.el:
8703 * net/trampver.el: Move coding cookie at the end.
8704
8705 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
8706
8707 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
8708 elements which may be something else than characters.
8709
8710 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
8711
8712 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
8713 New functions to implement vc-status support.
8714
8715 * vc.el (vc-default-extra-status-menu)
8716 (vc-add-to-vc-status-buffer): New functions.
8717
8718 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8719 for eldoc and ielm.
8720
8721 2008-03-17 Glenn Morris <rgm@gnu.org>
8722
8723 * calendar/cal-x.el (diary-frame-parameters)
8724 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
8725 Fix custom type; add options.
8726 (calendar-frame, diary-frame): Doc fixes.
8727 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
8728 new functions.
8729 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
8730 Use calendar-frame-1 and calendar-dedicate-diary.
8731 (calendar-one-frame-setup): Also handle only-one-frame case.
8732 (calendar-only-one-frame-setup): Doc fix. Just call
8733 calendar-one-frame-setup.
8734
8735 * calendar/diary-lib.el: Re-order some definitions before their use.
8736 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
8737 (diary-list-entries): Doc fixes.
8738 (make-fancy-diary-display): Remove function.
8739
8740 * calendar/calendar.el (calendar-today-marker)
8741 (initial-calendar-window-hook, today-visible-calendar-hook)
8742 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
8743 (calendar-star-date, calendar-mark-today): Doc fixes.
8744 (today-visible-calendar-hook): Add options.
8745 (calendar-in-read-only-buffer): New macro.
8746 (calendar-basic-setup): Adapt for change in calendar-read-date.
8747 Place holiday let inside if.
8748 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
8749 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
8750 (calendar-print-other-dates): Use one let rather than many.
8751
8752 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
8753 (calendar-print-other-dates):
8754 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8755 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
8756 * calendar/holidays.el (calendar-list-holidays, list-holidays)
8757 (calendar-cursor-holidays):
8758 * calendar/lunar.el (calendar-phases-of-moon): Use
8759 calendar-in-read-only-buffer to replace previous code and disable undo.
8760
8761 2008-03-16 Juri Linkov <juri@jurta.org>
8762
8763 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
8764 and regexp-search-ring-yank-pointer for the HISTPOS argument of
8765 read-from-minibuffer to provide the correct initial minibuffer
8766 history position in isearch-edit-string when it is called from
8767 isearch-ring-adjust.
8768
8769 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
8770 to check if the current buffer is the minibuffer, and in this case
8771 call abort-recursive-edit to kill the minibuffer. Doc fix.
8772 (kill-this-buffer-enabled-p): Allow this function to return non-nil
8773 when the current buffer is the minibuffer.
8774
8775 * simple.el (goto-line): Leave mark at previous position. Doc fix.
8776
8777 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
8778
8779 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
8780 Use non-nil PARENTS attribute of make-directory instead of
8781 explicitly checking existence the current cache directory.
8782
8783 2008-03-16 Daiki Ueno <ueno@unixuser.org>
8784
8785 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
8786 M-x epa-file-select-keys.
8787
8788 2008-03-16 Kenichi Handa <handa@m17n.org>
8789
8790 * international/mule.el (auto-coding-alist):
8791 Use no-conversion-multibyte for archive files.
8792
8793 2008-03-16 Glenn Morris <rgm@gnu.org>
8794
8795 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
8796 New functions.
8797 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
8798 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
8799 Use calendar-mark-1.
8800 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
8801 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
8802 Use calendar-mark-complex.
8803 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
8804 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
8805 Use calendar-mark-1.
8806
8807 * calendar/calendar.el (calendar-mod): Remove.
8808 * calendar/cal-china.el (calendar-chinese-from-absolute)
8809 (calendar-chinese-date-string): Expand calendar-mod calls.
8810 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
8811 Expand calendar-mod calls.
8812
8813 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
8814 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8815 (diary-bahai-insert-yearly-entry): Use let rather than let*.
8816 Move obsolete aliases after the functions that replaced them.
8817
8818 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
8819 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
8820 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
8821 Use let rather than let*.
8822 (calendar-hebrew-prompt-for-date): New function.
8823 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
8824 (holiday-tisha-b-av-etc): Use unless, let.
8825
8826 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
8827 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
8828
8829 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
8830
8831 * calendar/calendar.el (calendar-for-loop): Add indent spec.
8832
8833 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
8834 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
8835 than concat.
8836 (diary): Remove un-needed let.
8837 (view-other-diary-entries): Rename argument.
8838 (diary-list-entries-2): New function.
8839 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
8840 (print-diary-entries): Use unless.
8841 (diary-mark-entries-1): Change argument order, make all but
8842 markfunc optional. Handle the standard (Gregorian) case.
8843 Use match-string-no-properties. Handle marks.
8844 (mark-diary-entries): Use diary-mark-entries-1.
8845 (diary-font-lock-keywords-1): New macro.
8846 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
8847
8848 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
8849
8850 * icalendar.el (icalendar-version): Increase to 0.18.
8851 (icalendar-export-hidden-diary-entries): New variable.
8852 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
8853 In case of error, insert full error-val.
8854 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
8855 Use calendar-day-of-week. Return the day number.
8856 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
8857
8858 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
8859
8860 * icalendar.el (icalendar-recurring-start-year): New variable.
8861 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
8862 (icalendar-export-region): Ignore hidden diary entries.
8863 (icalendar--convert-ordinary-to-ical): Fix case where event
8864 spans across midnight boundary.
8865 (icalendar-first-weekday-of-year): New function.
8866 (icalendar--convert-weekly-to-ical): Allow user-selectable start
8867 year for recurring events (Mozilla calendars do not propagate
8868 recurring events forever, so year 2000 start date was not working).
8869 (icalendar--convert-yearly-to-ical): Remove extra spaces in
8870 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
8871
8872 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
8873
8874 * net/tramp.el (tramp-root-regexp): New defconst.
8875 (tramp-completion-file-name-regexp-unified)
8876 (tramp-completion-file-name-regexp-separate)
8877 (tramp-completion-file-name-regexp-url): Use it.
8878 (tramp-do-copy-or-rename-file-via-buffer):
8879 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
8880 t for `insert-file-contents-literally'.
8881 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
8882 Autoload it.
8883 (tramp-completion-file-name-handler-post-function): New defconst.
8884 (tramp-completion-file-name-handler): Use it.
8885 (tramp-maybe-open-connection): Update calls to
8886 `tramp-flush-connection-property' for removed 2nd argument.
8887
8888 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
8889
8890 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
8891 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
8892 New functions.
8893
8894 2008-03-15 Glenn Morris <rgm@gnu.org>
8895
8896 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
8897 New functions.
8898 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
8899 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8900 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8901 (diary-bahai-list-entries): Use diary-list-entries-1.
8902 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
8903 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
8904 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8905 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8906 (list-hebrew-diary-entries): Use diary-list-entries-1.
8907 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
8908 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
8909 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
8910 (diary-list-entries-1, diary-mark-entries-1): Autoload.
8911 (list-islamic-diary-entries): Use diary-list-entries-1.
8912 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
8913
8914 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
8915
8916 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
8917
8918 * calendar/cal-china.el (number-chinese-months)
8919 (calendar-chinese-from-absolute): Use nth, caar.
8920
8921 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
8922
8923 * calendar/cal-french.el (french-calendar-accents): Doc fix.
8924
8925 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
8926 (calendar-hebrew-month-name-array-leap-year)
8927 (hebrew-calendar-parashiot-names): Make constants.
8928 (diary-parasha): Move definition after constants it uses.
8929
8930 * calendar/cal-html.el (cal-html-insert-link-yearpage)
8931 (cal-html-htmlify-list): Doc fix.
8932 (cal-html-htmlify-entry): Use nth.
8933
8934 * calendar/cal-islam.el (calendar-islamic-month-name-array)
8935 (calendar-islamic-epoch): Make constants.
8936 (calendar-islamic-epoch): Doc fix.
8937
8938 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
8939
8940 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
8941 (cal-tex-month-name): Doc fix.
8942 (cal-tex-last-blank-p): Use zerop.
8943
8944 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
8945 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
8946 (calendar-cursor-to-date): Doc fix.
8947 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
8948 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
8949 (calendar-day-number): Use when.
8950 (generate-calendar-month): Use dotimes.
8951 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
8952 (calendar-set-mark): Reverse conditional.
8953 (calendar-make-alist): Move definition before use.
8954
8955 * calendar/diary-lib.el (diary-face-attrs)
8956 (diary-glob-file-regexp-prefix, diary-selective-display)
8957 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
8958 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
8959 (diary-anniversary, diary-cyclic)
8960 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
8961 (diary-header-line-format): Change wording.
8962 (diary-list-entries): Set `date-start' in let.
8963 (include-other-diary-files, mark-included-diary-files): Use format.
8964 (simple-diary-display, fancy-diary-display): Use cadr, unless.
8965 (mark-diary-entries): Use 1+.
8966 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
8967 (mark-calendar-month): Use dotimes.
8968
8969 * calendar/holidays.el (displayed-month, displayed-year):
8970 Move declarations where needed.
8971 (calendar-list-holidays): Doc fix.
8972
8973 * calendar/parse-time.el (parse-time-string): Simplify.
8974
8975 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
8976 Make constants.
8977 (solar-sunrise-sunset): Rename some local variables for clarity.
8978 (sunrise-sunset): Use zerop.
8979 (solar-mean-equinoxes/solstices): Doc fix.
8980
8981 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
8982 Use nth.
8983 (timeclock-completing-read, timeclock-generate-report): Use zerop.
8984 (timeclock-mean, timeclock-generate-report): Use dolist.
8985
8986 * calendar/todo-mode.el (todo-add-category): Simplify.
8987 (todo-more-important-p, todo-delete-item, todo-file-item):
8988 Use unless, when.
8989 (todo-top-priorities): Use zerop.
8990
8991 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
8992
8993 * buff-menu.el (list-buffers-noselect): Display buffer name in
8994 tooltip instead of mouse binding when it doesn't fit in the list.
8995
8996 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
8997
8998 * faces.el (xw-defined-colors):
8999 * simple.el (widget-convert, shell-mode): Declare as functions
9000 instead of autoloading.
9001
9002 * abbrev.el:
9003 * button.el:
9004 * cus-face.el:
9005 * ediff-hook.el:
9006 * emacs-lisp/backquote.el:
9007 * emacs-lisp/timer.el:
9008 * facemenu.el:
9009 * faces.el:
9010 * menu-bar.el:
9011 * simple.el:
9012 * subr.el:
9013 * textmodes/fill.el:
9014 * textmodes/paragraphs.el: Remove autoloads, redundant when the
9015 files are preloaded.
9016
9017 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * desktop.el (desktop-create-buffer): Don't catch errors if
9020 debug-on-error is set.
9021
9022 2008-03-14 Eli Zaretskii <eliz@gnu.org>
9023
9024 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9025 ($(lisp)/calendar/diary-loaddefs.el)
9026 ($(lisp)/calendar/hol-loaddefs.el): New targets.
9027 (LOADDEFS): New macro.
9028 (autoloads): Depend on $(LOADDEFS).
9029
9030 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
9031
9032 * font-lock.el (featurep): Remove test, not useful anymore.
9033 (facemenu-keymap): Move key binding ...
9034 * facemenu.el (facemenu-keymap): ... here.
9035
9036 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
9037 for each file in the list.
9038 (vc-bzr-log-view-mode): Recognize the file marker.
9039
9040 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9041 for checkdoc and profiling.
9042
9043 2008-03-14 Bastien Guerry <bzg@altern.org>
9044
9045 * textmodes/flyspell.el (nxml-mode): Add the right
9046 `flyspell-mode-predicate'.
9047
9048 * wid-edit.el (link): Use 'mouse-face for :follow-link.
9049
9050 2008-03-14 Glenn Morris <rgm@gnu.org>
9051
9052 * calendar/solar.el: Reorder so that functions are defined before use.
9053 (displayed-month, displayed-year): Move declarations where needed.
9054 (solar-get-number): Move definition before use. Use unless.
9055 (solar-equatorial-coordinates): Simplify.
9056 (solar-sunrise-and-sunset): Use let rather than let*.
9057 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
9058
9059 * startup.el (command-line-1): Rename -internal-script back to
9060 -scriptload (reverts previous change).
9061
9062 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9063 (calendar-bahai-leap-base): Add doc strings.
9064 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
9065 Move definition before use.
9066 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
9067 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
9068 variables outside the loop. Use dolist.
9069 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
9070
9071 * calendar/cal-china.el: Re-order so that functions are defined before
9072 use.
9073 (displayed-month, displayed-year): Move declarations where needed.
9074 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
9075 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
9076 Add doc strings.
9077 (chinese-year-cache): Recenter on 2010. Doc fix.
9078 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
9079 Doc fix. Simplify.
9080 (chinese-year-cache-init): New function.
9081 (compute-chinese-year, holiday-chinese-new-year)
9082 (calendar-chinese-date-string, calendar-goto-chinese-date)
9083 (make-chinese-month-assoc-list): Use cadr, nth.
9084 (chinese-months): Remove un-needed let.
9085
9086 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
9087 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
9088 (coptic-prompt-for-date): Move definition before use.
9089
9090 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
9091 (calendar-dst-find-data, calendar-daylight-time-offset)
9092 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
9093 (calendar-daylight-savings-starts-time)
9094 (calendar-daylight-savings-ends-time): Use cadr, nth.
9095
9096 * calendar/cal-french.el (french-calendar-epoch)
9097 (calendar-goto-french-date): Doc fix.
9098 (french-calendar-month-name-array)
9099 (french-calendar-multibyte-month-name-array)
9100 (french-calendar-day-name-array, french-calendar-special-days-array):
9101 Add doc strings.
9102
9103 * calendar/cal-hebrew.el (displayed-month, displayed-year)
9104 (original-date): Move declarations where needed.
9105 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
9106 Doc fix.
9107 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
9108 constant variables outside the loop. Use dolist.
9109
9110 * calendar/cal-islam.el (displayed-month, displayed-year)
9111 (original-date): Move declarations where needed.
9112 (islamic-calendar-day-number): Remove unused local variable `day'.
9113 (calendar-goto-islamic-date): Doc fix.
9114 (holiday-islamic): Use unless.
9115 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
9116 constant variables outside the loop. Use dolist.
9117 (mark-islamic-calendar-date-pattern): Move definition before use.
9118 Use unless.
9119 (mark-islamic-diary-entries): Doc fix.
9120 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
9121 (insert-yearly-islamic-diary-entry): Use let rather than let*.
9122
9123 * calendar/cal-julian.el (calendar-absolute-from-julian):
9124 Move definition before use. Remove un-needed local `day'.
9125 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
9126
9127 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
9128 (calendar-mayan-tzolkin-names-array): Add doc strings.
9129 (calendar-mayan-long-count-from-absolute): Use a single let.
9130 (calendar-string-to-mayan-long-count): Simplify.
9131 (calendar-next-haab-date, calendar-previous-haab-date)
9132 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
9133 (calendar-previous-calendar-round-date)
9134 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
9135 Doc fix.
9136 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
9137 (calendar-mayan-date-string, calendar-print-mayan-date)
9138 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
9139 (calendar-mayan-long-count-common-era): Move definitions before use.
9140
9141 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
9142 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
9143 Doc fix.
9144 (calendar-mouse-goto-date): Move definition before use.
9145
9146 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
9147 Move definition before use.
9148 (calendar-cursor-to-visible-date): Move definition before use.
9149 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
9150 and place inside the conditional.
9151 (calendar-forward-day): Simplify.
9152 (calendar-end-of-month): Use unless.
9153 (calendar-goto-day-of-year): Doc fix.
9154 Relocate obsolete aliases after their replacements.
9155
9156 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
9157
9158 * calendar/diary-lib.el (mark-diary-entries): Move some constant
9159 variables outside the diary-date-forms loop.
9160
9161 * calendar/calendar.el (diary-file): Doc fix.
9162 (calendar-buffer-list): Return buffers rather than strings (fixes
9163 previous change).
9164 (hebrew-holidays-4): Fix typo.
9165
9166 * calendar/holidays.el (displayed-month, displayed-year):
9167 Move declarations where needed.
9168 (calendar-holiday-list, calendar-list-holidays)
9169 (holiday-filter-visible-calendar): Move definitions before use.
9170 (list-holidays): Use cadr.
9171 Relocate obsolete aliases after their replacements.
9172
9173 * calendar/lunar.el (date, displayed-month, displayed-year):
9174 Move declarations where needed.
9175 (lunar-phase-list): Move definition after functions it uses.
9176 (calendar-phases-of-moon, diary-phases-of-moon)
9177 (lunar-new-moon-on-or-after): Use cadr, nth.
9178 (lunar-new-moon-on-or-after): Doc fix.
9179
9180 * textmodes/org-irc.el (top-level): CL not required when compiling.
9181 (org-irc-visit-erc): Replace runtime CL functions.
9182
9183 * textmodes/org-publish.el (declare-function): Add compatibility stub.
9184 (org-publish-delete-dups): Declare as function.
9185
9186 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
9187
9188 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
9189 (vc-bzr-show-log-entry): Make regexp match more cases.
9190 (vc-diff-switches-list): Remove autoload, not needed.
9191
9192 2008-03-14 Juri Linkov <juri@jurta.org>
9193
9194 * isearch.el (isearch-edit-string): Remove one call to
9195 `isearch-push-state' not to push an inconsistent state,
9196 but keep another correct call to `isearch-push-state'.
9197 (isearch-ring-adjust): Call `isearch-push-state' only when
9198 `search-ring-update' is non-nil since `isearch-edit-string'
9199 already pushes its state.
9200 (isearch-message): Improve matching the failed part by checking
9201 if the original message starts with the last successful message.
9202
9203 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
9204 (dired-perm-write): Rename from `dired-warn-writable'.
9205 Change parent face from `font-lock-warning-face' to
9206 `font-lock-comment-delimiter-face'.
9207 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
9208 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
9209 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
9210 with `dired-perm-write-face'.
9211
9212 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
9213
9214 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
9215 Create cache dir only if it doesn't already exist.
9216
9217 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
9220 of \ and '.
9221
9222 2008-03-13 Johan Bockgård <bojohan@gnu.org>
9223
9224 * net/browse-url.el (browse-url-text-xterm):
9225 Unquote browse-url-text-browser.
9226
9227 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
9228
9229 * textmodes/org-mouse.el: Version number change.
9230
9231 * textmodes/org-publish.el (org-publish-expand-components):
9232 Remove null projects from the list of components.
9233 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
9234 Remove unused retrieval of the :publishing-directory property.
9235 (org-publish-file): Bugfix: when using a relative directory as the
9236 publishing directory, convert it to a directory filename.
9237 (org-publish-project): New alias.
9238 (org-publish-get-files): Protect against empty p.
9239 (org-publish-file): Send an error when file is not part of any project.
9240 (org-publish-file): Offer to refresh the list of files in known
9241 project when the current file is not part of any project.
9242 (org-publish-before-export-hook)
9243 (org-publish-after-export-hook): New hooks.
9244 (org-publish-org-to): Use new hooks and kill buffers.
9245 (org-publish-file): Remove the code for killing buffers.
9246 (org-publish-initialize-files-alist): Use interactive.
9247 (org-publish-file): If the publishing function creates a new
9248 buffer, kill it after publishing.
9249 (org-publish-timestamp-filename): Protect ":" in file name path
9250 under windows.
9251
9252 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
9253 change that killed the LaTeX buffer.
9254
9255 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
9256 in the decision tree.
9257 (org-select-remember-template): Clean the code.
9258 (org-prepare-dblock): Add the extra :content parameter.
9259 (org-write-agenda): New output type ".ics" files.
9260 (org-write-agenda): Call `org-icalendar-verify-function', both for
9261 time stamps and for TODO entries.
9262 (org-agenda-collect-markers, org-create-marker-find-array)
9263 (org-check-agenda-marker-table): New functions.
9264 (org-agenda-marker-table): New variable.
9265 (org-export-as-html): Revert the change that killed the html
9266 buffer. Side effects first need to be studied carefully.
9267 (org-get-tags-at): Fix the structure of the condition-case statement.
9268 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
9269 (org-timestamp-change): Fix regulear expressions to swallow the
9270 extra character for repeat-shift control.
9271 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
9272 (org-get-legal-level): Alias to `org-get-valid-level'.
9273 (org-dblock-write:clocktable): Add a :link parameter, linking
9274 headlines to their location in the Org agenda files.
9275 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
9276 throwing an error when getting tags before headlines.
9277 (org-timestamp-change, org-modify-ts-extra)
9278 (org-ts-regexp1): Fix timestamp editing.
9279 (org-agenda-custom-commands-local-options): New constant.
9280 (org-agenda-custom-commands):
9281 Use `org-agenda-custom-commands-local-options' to improve customize
9282 type. "htmlize": Removed hack to fix face problem with htmlize,
9283 it no longer seem necessary.
9284 (org-follow-link-hook): New hook.
9285 (org-agenda-custom-commands): Add "Component" as a tag for each
9286 item in a command serie.
9287 (org-open-at-point): Run `org-follow-link-hook'.
9288 (org-agenda-schedule): Bugfix: don't display marker type when it
9289 is nil.
9290 (org-store-link): org-irc required.
9291 (org-set-regexps-and-options): Parse the new logging options.
9292 (org-extract-log-state-settings): New function.
9293 (org-todo): Handle the new ways of recording state change stuff.
9294 (org-local-logging): New function.
9295 (org-columns-open-link): Fix bug with opening link in column view.
9296 (org-local-logging): New function.
9297 (org-todo): Make sure that LOGGING properties are honoured.
9298 (org-todo-keywords): Improve docstring.
9299 (org-startup-options): Cleanup startup options.
9300 (org-set-regexps-and-options): Process the "!" markers.
9301 (org-todo): Respect the new logging stuff.
9302 (org-log-note-how): New variable.
9303 (org-add-log-maybe): New parameter HOW that defines how logging
9304 should be done and also overrides PURPOSE. Add a docstring.
9305 (org-add-log-note): Check if we really need to ask for a note.
9306 (org-get-current-options): Digest the new keyword.
9307 (org-agenda-reset-markers): Rename from
9308 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
9309 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
9310 function, without force argument.
9311 (org-buffer-property-keys): Bind local variables s and p.
9312 (org-make-tags-matcher): Allow "" to match an empty or
9313 non-existent property value.
9314 (org-export-as-html): Join unsorted lists when they directly
9315 follow each other. Such lists may be created by headlines that
9316 are converted to lists.
9317 (org-nofm-to-completion): New function.
9318 (org-export-as-html): Use :html-extension instead of
9319 org-export-html-extension.
9320 (org-store-link): Support for links from `rmail-summary-mode'.
9321 (org-columns-new, org-complete, org-set-property): Set the
9322 `include-columns' argument in the call to
9323 `org-buffer-property-keys'.
9324 (org-buffer-property-keys): New argument `include-columns', to
9325 include properties expected by any of the COLUMS formats in the
9326 current buffer.
9327 (org-cleaned-string-for-export): Get rid of drawers first, so that
9328 they will be removed also in the text before the first headline.
9329 (org-clock-report): Show the clocktable when found.
9330 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
9331 (org-version): With prefix argument, insert `org-version' at point.
9332 (org-agenda-goto): Recenter the window after finding the target
9333 location, to make sure the correct position will be displayed.
9334 (org-agenda-get-deadlines): Don't scale priority with the warning
9335 period.
9336 (org-insert-heading): Don't break line in the middle of the line.
9337 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
9338 be 0.
9339 (org-update-checkbox-count): Revamp to deal with hierarchical
9340 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
9341 (org-remove-timestamp-with-keyword): New function.
9342 (org-schedule, org-deadline):
9343 Use `org-remove-timestamp-with-keyword' to make sure all such time
9344 stamps are removed.
9345 (org-mode): Support for `align'.
9346 (org-agenda-get-deadlines): Make sure priorities increase as the
9347 due date approaches and is passed.
9348 (org-remember-apply-template): Fix problem with tags that
9349 contain "_" or "@".
9350 (org-make-link-regexps): Improve the regular expression for plain links.
9351 (org-agenda-get-closed): List each clocking entry.
9352 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
9353 (org-special-ctrl-k): New option.
9354 (org-kill-line): New function.
9355 (org-archive-all-done): Fix incorrect number of stars in regexp.
9356 (org-refile-get-location): New function.
9357 (org-refile-goto-last-stored): New function.
9358 (org-global-tags-completion-table): Add the value of org-tag-alist
9359 in each buffer, to make sure that also unused tags will be
9360 available for completion.
9361 (org-columns-edit-value)
9362 (org-columns-next-allowed-value): Only update if not in agenda.
9363 (org-clocktable-steps): New function.
9364 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
9365 (org-archive-subtree): Add the outline tree context as a property.
9366 (org-closest-date): New optional argument `prefer'.
9367 (org-goto-auto-isearch): New option.
9368 (org-goto-map, org-get-location): Implement auto-isearch.
9369 (org-goto-local-auto-isearch-map): New variable.
9370 (org-goto-local-search-forward-headings)
9371 (org-goto-local-auto-isearch): New functions.
9372
9373 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
9374
9375 * textmodes/org-irc.el: New file.
9376
9377 2008-03-13 John Wiegley <johnw@gnu.org>
9378
9379 * textmodes/org-mac-message.el: New file.
9380
9381 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
9382
9383 * font-lock.el (font-lock-comment-face): Set the foreground for
9384 the light background 8 colors case.
9385
9386 2008-03-13 Glenn Morris <rgm@gnu.org>
9387
9388 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
9389 generate-autoload-cookie patterns.
9390
9391 * startup.el (command-line-1): Rename -scriptload to -internal-script.
9392
9393 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
9394 (MH_E_SRC): Remove variable.
9395 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
9396 Simplify file header. Use $@ for generated-autoload-file.
9397
9398 * Makefile.in (LOADDEFS): New variable.
9399 (AUTOGENEL): Use $LOADDEFS.
9400 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
9401 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
9402 ($(lisp)/calendar/hol-loaddefs.el): New targets.
9403 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9404 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
9405 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
9406 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
9407 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
9408 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
9409 Add calendar-specific autoload cookies, and remove any setting of
9410 generated-autoload-file.
9411 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
9412 * calendar/diary-lib.el: Replace explicit autoloads with reading of
9413 diary-loaddefs.
9414 * calendar/holidays.el: Replace explicit autoloads with reading of
9415 hol-loaddefs.
9416
9417 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
9418 (calendar-buffer-list): Simplify.
9419 (generate-calendar-window): Use calendar-mark-holidays rather than
9420 obsolete alias.
9421
9422 * calendar/cal-hebrew.el (list-yahrzeit-dates):
9423 Use cal-hebrew-yahrzeit-buffer.
9424
9425 * calendar/cal-x.el (calendar-only-one-frame-setup)
9426 (calendar-two-frame-setup): Doc fixes.
9427 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
9428
9429 * calendar/appt.el (appt-mode-string): Mark as risky.
9430 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
9431
9432 * calendar/cal-html.el (diary-list-entries):
9433 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
9434 (calendar-iso-from-absolute): Fix autoloads.
9435
9436 * calendar/cal-iso.el (calendar-absolute-from-iso)
9437 (calendar-iso-read-args): Simplify.
9438 (calendar-iso-date-string, calendar-iso-read-args)
9439 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
9440
9441 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
9442 (displayed-month, displayed-year): Move declarations where needed.
9443 (calendar-print-astro-day-number): Doc fix.
9444
9445 * calendar/cal-persia.el (persian-calendar-month-name-array)
9446 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
9447 (persian-prompt-for-date): Remove local variable `today'.
9448
9449 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
9450
9451 * calendar/solar.el (solar-moment, solar-exact-local-noon)
9452 (solar-sunrise-sunset, solar-sunrise-sunset-string)
9453 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
9454 (diary-sabbath-candles, solar-equinoxes/solstices)
9455 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
9456 (solar-time-equation, solar-date-to-et): Simplify.
9457
9458 * mail/supercite.el: Remove the `function' in `(function (lambda'.
9459 Replace `(car (cdr' with cadr'.
9460
9461 * progmodes/f90.el (f90-font-lock-n): New function.
9462 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
9463 Use f90-font-lock-n.
9464 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
9465
9466 * progmodes/f90.el (f90-mode-abbrev-table):
9467 * progmodes/fortran.el (fortran-mode-abbrev-table):
9468 Use newer form of define-abbrev, where supported. No need to bind
9469 abbrevs-changed for system abbrevs.
9470
9471 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9472
9473 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
9474 delete-frame-functions.
9475
9476 * bookmark.el (Info-current-node): Remove.
9477
9478 2008-03-12 Juri Linkov <juri@jurta.org>
9479
9480 * help.el (describe-project): Remove defaliases for view-todo and
9481 describe-project that are now unnecessary after the merge from
9482 emacs--rel--22 that added define-obsolete-function-alias.
9483
9484 * startup.el (inhibit-startup-screen): Revert incomplete
9485 2008-03-10 merge from emacs--rel--22 that partly reverted
9486 2008-02-28 change that added initial message to *scratch* buffer
9487 regardless of the value of `inhibit-startup-screen'.
9488 Now keep this change in the trunk, but not in the 22 branch.
9489
9490 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9491
9492 * international/quail.el (quail-setup-completion-buf, quail-help):
9493 * mail/binhex.el (binhex-decode-region-internal):
9494 * mail/uudecode.el (uudecode-decode-region-internal):
9495 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9496 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9497 setting default-enable-multibyte-characters.
9498
9499 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
9500
9501 * comint.el: Fix up indentation and comment style. Remove `function'.
9502
9503 * international/mule-cmds.el (reset-language-environment)
9504 (set-language-environment-nonascii-translation):
9505 Don't set-unibyte-charset.
9506
9507 * doc-view.el: Remove all cb-args, use closures instead.
9508 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
9509 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
9510 doing an incorrect check). Update all callers to use the new name.
9511 (doc-view-doc->txt): Add missing `txt' argument.
9512
9513 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
9514
9515 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
9516 md5 sum calculation to single-byte.
9517
9518 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9519
9520 * doc-view.el (doc-view-new-window-function): Add assertion.
9521 (doc-view-doc-type): New var.
9522 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
9523 (doc-view-intersection): New fun.
9524 (doc-view-mode): Use it to set the new var.
9525
9526 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
9527
9528 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
9529 (doc-view-already-converted-p): New functions.
9530 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
9531 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
9532 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
9533 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
9534 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
9535 (doc-view-convert-current-doc): Don't hardwire the functions the
9536 sentinels call. Now they're provided by two args CALLBACK and
9537 CB-ARGS to the functions.
9538 (doc-view-search): Use doc-view-doc->txt.
9539 (doc-view-initiate-display): Use doc-view-already-converted-p.
9540 Mention new binding C-c C-t if doc-view-mode doesn't work.
9541
9542 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9543
9544 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
9545
9546 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9549 Mark " outside of tags as punctuation.
9550
9551 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
9552
9553 * menu-bar.el (minibuffer-local-map): Use the same command for the
9554 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
9555 Prefer RET over C-j for exit-minibuffer.
9556
9557 * files.el (display-buffer-other-frame): Eliminate problematic code.
9558
9559 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
9560 (menu-bar-select-buffer): Remove.
9561 (menu-bar-select-frame): Make non-interactive and take a frame arg.
9562 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
9563
9564 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
9565
9566 * icomplete.el (icomplete-completions): Remove obsolete code.
9567
9568 * net/net-utils.el (iwconfig-program-options): Doc fix.
9569 (net-utils-run-program, run-network-program): Define as functions.
9570
9571 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
9572
9573 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
9574
9575 2008-03-11 Glenn Morris <rgm@gnu.org>
9576
9577 * faces.el (mode-line-emphasis): New face.
9578 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
9579
9580 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
9581
9582 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
9583
9584 * simple.el (set-mark-command): Doc fix.
9585
9586 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
9589
9590 * emacs-lisp/autoload.el (autoload-find-destination):
9591 Don't force raw-text.
9592
9593 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
9594 * calendar/cal-loaddefs.el: Don't version control.
9595
9596 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
9597
9598 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
9599 entries and add :help to the existing ones.
9600
9601 2008-03-10 Glenn Morris <rgm@gnu.org>
9602
9603 * calendar/cal-hebrew.el (date, entry, number): Move declarations
9604 to where they are needed.
9605
9606 * calendar/calendar.el (diary-file, hebrew-holidays-1)
9607 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
9608 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
9609 (calendar-version): Doc fixes.
9610 (calendar-absolute-from-gregorian): Use zerop.
9611 (calendar-mode-line-format): Make it a defcustom.
9612
9613 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
9614 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
9615 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
9616 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
9617 (mark-included-diary-files, mark-calendar-days-named)
9618 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
9619 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
9620 (insert-monthly-diary-entry, insert-yearly-diary-entry)
9621 (insert-anniversary-diary-entry, insert-block-diary-entry)
9622 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
9623 (diary-font-lock-sexps): Doc fixes.
9624 (diary-remind-message, mark-calendar-month): Use zerop.
9625 (diary-attrtype-convert, diary-pull-attrs): Simplify.
9626 (diary-list-entries): Revert let to let* (previous change).
9627
9628 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
9629
9630 2008-03-10 Kim F. Storm <storm@cua.dk>
9631
9632 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
9633 function aliases for the old names.
9634
9635 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
9636
9637 * iswitchb.el (iswitchb-use-faces): Doc fix.
9638 (iswitchb-buffer-ignore, iswitchb-read-buffer):
9639 Fix typos in docstrings.
9640
9641 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
9642
9643 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
9644 Fix typo.
9645 (verilog-type-font-keywords): Reindent.
9646
9647 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
9648
9649 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
9650 grouping-keyword regular expression.
9651 (verilog-font-lock-keywords): Allow users to toggle special
9652 highlight of grouping-keywords.
9653 (verilog-highlight-grouping-keywords): The toggle for special
9654 highlighting of grouping keywords.
9655
9656 2008-03-10 Juri Linkov <juri@jurta.org>
9657
9658 * startup.el: Revert 2008-02-28 change that adds initial message
9659 to *scratch* buffer regardless of the value of
9660 `inhibit-startup-screen'.
9661
9662 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
9663
9664 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
9665 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
9666 * progmodes/verilog-mode.el (verilog-mode):
9667 * net/socks.el (socks):
9668 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
9669
9670 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
9673 (doc-view-bookmark-make-record): Use them.
9674 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
9675 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
9676
9677 * bookmark.el (bookmark-make-record-function): Change expected return
9678 value to include a suggested bookmark name.
9679 (bookmark-make): Split into bookmark-make-record and bookmark-store.
9680 Fix reversed `overwrite' semantics.
9681 (bookmark-set): Call bookmark-make-record before prompting the user.
9682 Then pass the result to bookmark-store later on.
9683 (bookmark-make-name-function): Remove.
9684 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
9685 * info.el (bookmark-make-name-function): Remove.
9686 (Info-mode): Don't set it.
9687 (Info-bookmark-make-name): Remove.
9688 (Info-bookmark-make-record): Use Info-current-node as suggested default
9689 bookmark name.
9690
9691 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
9692 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
9693 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
9694 (bookmark-annotation-buffer, bookmark-annotation-file)
9695 (bookmark-annotation-point, bookmark-send-annotation)
9696 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
9697 (bookmark-edit-annotation-text-func): Rename from
9698 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
9699 (bookmark-edit-annotation-mode-map): Move initialization into
9700 declaration.
9701
9702 * bookmark.el: Remove spurious * in docstrings.
9703 (bookmark-minibuffer-read-name-map): New var.
9704 (bookmark-set): Use it. Also pass the default value as it should.
9705 (bookmark-send-edited-annotation): Take no chances with text properties.
9706 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
9707 (bookmark-insert-buffer-name): Remove.
9708 (bookmark-buffer-file-name): Signal an error rather than returning nil.
9709
9710 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
9711
9712 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
9713
9714 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
9715
9716 * diff-mode.el (diff-mode-menu): Add :help.
9717
9718 2008-03-09 Glenn Morris <rgm@gnu.org>
9719
9720 * calendar/calendar.el (general-holidays, oriental-holidays)
9721 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
9722 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
9723 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
9724 (calendar-holidays): Restore autoload cookies, because people are
9725 used to using these variables without loading calendar.el.
9726
9727 * calendar/cal-islam.el (diary-islamic-date): Move to end.
9728 (date, number): Declare where needed.
9729
9730 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
9731 (list-sexp-diary-entries): Doc fixes.
9732 (diary-list-entries): Doc fix. Remove free variable `entry'.
9733 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
9734 Simplify setting of `date-holiday-list'.
9735 (mark-diary-entries): Remove free variable `entry'.
9736 (diary-list-entries, include-other-diary-files, fancy-diary-display):
9737 Use let where let* is not needed.
9738
9739 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
9740
9741 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
9742 make-record function, instead paste it in afterwards.
9743 (bookmark-make-record-for-text-file):
9744 * doc-view.el (doc-view-bookmark-make-record):
9745 * info.el (Info-bookmark-make-record): Don't mess with annotations.
9746
9747 2008-03-08 Glenn Morris <rgm@gnu.org>
9748
9749 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
9750
9751 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * calendar/diary-lib.el (diary-list-entries)
9754 (include-other-diary-files, mark-diary-entries)
9755 (mark-sexp-diary-entries, mark-included-diary-files)
9756 (diary-entry-time, list-sexp-diary-entries): Remove the special
9757 handling of ^M that dates back to the use of selective-display.
9758 (simple-diary-display): Obey setting of pop-up-frames.
9759 (body, entry): Remove unnecessary declarations.
9760
9761 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
9762 (bookmark-get-annotation, bookmark-set-annotation)
9763 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9764 (bookmark-set-position, bookmark-get-front-context-string)
9765 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9766 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
9767 * info.el (Info-bookmark-make-record): Don't bother recording point.
9768 (bookmark-get-filename, bookmark-get-front-context-string)
9769 (bookmark-get-rear-context-string, bookmark-get-position):
9770 Don't declare any more.
9771 (bookmark-get-info-node): Remove.
9772 (bookmark-prop-get): Declare.
9773 (Info-bookmark-jump): Use it.
9774
9775 2008-03-08 Johan Bockgård <bojohan@gnu.org>
9776
9777 * subr.el (while-no-input): Don't splice BODY directly into the
9778 `or' form.
9779
9780 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
9781
9782 * diff-mode.el (diff-ignore-whitespace-hunk):
9783 Bind inhibit-read-only before trying to change the buffer.
9784
9785 2008-03-08 Glenn Morris <rgm@gnu.org>
9786
9787 * calendar/appt.el (appt): Move custom group here from calendar.el.
9788 (appt-disp-window, appt-convert-time): Doc fixes.
9789
9790 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
9791 (calendar-bahai-mark-date-pattern):
9792 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
9793 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
9794 * calendar/cal-julian.el (calendar-absolute-from-julian):
9795 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
9796
9797 * calendar/cal-china.el (chinese-calendar): Move custom group here from
9798 calendar.el.
9799 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
9800 Make constants.
9801 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
9802 (chinese-calendar-daylight-savings-starts)
9803 (chinese-calendar-daylight-savings-ends)
9804 (chinese-calendar-daylight-savings-starts-time)
9805 (chinese-calendar-daylight-savings-ends-time)
9806 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
9807 Doc fixes.
9808
9809 * calendar/cal-coptic.el (coptic-name): Add doc string.
9810
9811 * calendar/cal-french.el (french-calendar-month-name-array)
9812 (french-calendar-day-name-array, french-calendar-special-days-array):
9813 Add doc strings.
9814
9815 * calendar/cal-bahai.el (diary-bahai-mark-entries)
9816 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
9817 (diary-bahai-insert-yearly-entry):
9818 * calendar/cal-dst.el (calendar-next-time-zone-transition)
9819 (calendar-time-zone):
9820 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
9821 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
9822 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
9823 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
9824 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
9825 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
9826 (list-islamic-diary-entries, mark-islamic-diary-entries)
9827 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
9828 (insert-yearly-islamic-diary-entry):
9829 * calendar/cal-iso.el (calendar-iso-read-args):
9830 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
9831 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
9832 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
9833 (calendar-next-calendar-round-date)
9834 (calendar-mayan-long-count-common-era):
9835 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
9836 (cal-menu-x-popup-menu, calendar-mouse-holidays)
9837 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
9838 (calendar-mouse-goto-date):
9839 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
9840 * calendar/holidays.el (holidays):
9841 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
9842 * calendar/time-date.el (date-to-time, time-subtract, time-add)
9843 (safe-date-to-time): Doc fixes.
9844
9845 * calendar/cal-persia.el (persian-calendar-month-name-array)
9846 (persian-calendar-epoch): Make constants.
9847
9848 * calendar/cal-tex.el (calendar-tex): Move custom group here from
9849 calendar.el.
9850
9851 * calendar/cal-x.el (diary-frame-parameters)
9852 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
9853 (calendar-after-frame-setup-hooks): Make defcustoms.
9854 (calendar-one-frame-setup, calendar-only-one-frame-setup)
9855 (calendar-two-frame-setup): Doc fix.
9856
9857 * calendar/cal-loaddefs.el: New file.
9858
9859 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9860 * calendar/cal-french.el, calendar/cal-html.el:
9861 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
9862 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
9863 * calendar/cal-tex.el, calendar/cal-x.el:
9864 Unquote lambda functions. Add autoload cookies to functions formerly
9865 autoloaded in calendar.el. Set `generated-autoload-file' to
9866 "cal-loaddefs.el".
9867
9868 * calendar/calendar.el: Move many autoloads to separate file,
9869 cal-loaddefs.el. Move defcustoms to start and re-order.
9870 (calendar-month-name-array, calendar-starred-day): No need to
9871 declare for compiler.
9872 (cal-loaddefs): Require it.
9873 (appt, chinese-calendar, calendar-tex): Move custom groups to the
9874 appropriate file.
9875 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
9876 Reverse logic.
9877 (diary-face, diary-file-name-prefix-function, diary-include-string)
9878 (diary-glob-file-regexp-prefix, diary-face-attrs)
9879 (diary-file-name-prefix, sexp-diary-entry-symbol)
9880 (print-diary-entries-hook, list-diary-entries-hook)
9881 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
9882 (nongregorian-diary-marking-hook, diary-list-include-blanks):
9883 Move to diary-lib.
9884 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
9885 (all-bahai-calendar-holidays): Doc fix.
9886 (calendar-insert-indented): Doc fix. Use when rather than if.
9887 (exit-calendar): Use mapc rather than mapcar.
9888 (calendar-cursor-to-date): Use zerop.
9889 (calendar-mark-ring): Add doc-string.
9890 (calendar-starred-day): Defvar it.
9891 (calendar-mode): Make calendar-starred-day local.
9892 (calendar-star-date): No need to make calendar-starred-day local.
9893
9894 * calendar/diary-lib.el: Move defcustoms to start.
9895 (diary-include-string, diary-list-include-blanks)
9896 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
9897 (diary-file-name-prefix, diary-file-name-prefix-function)
9898 (sexp-diary-entry-symbol, list-diary-entries-hook)
9899 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
9900 (nongregorian-diary-marking-hook, print-diary-entries-hook):
9901 Move here from calendar.el.
9902 (diary-file-name-prefix-function): Use 'identity.
9903 (diary-face): Make it a defcustom, and mark as obsolete.
9904 (top-level): No need to require cal-hebrew, cal-islam when compiling.
9905 (calendar-hebrew-month-name-array-leap-year)
9906 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
9907 Define for compiler.
9908 (diary-font-lock-keywords): Use format rather than concat.
9909 Add bahai-diary-entry-symbol.
9910
9911 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
9912 * calendar/solar.el: Unquote lambda functions.
9913
9914 * calendar/solar.el (calendar-location-name, calendar-latitude)
9915 (calendar-longitude, solar-setup, solar-sin-degrees)
9916 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
9917 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
9918 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
9919 (solar-exact-local-noon, solar-julian-ut-centuries)
9920 (solar-ephemeris-time, solar-date-next-longitude)
9921 (solar-horizontal-coordinates, solar-equatorial-coordinates)
9922 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
9923 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
9924 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
9925 Doc fixes.
9926 (solar-horizontal-coordinates, solar-equatorial-coordinates)
9927 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
9928 (solar-ecliptic-coordinates): Use unless.
9929 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
9930 Use or.
9931
9932 * calendar/timeclock.el: Add doc-strings to all functions.
9933 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
9934 (timeclock-entry-list-length, timeclock-entry-list-projects)
9935 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
9936
9937 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
9938
9939 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
9940 (org-get-entries-from-diary): Require diary-lib.
9941
9942 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
9943
9944 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
9945 Pacify byte-compiler.
9946
9947 2008-03-07 Alan Mackenzie <acm@muc.de>
9948
9949 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
9950 paren/bracket pairs parsed, to solve performance problem.
9951
9952 2008-03-07 Bastien Guerry <bzg@altern.org>
9953
9954 * bookmark.el (bookmark-set): Don't check for
9955 `bookmark-make-name-function' since `bookmark-buffer-file-name'
9956 already takes care of this.
9957 (bookmark-buffer-name, bookmark-buffer-file-name):
9958 Remove Info-mode specific code.
9959
9960 * info.el (bookmark-get-info-node): Define this function in
9961 info.el, not in bookmark.el.
9962 (Info-mode): Set `bookmark-make-name-function' to
9963 `Info-bookmark-make-name' locally.
9964 (Info-bookmark-make-name): New function.
9965
9966 * bookmark.el (bookmark-make-name-function): New variable.
9967
9968 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9969
9970 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
9971 buffer-local, not `bookmark-make-cell-function' (the old name).
9972
9973 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
9974
9975 * doc-view.el (doc-view-bookmark-make-record):
9976 * image-mode.el (image-bookmark-make-record):
9977 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
9978
9979 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
9980
9981 * vc.el (vc-status-menu-map-filter): Return orig-binding if
9982 boundp 'vc-ignore-menu-filter.
9983 (vc-status-tool-bar-map): Make it defvar.
9984 (vc-status-mode): vc-status-tool-bar-map now variable.
9985 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
9986
9987 2008-03-07 Karl Fogel <kfogel@red-bean.com>
9988
9989 Give a better name to part of the bookmark interface.
9990
9991 This was originally a much larger change, but halfway through I
9992 updated and discovered that Stefan Monnier had done the rest.
9993 It looks like he anticipated the new name too, because he used
9994 `the-record' instead of `the-cell' for some internal variable names.
9995
9996 * bookmark.el (bookmark-make-record-function): Was
9997 `bookmark-make-cell-function'.
9998 (bookmark-make, bookmark-send-annotation): Update for above.
9999 (bookmark-make-record-for-text-file):
10000 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
10001
10002 * info.el: Adjust accordingly.
10003 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
10004
10005 * image-mode.el: Adjust accordingly.
10006 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
10007
10008 * doc-view.el: Adjust accordingly.
10009 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
10010
10011 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
10014 Move initialization into declaration.
10015 (bookmark-get-info-node, bookmark-set-info-node): Remove.
10016 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
10017 (bookmark-info-current-node): Remove.
10018 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
10019 Add relocation fallback. Set bookmark-current-bookmark.
10020 (bookmark-default-handler): Rename from bookmark-jump-noselect.
10021 Remove relocation fallback. Don't set bookmark-current-bookmark.
10022 (bookmark-set): Let it be used even if there's no buffer-file-name
10023 as long as there is a bookmark-make-cell-function.
10024 * info.el (Info-bookmark-jump): Remove relocation fallback.
10025 Don't set bookmark-current-bookmark.
10026
10027 2008-03-07 Glenn Morris <rgm@gnu.org>
10028
10029 * calendar/appt.el (appt-issue-message)
10030 (appt-message-warning-time, appt-audible, appt-visible)
10031 (appt-msg-window, appt-display-mode-line, appt-display-duration)
10032 (appt-display-diary): Remove autoload cookies.
10033
10034 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
10035 Remove leading `*' from defcustom doc-strings.
10036
10037 * calendar/cal-dst.el (calendar-dst): New custom group.
10038 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
10039 (calendar-time-zone, calendar-daylight-time-offset)
10040 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
10041 (calendar-daylight-savings-starts-time)
10042 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
10043 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
10044 Move to start.
10045
10046 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
10047
10048 * calendar/calendar.el (calendar-version): Use emacs-version and
10049 make it obsolete. Move to end.
10050 (calendar-offset, view-diary-entries-initially)
10051 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
10052 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
10053 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
10054 (all-bahai-calendar-holidays, calendar-load-hook)
10055 (initial-calendar-window-hook, today-visible-calendar-hook)
10056 (today-invisible-calendar-hook, calendar-move-hook)
10057 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
10058 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
10059 (diary-include-string, sexp-diary-entry-symbol)
10060 (abbreviated-calendar-year, american-date-diary-pattern)
10061 (european-date-diary-pattern, european-calendar-display-form)
10062 (american-calendar-display-form, print-diary-entries-hook)
10063 (list-diary-entries-hook, diary-hook, diary-display-hook)
10064 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
10065 (nongregorian-diary-marking-hook, diary-list-include-blanks)
10066 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
10067 (local-holidays, other-holidays, hebrew-holidays-1)
10068 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10069 (hebrew-holidays, christian-holidays, islamic-holidays)
10070 (bahai-holidays, solar-holidays, calendar-setup)
10071 (calendar-week-start-day): Remove autoload cookies.
10072 (diary-glob-file-regexp-prefix): Doc fix.
10073 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
10074 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
10075 (calendar-week-start-day, calendar-debug-sexp): Move to start.
10076
10077 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
10078 (calendar-time-display-form, calendar-latitude)
10079 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
10080 cookies.
10081 (calendar-latitude, calendar-longitude): Move functions after
10082 variables.
10083 (diary-sabbath-candles-minutes): Move to start.
10084 (solar-setup): Use or rather than if.
10085 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
10086 Remove condition-case.
10087 (solar-atn2): Use zerop.
10088 (solar-equinoxes-solstices): Doc fix.
10089
10090 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
10091 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
10092
10093 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
10094 (calendar-longitude, calendar-latitude, calendar-location-name):
10095 Declare for compiler.
10096
10097 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10098
10099 * arc-mode.el (archive-ar-file-header-re): New const.
10100 (archive-ar-summarize, archive-ar-extract): New funs.
10101 (archive-find-type): Recognize ar archives.
10102
10103 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
10104 New functions.
10105
10106 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
10107
10108 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
10109
10110 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10111 Replace :enable (mark-active) with :enable mark-active.
10112
10113 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
10114
10115 * vms-patch.el (make-legal-file-name): New obsolete alias.
10116 (make-valid-file-name): Rename from `make-legal-file-name'.
10117 (make-auto-save-file-name): Use it.
10118
10119 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
10120 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
10121 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
10122
10123 * textmodes/org.el (org-export-html-style): Doc fix.
10124 (org-get-legal-level): New obsolete alias.
10125 (org-get-valid-level): Rename from `org-get-legal-level'.
10126 (org-promote, org-demote, org-archive-subtree)
10127 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
10128
10129 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
10130
10131 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
10132
10133 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
10134 (vc-status-toggle-mark): New functions.
10135 (vc-status-mode): Set tool bar map.
10136
10137 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
10138
10139 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
10140 Reported by Drew Adams <drew.adams@oracle.com>.
10141
10142 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
10143
10144 * subr.el (read-quoted-char): Resolve modifers of the character
10145 event.
10146
10147 * comint.el (comint-exec-1): Don't change the coding-system for
10148 decoding to dos-like EOL.
10149 (comint-carriage-motion): Fully rewrite.
10150
10151 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
10152
10153 * epg.el (epg-context-include-certs): Reflow docstring.
10154 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
10155 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
10156 (epg-context-set-signers, epg-context-set-sig-notations)
10157 (epg-make-import-status, epg-make-import-result)
10158 (epg-start-delete-keys): Fix typos in docstrings.
10159 (epg-start-sign-keys, epg-sign-keys):
10160 Fix typos in obsolescence declarations.
10161
10162 * iswitchb.el: Don't check for `cadr' and `last'.
10163 (iswitchb-define-mode-map, iswitchb-default-keybindings):
10164 Add obsolescence declaration and remove redundant info from docstring.
10165 (iswitchb-set-common-completion, iswitchb-set-matches)
10166 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
10167 (recentf-list, most-len, most-is-exact):
10168 Don't wrap defvars within `eval-when-compile'.
10169
10170 2008-03-05 Glenn Morris <rgm@gnu.org>
10171
10172 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
10173 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
10174 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
10175 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
10176 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
10177
10178 * ediff-hook.el (ediff-window-setup-function): Don't autoload
10179 declaration for compiler.
10180 (ediff-xemacs-init-menus): Use when rather than if.
10181
10182 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
10183 if+and to just and.
10184 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
10185 (ediff-delete-overlay): Move the XEmacs test inside the definition.
10186
10187 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
10188
10189 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
10190 test inside XEmacs test.
10191 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
10192 since it was doing nothing on Emacs.
10193 (ediff-make-bullet-proof-overlay): Use when rather than if.
10194
10195 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
10196 (ediff-setup-control-frame): Remove
10197 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
10198 a (featurep 'xemacs) test.
10199
10200 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
10201
10202 * calc/calc-ext.el (calc-extended-command-history): New variable.
10203 (calc-exectute-extended-command): Use `calc-extended-command-history'.
10204
10205 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
10206
10207 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
10208 (standard-mode-line-position): Add mouse-face.
10209
10210 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
10211 * progmodes/grep.el (grep-mode-map): Add :help.
10212
10213 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
10214 initialize in one step. Add :help. Use :enable to activate menu
10215 items. Show the key binding for edebug-defun.
10216 (lisp-interaction-mode-map): Add a menu.
10217
10218 * term.el (term-mode-map): Define and initialize in one step.
10219
10220 * ediff-init.el (ediff-color-display-p): Simplify.
10221 (Xor): Remove unused function.
10222 (ediff-with-syntax-table): Simplify for Emacs.
10223
10224 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
10225 menu-bar being loaded, it always is.
10226
10227 2008-03-05 Glenn Morris <rgm@gnu.org>
10228
10229 * textmodes/tex-mode.el (tex-mode): Suppress warning about
10230 multiple definitions when compiling.
10231
10232 2008-03-04 Alan Mackenzie <acm@muc.de>
10233
10234 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
10235
10236 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
10237 doc-string, "c-old-LEN" -> "c-old-END".
10238
10239 2008-03-04 Jason Rumney <jasonr@gnu.org>
10240
10241 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
10242 namespaces.
10243
10244 2008-03-04 Glenn Morris <rgm@gnu.org>
10245
10246 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
10247
10248 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
10249 than mapcar.
10250
10251 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10252
10253 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10254 (byte-compile-nilconstp): Can't use recursion in a defsubst.
10255
10256 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
10257 so that M-q can fill comments.
10258 (tex-executable-exists-p, tex-compile): Extend with special syntax for
10259 commands implemented in elisp.
10260 (tex-compile-commands): Add an entry to use doc-view for pdf files.
10261 (tex-format-cmd): New function.
10262 (tex-compile): Use it to let the user specify default arguments.
10263 (tex-cmd-bibtex-args): New var.
10264 (tex-cmd-doc-view): New function.
10265
10266 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
10267
10268 * faces.el (face-spec-set): Fix typos in docstring.
10269
10270 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
10271
10272 * bindings.el (mode-line-column-line-number-mode-map): New variable.
10273 (standard-mode-line-position): Use it to add a menu for toggling
10274 column number and line number display.
10275
10276 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10277
10278 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10279 Remove optimization that was working around the form-code-walker bug.
10280
10281 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10282 Walk into the body of lambdas after byte-compile-unfold-lambda.
10283
10284 2008-03-03 Glenn Morris <rgm@gnu.org>
10285
10286 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
10287 value, if set, over frame value.
10288
10289 * simple.el (transient-mark-mode): Don't turn on by default.
10290
10291 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
10292 accidentally removed by the 2007-12-05 merge from Gnus.
10293
10294 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
10295
10296 * progmodes/compile.el (compilation-menu-map): Add menu entries
10297 for useful options.
10298
10299 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
10300 Glenn Morris <rgm@gnu.org>
10301
10302 * emacs-lisp/bytecomp.el (byte-recompile-directory)
10303 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
10304 Give a `bytecomp-' prefix to local variables with common names.
10305
10306 2008-03-01 Glenn Morris <rgm@gnu.org>
10307
10308 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
10309 code commented out 2007-11-10.
10310
10311 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
10312
10313 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
10314 Delete macro.
10315 * emulation/viper-cmd.el, emulation/viper-ex.el:
10316 * emulation/viper-init.el, emulation/viper-keym.el:
10317 * emulation/viper-mous.el, emulation/viper-util.el:
10318 * emulation/viper.el:
10319 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
10320 featurep test.
10321
10322 Replace obselete frame-local variables with frame-parameters.
10323 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
10324 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
10325 (viper-vi-state-cursor-color): Only call make-variable-frame-local
10326 on XEmacs.
10327 * emulation/viper-util.el (viper-frame-value): New macro.
10328 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
10329 (viper-R-state-post-command-sentinel)
10330 (viper-replace-state-post-command-sentinel)
10331 (viper-change-state-to-insert, viper-change-state-to-emacs):
10332 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
10333 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
10334 (viper-get-saved-cursor-color-in-insert-mode)
10335 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
10336 Use viper-frame-value for viper-replace-overlay-cursor-color,
10337 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
10338 viper-vi-state-cursor-color values.
10339
10340 * emulation/viper-cmd.el (zmacs-region-stays):
10341 * emulation/viper-util.el (zmacs-region-stays): No need to define
10342 for compiler.
10343
10344 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
10345 mapcar on Emacs.
10346
10347 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
10348 on XEmacs.
10349
10350 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
10351 rather than if.
10352
10353 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10354
10355 * whitespace.el: New version 9.3. As the glyph code generation was
10356 fixed, it is possible now to use character code above ?\x1FFFF in the
10357 display table. Fix `whitespace-indentation-regexp' to not include an
10358 extra ending character. Reported by Michael Welsh Duggan
10359 <mwd@cert.org>. Added hook actions when buffer is written or killed as
10360 the original whitespace package had. Suggested by Eric Cooper
10361 <ecc@cmu.edu>. Doc fix.
10362 (whitespace-action): New option.
10363 (whitespace-display-mappings): Changed default newline visualization to
10364 display downwards arrow, as the glyph code generation was fixed.
10365 (whitespace-unload-function): Assure that all local whitespace mode is
10366 turned off.
10367 (whitespace-global-modes): Fix type customization.
10368 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
10369 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
10370 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
10371 Fix code.
10372 (whitespace-buffer): Command removed.
10373 (whitespace-trailing-regexp, whitespace-mark-x)
10374 (whitespace-display-window, whitespace-action-when-on)
10375 (whitespace-add-local-hook, whitespace-remove-local-hook)
10376 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
10377 (whitespace-action): New funs.
10378 (whitespace-report-list, whitespace-report-text)
10379 (whitespace-report-buffer-name): New consts.
10380 (whitespace-report, whitespace-report-region): New commands.
10381
10382 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
10383
10384 * disp-table.el (make-glyph-code): Don't test the result of
10385 `face-id', which already signals an error for invalid faces.
10386 (glyph-face): Simplify.
10387
10388 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
10389 running `desktop-not-loaded-hook' to allow modifying it.
10390 Don't show warning message if `desktop-dirname' was modified.
10391
10392 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
10393
10394 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
10395 we still expect more lines.
10396
10397 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
10398 comment-paragraph filling if the commark doesn't match
10399 comment-start-skip.
10400
10401 2008-03-01 Daiki Ueno <ueno@unixuser.org>
10402
10403 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
10404 the `imap' variant.
10405
10406 2008-03-01 Jason Rumney <jasonr@gnu.org>
10407
10408 * files.el (make-auto-save-file-name): Encode more characters in
10409 non-file buffer names. Use url-encoding.
10410
10411 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
10412
10413 * net/net-utils.el (ftp-program): Fix typo in docstring.
10414 (ifconfig-program-options, netstat-program-options)
10415 (arp-program-options, route-program-options, nslookup-program-options)
10416 (ftp-program-options, smbclient-program-options)
10417 (dns-lookup-program-options, arp, route): Doc fixes.
10418
10419 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
10420 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
10421 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
10422 Fix typos in docstrings.
10423 (gdb-pending-triggers): Reflow docstring.
10424 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
10425
10426 2008-03-01 Alan Mackenzie <acm@muc.de>
10427
10428 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
10429 typing "#" at EOB.
10430
10431 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
10432
10433 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
10434
10435 2008-02-29 Kim F. Storm <storm@cua.dk>
10436
10437 * emulation/cua-base.el (cua-remap-control-v)
10438 (cua-remap-control-z): New defcustoms.
10439 (cua-mode): Add them to set-after property.
10440 (cua--init-keymaps): Use them.
10441 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
10442
10443 * help.el (view-emacs-todo): Rename from view-todo.
10444 (describe-gnu-project): Rename from describe-project. Users changed.
10445 (view-help-file): New helper function.
10446 (describe-distribution, describe-copying, describe-gnu-project)
10447 (view-todo, view-order-manuals, view-emacs-problems): Use it.
10448 (view-emacs-debugging, view-external-packages): New commands.
10449 (help-map): Move describe-distribution to C-h C-o (ordering).
10450 Move view-emacs-problems to C-h C-p (problems).
10451 Bind view-emacs-debugging to C-h C-d (debugging).
10452 Bind view-external-packages to C-h C-e (extras).
10453 (help-for-help-internal): Cleanup and align descriptions.
10454 Remove command names to reduce clutter.
10455
10456 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
10457
10458 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
10459 and quieter face (not a warning).
10460
10461 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
10462
10463 * vc.el (vc-status-crt-marked): New variable.
10464 (vc-status-mode): Make it local.
10465 (vc-status-refresh): Use it to save the marked files.
10466 (vc-update-vc-status-buffer): Use it to restore the marked files.
10467
10468 * vc-svn.el (vc-svn-after-dir-status):
10469 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
10470
10471 2008-02-29 Glenn Morris <rgm@gnu.org>
10472
10473 * allout.el (allout-topic-encryption-bullet)
10474 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
10475 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
10476 from 22.0 to 22.1.
10477
10478 * net/imap.el (imap-ping-server):
10479 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
10480 Change defcustom :version from 23.0 to 23.1.
10481
10482 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
10483
10484 * desktop.el (desktop-save): Save the buffer name if the
10485 uniquified base name is empty.
10486
10487 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
10488
10489 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
10490 correctly when user has "set print address off".
10491
10492 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
10493
10494 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
10495 version number of the next major Emacs release, not 23.0.
10496
10497 * longlines.el (longlines-unload-function): New function.
10498
10499 2008-02-28 Juri Linkov <juri@jurta.org>
10500
10501 * startup.el (normal-splash-screen): Add argument `concise'.
10502 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
10503 to the created buffer. If `concise' is non-nil, call
10504 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
10505 (display-startup-screen): Add argument `concise' to the call to
10506 `normal-splash-screen'.
10507
10508 2008-02-28 Kim F. Storm <storm@cua.dk>
10509
10510 * startup.el (startup-echo-area-message): Check for about-emacs.
10511
10512 2008-02-28 Juri Linkov <juri@jurta.org>
10513
10514 * startup.el: Always add initial message to *scratch* buffer if
10515 `initial-scratch-message' is non-nil regardless of the value of
10516 `inhibit-startup-screen'.
10517 (inhibit-startup-screen, initial-scratch-message): Doc fix.
10518 (command-line-1): Move code that inserts `initial-scratch-message'
10519 up before the if-form that checks for `inhibit-startup-screen'.
10520 Suggested by Jonathan Rockway <jon@jrock.us>.
10521
10522 2008-02-28 Juri Linkov <juri@jurta.org>
10523
10524 * cus-edit.el (custom-mode-map, custom-mode-link-map):
10525 Rename `custom-mode' to `Custom-mode' in docstrings.
10526 (custom-buffer-create-internal, customize-browse):
10527 Rename `custom-mode' to `Custom-mode'.
10528 (custom-mode-hook): Rename to `Custom-mode-hook'.
10529 (Custom-mode-hook): Renamed from `custom-mode-hook'.
10530 (custom-mode): Rename to `Custom-mode'.
10531 (Custom-mode): Renamed from `custom-mode'. Doc fix.
10532 (custom-mode): Add backward-compatible non-interactive variant of
10533 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
10534 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
10535
10536 * info-look.el: Rename `custom-mode' to `Custom-mode'.
10537
10538 * emulation/viper.el (viper-emacs-state-mode-list):
10539 Rename `custom-mode' to `Custom-mode'.
10540
10541 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
10542 Capitalize "Tagged Files".
10543 (minibuffer-local-map): Add menu items for next/previous
10544 history elements and isearch history forward/backward.
10545
10546 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
10547 `hs-isearch-open' with t instead of `comment' in :selected
10548 for "Code and Comment blocks" menu item.
10549
10550 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
10551
10552 * uniquify.el (uniquify-buffer-base-name): Undo last change.
10553 Should be done in desktop.el instead.
10554
10555 2008-02-28 Glenn Morris <rgm@gnu.org>
10556
10557 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
10558
10559 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
10560
10561 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
10562 (Info-menu, Info-goto-node): Remove declarations.
10563 (report-emacs-bug-info): Use info rather than Info-goto-node.
10564
10565 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
10566 (idlwave-convert-xml-system-routine-info): Don't require xml.
10567 (idlwave-show-commentary, idlwave-shell-show-commentary):
10568 Don't require finder.
10569 (idlwave-info): Don't require info. Use info rather than
10570 Info-goto-node.
10571
10572 * textmodes/org.el (Info-goto-node): Remove declaration.
10573 (org-info): Use info rather than Info-goto-node.
10574
10575 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
10576 (reftex-info): Don't require info. Use info rather than Info-goto-node.
10577
10578 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
10579
10580 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
10581 the menu.
10582
10583 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
10584 (vc-finish-logentry): Check for vc-status-mode, not only for
10585 vc-dired-mode.
10586
10587 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
10588
10589 * isearch.el (isearch-printing-char): Don't check
10590 keyboard-coding-system.
10591 Call isearch-process-search-multibyte-characters only when
10592 current-input-method is non-nil.
10593
10594 2008-02-27 Kim F. Storm <storm@cua.dk>
10595
10596 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
10597 (glyph-char, glyph-face): Handle cons encoding.
10598
10599 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
10600
10601 * uniquify.el (uniquify-buffer-base-name): If the base name is an
10602 empty string, return nil to allow the caller to default to the
10603 buffer name. Reported by Martin Fischer <parozusa@web.de>.
10604
10605 * tool-bar.el (tool-bar-setup): Doc fix.
10606
10607 * mail/supercite.el (sc-describe):
10608 Fix typos in obsolescence declaration.
10609
10610 2008-02-27 Glenn Morris <rgm@gnu.org>
10611
10612 * autoinsert.el (auto-insert-alist): Change permission text to
10613 match FSF's GPLv3 form.
10614
10615 * mail/supercite.el (sc-cite-original): Doc fix.
10616 (sc-version): Make obsolete.
10617 (sc-describe): Show the SC info page. Make obsolete.
10618
10619 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
10622 when using transient-mark-mode.
10623 (default-indicate-unused-lines): Remove unused var.
10624
10625 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
10626
10627 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
10628 and previous.
10629
10630 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
10631
10632 2008-02-26 Glenn Morris <rgm@gnu.org>
10633
10634 * net/net-utils.el (top-level): Don't require comint when compiling.
10635 (nslookup-font-lock-keywords): Don't require font-lock.
10636 Use font-lock faces rather than variables.
10637 (nslookup, ftp, smbclient, network-service-connection):
10638 Don't require comint.
10639 (comint-prompt-regexp, comint-input-autoexpand)
10640 (comint-input-ring): Declare for compiler.
10641 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
10642 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
10643
10644 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
10645 doc-string.
10646
10647 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10648
10649 * doc-view.el (doc-view-current-page): Add a `win' argument.
10650
10651 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
10652
10653 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
10654 Demote it to plain defvar.
10655 (doc-view-conversion-refresh-interval): Reduce interval.
10656 (doc-view-goto-page): Allow moving to pages not yet rendered.
10657 (doc-view-goto-page): Construct a file name rather than extracting it
10658 from doc-view-current-files.
10659 (doc-view-kill-proc): Ignore errors from kill-process.
10660 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
10661 (doc-view-insert-image): Use appropriate text if the page hasn't been
10662 rendered yet. Adjust scrolling so the text is displayed.
10663 (doc-view-display): Detect not just that a page is available, but also
10664 that it wasn't available before, so as to avoid refreshing all pages
10665 repeatedly.
10666 (doc-view-mode): Make doc-view-cache-directory if needed.
10667
10668 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10669
10670 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
10671 toggle-read-only.
10672
10673 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
10674 refering to a missing required field with the OPT prefix.
10675 Make unwindform more robust.
10676
10677 * textmodes/bibtex.el: Remove support for hideshow minor mode as
10678 it duplicates the bibtex support in progmodes/hideshow.el.
10679 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
10680 entries that do not start at the beginning of a line.
10681
10682 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
10683
10684 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
10685
10686 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
10687
10688 * help-fns.el (describe-variable): Add phrases about
10689 initialization file with and without customization;
10690 use new button type help-info-variable.
10691
10692 * help-mode.el (help-info-variable):
10693 New button able to read Info files for help-fns.el.
10694
10695 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
10696
10697 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
10698 (grep-mode): Use grep-mode-tool-bar-map.
10699
10700 * progmodes/compile.el (tool-bar): Require tool-bar.
10701 (compilation-mode-tool-bar-map): New variable.
10702 (compilation-mode): Use compilation-mode-tool-bar-map.
10703
10704 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
10705
10706 2008-02-25 Glenn Morris <rgm@gnu.org>
10707
10708 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
10709
10710 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * diff-mode.el (diff-file-junk-re): New const.
10713 (diff-beginning-of-file-and-junk): Use it.
10714 (diff-file-kill): Make sure we were really inside a file diff.
10715
10716 * diff-mode.el: Make it more robust in the presence of empty context
10717 lines in unified hunks.
10718 (diff-valid-unified-empty-line): New var.
10719 (diff-unified->context, diff-sanity-check-hunk): Obey it.
10720 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
10721 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
10722 (diff-hunk-header-re-unified): New const.
10723 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
10724 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
10725 (diff-sanity-check-hunk): Use it.
10726
10727 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
10728 Index: line, don't search backward for the previous one.
10729
10730 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
10731
10732 * international/fontset.el (setup-default-fontset): Add non-OTF
10733 lao font for lao script.
10734
10735 * language/tibetan.el: Register tibetan-composition-function in
10736 composition-function-table.
10737
10738 * language/tibet-util.el (tibetan-composition-function):
10739 Adjust for the new calling way (argument changed). Try font-shape-text
10740 if possible.
10741
10742 * language/lao.el: Register lao-composition-function in
10743 composition-function-table.
10744
10745 * language/lao-util.el (lao-composition-function): Adjust for the new
10746 calling way (argument changed). Try font-shape-text if possible.
10747
10748 2008-02-25 Jason Rumney <jasonr@gnu.org>
10749
10750 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
10751
10752 2008-02-25 Juri Linkov <juri@jurta.org>
10753
10754 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
10755 background, "red4" for a dark background, "red" for 16 and
10756 8 colors, "grey" for grayscale, and inverse video otherwise.
10757 Add :version tag.
10758 (isearch-message): Keep the original isearch-message intact, and
10759 add text properties to it where necessary. Add `isearch-error' to
10760 the condition that checks if isearch is unsuccessful.
10761
10762 2008-02-24 Juri Linkov <juri@jurta.org>
10763
10764 * progmodes/compile.el (compilation-handle-exit):
10765 Use compilation-error face instead of font-lock-warning-face.
10766 Display the same message in the minibuffer as is inserted
10767 at the end of the compilation buffer.
10768
10769 2008-02-24 Glenn Morris <rgm@gnu.org>
10770
10771 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
10772 multiple file case.
10773
10774 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
10775
10776 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
10777 multiple file case. Use a single `let' rather than two.
10778
10779 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
10780
10781 * progmodes/compile.el (compilation-start): Specify a face for
10782 mode-line-process.
10783 (compilation-handle-exit): Specify a face and a tooltip for
10784 mode-line-process.
10785
10786 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * hilit-chg.el: Remove spurious * in defcustom docstrings.
10789 (hilit-chg-make-ov): Simplify.
10790 (hilit-chg-fixup): Use remove-overlays.
10791 (hilit-chg-set-face-on-change): Remove redundant call to
10792 `remove-text-properties'.
10793
10794 * dired.el (dired-mark-prompt): Don't count/display the t element.
10795 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
10796
10797 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
10798
10799 * progmodes/verilog-mode.el (eval-when-compile): Don't define
10800 add-submenu.
10801 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
10802 Remove. Move contents to the only use ...
10803 (verilog-menu): ... here.
10804 (verilog-statement-menu): Remove. Move contents to the only use ...
10805 (verilog-stmt-menu): ... here.
10806 (verilog-mark-defun): Simply call mark-defun for emacs.
10807 (occur-pos-list): Declare for byte compiler.
10808 (mode-popup-menu): Don't defvar.
10809 (verilog-add-statement-menu): Remove.
10810 (verilog-mode-hook): Don't add verilog-add-statement-menu.
10811 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
10812
10813 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
10814
10815 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
10816 conditional.
10817 (verilog-font-grouping-keywords-face): Make the begin..end
10818 keywords standout more than other verilog keywords.
10819 (verilog-type-font-keywords): Move the begin..end out of this list
10820 to facilitate making them to (potentially) stand out more.
10821 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
10822 function & task blocks.
10823 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
10824 initial, function & task blocks.
10825 (verilog-forward-sexp): Handle the new "disable fork" statement of
10826 IEEE-1800 Verilog.
10827 (verilog-beg-block-re-ordered): Handle the new "disable fork"
10828 statement of IEEE-1800 Verilog.
10829 (verilog-calc-1): Handle the new "disable fork" statement of
10830 IEEE-1800 Verilog.
10831 (verilog-disable-fork-re): Add const to help handle the new
10832 "disable fork" statement of IEEE-1800 Verilog.
10833 (verilog-declaration-core-re): Add port directions by themselves,
10834 with no qualification, as base item of a declaration.
10835 (verilog-pretty-declarations): Add new flag to ask it to refrain
10836 from printing to the message buffer.
10837 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
10838 printing to the message buffer. Improve handling of the many
10839 types of expression line up.
10840 (verilog-just-one-space): Remove printing of an empty message.
10841 (verilog-get-lineup-indent): Rework to support the better handling
10842 of expression lineup for verilog-pretty-expr.
10843 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
10844
10845 2008-02-24 Alan Mackenzie <acm@muc.de>
10846
10847 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
10848 yesterday's commit.
10849
10850 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
10851
10852 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
10853 to mouse-set-point in buffers that aren't associated with files.
10854
10855 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
10856
10857 2008-02-24 Alan Mackenzie <acm@muc.de>
10858
10859 Set of changes so that "obtrusive" syntactic elements in a
10860 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
10861 unmatched paren) don't interact syntactically with stuff outside
10862 the CPP line.
10863
10864 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
10865 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
10866 off-by-one bug.
10867 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
10868 a bit of refactoring.
10869 (c-awk-extend-and-syntax-tablify-region): Takes some of the
10870 functionality of c-awk-advise-fl-for-awk-region, which has been
10871 refactored away.
10872
10873 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
10874 (c-clear-char-property-with-value): New function and macro which
10875 remove text-properties `equal' to a supplied value.
10876
10877 * progmodes/cc-engine.el: Comment about text properties amended.
10878
10879 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
10880 parens around "error\\|warning".
10881
10882 * progmodes/cc-langs.el (c-get-state-before-change-function)
10883 (c-before-font-lock-function, c-anchored-cpp-prefix):
10884 New language variables.
10885 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
10886
10887 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
10888 syntax-table text properties.
10889 (c-common-init): Call language specific before/after-change
10890 functions at mode initialisation.
10891 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
10892 (c-extend-region-for-CPP, c-neutralize-CPP-line)
10893 (c-neutralize-syntax-in-CPP): New functions.
10894 (c-before-change, c-after-change): Call the new language specific
10895 change functions defined in cc-langs.el.
10896 (c-advise-fl-for-region): New macro.
10897 (awk-mode): Remove AWK specific stuff which has been refactored
10898 into language independent stuff.
10899
10900 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
10901
10902 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
10903 (gdb): (Re)set gdb-flush-pending-output to nil here...
10904 (gdb-init-1): ...instead of here (before gdb-prompt).
10905
10906 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
10909 Recognize ''' just like any other char-constant.
10910
10911 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10912
10913 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
10914 careful enough. Detect the uid-change all within the main loop.
10915
10916 2008-02-24 Stefan Monnier <monnier@pastel.home>
10917
10918 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
10919
10920 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * hilit-chg.el (highlight-save-buffer-state): New macro.
10923 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
10924 (hilit-chg-clear): Use it to preserve the modified-p flag.
10925 (highlight-changes-rotate-faces): Don't mess with the undo-list.
10926
10927 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * font-lock.el (font-lock-set-defaults): Unset previously set variables
10930 when needed.
10931
10932 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
10933
10934 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
10935 from gnus-button-url-regexp.
10936
10937 2008-02-24 Eli Zaretskii <eliz@gnu.org>
10938
10939 * progmodes/compile.el (compilation-next-error): Doc fix.
10940 (compilation-find-file): Doc fix.
10941
10942 2008-02-24 Glenn Morris <rgm@gnu.org>
10943
10944 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
10945 Add obsolete aliases to the old names.
10946
10947 2008-02-24 Richard Stallman <rms@gnu.org>
10948
10949 * net/net-utils.el (ifconfig): Rename from ipconfig.
10950 (ipconfig): Alias to ifconfig.
10951 (ifconfig-program): Rename from ipconfig-program.
10952 (ifconfig-program-options): Rename from ipconfig-program-options.
10953
10954 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
10955
10956 * progmodes/verilog-mode.el (verilog-declaration-core-re):
10957 Add port directions by themselves, with no qualification, as base
10958 item of a declaration.
10959 (verilog-pretty-declarations): Add new flag that inhibits printing
10960 to the message buffer.
10961 (verilog-pretty-expr): Add new flag that inhibits printing to the
10962 message buffer. Improve handling of the many types of expression
10963 line up.
10964 (verilog-just-one-space): Don't print an empty message.
10965 (verilog-get-lineup-indent): Rework to support the better handling
10966 of expression lineup for verilog-pretty-expr.
10967 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
10968 (verilog-mode-version, verilog-mode-release-date): Update.
10969
10970 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * subr.el (cancel-change-group): Don't move point.
10973
10974 2008-02-23 Markus Triska <markus.triska@gmx.at>
10975
10976 * linum.el (linum-after-config): Update all visible windows.
10977
10978 2008-02-23 Glenn Morris <rgm@gnu.org>
10979
10980 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
10981 Add :help for Solitaire and Tetris.
10982
10983 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
10984
10985 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
10986 (smtpmail-code-conv-from): Doc fix. Fix custom type.
10987 (smtpmail-queue-index-file): Make it a defcustom.
10988 (smtpmail-queue-index): Delete.
10989 (smtpmail-send-it, smtpmail-send-queued-mail):
10990 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
10991 smtpmail-queue-index.
10992
10993 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10994 Add :version.
10995
10996 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
10997
10998 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
10999 New variables.
11000 (iwconfig): New function.
11001
11002 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
11003
11004 * vc.el (vc-find-revision): Make vc-parent-buffer local before
11005 setting it.
11006 (vc-status-menu-map): Do not define using easy-menu.
11007 (vc-status-menu-map): New defalias.
11008 (vc-status-mode-map): Hook up the menu.
11009 (top-level): Update TODO.
11010
11011 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
11012
11013 * vc-bzr.el (vc-bzr-init-version): Rename to ...
11014 (vc-bzr-init-revision): ... this.
11015
11016 2008-02-23 Jason Rumney <jasonr@gnu.org>
11017
11018 * makefile.w32-in (WINS_ALMOST): Remove term.
11019 (WINS): Add term here.
11020 (custom-deps, finder-data): Use WINS_ALMOST.
11021
11022 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
11023
11024 * faces.el (font-weight-table): Fix value of `semi-light'.
11025
11026 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
11027
11028 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
11029 Make those tables bijective.
11030
11031 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
11032
11033 Finish pdbtrack integration cleanup, settling missing-functions
11034 byte compiler warnings appropriately.
11035
11036 * progmodes/python.el (python-point): Remove this - beginning-of-line
11037 was all that was necessary for `python-pdbtrack-overlay-arrow'.
11038 (python-end-of-def-or-class, python-beginning-of-def-or-class)
11039 (python-goto-initial-line): Drop these - they were only needed for
11040 python-point.
11041 (python-comint-output-filter-function): Use condition-case and
11042 beginning-of-line directly, instead of python-mode.el functions
11043 which require all sorts of baggage.
11044 (point-safe): Unnecessary - we're using condition-case directly,
11045 instead.
11046 (python-execute-file): Include for python-shell, which I'm leaving
11047 in keeping despite it being unnecessary for pdb tracking.
11048
11049 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
11050
11051 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11052 Add SRFI 11 support.
11053 (let-values, let*-values): Specify scheme-indent-function.
11054
11055 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
11056
11057 * vc.el (vc-exec-after): Move setting mode-line-process in the
11058 busy case ...
11059 (vc-set-mode-line-busy-indicator): ... in this new function.
11060 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
11061 (vc-update-vc-status-buffer): Reset mode-line-process.
11062 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
11063 mark/unmark all the files with the same state as the current one.
11064 With a prefix argument mark/unmark all files.
11065 (vc-status-mode-menu): Adjust strings.
11066 (vc-update-vc-status-buffer): Only do something when the argument
11067 is not nil.
11068 (vc-status-kill-dir-status-process): New function.
11069 (vc-status-mode-map): Bind it.
11070 (vc-status-process-buffer): New variable.
11071 (vc-status-mode): Make it local.
11072 (vc-status-refresh): Set it.
11073
11074 * vc-hg.el (vc-hg-dir-status):
11075 * vc-git.el (vc-git-dir-status):
11076 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
11077 command is run.
11078
11079 2008-02-22 Glenn Morris <rgm@gnu.org>
11080
11081 * json.el (top-level): No need to require thingatpt.
11082 (json-read-keyword): Use thing-at-point rather than word-at-point.
11083
11084 * time.el (top-level): No need to require time-date when compiling.
11085
11086 * emacs-lisp/copyright.el (copyright-update-year):
11087 Fix subexpression numbering for the case when years are split over
11088 lines, and for the replace case.
11089
11090 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
11091 (tpu-caar, tpu-cadr): Delete functions.
11092 (zmacs-regions): No need to declare for compiler.
11093 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
11094 (tpu-spell-check): Rewrite, and handle mark after point.
11095 (tpu-special-insert): Use or rather than if.
11096
11097 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
11098 rather than spell-region.
11099
11100 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
11101 warnings about spell-region.
11102
11103 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
11104
11105 * ldefs-boot.el: Regenerated.
11106
11107 * loadup.el: Don't load language/devanagari, language/kannada,
11108 language/malayalam, and language/tamil. Load language/sinhala.
11109
11110 * language/indian.el (indian-font-foundry)
11111 (indian-script-language-alist, indian-font-char-index-table)
11112 (indian-font-char, indian-font-char-range, indian-script-table)
11113 (indian-default-script, indian-composable-pattern): Delete them.
11114 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
11115 language environments moved to here.
11116 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
11117 New language environments.
11118
11119 * language/devanagari.el, language/devan-util.el,
11120 * language/kannada.el, language/knd-util.el, language/malayalam.el,
11121 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
11122 Delete them.
11123
11124 * language/sinhala.el: New file.
11125
11126 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
11127
11128 Update Nick Robert's port of pdb tracking from python-mode.el.
11129
11130 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
11131 Clarify docstring.
11132 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
11133 tracking is happening.
11134 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
11135 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
11136 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
11137 Tracking is plugged in to all comint buffers once python.el is loaded.
11138 (python-pdbtrack-overlay-arrow): Toggle activation of
11139 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
11140 (python-pdbtrack-track-stack-file): Use new
11141 `python-pdbtrack-get-source-buffer' for more flexible access to
11142 debugging source files.
11143 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
11144 according to pdb stack trace, optionally using new
11145 `python-pdbtrack-grub-for-buffer' if file is not locally available.
11146 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
11147 named buffer, or having function with indicated name.
11148 (python-shell): Remove comint-output-filter-functions hook
11149 addition, it's being done elsewhere. Wrap long line.
11150
11151 2008-02-21 Michael Olson <mwolson@gnu.org>
11152
11153 * json.el: Replace XEmacs compatibility code to get rid of
11154 compiler warnings.
11155
11156 * time.el: Fix compiler warning.
11157
11158 2008-02-21 Edward O'Connor <ted@oconnor.cx>
11159
11160 * json.el: New file (JavaScript Object Notation parser / generator).
11161
11162 2008-02-21 Dave Love <fx@gnu.org>
11163
11164 * progmodes/sym-comp.el: New file.
11165
11166 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
11167 Require sym-comp. Add Python buffer to same-window-buffer-names.
11168 Fixup whitespaces.
11169 (python-font-lock-keywords): Add highlighting for Python builtins.
11170 (python-font-lock-syntactic-keywords): Rewrite.
11171 (python-quote-syntax): Use syntax-ppss-context instead of parsing
11172 ppss directly.
11173 (python-mode-map): Add binding for python-find-function.
11174 (python-calculate-indentation): Clean up the logic.
11175 (python-beginning-of-defun): Explicitly set return value.
11176 (python-beginning-of-statement): Stop looping if we get stuck
11177 going backwards.
11178 (python-next-statement): Stop looping if we somehow end up inside
11179 a string while advancing.
11180 (python-preoutput-continuation, python-version-checked): New vars.
11181 (python-check-version): New function.
11182 (run-python): Set default command to python-command instead of
11183 python-python-command.
11184 (run-python): Use python-check-version. Give PYTHONPATH
11185 precedence over data-directory in the process environment.
11186 Load function definitions in python process after.
11187 (python-check-comint-prompt): New function.
11188 (python-send-command, python-send-receive): Use it.
11189 (python-complete-symbol, python-try-complete): Functions deleted.
11190 Use symbol-complete instead of python-complete-symbol throughout.
11191 (python-fill-paragraph): Further refine the fenced-string regexp.
11192 (def-python-skeleton): Expand to the original abbrev instead if in
11193 a comment or string. Tweak skeletons for `if', `while', `for',
11194 `try/except', `try/finally', `name'.
11195 (python-pea-hook, python-abbrev-pc-hook): New functions.
11196 (python-abbrev-syntax-table): New var.
11197 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
11198 Use symbol-completion-try-complete for hippie expansion.
11199 Turn on font lock unconditionally.
11200 (python-mode-hook): Defcustom it. No need to use make-local
11201 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
11202 option, since it's buffer-local.
11203
11204 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
11205
11206 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
11207
11208 2008-02-21 Drew Adams <drew.adams@oracle.com>
11209
11210 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
11211 "Turn off" and a "Help" entry when the minor mode has no menu.
11212
11213 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
11214
11215 * vc.el (vc-status-mark, vc-status-unmark): New functions.
11216 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
11217 vc-status-mark-file and vc-status-unmark-file.
11218 (vc-status-mark-unmark): New function.
11219 (vc-status-previous-line, vc-status-next-line): No longer interactive.
11220
11221 2008-02-21 Glenn Morris <rgm@gnu.org>
11222
11223 * composite.el (encode-composition-rule): Fix typo in error message.
11224 (composition-function-table, auto-composition-mode): Doc fixes.
11225
11226 * subr.el (sit-for): Fix obsolete form for nil second argument.
11227
11228 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
11229 (spell-string): Make obsolete, in favor of ispell.
11230
11231 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
11232
11233 * language/devanagari.el: Don't setup composition-function-table
11234 here.
11235 ("Devanagari"): Change charset, coding-system, coding-priority to
11236 Unicode-based ones. Don't require the feature devan-util.
11237
11238 * composite.el (compose-chars-after): Fix arguments for a function
11239 in composition-function-table.
11240 (auto-compose-region): Likewise.
11241
11242 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
11243 for Ethiopic.
11244 (ps-mule-plot-string): Ignore glyph-string based compositions.
11245
11246 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * doc-view.el: Allow different windows to show different pages.
11249 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
11250 (doc-view-current-image, doc-view-current-overlay): Remove variables,
11251 add them back as macros instead, using image-mode-winprops instead.
11252 Update all users of those variables.
11253 (doc-view-new-window-function): New function to create a new overlay
11254 for each new window.
11255 (doc-view-mode): Use it and image-mode-setup-winprops.
11256 (doc-view-clone-buffer-hook): Rewrite accordingly.
11257
11258 * image-mode.el: Extend [hv]scroll support to per-window properties.
11259 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
11260 (image-mode-winprops-alist): New var to replace them.
11261 (image-mode-new-window-functions): New hook.
11262 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
11263 New funs.
11264 (image-set-window-vscroll, image-set-window-hscroll): Use them.
11265 Remove the `window' argument, update callers.
11266 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
11267 Use the new functions.
11268 (image-mode-reapply-winprops): New fun.
11269 (image-mode): Use it.
11270
11271 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
11272
11273 * calc/calc-math.el (math-sin-raw): Add optional argument
11274 to keep track of original argument.
11275 (math-cos-raw): Use optional argument when calling math-sin-raw.
11276 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
11277 with close to original precision.
11278
11279 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11280
11281 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
11282 args in calls of sit-for.
11283
11284 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
11285
11286 * vc-svn.el (vc-svn-program): Fix typo in docstring.
11287 (vc-svn-checkin): Fix typo in error message.
11288
11289 * help-mode.el: Require easymenu when compiling.
11290
11291 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
11292
11293 * help-mode.el (help-mode-menu): New menu.
11294
11295 2008-02-20 Glenn Morris <rgm@gnu.org>
11296
11297 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
11298 on Windows.
11299
11300 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
11301
11302 * ps-mule.el (ps-mule-encode-region): Return a single string.
11303 (ps-mule-plot-string): Adjust for the above change.
11304 (ps-mule-encode-header-string): Likewise.
11305
11306 * international/latin1-disp.el (latin1-display): Don't use
11307 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
11308 standard-display-table.
11309 (latin1-display-identities): Adjust for the change of what is
11310 returned by (get-language-info charset 'charset).
11311
11312 * international/mule-util.el (char-displayable-p): Fix for Latin-1
11313 characters and terminal case.
11314
11315 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
11316
11317 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
11318
11319 * progmodes/python.el: Also require comint when loading.
11320 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
11321 Replace python-shell with run-python on menu bar.
11322 (python-shell-map): New map.
11323 (python-default-interpreter, python-python-command-args)
11324 (python-jython-command-args, python-pdbtrack-do-tracking-p):
11325 New options.
11326 (python-which-shell, python-which-args, python-which-bufname):
11327 New buffer local variables.
11328 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
11329
11330 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
11331 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
11332 New constants.
11333
11334 Pdbtrack features:
11335
11336 (python-point, python-end-of-def-or-class)
11337 (python-beginning-of-def-or-class, python-goto-initial-line)
11338 (python-comint-output-filter-function)
11339 (python-pdbtrack-overlay-arrow)
11340 (python-pdbtrack-track-stack-file, python-toggle-shells)
11341 (python-shell, python-pdbtrack-toggle-stack-tracking)
11342 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
11343 New functions.
11344
11345 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11346
11347 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
11348 when the argument is nil.
11349
11350 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11351
11352 * vc.el (dir-status): Add a brief description.
11353
11354 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
11355
11356 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
11357 If non-nil, reverse the sense of the check.
11358
11359 * vc-rcs.el (vc-rcs-root): New func.
11360 * vc-cvs.el (vc-cvs-root): New func.
11361 * vc-svn.el (vc-svn-root): New func.
11362 * vc-sccs.el (vc-sccs-root): New func.
11363
11364 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
11365
11366 * language/japan-util.el (setup-japanese-environment-internal):
11367 Call use-cjk-char-width-table.
11368
11369 * language/japanese.el ("Japanese"): Set exit-function to
11370 use-default-char-width-table.
11371
11372 * international/characters.el: Delete occurrences of non-Unicode
11373 tibetan and ethiopic characters.
11374 (cjk-char-width-table): New variable.
11375 (use-cjk-char-width-table, use-default-char-width-table):
11376 New functions.
11377
11378 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11379
11380 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
11381 (vc-status-mode-menu): Add a :filter.
11382 (vc-status-printer): Add faces.
11383
11384 * vc-hg.el (vc-hg-extra-status-menu): New function.
11385 (vc-hg-dir-status): Clean up the buffer before using it.
11386
11387 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
11390 (gdb): Initialize it here instead.
11391
11392 * files.el (locate-dominating-file): Fix thinko in last change.
11393 Reported by Bruce Stephens <bruce.stephens@isode.com>.
11394
11395 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
11396
11397 * vc.el (vc-status-mode-menu): New menu for vc-status.
11398
11399 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
11400
11401 * progmodes/verilog-mode.el (customize): Fix typo in error message.
11402 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
11403 (verilog-mode-auto, verilog-indent-level-module)
11404 (verilog-minimum-comment-distance, verilog-library-flags)
11405 (verilog-library-directories, verilog-library-files)
11406 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
11407 (verilog-xemacs-menu, verilog-set-compile-command)
11408 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
11409 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
11410 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
11411 (verilog-batch-inject-auto, verilog-batch-indent)
11412 (verilog-continued-line, verilog-type-keywords)
11413 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
11414 (verilog-read-inst-pins, verilog-read-arg-pins)
11415 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
11416 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
11417 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
11418 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
11419 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
11420 (verilog-mode-version, verilog-mode-release-date)
11421 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
11422 (verilog-simulator, verilog-compiler)
11423 (verilog-auto-sense-defines-constant, verilog-company)
11424 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
11425 Fix typos in docstrings.
11426 (verilog-set-auto-endcomments, verilog-calculate-indent)
11427 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
11428 Reflow docstrings.
11429 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
11430 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
11431 (electric-verilog-forward-sexp, verilog-in-case-region-p)
11432 (verilog-in-struct-region-p, verilog-in-generate-region-p)
11433 (verilog-leap-to-head, verilog-current-indent-level)
11434 (verilog-case-indent-level, verilog-cpp-keywords)
11435 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
11436 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
11437 (verilog-signals-not-in, verilog-symbol-detick-text)
11438 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
11439 (verilog-forward-close-paren, verilog-backward-open-paren)
11440 (verilog-backward-open-bracket): Doc fixes.
11441
11442 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
11443 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
11444 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
11445 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
11446 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
11447 Fix typos in docstrings.
11448
11449 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
11450
11451 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
11452
11453 * info.el (Info-read-node-name): Removed unused `default' arg.
11454
11455 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11456
11457 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
11458
11459 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11460
11461 * image-mode.el (image-get-display-property): New fun.
11462 (image-forward-hscroll, image-next-line, image-eol, image-eob)
11463 (image-mode, image-minor-mode, image-toggle-display-text)
11464 (image-toggle-display): Use it.
11465
11466 2008-02-18 Jason Rumney <jasonr@gnu.org>
11467
11468 * international/mule.el (xml-find-file-coding-system): Don't warn
11469 about utf-16 with BOM.
11470
11471 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
11472
11473 * international/mule.el (sgml-xml-auto-coding-function): Detect and
11474 warn if file encoding is not utf-8 and encoding not specified.
11475 (xml-find-file-coding-system): New function.
11476 * international/mule-conf.el (file-coding-system-alist): Use it.
11477
11478 2008-02-17 Glenn Morris <rgm@gnu.org>
11479
11480 * international/mule-cmds.el (set-locale-environment):
11481 Pass `frame' to getenv for LC_MESSAGES.
11482
11483 2008-02-17 Juri Linkov <juri@jurta.org>
11484
11485 * time.el (emacs-init-time): Use format instead of format-seconds.
11486
11487 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11488
11489 * textmodes/bibtex.el (bibtex-search-entry): Rename from
11490 bibtex-find-entry. Add autoload cookie.
11491 (bibtex-find-entry): Alias for bibtex-search-entry.
11492 (bibtex-search-crossref): Rename from bibtex-find-crossref.
11493 (bibtex-find-crossref): Alias for bibtex-search-crossref.
11494 (bibtex-clean-entry): atomic-change-group removed.
11495 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
11496 to locate buffer location where error occurred.
11497 Make error messages more specific.
11498 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
11499
11500 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
11501
11502 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
11503 top level.
11504
11505 * simple.el (transient-mark-mode): Add an :init-value.
11506
11507 * startup.el (command-line): Use custom-reevaluate-setting for
11508 transient-mark-mode.
11509
11510 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
11511
11512 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
11513
11514 2008-02-16 Juri Linkov <juri@jurta.org>
11515
11516 * startup.el (after-init-time): New variable.
11517 (command-line): Set `after-init-time' to the current time.
11518
11519 * time.el (emacs-init-time): New function.
11520
11521 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * files.el (locate-dominating-file): Remove initial loop because it's
11524 not careful enough. Detect the uid-change all within the main loop.
11525
11526 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
11527
11528 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
11529
11530 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
11531
11532 * vc.el (vc-annotate): Add new argument.
11533 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
11534
11535 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
11536 Move make-variable-buffer-local code after the corresponding defvar.
11537 (hs-minor-mode-map): Define and initialize in one step.
11538 (hs-minor-mode): Change from defun to define-minor-mode.
11539
11540 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
11541
11542 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
11543 (gdb-ready): Move declaration...
11544
11545 * progmodes/gdb-ui.el (gdb-ready): ...to here.
11546 (gdb-early-user-input): New variable.
11547 (gdb): Reset gdb-flush-pending-output to nil and set
11548 comint-input-sender here (before gdb-prompt), instead of...
11549 (gdb-init-1): ...here.
11550 (gdb-send): If Emacs is not ready, defer user input to...
11551 (gdb-prompt): ...here.
11552
11553 2008-02-16 Glenn Morris <rgm@gnu.org>
11554
11555 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
11556
11557 * startup.el (emacs-startup-time): Rename to `before-init-time'.
11558 (before-init-time): New name for `emacs-startup-time'.
11559 (command-line): Use before-init-time rather than emacs-startup-time.
11560 * time.el (emacs-uptime): Use before-init-time rather than
11561 emacs-startup-time.
11562
11563 * composite.el (composition-function-table): Doc fix.
11564
11565 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
11566 in favor of `%z' specifier.
11567 (emacs-uptime): Move to time.el.
11568 * time.el (emacs-uptime): Move here from time-date.el. Add optional
11569 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
11570 argument of format-seconds.
11571
11572 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
11573
11574 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
11575
11576 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
11577
11578 * ielm.el (ielm-is-whitespace): Remove.
11579 (ielm-is-whitespace-or-comment): New function.
11580 (ielm-eval-input): Use it.
11581
11582 2008-02-15 Jason Rumney <jasonr@gnu.org>
11583
11584 * term/mac-win.el: Fix coding tag.
11585
11586 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
11587
11588 * vc-hooks.el (vc-menu-map):
11589 * bindings.el (mode-line-mode-menu): Add tooltips.
11590
11591 * bindings.el (help-echo): Add more tooltips. Use a less
11592 telegraphic style for existing tooltips.
11593
11594 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
11595
11596 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
11597 from the auto-generated one.
11598
11599 2008-02-14 Glenn Morris <rgm@gnu.org>
11600
11601 * mail/rmail-spam-filter.el (rmail-spam-filter):
11602 Let-bind message-spam-status.
11603
11604 * mail/smtpmail.el (password-cache-add): Declare as function.
11605
11606 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
11607
11608 * mail/smtpmail.el: Use password-cache.
11609
11610 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
11611
11612 * uniquify.el (uniquify-buffer-base-name): New function.
11613 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11614
11615 * desktop.el (uniquify-managed): Don't defvar.
11616 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
11617 `uniquify-managed'. Return also the buffer's base name.
11618 (desktop-save): When saving the buffer info, filter out the base name,
11619 and save it as buffer name if the buffer is managed by uniquify.
11620 (uniquify-item-base): Don't declare; not called anymore.
11621
11622 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
11623
11624 * vc.el (vc-annotate-find-revision-at-line): New function.
11625 (vc-annotate-mode-map): Bind it.
11626 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
11627 some entries.
11628
11629 2008-02-14 Glenn Morris <rgm@gnu.org>
11630
11631 * calendar/time-date.el (format-seconds): New function.
11632 (emacs-uptime): Use format-seconds.
11633
11634 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
11635 Remove `LC_ALL=C', since it's included in $(emacs) now.
11636
11637 2008-02-14 Zhang Wei <id.brep@gmail.com>
11638
11639 * textmodes/org-publish.el (org-publish-timestamp-filename):
11640 Replace colon characters in filename too.
11641
11642 2008-02-13 Bastien Guerry <bzg@altern.org>
11643
11644 * mail/rmail.el (rmail-header-name): New face.
11645 (rmail-font-lock-keywords): Use rmail-header-name.
11646
11647 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
11648 against X-Spam-Status header field.
11649 (rmail-spam-filter): Also check X-Spam-Status header field.
11650
11651 2008-02-14 Mark A. Hershberger <mah@everybody.org>
11652
11653 * progmodes/flymake.el (flymake-allowed-file-name-masks):
11654 Add support for .pm files and .php files.
11655 (flymake-err-line-patterns): Add pattern for PHP errors.
11656 (flymake-php-init): New function. PHP support for flymake.
11657
11658 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11659 Add regular expression for PHP errors.
11660
11661 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
11662
11663 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
11664 This DTRT even on w32 machines.
11665 (ange-ftp-cf1): Quote FILENAME.
11666
11667 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
11668
11669 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
11670 (smerge-auto-combine): New fun.
11671
11672 2008-02-12 Juri Linkov <juri@jurta.org>
11673
11674 * startup.el (fancy-startup-screen, normal-splash-screen):
11675 Set default-directory to command-line-default-directory.
11676
11677 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
11678 after reading the desktop.
11679
11680 * progmodes/compile.el (compilation-auto-jump):
11681 Call compile-goto-error only when compilation-auto-jump-to-first-error
11682 is non-nil.
11683 (compilation-scroll-output): Replace :type 'boolean with a choice
11684 that has three options including a third option `first-error'.
11685 Doc fix.
11686 (compilation-start, compilation-forget-errors): Add an alternate
11687 condition comparing compilation-scroll-output with `first-error'
11688 in addition to compilation-auto-jump-to-first-error (to call
11689 compilation-auto-jump in the proper place).
11690
11691 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * international/mule.el (sgml-html-meta-auto-coding-function):
11694 Make sure the search limit is ahead.
11695
11696 * tar-mode.el: Fix broken indentation.
11697 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
11698 Use with-current-buffer.
11699
11700 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
11701
11702 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
11703 it is already automatically buffer-local.
11704
11705 2008-02-11 Drew Adams <drew.adams@oracle.com>
11706
11707 * help.el (describe-key): Join some split lines to facilitate filling.
11708 * help-fns.el (describe-function-1): Fill text of overlong lines.
11709
11710 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
11711
11712 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
11713 Use unibyte-string instead of string-make-unibyte.
11714
11715 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
11716
11717 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
11720 works also for buffers w/o buffer-file-name. Update callers.
11721 (doc-view-clone-buffer-hook): New fun.
11722 (doc-view-mode): Use it for indirect clones. Mark the overlays with
11723 the `doc-view' property so they can be recognized.
11724
11725 * simple.el (clone-indirect-buffer-hook): New hook.
11726 (clone-indirect-buffer): Run it.
11727
11728 2008-02-11 Daiki Ueno <ueno@unixuser.org>
11729
11730 * epa.el (epa-menu-mode): Merge into epa-mode.
11731 (epa-menu-items): Rename the label "EasyPG Assistant" to
11732 "Encryption/Decryption".
11733
11734 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
11735 (epa-dired-mode-map): Rename from epa-dired-map.
11736 (epa-global-dired-mode): Rename the global minor mode.
11737
11738 2008-02-11 Drew Adams <drew.adams@oracle.com>
11739
11740 * isearch.el (isearch-fail): New face.
11741 (isearch-message): Highlight failure part of input.
11742
11743 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * ibuffer.el (ibuffer-header-line-format): New var.
11746 (ibuffer-mode): Set it instead of header-line-format.
11747 (ibuffer-update): Use it to set header-line-format.
11748
11749 * international/mule-cmds.el (ucs-insert): Inherit surrounding
11750 properties like self-insert-command.
11751
11752 2008-02-11 Drew Adams <drew.adams@oracle.com>
11753
11754 * progmodes/etags.el: Add many doc strings.
11755
11756 2008-02-11 Jason Rumney <jasonr@gnu.org>
11757
11758 * ldefs-boot.el: Regenerated.
11759
11760 2008-02-11 Glenn Morris <rgm@gnu.org>
11761
11762 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11763 Shorten some names.
11764
11765 * ffap.el (ffap-rfc-directories): Add :version.
11766
11767 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
11768
11769 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
11770 files, and backup files of same.
11771
11772 2008-02-11 Kevin Ryde <user42@zip.com.au>
11773
11774 * ffap.el (ffap-rfc-directories): New variable.
11775 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
11776
11777 * info.el (Info-next-reference, Info-prev-reference)
11778 (Info-try-follow-nearest-node): Move to and follow https:// links too.
11779
11780 * simple.el (completion-list-mode): Show full completion-list-mode-map
11781 in the docstring.
11782
11783 2008-02-11 Sam Steingold <sds@gnu.org>
11784
11785 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
11786
11787 2008-02-11 Glenn Morris <rgm@gnu.org>
11788
11789 * startup.el (emacs-startup-time): New variable.
11790 (command-line): Set emacs-startup-time.
11791
11792 * calendar/time-date.el (emacs-uptime): New function.
11793
11794 2008-02-10 Bastien Guerry <bzg@altern.org>
11795
11796 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
11797 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
11798 it is nil.
11799
11800 2008-02-10 Daiki Ueno <ueno@unixuser.org>
11801
11802 * epg-config.el: Expand the contents of epg-package-info.el.
11803 (epg-package-name): New constant.
11804 (epg-version-number): New constant.
11805 (epg-bug-report-address): New constant.
11806
11807 * epa-mail.el (epa-mail-mode): Add autoload cookie.
11808 (epa-global-mail-mode): New global minor mode.
11809
11810 * epa-file.el (epa-file-mode): New global minor mode.
11811
11812 * epa-dired.el (epa-dired-mode): New global minor mode.
11813
11814 * epa.el (epa-menu): New variable.
11815 (epa-menu-items): New variable.
11816 (epa-menu-mode): New global minor mode.
11817 (epa-global-minor-modes): New user option.
11818 (epa-mode): New global minor mode.
11819
11820 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
11821
11822 * net/dbus.el: Remove `no-byte-compile' cookie.
11823 (dbus-call-method, dbus-register-signal, dbus-debug)
11824 (dbus-registered-functions-table): Declare them with
11825 `declare-function' or `defvar', respectively.
11826 (top): Don't assert any longer. Require 'cl when compiling.
11827 Apply `ignore-errors' but `dbus-ignore-errors'.
11828
11829 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
11830
11831 * diff-mode.el (diff-add-change-log-entries-other-window):
11832 Use add-change-log-entry.
11833
11834 2008-02-09 Jason Rumney <jasonr@gnu.org>
11835
11836 * button.el (button-map):
11837 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
11838 * ldefs-boot.el: Regenerate.
11839
11840 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
11841
11842 * epa.el (epa-faces, epa):
11843 * epa-file.el (epa-file):
11844 * epg-config.el (epg): Add :version.
11845
11846 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
11847
11848 * vc.el (vc-exec-after): Append CODE to previous fragments.
11849 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
11850 take MESSAGES instead of VERBOSE; use it when non-nil.
11851 (vc-diff-internal): Compute messages once; use them;
11852 update call to vc-diff-finish.
11853
11854 2008-02-09 Michael Olson <mwolson@gnu.org>
11855
11856 * net/tramp.el (tramp-process-sentinel): Avoid error when process
11857 buffer has been killed, such as by
11858 `tramp-cleanup-all-connections'.
11859
11860 2008-02-09 Miles Bader <miles@gnu.org>
11861
11862 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
11863
11864 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
11867 splitter in context hunks.
11868
11869 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
11870
11871 * international/fontset.el (setup-default-fontset): Fix arabic otf
11872 font specification.
11873
11874 2008-02-08 Daiki Ueno <ueno@unixuser.org>
11875
11876 * epa-dired.el:
11877 * epa-file.el:
11878 * epa-mail.el:
11879 * epa-setup.el:
11880 * epa.el:
11881 * epg-config.el:
11882 * epg-package-info.el:
11883 * epg.el: Initial check-in of EasyPG.
11884
11885 2008-02-08 Glenn Morris <rgm@gnu.org>
11886
11887 * woman.el (woman-locale): New defcustom.
11888 (woman-expand-locale, woman-manpath-add-locales): New functions.
11889 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
11890
11891 * international/mule-cmds.el (locale-translate): New function,
11892 with old code extracted from set-locale-environment.
11893 (set-locale-environment): Use locale-translate. Set woman-locale.
11894
11895 * cus-start.el (selection-coding-system): Remove, since it's now
11896 defined in select.el rather than in xselect.c.
11897 * select.el (selection-coding-system): Make it a defcustom, and
11898 add the properties from cus-start.el. Bump :version.
11899
11900 * custom.el (custom-theme-set-variables): Sort symbols that are
11901 dependencies before symbols that depend on them.
11902 (custom-enabled-themes): Set after custom-theme-directory.
11903
11904 * pcmpl-unix.el (top-level): Move provide statement to end.
11905 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
11906 `*' from doc-string. Allow to be nil.
11907 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
11908 Allow to be nil. Add :version.
11909 (pcmpl-ssh-hosts): Move definition before use. Handle lines
11910 without hostnames, and multiple hostnames per line.
11911
11912 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
11913
11914 2008-02-08 Phil Hagelberg <phil@evri.com>
11915
11916 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
11917 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
11918
11919 2008-02-07 Timo Savola <timo.savola@iki.fi>
11920
11921 * startup.el (command-line-x-option-alist): Add --parent-id.
11922
11923 * term/x-win.el (x-handle-parent-id): New function.
11924
11925 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
11926
11927 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
11928 "Font Menu".
11929
11930 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
11931
11932 * net/dbus.el (dbus-interface-peer): New defconst.
11933 (dbus-ping): New defun.
11934
11935 2008-02-06 Sam Steingold <sds@gnu.org>
11936
11937 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
11938
11939 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
11942 Just return nil and let the C code provide a fallback.
11943
11944 2008-02-05 Glenn Morris <rgm@gnu.org>
11945
11946 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
11947 tramp-flush-connection-property for removed 2nd argument.
11948
11949 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * diff-mode.el (diff-add-change-log-entries-other-window):
11952 Rename from diff-create-changelog. Change users.
11953 Minor change to hopefully work with plain diffs.
11954 (diff-mode-map): Add binding for it.
11955
11956 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
11957
11958 * diff-mode.el: Add new TODO entry.
11959 (diff-create-changelog): New function.
11960 (diff-mode-menu): Bind it.
11961
11962 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
11963
11964 * international/mule-diag.el (print-fontset-element): Handle the
11965 case of inhibiting the fallback fonts.
11966
11967 2008-02-04 Kim F. Storm <storm@cua.dk>
11968
11969 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
11970 (ido-magic-delete-char): Use prefix arg.
11971
11972 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
11973
11974 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
11975 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
11976 of today, the most recent libpng is 1.2.24).
11977
11978 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
11979
11980 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
11981
11982 * net/dbus.el (top): Check (featurep 'dbusbind).
11983
11984 * net/tramp.el (tramp-process-sentinel): New defun.
11985 (tramp-do-copy-or-rename-file-out-of-band)
11986 (tramp-maybe-open-connection): Use it as process sentinel.
11987 (tramp-handle-delete-directory): Don't use the "-f" option; it
11988 isn't portable.
11989 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
11990 after the command.
11991 (tramp-handle-shell-command): Set `mode-line-process' in the
11992 asynchronous case.
11993
11994 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
11995
11996 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
11997 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11998 Use `tramp-process-sentinel' as process sentinel.
11999
12000 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
12001
12002 * whitespace.el (global-whitespace-mode): Revert last change.
12003 (whitespace-unload-function): Force `global-whitespace-mode'
12004 to deactivate local modes in a slightly less intrusive way.
12005
12006 2008-02-02 Eli Zaretskii <eliz@gnu.org>
12007
12008 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
12009
12010 2008-02-02 Glenn Morris <rgm@gnu.org>
12011
12012 * international/latin1-disp.el (latin1-display):
12013 * progmodes/fortran.el (fortran-comment-indent-char):
12014 * progmodes/idlw-shell.el (top-level):
12015 * term/mac-win.el (mac-keyboard-translate-char):
12016 * whitespace.el (whitespace-char-valid-p):
12017 * wid-edit.el (widget-key-sequence-read-event):
12018 Use characterp rather than char-valid-p.
12019
12020 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
12021 to capitalized-find-word-boundary. Doc fix. Update callers.
12022 (capitalized-next-word-boundary-function-table): Rename to
12023 capitalized-find-word-boundary-function-table. Doc fix. Update users.
12024
12025 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
12026 string-to-int.
12027
12028 * ps-def.el (declare-function): Add compatibility definition.
12029 (ps-plot-with-face, ps-plot-string): Declare as functions.
12030 (ps-bold-faces, ps-italic-faces): Declare variables.
12031
12032 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
12033 (ps-mule-end-job): Declare as functions.
12034
12035 * wid-edit.el (widget-string-complete): Use assoc-string rather
12036 than assoc-ignore-case.
12037
12038 See ChangeLog.13 for earlier changes.
12039
12040 ;; Local Variables:
12041 ;; coding: utf-8
12042 ;; add-log-time-zone-rule: t
12043 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
12044 ;; End:
12045
12046 Copyright (C) 2008 Free Software Foundation, Inc.
12047
12048 This file is part of GNU Emacs.
12049
12050 GNU Emacs is free software: you can redistribute it and/or modify
12051 it under the terms of the GNU General Public License as published by
12052 the Free Software Foundation, either version 3 of the License, or
12053 (at your option) any later version.
12054
12055 GNU Emacs is distributed in the hope that it will be useful,
12056 but WITHOUT ANY WARRANTY; without even the implied warranty of
12057 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12058 GNU General Public License for more details.
12059
12060 You should have received a copy of the GNU General Public License
12061 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12062
12063 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc