]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-dir.el (tool-bar): Require.
4
5 * vc.el (ewoc, tool-bar): Do not require.
6
7 2008-06-26 Kenichi Handa <handa@m17n.org>
8
9 * composite.el (terminal-composition-base-character-p): New function.
10 (terminal-composition-function):
11 Use terminal-composition-base-character-p. Include the base character
12 in the composition.
13 (auto-compose-chars): Don't check font-object for terminal display.
14
15 2008-06-26 Glenn Morris <rgm@gnu.org>
16
17 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
18 Add default :value for sexp type.
19 (calendar-month-edges): New variable.
20 (calendar-month-edges): New function.
21 (calendar-recompute-layout-variables): Set calendar-month-edges.
22 (calendar-intermonth-header, calendar-intermonth-text): New options.
23 (calendar-insert-at-column): New function.
24 (calendar-generate-month): Use calendar-insert-at-column.
25 Handle intermonth text. Add 'date property.
26 (calendar-column-to-month): Remove function.
27 (calendar-column-to-segment): New function.
28 (calendar-cursor-to-date): Use calendar-column-to-segment.
29 Check 'date property.
30
31 * calendar/calendar.el (calendar-print-other-dates):
32 Handle mouse events.
33 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
34 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
35
36 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
37 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
38 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
39
40 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
41 Use calendar-column-to-segment, calendar-month-edges, and
42 the 'date property to handle intermonth text.
43
44 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
45
46 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
47 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
48 Add doc strings.
49 (cal-menu-context-mouse-menu): Add some :keys.
50
51 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * minibuffer.el (completion-basic-try-completion): Use the text after
54 point to consrain the completion candidates.
55 (completion-basic-all-completions): Adjust accordingly.
56
57 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
58
59 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
60 courier.
61
62 * faces.el (set-face-attribute): Doc fix.
63
64 2008-06-25 Juri Linkov <juri@jurta.org>
65
66 * bindings.el (goto-map): New variable. Rebind goto-related
67 commands to this `M-g' prefix keymap.
68 (search-map): New variable for `M-s' prefix keymap.
69 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
70 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
71 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
72 `M-shw' to `hi-lock-write-interactive-patterns'.
73
74 * isearch.el (isearch-mode-map): Bind `M-s h r' to
75 `isearch-highlight-regexp'.
76 (isearch-highlight-regexp): New function.
77
78 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * info.el (Info-bookmark-make-record):
81 Use bookmark-make-record-default.
82 (Info-bookmark-jump): Use bookmark-default-handler.
83
84 * image-mode.el (image-bookmark-make-record):
85 Use bookmark-make-record-default.
86 (image-bookmark-jump): Use bookmark-default-handler.
87
88 * doc-view.el (doc-view-bookmark-make-record):
89 Use bookmark-make-record-default.
90 (doc-view-bookmark-jump): Use bookmark-default-handler.
91
92 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
93 used until now in bookmark.el's code.
94 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
95 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
96 used until now in bookmark.el's code.
97 (bookmark-set-filename): Remove special code, moved to its only caller.
98 (bookmark-store): Use the newer format.
99 (bookmark-make-record-default): Add arg `point-only'.
100 Rename from bookmark-make-record-for-text-file.
101 (bookmark--jump-via): New function.
102 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
103 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
104 Use it.
105 (bookmark-jump-noselect, bookmark-default-handler):
106 Don't return an alist, instead return the data implicitly by changing
107 current buffer and point. Signal an error if the file doesn't exist.
108
109 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
110 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
111
112 * bs.el: Use with-current-buffer. Simplify.
113 (bs-toggle-readonly): Avoid vc-toggle-read-only.
114
115 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
116 is bound before using it.
117
118 2008-06-25 Kenichi Handa <handa@m17n.org>
119
120 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
121
122 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
123
124 * vc-hg.el:
125 * vc-git.el: Require vc-dir when compiling.
126
127 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
128 vc-dir-marked-only-files. Change the return value.
129 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
130 Change the return value.
131 (vc-dir-deduce-fileset): New function broken out from ...
132 * vc.el (vc-deduce-fileset): ... here and ...
133 (vc-deduce-fileset): ... here.
134
135 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
136 (vc-svn-parse-status): Do not set the vc-backend property.
137
138 2008-06-25 Andreas Schwab <schwab@suse.de>
139
140 * faces.el (face-font-family-alternatives, variable-pitch):
141 Use "Sans Serif", not "Sans-Serif".
142
143 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
144
145 * faces.el (face-font-family-alternatives, variable-pitch):
146 Change "Sans" to the canonical name "Sans-Serif".
147
148 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
149
150 * calc/calc.el (calc-mode-map): Add extra keybindings to
151 `calc-missing-key'.
152 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
153 `kill-ring-save'.
154
155 2008-06-24 Miles Bader <miles@gnu.org>
156
157 * mouse.el (mouse-appearance-menu): Don't do anything if the user
158 pops up the menu but doesn't select anything.
159
160 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
161
162 * add-log.el (add-change-log-entry): Add new arg to force each new
163 entry to be on a new line.
164 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
165
166 * vc-dir.el (vc-client-object): Remove.
167 (vc-dir-prepare-status-buffer): Take a backend as an argument and
168 use it when looking for a buffer.
169 (vc-dir): Add a backend argument. Set revert-buffer-function.
170 Don't create a client object. Move bindings ...
171 (vc-dir-menu-map, vc-dir-mode-map): ... here.
172 (vc-dir-revert-buffer-function): New function.
173 (vc-generic-status-printer): Rename to ...
174 (vc-dir-status-printer): ... this.
175 (vc-generic-state, vc-generic-status-fileinfo-extra)
176 (vc-dir-extra-menu, vc-make-backend-object): Remove.
177 (vc-default-status-printer): Use a different face for
178 directories. Don't display any text for directories in the state
179 column. Add tooltips.
180
181 * vc.el (Todo): Update.
182
183 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
184 * vc-rcs.el (vc-annotate-convert-time):
185 * vc-mtn.el (vc-annotate-convert-time):
186 * vc-git.el (vc-annotate-convert-time):
187 * vc-cvs.el (vc-annotate-convert-time):
188 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
189
190 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
191
192 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
193 instead of using view-mode.
194
195 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * Makefile.in (distclean): Don't delete *.elc and autogen files.
198
199 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
200
201 * vc.el:
202 * vc-hooks.el:
203 * vc-dispatcher.el: Move vc-dir variables and functions ...
204 * vc-dir.el: ... here. New file.
205 * Makefile.in (ELCFILES): Add vc-dir.elc.
206
207 * vc.el: Move vc-annotate variables and functions ...
208 * vc-annotate.el: ... here. New file.
209 * Makefile.in (ELCFILES): Add vc-annotate.elc.
210
211 * vc-dav.el: Move here from url/vc-dav.el.
212 (Todo): Note work needed to make this backend functional.
213
214 * Makefile.in (ELCFILES): Update vc-dav.el location.
215
216 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
219
220 2008-06-21 John Paul Wallington <jpw@pobox.com>
221
222 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
223
224 * textmodes/rst.el (rst-mode): Put docstring in right place.
225
226 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
227
228 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
229 size for legibility.
230
231 * faces.el (fixed-pitch): Use "Monospace" family.
232 (variable-pitch): Use "Sans" family.
233 (face-font-family-alternatives): Define alternatives for "Sans"
234 and "Monospace".
235
236 2008-06-21 Glenn Morris <rgm@gnu.org>
237
238 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
239 Require 'cl when compiling.
240
241 * emacs-lisp/debug.el (help-xref-interned): Declare.
242
243 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
244 Evaluate definition when compiling.
245
246 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
247 rather than mouse-1.
248 (bug-reference-url-format): Autoload safe if string.
249 (bug-reference-bug-regexp): Make space after "bug" optional.
250
251 * Makefile.in (all): Explicitly pass EMACS to sub-make,
252 for some non-GNU makes.
253
254 * cus-dep.el (custom-dependencies-no-scan-regexp):
255 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
256
257 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
258 increments.
259
260 * calendar/calendar.el: Factor out the magic numbers controlling the
261 calendar layout.
262 (calendar-month-digit-width, calendar-month-width)
263 (calendar-right-margin): New variables.
264 (calendar-recompute-layout-variables, calendar-set-layout-variable):
265 New functions.
266 (calendar-left-margin, calendar-intermonth-spacing)
267 (calendar-column-width, calendar-day-header-width)
268 (calendar-day-digit-width): New options.
269 (calendar-first-date-row): New constant.
270 (calendar-move-to-column, calendar-ensure-newline): New functions,
271 replacing calendar-insert-indented.
272 (calendar-insert-indented): Remove function.
273 (calendar-generate-month): Use calendar-move-to-column and
274 calendar-ensure-newline. Use layout variables.
275 (calendar-generate, calendar-update-mode-line)
276 (calendar-font-lock-keywords): Use layout variables.
277 (calendar-column-to-month): New function.
278 (calendar-cursor-to-date): Use calendar-column-to-month.
279 Use layout variables.
280 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
281 Use layout variables. Use calendar-column-to-month.
282 (calendar-cursor-to-visible-date): Use layout variables.
283
284 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
287 (all): Run compile-last.
288 (compile-onefile): New target.
289 (compile-first): Simplify.
290 (compile-last): Don't treat COMPILE_FIRST specially.
291 (COMPILE_FIRST): List the elc files rather than the el files.
292 (ELCFILES): Update.
293
294 2008-06-21 Ulf Jasper <ulf@web.de>
295
296 * net/newst-treeview.el: Remove dead code.
297 (newsticker--window-config): Remove.
298 (newsticker-treeview-quit): Do not save window config.
299 (newsticker-treeview): Do not try to restore window config.
300 (newsticker-groups, newsticker--treeview-list-sort-by-column)
301 (newsticker--treeview-list-new-items)
302 (newsticker--treeview-list-immortal-items)
303 (newsticker--treeview-list-obsolete-items)
304 (newsticker--treeview-list-all-items)
305 (newsticker--treeview-list-feed-items): Fix documentation.
306
307 2008-06-21 Miles Bader <miles@gnu.org>
308
309 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
310
311 2008-06-21 Alan Mackenzie <acm@muc.de>
312
313 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
314 infinite loop on invalid syntax.
315
316 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * textmodes/rst.el: Run rst-define-level-faces when loading.
319 (rst-mode): Don't set the font-lock-multiline var.
320 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
321 Set the font-lock-multiline property by hand.
322
323 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
324
325 * Makefile.in (emacs-deps): Remove.
326 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
327 (all): Use them.
328 (autogen-clean): Remove.
329
330 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * Makefile.in (all): New target.
333 (bootstrap-prepare): Remove.
334
335 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
336 the .elc file to batch-byte-compile.
337
338 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
339 set-keymap-parents if set-keymap-parent doesn't exist.
340
341 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
342 Allow more than one space before the |.
343
344 * textmodes/rst.el: Fix up docstring conventions.
345 Move vars to before their first use.
346 (rst-mode): Don't mess with font-lock-support-mode.
347 (rst-suggest-new-decoration, rst-adjust-decoration):
348 Avoid CL's copy-list.
349 (rst-delete-entire-line): Use line-beginning-position.
350 (rst-position): New fun.
351 (rst-straighten-decorations): Use it instead of CL's position.
352 (rst-straighten-bullets-region): Avoid CL's mapcar*.
353 (rst-toc-mode): Use define-derived-mode.
354 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
355 Remove unused var `in-par'. Use `point' rather than `point-marker'.
356 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
357 (rst-replace-lines): Simplify.
358 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
359
360 * simple.el (special-mode-map): New var.
361 (special-mode): New major mode.
362
363 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
364
365 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
366 log-view-file-re.
367
368 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
369 (vc-switch-backend): Simplify.
370 (Todo): Remove solved items.
371
372 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
373 the vc-backend property.
374
375 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
378 Bind inhibit-read-only since the buffer is always read-only.
379
380 2008-06-20 Ulf Jasper <ulf@web.de>
381
382 * net/newst-treeview.el (newsticker-treeview-own-frame):
383 Change default value to nil.
384 (newsticker--treeview-list-add-item)
385 (newsticker--treeview-propertize-tag): Show item title in tooltip.
386
387 2008-06-20 Martin Blais <blais@furius.ca>
388 Stefan Merten <smerten@oekonux.de>
389 David Goodger <goodger@python.org>
390
391 * textmodes/rst.el: New file.
392
393 2008-06-20 Sam Steingold <sds@gnu.org>
394
395 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
396 remove DIRECTORY entries.
397
398 2008-06-20 Eli Zaretskii <eliz@gnu.org>
399
400 * makefile.w32-in (distclean): Depend on `clean'.
401 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
402 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
403 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
404 empty cus-load.el with `echo', and include "Local Variables"
405 section to prevent the empty file from being compiled.
406 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
407 that generate an empty cus-load.el.
408
409 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
410
411 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
412 Don't copy ldefs-boot.el over loaddefs.el.
413 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
414 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
415 to loaddefs.el; they are not needed now. Add coding cookie.
416
417 2008-06-20 Miles Bader <miles@gnu.org>
418
419 * face-remap.el (face-remap-add-relative, face-remap-set-base):
420 Strip unnecessary list levels from SPECS.
421 (buffer-face-set, buffer-face-toggle):
422 Change argument from FACE to &rest SPECS, and strip unnecessary
423 list levels from SPECS.
424 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
425
426 2008-06-20 Jason Rumney <jasonr@gnu.org>
427
428 * international/fontset.el (setup-default-fontset): Specify script
429 for latin use of iso10646-1. Fix use of lang tags.
430
431 2008-06-19 Miles Bader <miles@gnu.org>
432
433 * face-remap.el (text-scale-increase): Start from zero if
434 text-scale-mode isn't enabled.
435
436 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
437
438 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
439 frame parameters after setting up the `default' face.
440
441 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * faces.el (face-set-after-frame-default): Don't exclude `default'.
444
445 2008-06-18 Glenn Morris <rgm@gnu.org>
446
447 * mouse.el (buffer-face-mode-invoke): Declare.
448
449 * Makefile.in (ELCFILES): Add org/org-id.elc.
450
451 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
452 * calendar/cal-menu.el (cal-menu-holidays-menu):
453 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
454 (cal-menu-today-holidays): Remove function.
455
456 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
457 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
458 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
459 Remove unused functions.
460 (calendar-mouse-view-diary-entries): Use format rather than concat.
461
462 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
463 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
464 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
465
466 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
467 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
468 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
469 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
470 cal-menu-event-to-date.
471
472 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
473 Handle mouse events.
474 * calendar/cal-tex.el (cal-tex-cursor-year)
475 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
476 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
477 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
478 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
479 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
480 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
481 (cal-tex-cursor-month): Mark N as optional.
482 * calendar/cal-menu.el (calendar-mouse-tex-day)
483 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
484 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
485 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
486 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
487 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
488 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
489 Remove functions.
490 (cal-menu-context-mouse-menu): Replace the above functions with the
491 cal-tex versions. Add HTML submenu.
492
493 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
494
495 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
496 text command mode.
497 (gdb): Explain that gud-gdb is needed for text command mode.
498
499 2008-06-17 Martin Rudalics <rudalics@gmx.at>
500
501 * window.el (split-height-threshold): Remove spurious extra line.
502
503 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
506 (calendar-set-mark):
507 * calendar/diary-lib.el (diary-insert-entry):
508 * calendar/solar.el (calendar-sunrise-sunset): Use it.
509 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
510 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
511 (cal-menu-context-mouse-menu): Use calendar-set-mark,
512 diary-insert-entry, and calendar-sunrise-sunset instead.
513
514 * vc.el (vc-deduce-fileset): Add arg `only-files'.
515 (vc-next-action): Pass the new arg.
516 (vc-register): Don't use `only-files'.
517 Don't set `backup-inhibited' in the current buffer.
518
519 2008-06-17 Miles Bader <miles@gnu.org>
520
521 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
522
523 * face-remap.el (buffer-face-mode-face)
524 (buffer-face-mode-remapping): New variables.
525 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
526 (buffer-face-mode-invoke): New functions.
527 (variable-pitch-mode-remapping): Variable removed.
528 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
529
530 * face-remap.el (internal-lisp-face-attributes): New variable.
531 (face-attrs-more-relative-p, face-remap-order): New functions.
532 (face-remap-add-relative): Use `face-remap-order'.
533
534 2008-06-17 Glenn Morris <rgm@gnu.org>
535
536 * mouse.el (x-select-font): Declare.
537
538 * calendar/calendar.el (calendar-move-hook):
539 Add calendar-update-mode-line as an option.
540 (calendar-date-echo-text): New user option.
541 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
542 (calendar-insert-indented): Simplify newline insertion.
543 (calendar-describe-mode): Remove unused function.
544 (calendar-mode-line-entry): New function.
545 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
546 Mark as risky.
547 (calendar-mouse-other-month): Remove function.
548 (calendar-other-month): Handle mouse events.
549 (calendar-goto-info-node): Call fit-window-to-buffer.
550 (calendar-mode): Use define-derived-mode. Doc fix.
551 (calendar-update-mode-line): Tweak whitespace.
552
553 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
556 (vc-dir-marked-only-files): vc-string-prefix-p.
557
558 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
559
560 * progmodes/gdb-ui.el (gdb-memory-set-address)
561 (gdb-memory-set-repeat-count): Allow keyboard bindings.
562 (gdb-memory-mode-map): Bind above functions respectively
563 to 'S' and 'N'.
564
565 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
566
567 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
568
569 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
570
571 * log-view.el (vc-diff-internal): Declare for compiler.
572
573 * vc-bzr.el (log-view-per-file-logs):
574 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
575
576 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
577
578 * mouse.el (mouse-appearance-menu-map): New var.
579 (mouse-appearance-menu): New function.
580 Bind it to S-down-mouse-1.
581
582 2008-06-15 Juri Linkov <juri@jurta.org>
583
584 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
585 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
586 as the second element.
587 (Info-build-toc): Add PARENT element extracted from the Up pointer.
588 Don't print progress messages.
589 (Info-toc-nodes): New variable and function.
590 (Info-index-nodes): Optimize non-string file name case.
591 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
592 (Info-insert-breadcrumbs): Use the cached document structure instead
593 of visiting all ancestor nodes. Remove the initial `>'.
594
595 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
596
597 * log-view.el (log-view-diff-changeset): New function.
598 (log-view-mode-map, log-view-mode-menu): Bind it.
599 (log-view-per-file-logs, log-view-vc-fileset)
600 (log-view-vc-backend): New variables.
601 (log-view-find-revision, log-view-modify-change-comment)
602 (log-view-annotate-version): Throw an error if the log is for more
603 than one file and we can't find the current file. Get the current
604 file from log-view-vc-fileset if necessary.
605 (log-view-diff): Get the current file from log-view-vc-fileset if
606 necessary.
607
608 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
609
610 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
611 (vc-hg-log-view-mode): Declare for compiler.
612 (vc-hg-log-view-mode): Set log-view-per-file-logs and
613 log-view-file-re.
614 (vc-hg-diff): If no file is passed, use default-directory for cwd.
615
616 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
617
618 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
619
620 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
621
622 * net/tramp.el (tramp-handle-start-file-process):
623 Clear modification time of the connection buffer.
624 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
625 (tramp-open-connection-setup-interactive-shell): Flush cache, and
626 restart `tramp-maybe-open-connection' when the remote system has
627 been changed. Throw 'uname-changed event.
628 (tramp-maybe-open-connection): Catch it.
629
630 * net/tramp-cmds.el (tramp-cleanup-all-connections):
631 Reset `tramp-locked'.
632
633 2008-06-15 Ulf Jasper <ulf@web.de>
634
635 * net/newst-treeview.el (newsticker--treeview-list-update)
636 (newsticker--treeview-item-update)
637 (newsticker--treeview-tree-update)
638 (newsticker-treeview-jump, newsticker-group-add-group)
639 (newsticker-group-move-feed, newsticker-group-delete-group):
640 Remove window dedication.
641 (newsticker--group-manage-orphan-feeds): Handle ill-valued
642 newsticker-groups.
643 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
644
645 2008-06-15 Andreas Schwab <schwab@suse.de>
646
647 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
648 when parsing CVS/Repository.
649
650 * wdired.el (wdired-search-and-rename): Fix undocumented change.
651
652 2008-06-15 Ulf Jasper <ulf@web.de>
653
654 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
655 (newsticker-extra-face, newsticker-enclosure-face): Moved to
656 net/newst-reader.el.
657
658 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
659 (newsticker-extra-face, newsticker-enclosure-face): Moved from
660 net/newst-reader.el.
661
662 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
665 Catch and recover from case when the bytes we thought we were reading
666 turn out to be something else entirely, such as latin-1 chars from
667 quail. See bug#396.
668
669 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
670
671 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
672 (vc-register): Call the backend function only once, instead of
673 once for each file.
674 (vc-next-action): Update call to vc-register.
675 (vc-dir-register): Remove function.
676 (vc-dir): Bind vc-register instead of vc-dir-register.
677
678 2008-06-14 Glenn Morris <rgm@gnu.org>
679
680 * Makefile.in (ELCFILES): Add net/newst-*.el.
681
682 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * wdired.el (wdired-do-renames): New function.
685 (wdired-finish-edit): Use it to.
686 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
687
688 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
689
690 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
691
692 2008-06-14 Martin Rudalics <rudalics@gmx.at>
693
694 * window.el (window--even-window-heights): Even window heights
695 only if the selected window is higher than WINDOW.
696 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
697
698 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
699
700 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
701
702 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * term/linux.el (terminal-init-linux): Load t-mouse.
705
706 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
707 Drew Adams <drew.adams@oracle.com>
708
709 * info.el (Info-breadcrumbs-depth): New var.
710 (Info-insert-breadcrumbs): New function.
711 (Info-fontify-node): Use it.
712 (Info-mode-map): Move initialization into declaration.
713
714 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
715
716 Rename net/newsticker-*.el to net/newst-*.el.
717 * net/newst-backend.el: Rename from net/newsticker-backend.el.
718 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
719 * net/newst-reader.el: Rename from net/newsticker-reader.el.
720 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
721 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
722 * net/newsticker-backend.el: Rename to net/newst-backend.el.
723 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
724 * net/newsticker-reader.el: Rename to net/newst-reader.el.
725 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
726 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
727
728 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * progmodes/compile.el (compilation-start): Don't disable undo in
731 comint buffer. Don't override the comint-filter with our own.
732 (compilation-filter): Change point's insertion-type.
733
734 * comint.el (comint-output-filter): Use copy-marker.
735
736 2008-06-13 David Reitter <david.reitter@gmail.com>
737
738 * textmodes/flyspell.el (mail-mode-flyspell-verify):
739 Check message-signature-separator exists before using it.
740
741 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
742
743 * vc.el (vc-delete-file): Bind default-directory before calling
744 the backend.
745 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
746 (vc-annotate-show-diff-revision-at-line-internal): ... here.
747 New function.
748 (vc-annotate-show-changeset-diff-revision-at-line): New function.
749 (vc-annotate-mode-menu): Bind it.
750
751 2008-06-13 Jason Rumney <jasonr@gnu.org>
752
753 * term/w32-win.el (mouse-set-font): Remove overridden function.
754 (w32-select-font): Declare as obsolete alias for x-select-font.
755
756 2008-06-13 Daniel Engeler <engeler@gmail.com>
757
758 These changes add serial port access.
759 * term.el (term-update-mode-line): Modify.
760 (serial-port-is-file-p, serial-nice-speed-history)
761 (serial-no-speed, serial-mode-line-speed-menu)
762 (serial-mode-line-config-menu): New variables and constants.
763 (serial-name-history, serial-speed-history)
764 (serial-supported-or-barf, serial-read-name, serial-read-speed)
765 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
766 (serial-mode-line-speed-menu, serial-update-speed-menu)
767 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
768 (serial-update-config-menu): New functions.
769
770 2008-06-13 Glenn Morris <rgm@gnu.org>
771
772 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
773
774 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
775
776 2008-06-13 Kenichi Handa <handa@m17n.org>
777
778 * cus-face.el (custom-face-attributes): Add :foundry.
779
780 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
781 (face-x-resources): Add :foundry.
782 (face-valid-attribute-values): Likewise.
783 (face-attribute-name-alist): Likewise.
784 (describe-face): Likewise.
785
786 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
787
788 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
789
790 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
791
792 * longlines.el (longlines-search-forward, longlines-search-backward)
793 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
794
795 2008-06-12 Sam Steingold <sds@gnu.org>
796
797 * vc.el (vc-rename-file): DTRT when the destination is a directory
798 name and the source is a file.
799
800 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
801
802 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
803
804 2008-06-12 Glenn Morris <rgm@gnu.org>
805
806 * progmodes/f90.el (f90-beginning-of-subprogram)
807 (f90-end-of-subprogram): Only give a message when interactive.
808
809 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
810
811 * progmodes/cperl-mode.el (cperl-info-on-command):
812 Use display-pixel-height rather than x-display-pixel-height.
813
814 * mail/rmailedit.el (rmail-cease-edit):
815 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
816
817 * emulation/edt.el (edt-xserver):
818 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
819
820 * emulation/edt-mapper.el: Drop test for Emacs < 19.
821
822 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
823 Evaluate definitions when compiling. Reverse tests.
824
825 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
826 use unless.
827
828 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
829
830 * textmodes/artist.el (x-pointer-shape):
831 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
832 (x-open-connection, x-server-max-request-size, x-get-resource):
833 * term/w32console.el (x-setup-function-keys):
834 * term/w32-win.el (x-parse-geometry, x-resource-name)
835 (generate-fontset-menu, image-library-alist, x-open-connection)
836 (setup-default-fontset, set-fontset-font, setup-default-fontset)
837 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
838 (x-get-resource):
839 * term/mac-win.el (x-parse-geometry, x-resource-name)
840 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
841 (new-fontset, x-display-list, x-open-connection, x-get-resource):
842 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
843 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
844 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
845 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
846 (tooltip-identifier-from-point, define-fringe-bitmap):
847 * play/gamegrid.el (image-size):
848 * play/bubbles.el (image-size):
849 * mail/emacsbug.el (x-server-vendor, x-server-version):
850 * international/mule-util.el (internal-char-font):
851 * international/mule-diag.el (font-info, query-fontset, fontset-info)
852 (fontset-alias-alist, fontset-list, fontset-plain-name):
853 * international/mule-cmds.el (x-server-vendor, x-server-version):
854 * international/fontset.el (font-encoding-charset-alist)
855 (otf-script-alist, new-fontset, set-fontset-font)
856 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
857 (fontset-list, query-fontset, x-get-resource):
858 * emulation/edt.el (x-server-vendor):
859 * emulation/edt-mapper.el (x-server-vendor):
860 * emacs-lisp/map-ynp.el (x-popup-dialog):
861 * emacs-lisp/lmenu.el (x-popup-dialog):
862 * x-dnd.el (x-window-property, x-change-window-property)
863 (x-get-selection-internal):
864 * woman.el (x-list-fonts):
865 * w32-fns.el (x-server-version):
866 * tooltip.el (x-show-tip, x-hide-tip):
867 * tool-bar.el (image-mask-p):
868 * thumbs.el (image-size):
869 * term.el (overflow-newline-into-fringe):
870 * subr.el (scroll-bar-scale):
871 * startup.el (x-get-resource, tool-bar-mode, image-size):
872 * select.el (x-get-selection-internal, x-own-selection-internal)
873 (x-disown-selection-internal):
874 * mouse.el (generate-fontset-menu):
875 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
876 * image.el (image-library-alist):
877 * image-mode.el (image-size, image-refresh):
878 * image-dired.el (clear-image-cache):
879 * gs.el (x-display-mm-width, x-display-pixel-width)
880 (x-display-mm-height, x-display-pixel-height)
881 (x-change-window-property, x-display-grayscale-p, x-window-property):
882 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
883 (x-focus-frame, x-list-fonts, x-display-screens)
884 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
885 (x-display-mm-width, x-display-backing-store, x-display-save-under)
886 (x-display-planes, x-display-color-cells, x-display-visual-class):
887 * faces.el (internal-face-x-get-resource)
888 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
889 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
890 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
891 (x-parse-geometry, x-create-frame, x-setup-function-keys)
892 (tool-bar-setup):
893 * doc-view.el (clear-image-cache, image-size, tooltip-show):
894 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
895 * dframe.el (x-display-pixel-width, x-display-pixel-height):
896 * descr-text.el (internal-char-font):
897 Define for compiler, for builds without X.
898
899 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
902
903 2008-06-11 Glenn Morris <rgm@gnu.org>
904
905 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
906 before trying to move there.
907 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
908 is non-nil, indent most terminating statements like loop body.
909
910 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
911 Gregorian date, and add it, not the local date, to diary-entries-list.
912 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
913
914 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
915
916 * progmodes/compile.el (compilation-filter): Fix up last change.
917
918 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
919
920 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
921 (gpm-mouse-mode): Make it into a proper global minor mode.
922
923 * files.el (save-some-buffers-action-alist): Only use recursive-edit
924 if the user enabled recursive-minibuffers.
925
926 * emacs-lisp/map-ynp.el (map-y-or-n-p):
927 Add support for scroll-other-window.
928
929 2008-06-11 Jason Rumney <jasonr@gnu.org>
930
931 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
932 Use tmm-menubar if menu is disabled in this frame.
933
934 * menu-bar.el (menu-bar-open): Determine how to open menu bar
935 from frame type, per documentation. Add w32 case.
936
937 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * minibuffer.el (completion--merge-suffix): New function.
940 (completion-basic-try-completion): Use it.
941 (completion-pcm--find-all-completions): Add argument `filter'.
942 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
943 New functions.
944 (completion-pcm-try-completion): Use them.
945
946 * xt-mouse.el (turn-on-xterm-mouse-tracking)
947 (turn-off-xterm-mouse-tracking): Use terminal-list.
948
949 * cus-start.el (underline-minimum-offset): Rename from
950 x-underline-minimum-display-offset.
951
952 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
953
954 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
955
956 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
957
958 * mouse.el (mouse-select-font): New function.
959
960 * faces.el (face-spec-recalc): When the face is set using
961 Customize, avoid recalculating it twice.
962
963 * menu-bar.el (menu-set-font): New function. Bind "Set Default
964 Font" menu item to it. Apply selected font to all frames, and
965 make it savable.
966 (menu-bar-options-save): Save `default' font if changed.
967
968 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
969
970 * ffap.el (ffap-string-at-point-mode-alist):
971 Use alpha rather than lower.
972
973 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
974
975 * subr.el (momentary-string-display): Use an overlay.
976
977 * progmodes/compile.el (compilation-mode):
978 Set window-point-insertion-type.
979 (compilation-filter): Don't use insert-before-markers any more.
980 * emacs-lisp/trace.el (trace-make-advice):
981 Set window-point-insertion-type in the trace buffer.
982 * startup.el (normal-top-level): Set window-point-insertion-type in
983 *Messages*.
984 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
985 (telnet-filter): Don't use insert-before-markers any more.
986 * comint.el (comint-mode): Set window-point-insertion-type.
987 (comint-output-filter): Don't use insert-before-markers any more.
988 * button.el (make-text-button): Allow `start' to be a string.
989
990 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
991
992 * emacs-lisp/autoload.el (autoload-rubric):
993 Fix coding cookie not to force Unix EOL.
994
995 2008-06-10 Martin Rudalics <rudalics@gmx.at>
996
997 * window.el (window--splittable-p, window--try-to-split-window):
998 Don't use with-selected-window to avoid messing up get-lru-window.
999 Reported by David Hansen <david.hansen@gmx.net>.
1000
1001 2008-06-10 Glenn Morris <rgm@gnu.org>
1002
1003 * subr.el (locate-library): Doc fix.
1004
1005 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
1006 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
1007 Check tool-bar-map is bound, for non-X builds.
1008
1009 * net/newsticker-reader.el (newsticker--next-item-image)
1010 (newsticker--previous-item-image, newsticker--previous-feed-image)
1011 (newsticker--next-feed-image, newsticker--mark-read-image)
1012 (ewsticker--mark-immortal-image, newsticker--narrow-image)
1013 (newsticker--get-all-image, newsticker--update-image)
1014 (newsticker--browse-image): Check xpm images are available.
1015 (newsticker--mark-read-image, newsticker--mark-immortal-image)
1016 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
1017
1018 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
1019 (newsticker--plainview-tool-bar-map, newsticker-mode):
1020 Check tool-bar-map is bound, for non-X builds.
1021 (w3m-toggle-inline-image): Declare.
1022
1023 * net/newsticker-backend.el (tool-bar-map): Don't declare.
1024
1025 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
1026
1027 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
1028 (finder-compile-keywords): Move let to where needed.
1029 (finder-mouse-face-on-line): Go back one more line if needed.
1030 (finder-list-matches): Use cadr.
1031 (finder-goto-xref): New function.
1032 (finder-commentary): Add buttons to jump to foo.el libraries.
1033
1034 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * apropos.el (apropos-function, apropos-macro, apropos-command)
1037 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1038 (apropos-plist): Add apropos-short-label property.
1039 (apropos-multi-type): New variables.
1040 (apropos-command, apropos-value): Set it.
1041 (apropos-compact-layout): New custom.
1042 (apropos-print, apropos-print-doc): Use it.
1043 (apropos-print): Truncate lines.
1044
1045 2008-06-09 Kenichi Handa <handa@m17n.org>
1046
1047 * international/fontset.el (font-encoding-alist):
1048 Add an entry for "ascii-0".
1049
1050 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
1051
1052 * language/hanja-util.el (hanja-init-load): Show the message only
1053 when loading a table.
1054
1055 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1056
1057 * net/newsticker-treeview.el (newsticker-treeview):
1058 * net/newsticker-plainview.el (newsticker-plainview):
1059 Add autoload cookie.
1060
1061 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1062
1063 * net/newsticker.el: Split up into newsticker-backend, -ticker,
1064 -reader, -plainview, and -treeview.
1065 (newsticker-version): Change to 1.99.
1066
1067 * net/newsticker-backend.el: New. Move backend functionality from
1068 newsticker.el to newsticker-backend.el.
1069 (newsticker--download-logos): New.
1070 (newsticker--sentinel-callback): New.
1071 (newsticker--set-customvar): Remove. Split up into specific
1072 functions related to retrieval, ticker, buffer, and display.
1073 (newsticker--set-customvar-retrieval): New. Extracted from
1074 `newsticker--set-customvar'.
1075 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
1076 (newsticker-url-list-defaults):
1077 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1078 (newsticker-url-list): Doc changed. URL can be a function.
1079 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1080 (newsticker-retrieval-method): New.
1081 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
1082 (newsticker-retrieval-interval):
1083 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1084 (newsticker-desc-comp-max): Change :group.
1085 (newsticker--cache): Doc changed.
1086 (newsticker--guid-to-string): New.
1087 (newsticker--guid): Use `newsticker--guid-to-string'.
1088 (newsticker--real-feed-name): New.
1089 (newsticker--start-feed): New. Extracted from `newsticker-start'.
1090 (newsticker-start): Use `insert-file-contents' for reading cache.
1091 Use `newsticker--start-feed'.
1092 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
1093 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
1094 Use `newsticker--stop-feed'.
1095 (newsticker-save-item): New.
1096 (newsticker--get-news-by-funcall): New.
1097 (newsticker-get-news): Handle new retrieval methods.
1098 (newsticker--sentinel): Use `newsticker--sentinel-work'.
1099 (newsticker--sentinel-work): New. Extracted from
1100 `newsticker--sentinel'. Use `newsticker--download-logos',
1101 `newsticker--sentinel-callback'.
1102 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
1103 (newsticker--parse-atom-1.0): Fix link determination.
1104 (newsticker--parse-rss-0.91): Fix time determination.
1105 (newsticker--parse-rss-0.92): Fix time determination.
1106 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
1107 (newsticker--parse-generic-feed): New arg order in
1108 `newsticker--cache-add'.
1109 (newsticker--parse-generic-items): Fix for multiple items.
1110 New arg order in `newsticker--cache-add'.
1111 (newsticker--forget-preformatted): Check whether
1112 `newsticker--buffer-set-uptodate' is fbound.
1113 (newsticker--decode-iso8601-date): Handle fractions of seconds.
1114 (newsticker--decode-rfc822-date): Partial timezone handling.
1115 (newsticker--cache-contains): Fix guid problem.
1116 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
1117 (newsticker--cache-save): New.
1118 (newsticker--cache-update): Use temp buffer.
1119 (newsticker--stat-num-items): Allow multiple AGE args.
1120 (newsticker--stat-num-items-total): New.
1121 (newsticker--opml-import-outlines): New.
1122 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
1123 (newsticker--do-run-auto-mark-filter): Doc changed.
1124 (newsticker-retrieve-random-message): New.
1125
1126 * net/newsticker-ticker.el: New. Move ticker functionality from
1127 net/newsticker.el to net/newsticker-ticker.el.
1128 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
1129 `newsticker--ticker-timer'.
1130 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
1131 to `newsticker--ticker-timer'.
1132 (newsticker--set-customvar-ticker): New. Extracted from
1133 `newsticker--set-customvar'.
1134 (newsticker-ticker-interval): Rename `newsticker-display-interval'
1135 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
1136 for :set. Change :group.
1137 (newsticker-scroll-smoothly): Doc changed. Change :group.
1138 (newsticker-hide-immortal-items-in-echo-area)
1139 (newsticker-hide-old-items-in-echo-area)
1140 (newsticker-hide-obsolete-items-in-echo-area):
1141 Use `newsticker--set-customvar-ticker for :set. Change :group.
1142 (newsticker-start-ticker): Rename `newsticker--display-timer' to
1143 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
1144 to `newsticker-ticker-interval'.
1145 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
1146 `newsticker--ticker-timer'.
1147
1148 * net/newsticker-reader.el: New. Move reader functionality from
1149 net/newsticker.el to net/newsticker-reader.el.
1150 (newsticker--set-customvar-formatting): New. Extracted from
1151 `newsticker--set-customvar'.
1152 (newsticker-reader, newsticker-frontend): New.
1153 (newsticker-enable-logo-manipulations): Change :group.
1154 (newsticker-justification): Use `newsticker--set-customvar-formatting'
1155 for :set. Change :group.
1156 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
1157 for :set. Change :group.
1158 (newsticker-html-renderer): Doc changed.
1159 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1160 (newsticker-date-format):
1161 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1162 (newsticker--insert-enclosure):
1163 Rename `newsticker--buffer-insert-enclosure' to
1164 `newsticker--insert-enclosure'. Add keymap arg.
1165 (newsticker--print-extra-elements):
1166 Rename `newsticker--buffer-print-extra-elements' to
1167 `newsticker--print-extra-elements'. Add keymap arg.
1168 (newsticker--do-print-extra-element):
1169 Rename `newsticker--buffer-do-print-extra-element' to
1170 `newsticker--do-print-extra-element'. Add keymap arg.
1171 (newsticker-show-news): Use `newsticker-frontend'.
1172
1173 * net/newsticker-plainview.el: New. Move plainview functionality
1174 from net/newsticker.el to net/newsticker-reader.el.
1175 (newsticker-plainview): New.
1176 (newsticker--set-customvar-sorting): New. Extracted from
1177 `newsticker--set-customvar'.
1178 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
1179 for :set. Changed :group.
1180 (newsticker-heading-format, newsticker-item-format)
1181 (newsticker-desc-format, newsticker-statistics-format):
1182 Use `newsticker--set-customvar-formatting for :set. Change :group.
1183 (newsticker-faces): Change :group.
1184 (newsticker-default-face): Enable again.
1185 (newsticker-hide-old-items-in-newsticker-buffer)
1186 (newsticker-show-descriptions-of-new-items):
1187 Use `newsticker--set-customvar-buffer' for :set. Change :group.
1188 (newsticker-show-all-news-elements): Change :group.
1189 (newsticker-plainview-hooks): New.
1190 (newsticker-select-item-hook, newsticker-select-feed-hook)
1191 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
1192 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
1193 to `newsticker--plainview-tool-bar-map'.
1194 (newsticker--url-keymap): Add mouse-1 binding.
1195 (newsticker-plainview): New.
1196 (newsticker-mark-all-items-of-feed-as-read): Change doc.
1197 (newsticker--buffer-do-insert-text): Use renamed
1198 newsticker--[buffer-]insert-enclosure and
1199 newsticker--[buffer-]print-extra-elements.
1200 (newsticker--buffer-set-faces): Use newsticker-default-face.
1201
1202 * net/newsticker-treeview.el: New.
1203
1204 2008-06-08 Andreas Schwab <schwab@suse.de>
1205
1206 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
1207
1208 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
1209
1210 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
1211 empty line.
1212
1213 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
1214
1215 2008-06-08 Martin Rudalics <rudalics@gmx.at>
1216
1217 * window.el (split-height-threshold, split-width-threshold):
1218 Add choice nil.
1219 (split-window-preferred-function): Allow either nil or a function.
1220 (window--splittable-p, window--try-to-split-window):
1221 Handle changed option values.
1222
1223 (window--frame-usable-p): Handle nil argument.
1224
1225 (display-buffer): Call get-lru-window when pop-up-windows is nil
1226 and window can't be split.
1227
1228 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
1229
1230 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
1231
1232 * net/tramp.el (top): Quote feature names. Remove
1233 `tramp-rfn-eshadow-setup-minibuffer' from
1234 `rfn-eshadow-setup-minibuffer-hook' when unloading.
1235 (tramp-read-passwd): There is only one call to
1236 `auth-source-user-or-password' needed. Pacify byte compiler.
1237
1238 2008-06-08 Andreas Schwab <schwab@suse.de>
1239
1240 * window.el (display-buffer): Use lru window if current window
1241 cannot be split.
1242
1243 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * apropos.el (apropos-library): New command and new button.
1246 (apropos-library-button): New function.
1247
1248 * apropos.el: Remove spurious * in docstrings.
1249 (apropos-label-face): Use variable pitch.
1250 (apropos-print): Use dolist and with-current-buffer.
1251 (apropos-print-doc): Use when.
1252
1253 * window.el (special-display-p, display-buffer):
1254 Fix up C->Elisp transcription error.
1255
1256 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1259 (byte-compile-file): Initialize it.
1260 (byte-compile-nogroup-warn): Keep track of the current group.
1261
1262 2008-06-08 Glenn Morris <rgm@gnu.org>
1263
1264 * Makefile.in (compile, compile-always, bootstrap-prepare):
1265 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
1266
1267 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
1268
1269 * language/hanja-util.el (hanja-init-load): Use a char-table for
1270 hanja-table.
1271 (hangul-to-hanja-char): Adjust for the above change.
1272
1273 2008-06-07 Glenn Morris <rgm@gnu.org>
1274
1275 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
1276 lm-keywords.
1277
1278 * mail/sendmail.el (mail-interactive): Add :version.
1279
1280 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
1281 obsolete alias.
1282
1283 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
1284 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
1285 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
1286 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
1287 * eshell/esh-util.el, international/mule-cmds.el:
1288 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
1289 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
1290 Remove unnecessary eval-when-compiles and eval-and-compiles.
1291
1292 * Makefile.in (bootstrap-clean): Run autogen-clean.
1293 (maintainer-clean): No need to run autogen-clean now it is included in
1294 bootstrap-clean.
1295
1296 2008-06-06 Miles Bader <miles@gnu.org>
1297
1298 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
1299
1300 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
1303 longlines mode.
1304
1305 * replace.el (replace-search-function)
1306 (replace-re-search-function): New vars.
1307 (perform-replace): Use them.
1308
1309 * longlines.el (longlines-re-search-forward): New function.
1310 (longlines-mode): Bind replace-search-function and
1311 replace-re-search-function, to ensure that replacement commands
1312 treat newlines as spaces.
1313 (longlines-show-effect): Default to a pilcrow sign.
1314
1315 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * help.el (function-called-at-point):
1318 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
1319 even when calling find-tag-default.
1320
1321 2008-06-06 Daniel Colascione <danc@merrillpress.com>
1322
1323 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
1324 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
1325 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
1326 (nxml-fontify-buffer, nxml-do-fontify):
1327 Remove obsolete variables and functions.
1328 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
1329 (nxml-degrade, nxml-after-change, nxml-after-change1)
1330 (nxml-extend-region, nxml-extend-after-change-region)
1331 (nxml-extend-after-change-region1, nxml-fontify-matcher)
1332 (nxml-toggle-char-ref-extra-display): Use font-lock, and
1333 font-lock-extend-region-functions in particular, to fontify
1334 nxml-mode buffers.
1335 (nxml-debug-region): New debugging helper function.
1336
1337 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
1338 (nxml-scan-after-change, nxml-move-tag-backwards):
1339 Adapt for font-lock changes.
1340
1341 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
1342 (nxml-debug-set-inside, nxml-debug-clear-inside):
1343 New debugging functions.
1344 (nxml-with-degradation-on-error): New helper macro.
1345
1346 2008-06-06 Martin Rudalics <rudalics@gmx.at>
1347
1348 * window.el (display-buffer): Remove dead call to get-lru-window.
1349
1350 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * mail/sendmail.el (mail-interactive): Change default.
1353
1354 2008-06-05 John Paul Wallington <jpw@pobox.com>
1355
1356 * bindings.el (completion-ignored-extensions):
1357 Add .p64fsl, .d64fsl, and .dx64fsl.
1358
1359 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1360
1361 * ffap.el (ffap-prompter): Don't use the region.
1362
1363 2008-06-05 Sam Steingold <sds@gnu.org>
1364
1365 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
1366 subdirectory to be registered.
1367
1368 2008-06-05 Martin Rudalics <rudalics@gmx.at>
1369
1370 * window.el (display-buffer-function, special-display-p)
1371 (special-display-buffer-names, special-display-regexps)
1372 (special-display-function, same-window-p, same-window-buffer-names)
1373 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
1374 (pop-up-frame-function, pop-up-windows, even-window-heights)
1375 (split-window-preferred-function, split-height-threshold)
1376 (window--display-buffer-1, display-buffer, pop-to-buffer):
1377 Move from window.c and buffer.c.
1378 (window--splittable-p, window--try-to-split-window)
1379 (window--frame-usable-p, window--display-buffer-2)
1380 (window--even-window-heights): New functions.
1381 (split-width-threshold): New option.
1382 (split-window-preferred-horizontally): Remove.
1383
1384 * cus-start.el: Remove corresponding declarations.
1385
1386 2008-06-05 Sam Steingold <sds@gnu.org>
1387
1388 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
1389 an error on modified buffers.
1390
1391 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1392
1393 * progmodes/etags.el (tags-verify-table): Be careful to use and update
1394 tags-file-name and tags-table-list from the right buffer.
1395 (tags-table-check-computed-list, tags-table-extend-computed-list)
1396 (find-tag-noselect): Use with-current-buffer.
1397
1398 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
1399 Use print-circle.
1400
1401 * minibuffer.el (minibuffer-local-must-match-filename-map):
1402 Declare obsolete alias for the old name.
1403
1404 * abbrev.el (unexpand-abbrev): Better preserve markers.
1405
1406 2008-06-05 Glenn Morris <rgm@gnu.org>
1407
1408 * emacs-lisp/autoload.el (autoload-rubric): New function,
1409 extracted from autoload-ensure-default-file.
1410 (autoload-ensure-default-file): Use autoload-rubric.
1411
1412 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
1413 (custom-dependencies-no-scan-regexp): New variable.
1414 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
1415 Don't scan files matching custom-dependencies-no-scan-regexp.
1416 Disable undo in the output buffer. Remove kept-new-versions wackiness.
1417
1418 * finder.el (finder-headmark): Initialize and add doc string.
1419 (generated-finder-keywords-file): Doc fix.
1420 (finder-no-scan-regexp): New variable.
1421 (finder-compile-keywords): Use a single let binding.
1422 Disable undo in the output buffer. Use autoload-rubric.
1423 Use mapc rather than mapcar. Don't scan files matching
1424 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
1425 rather than concat. Use directory-files to do regexp matching.
1426 No need to require jka-compr.
1427 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
1428 (finder-list-matches): Disable undo.
1429 (finder-commentary): Use let rather than let*. Disable undo.
1430 (finder-current-item): Use zerop.
1431 (finder-mode): Use define-derived-mode.
1432 (finder-exit): Doc fix. Use dolist.
1433
1434 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
1435 (custom-deps): Don't require $(lisp)/cus-load.el.
1436 (custom-deps, finder-data): Don't depend on autoloads.
1437 Should not be needed now, and doing so was causing make install to
1438 re-dump emacs post-bootstrap.
1439 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
1440 mid-build forces some things to be rebuilt.
1441
1442 2008-06-05 Miles Bader <miles@gnu.org>
1443
1444 * face-remap.el
1445 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
1446 (face-remap-remove-relative): Renamed from
1447 `remove-relative-face-remapping'.
1448 (face-remap-reset-base): Renamed from
1449 `set-default-base-face-remapping'.
1450 (face-remap-set-base): Renamed from `set-base-face-remapping'.
1451 (text-scale-increase): Renamed from `increase-buffer-face-height'.
1452 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
1453 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
1454
1455 * face-remap.el (variable-pitch-mode): Autoload.
1456
1457 2008-06-04 Sam Steingold <sds@gnu.org>
1458
1459 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
1460 Generate extra status headers for a Mercurial tree.
1461
1462 2008-06-04 John Paul Wallington <jpw@pobox.com>
1463
1464 * echistory.el (electric-history-map): Define within defvar.
1465 Add docstring.
1466
1467 * font-lock.el (font-lock-turn-off-thing-lock)
1468 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
1469 Use `bound-and-true-p'.
1470 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
1471 Doc fixes.
1472
1473 * international/ccl.el (define-ccl-program): Add `doc-string'
1474 declaration.
1475
1476 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
1477
1478 * face-remap.el (variable-pitch-mode): Reflow docstrings.
1479 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
1480
1481 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
1482
1483 * emacs-lisp/rx.el (rx): Doc fix.
1484
1485 2008-06-04 Markus Triska <markus.triska@gmx.at>
1486
1487 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
1488
1489 2008-06-04 Miles Bader <miles@gnu.org>
1490
1491 * face-remap.el (adjust-buffer-face-height): New function.
1492 Add autoloaded keybindings in ctl-x-map.
1493 (increase-buffer-face-height, decrease-buffer-face-height):
1494 Simplify interactive spec to just "p". Remove autoloaded keybindings.
1495
1496 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * simple.el (line-move-1): If we did not move as far as desired,
1499 ensure that point-left and point-entered hooks are called.
1500
1501 2008-06-03 Sam Steingold <sds@gnu.org>
1502
1503 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
1504
1505 2008-06-03 John Paul Wallington <jpw@pobox.com>
1506
1507 * progmodes/make-mode.el (makefile-cleanup-continuations)
1508 (makefile-warn-suspicious-lines, makefile-warn-continuations):
1509 Use `derived-mode-p'.
1510
1511 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1512
1513 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
1514 (ELCFILES): Update.
1515
1516 2008-06-03 Miles Bader <miles@gnu.org>
1517
1518 * face-remap.el: New file.
1519 * Makefile.in (ELCFILES): Add face-remap.elc.
1520
1521 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1522
1523 * progmodes/flymake.el (flymake-process-filter): Make sure the source
1524 buffer isn't dead.
1525
1526 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
1527 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
1528 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
1529 * obsolete/auto-show.el, obsolete/hscroll.el:
1530 Remove packages that were obsolete in Emacs-20, or that were obsolete
1531 in Emacs-21 and do not contain any more code.
1532
1533 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
1534 vc-client-mode is not set.
1535
1536 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
1537 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
1538
1539 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
1540 yet a bit more clever at distinguishing / from /.
1541
1542 2008-06-03 Kenichi Handa <handa@m17n.org>
1543
1544 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
1545
1546 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
1547
1548 * language/hanja-util.el: New file.
1549
1550 2008-06-03 Glenn Morris <rgm@gnu.org>
1551
1552 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
1553 Check that end-of-word follows "type".
1554
1555 2008-06-02 Daiki Ueno <ueno@unixuser.org>
1556
1557 * epa-file.el (epa-file-write-region): Write the entire buffer
1558 content if START is nil.
1559
1560 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
1561
1562 * select.el (x-get-selection): Fix typo.
1563
1564 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
1565
1566 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
1567 (describe-char): Use `looking-at-p', `string-match-p' when possible.
1568
1569 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * tar-mode.el (tar-header-block-summarize): Ensure one space around
1572 user&group.
1573
1574 2008-05-31 John Paul Wallington <jpw@pobox.com>
1575
1576 * help-fns.el (describe-variable-custom-version-info):
1577 Handle dotted `package-version' info.
1578
1579 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
1580
1581 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
1582
1583 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
1584
1585 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
1586 names and improve support for unregistered files.
1587
1588 2008-05-31 Glenn Morris <rgm@gnu.org>
1589
1590 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
1591 Remove shell variable `elc'. Split tests to hopefully be more portable.
1592 Fix `sel' assignment.
1593
1594 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
1595
1596 * minibuffer.el (completion-table-dynamic): Doc fix.
1597
1598 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
1601 Try and return `unregistered' when applicable.
1602
1603 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1604 Don't encourage naming variables with "-flag".
1605
1606 2008-05-30 Glenn Morris <rgm@gnu.org>
1607
1608 * Makefile.in (update-elclist): Hide the warning when it does not apply,
1609 make it milder when it does.
1610 (autogen-clean): New target.
1611 (maintainer-clean): Use autogen-clean.
1612
1613 * calendar/diary-lib.el (diary-display-function): New name for
1614 diary-display-hook. Keep old name as obsolete alias. Doc fix.
1615 Change custom type and version.
1616 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
1617 (diary-fancy-display): Doc fixes.
1618 (diary-list-entries, diary-include-other-diary-files)
1619 (diary-mail-entries):
1620 Use diary-display-function rather than diary-display-hook.
1621
1622 * calendar/appt.el (appt-check): Use diary-display-function rather than
1623 diary-display-hook.
1624 * calendar/cal-x.el (calendar-dedicate-diary): Update for
1625 diary-display-function replacing diary-display-hook.
1626 * org/org-agenda.el (org-get-entries-from-diary): Also set
1627 diary-display-function.
1628
1629 * calendar/cal-html.el (cal-html-list-diary-entries):
1630 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1631 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
1632 argument of diary-list-entries rather than setting diary-display-hook.
1633
1634 2008-05-30 Kenichi Handa <handa@m17n.org>
1635
1636 * international/mule-conf.el (utf-8-with-signature): Renamed from
1637 utf-8-sig.
1638 (utf-8-auto): Adjusted for the above change.
1639
1640 * international/mule-diag.el (describe-font): Don't check fontset
1641 here, and just call font-info. Get the default font by from the
1642 default face.
1643
1644 2008-05-29 Kenichi Handa <handa@m17n.org>
1645
1646 * international/mule-conf.el (utf-8-sig, utf-8-auto):
1647 New coding systems.
1648
1649 * international/mule.el (define-coding-system): Accept :bom for utf-8.
1650
1651 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
1652
1653 * international/utf-7.el (utf-7-encode): Use the right escape char
1654 depending on imap/nonimap encoding.
1655
1656 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
1659
1660 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
1661
1662 * icomplete.el (icomplete-prospects-height): Add :group.
1663
1664 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1665
1666 * icomplete.el (icomplete-prospects-length): Make obsolete.
1667 (icomplete-prospects-height): New var.
1668 (icomplete-completions): Use it.
1669
1670 2008-05-29 David Kastrup <dak@gnu.org>
1671
1672 * autoinsert.el (auto-insert): Add :link.
1673
1674 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * tar-mode.el (tar-header): New field `header-start'.
1677 (tar-header-block-tokenize): Set it when useful.
1678 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
1679 (tar-header-data-end): New function.
1680 (tar-summarize-buffer): Use it.
1681 (tar-next-line): Fix goal column for long usernames.
1682 (tar-expunge-internal): Use header-start.
1683 (tar-rename-entry): Handle ustar-style long names.
1684 (tar-alter-one-field): Add optional `descriptor' argument.
1685 (tar-subfile-save-buffer): Use it.
1686
1687 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * tar-mode.el (tar-header): New field `header-start'.
1690 (tar-header-block-tokenize): Set header-start for longlink entries.
1691 (tar-expunge-internal): Use header-start to expunge longlink entries.
1692
1693 * files.el (hack-local-variables): Don't signal an error if the local
1694 variable section is not properly terminated.
1695
1696 * emacs-lisp/easymenu.el (easy-menu-convert-item)
1697 (easy-menu-convert-item-1): Move the duplicate-generation outside of
1698 the caching so it also works for identical entries.
1699
1700 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
1701 (tar-mode): Use write-region-annotate-functions rather than
1702 write-contents-functions.
1703 (tar-extract): Remove unused var `pos'.
1704 (tar-subfile-save-buffer): Remove unused var `following-descs'.
1705 (tar-mode-write-file): Remove.
1706 (tar-write-region-annotate): New function.
1707
1708 * progmodes/flymake.el (flymake-save-buffer-in-file):
1709 * shadowfile.el (shadow-copy-file):
1710 * arc-mode.el (archive-*-write-file-member):
1711 * files.el (diff-buffer-with-file):
1712 * subr.el (with-temp-file): Pass nil to write-region.
1713 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
1714
1715 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
1716 the custom.
1717
1718 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
1719 to write-region.
1720
1721 2008-05-28 Glenn Morris <rgm@gnu.org>
1722
1723 * Makefile.in (update-elclist): Work around non-portability of "\"
1724 in various implementations of echo.
1725
1726 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1727
1728 * international/mule-diag.el (describe-current-coding-system):
1729 Don't assume selection-coding-system is always defined.
1730
1731 * tar-mode.el: Use defstruct and markers.
1732 (tar-setf): Remove.
1733 (tar-header): Use defstruct. Add `data-start' field.
1734 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
1735 (tar-desc-data-start): Remove (now called tar-header-data-start).
1736 (tar-roundup-512): New fun.
1737 (tar-header-block-tokenize): Receive a buffer position rather than
1738 a string. Handle @longLink here, be more careful about it.
1739 Create a marker for data-start.
1740 (tar-summarize-buffer): Don't handle @LongLink here any more.
1741 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
1742 data-start on the following entries any more.
1743 (tar-chown-entry, tar-chgrp-entry): Use read-number.
1744
1745 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
1746 (tar-header-offset): Remove.
1747 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
1748 Not permanent any more.
1749 (tar-data-buffer): New var.
1750 (tar-data-swapped-p, tar-change-major-mode-hook)
1751 (tar-mode-kill-buffer-hook): New funs.
1752 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
1753 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
1754 (tar-clear-modification-flags, tar-alter-one-field)
1755 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
1756 Change accordingly.
1757
1758 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
1759
1760 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
1761 (vc-dir-resynch-file): ... this. Update callers.
1762 Use vc-string-prefix-p. Ignore directory args.
1763 (vc-string-prefix-p): CSE.
1764 (vc-resynch-buffer): Restore conditional.
1765
1766 * vc-hooks.el (vc-after-save): Improve test.
1767 (vc-mode-line): Fix indentation.
1768
1769 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
1770
1771 * calendar/parse-time.el (parse-time-months)
1772 (parse-time-weekdays): Add long-form month and day names.
1773
1774 2008-05-27 Glenn Morris <rgm@gnu.org>
1775
1776 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
1777
1778 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 * vc-dispatcher.el (vc-string-prefix-p): New function.
1781 (vc-dir-parent-marked-p): Use it.
1782
1783 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
1784
1785 * vc.el (Problems): Remove fixed issues.
1786 (vc-expand-dirs): Avoid returning directories.
1787 (vc-dir): Fix C-x v v binding.
1788 (vc-make-backend-object): Fix name.
1789 (vc-dir-show-fileentry): Fix docstring.
1790 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
1791 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
1792 Reset the state for directories.
1793 (vc-dir-headers): Align labels.
1794 (vc-default-status-printer): Do no call prettify-state-info.
1795 (vc-deduce-fileset): Replace implementation with one based on a
1796 working older version.
1797 (vc-next-action): Use the new form of vc-deduce-fileset.
1798 Fix dealing with unregistered files.
1799
1800 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
1801 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
1802 (vc-dir-child-files): New function.
1803 (vc-dir-node-directory): New function.
1804 (vc-dir-update, vc-dir-parent-marked-p)
1805 (vc-dir-children-marked-p, vc-dir-mark-all-files)
1806 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
1807
1808 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
1809
1810 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1811
1812 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
1813 (diff-font-lock-keywords, diff-context->unified)
1814 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
1815 (diff-hunk-text, diff-find-source-location): Use it.
1816 (diff-post-command-hook): Let the user edit the hunk headers.
1817
1818 2008-05-26 Andreas Schwab <schwab@suse.de>
1819
1820 * vc.el (vc-default-prettify-state-info): Fix formatting of an
1821 unknown state.
1822
1823 * tar-mode.el (tar-summarize-buffer): Comment fix.
1824
1825 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
1828
1829 2008-05-26 Glenn Morris <rgm@gnu.org>
1830
1831 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
1832
1833 2008-05-25 John Paul Wallington <jpw@pobox.com>
1834
1835 * proced.el (proced-next-line, proced-previous-line):
1836 Avoid calling `next-line' and `previous-line' from Lisp code.
1837
1838 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
1839
1840 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
1841 Use diary-ordinal-suffix.
1842
1843 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
1844
1845 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
1846 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
1847 (edebug-save-displayed-buffer-points, edebug-initial-mode)
1848 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
1849 (edebug-print-length, edebug-print-level, edebug-print-circle)
1850 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
1851 (edebug-global-break-condition, edebug-sit-for-seconds):
1852 Remove spurious * from defcustom docstrings.
1853 (edebug-unwrap*, edebug-signal, edebug-eval-display):
1854 Improve argument/docstring consistency.
1855 (edebug-test-coverage, edebug-gensym, edebug-read)
1856 (edebug-top-level-nonstop, edebug-eval-result-list)
1857 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
1858 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
1859 (edebug-display-freq-count): Reflow docstrings.
1860 (edebug-restore-status): Doc fix.
1861
1862 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * proced.el (proced-header-line): Use the :align-to 0 feature
1865 rather than computing the corresponding position manually.
1866 (proced-update): Don't hardcode point-min==1.
1867
1868 2008-05-24 Alan Mackenzie <acm@muc.de>
1869
1870 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
1871 if c-file-style is set to a non-string.
1872
1873 (c-neutralize-CPP-line): Surround by `save-excursion'.
1874 (c-neutralize-syntax-in-CPP): Optimize for speed.
1875
1876 2008-05-24 Glenn Morris <rgm@gnu.org>
1877
1878 * Makefile.in (update-elclist): New target, to update ELCFILES.
1879 (bootstrap-after): Run update-elclist.
1880
1881 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
1882
1883 * icalendar.el (icalendar-version): Increase to "0.19".
1884 (icalendar--date-style): New function.
1885 (icalendar--datetime-to-diary-date): Doc fix.
1886 Use icalendar--date-style.
1887 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
1888 (icalendar--convert-yearly-to-ical)
1889 (icalendar--convert-recurring-to-diary): Handle iso date style,
1890 use icalendar-date-style.
1891
1892 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
1893
1894 * vc.el (vc-delete-file): Make sure the buffer is deleted and
1895 vc-dir buffers are updated.
1896
1897 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * vc.el (vc-delete-file): Don't try to resynch the buffer.
1900
1901 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
1902
1903 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
1904 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
1905 (reftex-extra-bindings): Use it.
1906
1907 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
1908 away from the user-reserved keys.
1909
1910 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
1911 New vars.
1912 (ada-create-keymap): Use them.
1913
1914 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1915
1916 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
1917 a properly-grouped regexp.
1918
1919 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
1920
1921 * progmodes/cap-words.el (capitalized-words-mode):
1922 Fix typos in docstring.
1923
1924 2008-05-23 Kenichi Handa <handa@m17n.org>
1925
1926 * international/mule-conf.el: Don't define the charset `emacs'
1927 here, just put :docstring, :short-name, and :long-name.
1928
1929 2008-05-22 Kenichi Handa <handa@m17n.org>
1930
1931 * international/mule-diag.el (font-show-log): Limit each listing
1932 to 20 items.
1933
1934 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
1935
1936 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
1937 (gdb-annotation-rules): New entry for "thread-changed".
1938 (gdb-thread-changed): New function.
1939
1940 2008-05-23 Glenn Morris <rgm@gnu.org>
1941
1942 * Makefile.in (SOURCES): Remove, unused.
1943 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
1944 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
1945 Exclude more '*loaddefs' files.
1946 (compile-always): Simplify '.elc' deletion.
1947
1948 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1949
1950 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
1951 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
1952
1953 * minibuffer.el (completion-boundaries): Change calling
1954 convention, so `string' has the same semantics as in
1955 try-completion and all-completions.
1956 (completion-table-with-context, completion--embedded-envvar-table)
1957 (completion--file-name-table)
1958 (completion-pcm--find-all-completions): Adjust code accordingly.
1959
1960 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
1961
1962 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
1963 prune image-mode-winprops-alist, preventing it from growing
1964 indefinitely.
1965 (image-mode-reapply-winprops): Use it.
1966
1967 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
1968
1969 * net/netrc.el (netrc-machine): Always match if the port is not given.
1970
1971 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * minibuffer.el (completion-pcm--find-all-completions):
1974 Don't add pseudo-completions.
1975
1976 * icomplete.el (icomplete-eoinput): Remove.
1977 (icomplete-overlay): New var to replace it.
1978 (icomplete-tidy): Rewrite.
1979 (icomplete-exhibit): Use an overlay.
1980 (icomplete-completions): Use completion-all-sorted-completions.
1981 Obey completion-ignore-case.
1982
1983 * files.el (locate-dominating-file): Accept non-existing argument.
1984 (project-find-settings-file): Rewrite, using locate-dominating-file.
1985
1986 2008-05-22 Kenichi Handa <handa@m17n.org>
1987
1988 * faces.el (font-weight-table, font-slant-table, font-width-table):
1989 Delete them. Don't call internal-set-font-style-table.
1990
1991 * international/mule-diag.el (font-show-log): New function.
1992
1993 * international/fontset.el (script-representative-chars): Add more
1994 chars for latin. Add data for symbol.
1995 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
1996
1997 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * minibuffer.el (completion-all-sorted-completions): New var.
2000 (completion--flush-all-sorted-completions)
2001 (completion-all-sorted-completions): New functions.
2002 (minibuffer-force-complete): New command.
2003
2004 2008-05-21 Glenn Morris <rgm@gnu.org>
2005
2006 * files.el (c-postprocess-file-styles): Declare for compiler.
2007
2008 * Makefile.in: Allow for parallel byte-compiling.
2009 (ELCFILES): New variable.
2010 (.el.elc): Remove prerequisites from suffix rule. Print a message.
2011 (compile-first, compile-main, compile-last): New targets.
2012 (compile-always): Simplify - delete .elc files, then `make compile'.
2013
2014 * Makefile.in (compile-calc): Use glob rather than find.
2015 ($(lisp)/progmodes/cc-mode.elc): Use $@.
2016
2017 * eshell/esh-module.el: No need for cl when compiling.
2018
2019 * eshell/eshell.el (eshell-defgroup): New alias.
2020 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2021 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2022 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2023 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2024 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2025 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
2026 Autoload the custom group. Set generated-autoload-file.
2027 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
2028 for eshell-defgroup.
2029 * eshell/esh-module.el (eshell-load-defgroups): Remove.
2030 Require esh-groups rather than loading it.
2031
2032 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2033
2034 * proced.el (proced-header-line): New variable and new function.
2035 (proced-mode): Set header-line-format.
2036 (proced-update): Set proced-header-line.
2037 (proced-send-signal): Use proced-header-line.
2038
2039 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * macros.el (insert-kbd-macro): Use prin1-char.
2042
2043 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2044
2045 * minibuffer.el (completion-boundaries): New function.
2046 (completion--some): Delay errors.
2047 (complete-with-action, completion-table-with-context):
2048 Handle `boundaries' case.
2049 (completion--try-word-completion): Avoid partial-completion
2050 when the user hasn't entered anything yet.
2051 (minibuffer-local-map, minibuffer-local-filename-completion-map)
2052 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
2053 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
2054 Setup default keybindings.
2055 (completion--embedded-envvar-re): New var.
2056 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
2057 (completion--file-name-table): Handle `boundaries' case.
2058 (completion-pcm--pattern->regex): Avoid pathological backtracking.
2059 (completion-pcm--all-completions): Add a `prefix' arg.
2060 (completion-pcm--find-all-completions): New function.
2061 (completion-pcm-all-completions, completion-pcm-try-completion):
2062 Use it.
2063
2064 * icomplete.el (icomplete-completions): Don't use `predicate' with
2065 a table of a different type than `candidates'.
2066
2067 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2068
2069 * proced.el (proced-goal-column): Rename from proced-procname-column.
2070 (proced-goal-header-re): Rename from proced-procname-column-regexp.
2071 (proced-move-to-goal-column): Rename from proced-move-to-procname.
2072 (proced-header-face, proced-header-regexp): Remove.
2073 (proced-font-lock-keywords): Remove proced-header-face.
2074 (proced-header-alist, proced-sorting-schemes-re): New variables.
2075 (proced): Rename Proced buffer to *Proced*.
2076 (proced-next-line, proced-previous-line): New commands.
2077 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
2078 (proced-hide-processes): Do not treat first line as special.
2079 (proced-header-space): New function.
2080 (proced-update): Use header-line-format.
2081 Initialize proced-header-alist and proced-sorting-schemes-re.
2082 Set proced-goal-column. Include proced-command in mode-name.
2083 (proced-send-signal): Use header-line-format for *Marked
2084 Processes* buffer.
2085 (proced-sort): Restrict minibuffer completion to applicable
2086 sorting schemes.
2087 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
2088
2089 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2090
2091 * icomplete.el (icomplete-simple-completing-p):
2092 Allow icomplete-with-completion-tables to say "use it everywhere".
2093 (icomplete-completions): Obey completion-styles. Try to accommodate
2094 partial-completion style.
2095
2096 2008-05-20 Michael Olson <mwolson@gnu.org>
2097
2098 * files.el (project-find-settings-file): Change concat to
2099 expand-file-name.
2100
2101 2008-05-19 Tom Tromey <tromey@redhat.com>
2102
2103 * files.el (normal-mode): Call hack-project-variables.
2104 (hack-local-variables-confirm): Add 'project' argument.
2105 (hack-local-variables-apply): New function.
2106 (hack-local-variables): Use it.
2107 (project-class-alist, project-directory-alist): New variables.
2108 (project-get-alist): New function.
2109 (project-collect-bindings-from-alist)
2110 (project-collect-binding-list, set-directory-project)
2111 (project-find-settings-file, project-define-from-project-file)
2112 (hack-project-variables): New functions.
2113
2114 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2115
2116 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2117
2118 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * faces.el (font-weight-table): Fix typo in docstring.
2121
2122 2008-05-18 David Hull <david@snap.com> (tiny change)
2123
2124 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
2125 (vc-hg-annotate-command): Allow white space before version number.
2126
2127 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2128
2129 * calc/calc-yank.el (calc-register-alist): New variable.
2130 (calc-set-register, calc-get-register, calc-copy-to-register)
2131 (calc-insert-register, calc-add-to-register, calc-append-to-register)
2132 (calc-prepend-to-register): New functions.
2133
2134 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
2135 `calc-copy-to-register' and `calc-insert-register'.
2136 Autoload new register functions.
2137
2138 * calc/calc-help.el (calc-r-prefix-help): Add help for register
2139 functions.
2140
2141 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
2142
2143 * vc.el (Todo): Add known problems.
2144 (vc-dir-backend): New variable.
2145 (vc-dir): Set it.
2146 (vc-make-backend-object, vc-generic-status-printer)
2147 (vc-generic-state, vc-generic-status-fileinfo-extra)
2148 (vc-dir-extra-menu): Use it.
2149 (vc-generic-dir-headers): Remove, unused.
2150
2151 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
2152 vc-dir-prev-directory for consistency with vc-dir-previous-line.
2153 (vc-dir-mode-map): Fix bindings.
2154
2155 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
2156
2157 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2158
2159 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
2160 operated on.
2161 (calc-kill-region): Kill entire lines.
2162
2163 2008-05-17 Glenn Morris <rgm@gnu.org>
2164
2165 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
2166 simplify initial value.
2167 (defezimage): Drop support for Emacs without defimage, use a featurep
2168 test rather than fboundp when defining, drop with-no-warnings.
2169 (ezimage-insert-over-text): Move featurep test inside
2170 add-text-properties.
2171
2172 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
2173
2174 * net/tramp.el (top-level): Load auth-source when compiling.
2175
2176 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2177
2178 2008-05-17 Andreas Schwab <schwab@suse.de>
2179
2180 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
2181
2182 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
2183
2184 * vc.el (vc-annotate-show-diff-revision-at-line): Change
2185 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
2186
2187 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2188
2189 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
2190
2191 2008-05-17 Jim Meyering <meyering@redhat.com>
2192
2193 * ido.el (ido-save-history): Do not emit a trailing newline at the
2194 end of the ido history file.
2195
2196 2008-05-16 John Paul Wallington <jpw@pobox.com>
2197
2198 * vc-dispatcher.el (top-level): Revert previous change: require cl
2199 when compiling.
2200
2201 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2202
2203 * vc.el (vc-default-status-printer)
2204 (vc-default-prettify-state-info): Enhance the state prettyprinter
2205 to deal better with unknown states and indirect through it when
2206 painting vc-dir buffers.
2207
2208 2008-05-16 John Paul Wallington <jpw@pobox.com>
2209
2210 * vc-dispatcher.el (top-level): Don't require cl when compiling.
2211 (vc-dir-mode-map): Fix backquote.
2212 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
2213
2214 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
2215
2216 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
2217 Reported by Glenn Morris <rgm@gnu.org>.
2218
2219 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2220
2221 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
2222 the end of the file, it was good work at one time but has been
2223 stale since 1995 and may now be actively misleading.
2224 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
2225 CVS repository and module (assumptions for the latter a bit iffy).
2226 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
2227 SVN repository.
2228
2229 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
2230
2231 * vc-rcs.el (vc-rcs-create-tag):
2232 * vc-sccs.el (vc-sccs-create-tag):
2233 Fix typo in error message and pass backend arg.
2234
2235 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
2236
2237 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
2238
2239 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2240
2241 * net/tramp.el: Load auth-source library.
2242 (tramp-read-passwd): Use it for password, not login.
2243
2244 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
2245
2246 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
2247 (ses-print-cell): Use string-width, truncate-string-to-width,
2248 delete-region rather than length, substring, delete-char.
2249 (ses-setup): Set inhibit-point-motion-hooks to t.
2250 Calculate position by actually moving point rather than just using
2251 unibyte character length.
2252 (ses-mode): Set indent-tabs-mode to nil.
2253 (ses-center): Use string-width rather than length.
2254
2255 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2256
2257 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
2258 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
2259 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
2260 vc-*-create-tag and vc-*-retrieve-tag respectively.
2261
2262 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
2263 unneeded defalias.
2264
2265 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
2266
2267 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
2268 about buffer names.
2269
2270 2008-05-15 Glenn Morris <rgm@gnu.org>
2271
2272 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
2273
2274 * org/org-exp.el (org-infojs-options-inbuffer-template):
2275 Fix declaration.
2276
2277 * progmodes/cc-mode.el (declare-function): Add compat definition.
2278 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2279
2280 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2281
2282 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
2283 list to a cons so the caller can get back both expanded and
2284 unexpanded filesets.
2285 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
2286 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
2287 Change handling of selection-set returns as required.
2288
2289 2008-05-15 John Paul Wallington <jpw@pobox.com>
2290
2291 * add-log.el (top-level): Don't require cl when compiling.
2292
2293 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
2294 (archive-*-extract): Use `zerop'.
2295 (archive-*-write-file-member): Use `or', use `zerop'.
2296
2297 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
2298
2299 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
2300 (ibuffer-mark-interactive, ibuffer-set-mark)
2301 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
2302 (ibuffer-map-lines, ibuffer-switch-format)
2303 (ibuffer-update-title-and-summary)
2304 (ibuffer-redisplay-engine): Use it.
2305
2306 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
2307 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
2308 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
2309 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
2310 (ibuffer-mark-read-only-buffers)
2311 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
2312
2313 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
2314 (define-ibuffer-column, define-ibuffer-sorter)
2315 (define-ibuffer-op, define-ibuffer-filter): Add declarations
2316 containing indentation specs, replacing equivalent top-level
2317 forms that set `lisp-indent-function' properties.
2318 (define-ibuffer-op): Use `derived-mode-p'.
2319 (define-ibuffer-filter): Remove redundant `concat' call.
2320
2321 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
2322
2323 * net/tramp.el (tramp-echo-mark): Update docstring.
2324 (tramp-echo-mark-marker): New defconst.
2325 (tramp-check-for-regexp): Use it.
2326
2327 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2328
2329 * vc.el (vc-deduce-fileset): Do the right thing when visting a
2330 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
2331 as parent.
2332
2333 2008-05-14 John Paul Wallington <jpw@pobox.com>
2334
2335 * international/mule.el (convert-define-charset-argument):
2336 Remove period from end of error message.
2337 (coding-system-mnemonic): Doc fix.
2338 (ctext-pre-write-conversion): Doc fix.
2339
2340 2008-05-14 Simon Marshall <simon@gnu.org>
2341
2342 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
2343 from its default value and give it the risky-local-variable
2344 property (CVE-2008-2142).
2345
2346 2008-05-14 Kenichi Handa <handa@m17n.org>
2347
2348 * language/korean.el ("Korean"): Set `iso639-language'
2349 property to `ko'.
2350
2351 * language/japanese.el ("Japanese"): Set `iso639-language'
2352 property to `ja'.
2353
2354 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2355 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
2356 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
2357
2358 * international/mule-cmds.el (set-language-environment):
2359 Set current-iso639-language.
2360
2361 * international/fontset.el (setup-default-fontset): For kana, han,
2362 hangul, and cjk-misc, move an entry with font-spec at the end.
2363 (generate-fontset-menu): Exclue fontset-auto* from the list.
2364
2365 * composite.el (compose-chars-after): Assume that WINDOW is always
2366 non-nil.
2367
2368 * faces.el (font-weight-table, font-slant-table)
2369 (font-swidth-table): Declare them by defconst. Change the format
2370 of elements. Call internal-set-font-style-table after their
2371 declaration.
2372 (face-valid-attribute-values): Call font-family-list. Get values
2373 for width, weight, and slant from font-xxx-table.
2374
2375 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
2376
2377 2008-05-13 John Paul Wallington <jpw@pobox.com>
2378
2379 * ibuffer.el (ibuffer-buffer-file-name): New function.
2380 (define-ibuffer-column filename): Use it.
2381
2382 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
2383
2384 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
2385
2386 * talk.el (talk): Simplify. Pass display arg to talk-add-display
2387 as a string.
2388 (talk-add-display): Simplify. Accept only string args.
2389
2390 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2391
2392 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
2393
2394 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * Makefile.in (bootstrap-prepare): Don't chmod files.
2397 (autoloads): Do it here instead, where it's actually needed.
2398
2399 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
2400
2401 * tool-bar.el (tool-bar-make-keymap): Account for the optional
2402 KEY-BINDING-DATA field in menu-item list.
2403
2404 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * dired.el (dired-read-dir-and-switches): Move things about to use less
2407 recursion during macroexpansion.
2408
2409 * dired.el (dired-read-dir-and-switches): Use read-file-name.
2410
2411 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
2412 completion-ignored-extension directories if there's something else.
2413 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
2414 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
2415 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
2416 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
2417 buffer-read-only -> inhibit-read-only.
2418
2419 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
2420
2421 * vc.el (vc-expand-dirs): Stop this function from tossing out
2422 explicitly specified files.
2423
2424 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
2427 to `insert'.
2428
2429 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2430
2431 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
2432 cons. Use vc-annotate-backend.
2433 (with-vc-file, edit-vc-file): Remove unused macros.
2434
2435 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
2436
2437 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
2438 (smtpmail-try-auth-methods): Use it.
2439
2440 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2441
2442 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
2443 (setf (nthcdr ..) ..) doesn't require CL at runtime.
2444
2445 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
2446
2447 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
2448
2449 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
2452 (vc-bzr-revision-completion-table): Use process-file.
2453 (vc-bzr-working-revision): Pass relative file names.
2454
2455 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
2456
2457 2008-05-11 Juri Linkov <juri@jurta.org>
2458
2459 * wid-edit.el (widget-image-directory): Change default image data
2460 subdirectory from "custom" to "images/custom".
2461
2462 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
2463 before recursive call to `Info-next-preorder' to not add
2464 intermediate nodes to the history.
2465
2466 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
2467
2468 * emulation/cua-base.el: Put isearch-scroll property
2469 on cua-scroll-up and cua-scroll-down.
2470
2471 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
2472
2473 * vc-hooks.el (vc-recompute-state): Remove (dead code).
2474
2475 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
2476
2477 * vc-dispatcher.el (ewoc): Require.
2478 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
2479
2480 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
2481
2482 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
2483
2484 * term/w32-win.el (x-colors):
2485 * term/mac-win.el (x-colors):
2486 * term/x-win.el (x-colors): Re-order colors.
2487
2488 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
2489
2490 * smerge-mode.el (smerge-command-prefix): Fix custom type.
2491
2492 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
2493
2494 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
2495 New functions implementing motion to next and previous directory.
2496
2497 * vc-arch.el (vc-arch-command):
2498 * vc-bzr.el (vc-bzr-command):
2499 * vc-cvs.el (vc-cvs-command):
2500 * vc-dispatcher.el (vc-do-command):
2501 * vc-git.el (vc-git-command):
2502 * vc-hg.el (vc-hg-command):
2503 * vc-mcvs.el (vc-mvcs-command):
2504 * vc-mtn.el (vc-mtn-command):
2505 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
2506 (vc-sccs-workfile-unchanged-p):
2507 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
2508 * vc-rcs.el (all methods): Remove assumption about what a nil
2509 argument to vc-do-command means. This means no buffer name needs
2510 to be hardcoded into the dispatcher layer, and it's better to be
2511 explicit anyway.
2512
2513 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
2514
2515 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
2516
2517 * vc.el: Update todo.
2518
2519 * vc-sccs.el (vc-sccs-dir-status):
2520 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
2521 backends and returning up to date files.
2522
2523 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
2524
2525 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2526
2527 * vc.el (vc-dir):
2528 * vc-hooks.el: Tweak the VC directory bindings. These are now
2529 documented in the manual.
2530
2531 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
2532 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
2533 (vc-dispatcher-selection-set): Allow callers to pass in an
2534 observer flag that says no buffer sync is required.
2535 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
2536 Use the observer flag.
2537
2538 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
2539
2540 * simple.el (start-file-process): Clarify docstring.
2541
2542 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2543
2544 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
2545 Remove stub implementations of, and references to, wash-log.
2546 * vc-rcs.el (vc-rcs-comment-history):
2547 * vc-cvs.el (vc-cvs-comment-history):
2548 Inline the code that used to be wash-log.
2549
2550 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
2551 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2552 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
2553 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
2554 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
2555 (vc-rcs-print-log): Grok directories.
2556
2557 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2558
2559 * vc.el (vc-mark-resolved): Add `backend' argument.
2560 (vc-next-action): Pass it the backend.
2561 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
2562 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
2563 (vc-default-comment-history, vc-default-create-snapshot)
2564 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
2565 (vc-annotate-revision-previous-to-line)
2566 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
2567 * vc-svn.el (vc-svn-checkout):
2568 * vc-mcvs.el (vc-mcvs-checkout):
2569 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
2570 (vc-working-revision, vc-before-save, vc-mode-line):
2571 Prefer vc-call-backend to vc-call so as not to recompute the backend.
2572
2573 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
2574 state to be consistent since it's often an unwarranted restriction.
2575 Don't return the state either.
2576 (vc-next-action): Check that the state is consistent.
2577 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
2578 (vc-rollback, vc-update): Adapt to new return value of
2579 vc-deduce-fileset.
2580
2581 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
2582 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
2583 (vc-dispatcher-in-fileset-p): New fun.
2584 (vc-dispatcher-selection-set): Use it to properly handle directories.
2585
2586 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
2587
2588 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
2589 (vc-update): Remove unused let bindings.
2590
2591 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2592
2593 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
2594 (vc-diff, vc-revert, vc-rollback, vc-update):
2595 * vc-dispatcher.el (vc-dispatcher-selection-set):
2596 Get rid of 4 special cases in fileset selection. This involved
2597 changing the return value of (vc-deduce-fileset) so that it passes
2598 back a deduced state as well as a deduced back end.
2599
2600 2008-05-08 Sam Steingold <sds@gnu.org>
2601
2602 * progmodes/compile.el (compilation-minor-mode-map)
2603 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
2604 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
2605 to `compilation-minor-mode-map' (instead of an explicit `cons').
2606
2607 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
2608
2609 * org/org.el (org-modules, org-format-latex-options):
2610 * org/org-archive.el (org-archive-stamp-time)
2611 (org-archive-save-context-info):
2612 * org/org-faces.el (org-hide):
2613 * org/org-irc.el (org-irc-parse-link):
2614 * org/org-macs.el (org-call-with-arg, org-autoload):
2615 * org/org-mew.el (org-mew-store-link):
2616 * org/org-remember.el (org-remember-store-without-prompt)
2617 (org-remember-templates): Fix typos in docstrings.
2618
2619 * org/org-info.el (org-info-store-link): Remove leftover docstring.
2620
2621 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2622 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2623 (org-bbdb-anniv-split): Fix typos in docstrings.
2624
2625 * org/org-publish.el (org-publish-project-alist): Doc fixes.
2626 (org-publish-use-timestamps-flag): Reflow docstring.
2627 (org-publish-files-alist): Fix typos in docstring.
2628
2629 2008-05-07 Sam Steingold <sds@gnu.org>
2630
2631 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
2632 appears to be too aggressive with window removal.
2633
2634 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
2635
2636 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
2637 as pragma keywords.
2638 (verilog-pretty-expr): Support lining up assignments which include
2639 part selects.
2640 (verilog-mode): More portable check for the availability of
2641 hideshow support.
2642 (verilog-do-indent): Remove special indent for declarations inside
2643 a parenthetical list. The code is ill-advised, and doesn't work
2644 given the new user defined types.
2645 (verilog-set-auto-endcomments): Enhance function automatic
2646 endcomment to support functions that return user defined types.
2647 (verilog-mode): Add code to tell which-function-mode minor mode
2648 that Verilog supports this feature.
2649
2650 2008-05-08 Eli Zaretskii <eliz@gnu.org>
2651
2652 * epa-file.el: Require epa-hook.
2653
2654 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
2655
2656 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
2657 file-names clashes on 8+3 filesystems. Provide epa-hook.
2658
2659 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
2660 file-names clashes on 8+3 filesystems.
2661
2662 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
2663
2664 * org/org.el (org-read-date-get-relative): Interpret lone
2665 weekday abbreviation as relative to today.
2666
2667 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
2668
2669 * abbrev.el (define-abbrev-table):
2670 * composite.el (toggle-auto-composition):
2671 * json.el (json-alist-p, json-plist-p):
2672 * minibuffer.el (completion-table-with-predicate):
2673 * ps-mule.el (ps-mule-external-libraries):
2674 * emacs-lisp/advice.el (ad-special-form-p):
2675 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2676 * eshell/em-smart.el (eshell-review-quick-commands):
2677 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
2678 (python-skip-out, python-check-comint-prompt):
2679 Don't use `iff' in docstrings.
2680
2681 * international/robin.el (robin-package-alist): Fix typo in docstring.
2682 (robin-current-package-name): Doc fix.
2683 (robin-activate): Don't use `iff' in docstring.
2684
2685 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2686
2687 * vc.el, vc-dispatcher.el: VC-Dired support removed.
2688 The code uses a ewoc-based implementation now.
2689 * vc-hooks.el: Support for Meta-CVS has been removed.
2690
2691 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * tool-bar.el: Choose images dynamically.
2694 (tool-bar-make-keymap, tool-bar-find-image): New function.
2695 (tool-bar-find-image-cache): New var.
2696 (tool-bar-local-item, tool-bar-local-item-from-menu):
2697 Don't select the image yet, do it later in tool-bar-make-keymap.
2698
2699 2008-05-07 Andreas Schwab <schwab@suse.de>
2700
2701 * window.el: Require 'cl when compiling.
2702
2703 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2704
2705 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
2706
2707 2008-05-07 Glenn Morris <rgm@gnu.org>
2708
2709 * subr.el (ignore-errors): Move here from cl-macs.el.
2710 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
2711
2712 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
2713 oddness.
2714
2715 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
2716
2717 * vc-hooks.el (vc-find-file-hook):
2718 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
2719 further from vc.el.
2720 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
2721
2722 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
2723
2724 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
2725 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
2726 (verilog-auto-inout, verilog-auto-inout-module)
2727 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
2728 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2729 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
2730 (verilog-auto-sense-sigs, verilog-auto-tieoff)
2731 (verilog-auto-unused, verilog-auto-wire)
2732 (verilog-decls-get-assigns, verilog-decls-get-consts)
2733 (verilog-decls-get-gparams, verilog-decls-get-inouts)
2734 (verilog-decls-get-inputs, verilog-decls-get-outputs)
2735 (verilog-decls-get-ports, verilog-decls-get-regs)
2736 (verilog-decls-get-signals, verilog-decls-get-wires)
2737 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
2738 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
2739 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
2740 (verilog-inject-sense, verilog-library-filenames)
2741 (verilog-mode-release-date, verilog-mode-version)
2742 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
2743 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
2744 (verilog-modi-get-assigns, verilog-modi-get-consts)
2745 (verilog-modi-get-gparams, verilog-modi-get-inouts)
2746 (verilog-modi-get-inputs, verilog-modi-get-outputs)
2747 (verilog-modi-get-ports, verilog-modi-get-regs)
2748 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
2749 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
2750 (verilog-modi-get-wires, verilog-preserve-cache)
2751 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
2752 (verilog-read-sub-decls, verilog-read-sub-decls-line)
2753 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
2754 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
2755 Add caching of additional state, and rework signal extraction
2756 routines to improve AUTO expansion performance by 300%++.
2757
2758 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2761 Tweak Open Watcom regexp to distinguish between errors and warnings.
2762
2763 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * dired.el (dired-read-dir-and-switches): Fix up last change.
2766
2767 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
2768
2769 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
2770 out of this function, move it to vc-dispatcher-selection-set.
2771
2772 2008-05-05 Sam Steingold <sds@gnu.org>
2773
2774 * window.el (delete-other-windows-vertically): New function.
2775
2776 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2777
2778 * dired.el (dired-read-dir-and-switches):
2779 Obey read-file-name-completion-ignore-case.
2780
2781 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
2782
2783 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2784 Add regexp for Open Watcom compiler output.
2785
2786 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
2787
2788 * progmodes/python.el (python-block-pairs): Align finally with except.
2789
2790 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2791
2792 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
2793
2794 2008-05-05 Tom Tromey <tromey@redhat.com>
2795
2796 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
2797 looking at conflict marker.
2798
2799 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2800
2801 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
2802 client-mode -> vc-client-object, and guess `funcall' was meant.
2803 (vc-dir-mode): Rename client-mode -> vc-client-mode.
2804
2805 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2806
2807 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
2808 (dbus-debug): Move declarations outside eval-when-compile.
2809
2810 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2811
2812 * proced.el (proced-command-alist): Fix system-type values.
2813 Fix defcustom.
2814 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
2815 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2816 (proced-sort-start, proced-sort, proced-sort-time): New commands.
2817 (proced-update): Use proced-sorting-scheme. Update modeline.
2818 (proced-send-signal): Use nreverse.
2819 (proced-sorting-scheme-p): New function.
2820
2821 2008-05-04 Andreas Schwab <schwab@suse.de>
2822
2823 * vc.el: Require dired when compiling.
2824
2825 * minibuffer.el (completion--insert-strings): Don't delete past bol.
2826
2827 2008-05-03 Glenn Morris <rgm@gnu.org>
2828
2829 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
2830 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
2831 Simplify compilation requirements.
2832 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
2833 declarations.
2834
2835 2008-05-03 Dave Love <fx@gnu.org>
2836
2837 * progmodes/python.el (python-beginning-of-statement):
2838 Loop at least once (fixes 2008-02-21 change).
2839
2840 2008-05-03 Eli Zaretskii <eliz@gnu.org>
2841
2842 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
2843 instead of `length' for comparing length of user and group names.
2844
2845 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
2846
2847 * vc-dispatcher.el: New file, separates out the UI and command
2848 execution machinery from VCS-specific logic left in vc.el.
2849 The separation is not yet completely clean, but it's a good start.
2850 * vc.el: This file is about 1700 lines shorter now.
2851 Remove obsolete logentry-check from the backend API.
2852 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
2853 implementation of the logentry-check method, and it guarded against
2854 a log length limit that has probably been obsolete for 15 years (!).
2855
2856 2008-05-02 Sam Steingold <sds@gnu.org>
2857
2858 * progmodes/compile.el (compilation-start): Move setting of
2859 compilation-directory after (funcall mode) as that resets local
2860 variables, this fixes recompile in grep buffers.
2861 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
2862
2863 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2864
2865 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
2866 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
2867 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
2868 has one of these and that all are called in compatible ways.
2869 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
2870 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
2871 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
2872 backend has one of these.
2873
2874 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
2877 initialization into define-abbrev-table. Use :regexp.
2878 (octave-mode-syntax-table): Don't set word syntax for `.
2879
2880 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
2881 than only value.
2882
2883 * dired.el (dired-read-dir-and-switches):
2884 Set minibuffer-completing-file-name and call substitute-in-file-name.
2885 (dired-format-columns-of-files): Use completion--insert-strings.
2886
2887 * minibuffer.el (completion-hilit-commonality): Revert last change:
2888 the leftover code was actually useful.
2889 (completion--insert-strings): Use string-width rather than length.
2890
2891 2008-05-02 Sam Steingold <sds@gnu.org>
2892
2893 * vc.el (vc-dir-mode-map): Enable mouse bindings.
2894 (vc-at-event): New macro: run the body at the even location.
2895 (vc-dir-menu, vc-dir-toggle-mark): Use it.
2896 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
2897 * subr.el (mouse-event-p): Check if the even is mouse-related.
2898
2899 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
2900
2901 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2902 Don't throw error if no file is found.
2903
2904 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
2905
2906 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
2907 (vc-default-state-heuristic): Doc fix.
2908
2909 2008-05-02 Richard Sharman <rsharman@pobox.com>
2910
2911 * hilit-chg.el (highlight-changes-mode): Remove references to
2912 hooks that no longer exist. Because define-minor-mode is used the
2913 hook highlight-changes-mode-hook exists and can do what both the
2914 old hooks used to do. The documentation at the top of the file
2915 was updated to demonstrate this.
2916 (highlight-changes-mode): Remove commented out call to a hook
2917 function that is no longer there.
2918 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
2919
2920 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
2921
2922 * vc.el (vc-default-dired-state-info): Change name of primitive
2923 to prettify-state-info, in preparation for ripping out dired mode.
2924 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
2925 to prettify-state-info, in preparation for ripping out dired mode.
2926 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
2927 tries this on a version-controlled buffer. It will do useless or
2928 actively bad things on any version control system newer than RCS.
2929 * vc-hooks.el (vc-dired-resynch-file):
2930 * vc.el (vc-dired-resynch-file): Change name of primitive to
2931 vc-directory-resynch-file, preparing to remove dired.
2932
2933 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
2934
2935 * vc-rcs.el (vc-rcs-state): Fix typos.
2936
2937 * vc.el (vc-register): Change argument order so that the prefix
2938 argument is assigned correctly.
2939 (vc-next-action, vc-dir-register): Update for the above change.
2940
2941 2008-05-01 Juri Linkov <juri@jurta.org>
2942
2943 * replace.el (occur-read-primary-args): Set default to the car of
2944 regexp-history and display it in the prompt, but don't add to the
2945 list of minibuffer defaults. Bind history-add-new-input to nil to
2946 not add automatically `default'. For empty input return `default'.
2947 Otherwise, add `input' to regexp-history and return it.
2948 (occur-1): Signal an error for the empty regexp.
2949
2950 * progmodes/compile.el (compilation-auto-jump):
2951 Set window point to `pos' explicitly.
2952
2953 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
2954
2955 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
2956 when appropriate.
2957 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
2958 we report the 'unregistered state reliably.
2959 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
2960 we report the 'unregistered state reliably.
2961 * vc-git.el (vc-git-state): Call vc-git-unregistered so
2962 we report the 'unregistered state reliably.
2963 * vc-hooks (vc-state): Document that vc-unregistered is
2964 now expected to be returned reliably.
2965 * vc.el (vc-default-dired-state): Change needs-patch state to
2966 needs-update, since the name now shows up in dir-status listings
2967 and was somewhat misleading.
2968 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
2969 immediately after removing the file.
2970 * vc.el (vc-next-action): More informative messages when a fileset
2971 is in a mixed state or files are missing.
2972
2973 2008-05-01 Sam Steingold <sds@gnu.org>
2974
2975 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
2976
2977 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2978
2979 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
2980
2981 2008-05-01 Daiki Ueno <ueno@unixuser.org>
2982
2983 * epa-file-hook.el: New file split from epa-file.el.
2984 * epa-file.el: Require 'epa-file-hook.
2985 (epa-file-handler): Add autoload cookie.
2986 * loadup.el: Load epa-file-hook.
2987 * startup.el (command-line): Eval the body of auto-encryption-mode.
2988
2989 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2990
2991 * vc.el (vc-dir-mode-map): Don't bind "r".
2992
2993 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
2994 (vc-hg-status-printer): New function.
2995 (vc-hg-after-dir-status): Deal with copied and renamed files.
2996 (vc-hg-dir-status): Add flag to show copied files.
2997
2998 2008-05-01 John Paul Wallington <jpw@pobox.com>
2999
3000 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
3001 (ibuffer-do-sort-by-recency): Reverse sorting order if last
3002 sorting mode was recency.
3003
3004 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
3005 reverse sorting order if last sorting mode was the sorter's.
3006
3007 2008-05-01 Jason Rumney <jasonr@gnu.org>
3008
3009 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
3010
3011 2008-04-30 John Paul Wallington <jpw@pobox.com>
3012
3013 * ibuffer.el (define-ibuffer-column filename): When the major mode
3014 is `vc-dir-mode' show the buffer's default directory.
3015
3016 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
3017 major mode is `vc-dir-mode' use the buffer's default directory.
3018
3019 2008-04-30 Sam Steingold <sds@gnu.org>
3020
3021 * vc.el (vc-dir-delete-file): Add.
3022 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
3023 (vc-delete-file): Do not barf when the file has been already deleted.
3024
3025 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3026
3027 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
3028
3029 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3030
3031 * progmodes/octave-mod.el (octave-help): New function.
3032 * progmodes/octave-hlp.el: Delete.
3033 * info-look.el (octave-mode): Add operator index.
3034
3035 * vc.el (vc-checkout): Typo.
3036
3037 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3038
3039 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
3040 Add "..." in the appropriate places.
3041
3042 * epa.el (epa-key-list-mode-map): Add more menu entries.
3043 Add "..." in the appropriate places.
3044
3045 * dired.el (dired-mode-map): Add :help.
3046
3047 * vc.el (vc-deduce-fileset): Add new parameter.
3048 (vc-dir-marked-only-files): New function.
3049 (vc-next-action): Don't ignore directories, look at the files
3050 inside them.
3051 (vc-dir-mode): Document how the mark/unmark commands work.
3052
3053 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3056 Rule out trailing spaces in file and directory names as well.
3057
3058 * minibuffer.el (completion--do-completion): Move point even if the
3059 completion makes no change.
3060 (completion-pcm-try-completion): Fix computation of new point.
3061
3062 2008-04-30 David Hansen <david.hansen@gmx.net>
3063
3064 * dired.el: Require 'cl.
3065
3066 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
3067
3068 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
3069 hollow if not in innermost frame.
3070
3071 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 Make `checkout-model' apply to filesets.
3074 * vc-hooks.el (vc-checkout-model): Rewrite.
3075 (vc-before-save, vc-after-save): Adjust callers accordingly.
3076 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
3077 (vc-transfer-file): Adjust callers accordingly.
3078 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
3079 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
3080 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
3081 instead of vc-checkout-model.
3082 * vc-mcvs.el (vc-mcvs-revert):
3083 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
3084 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
3085 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
3086 * vc-svn.el (vc-svn-checkout-model):
3087 * vc-hg.el (vc-hg-checkout-model):
3088 * vc-git.el (vc-git-checkout-model):
3089 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
3090
3091 * dired.el (dired-read-dir-and-switches): Replace last change with
3092 a new approach that mixes read-file-name and read-directory-name.
3093
3094 * files.el (read-buffer-to-switch):
3095 Avoid making assumptions about `other-buffer'.
3096
3097 2008-04-29 Sam Steingold <sds@gnu.org>
3098
3099 * vc.el (vc-dir-mode-hook): Add normal hook.
3100 (vc-dir-mode): Run it.
3101
3102 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
3103
3104 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
3105 Always split windows.
3106 (gdb-speedbar-timer-fn): Only raise frame after user input.
3107 (gdb-same-frame): Reverse initial value.
3108 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
3109
3110 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
3111 gdb-speedbar-timer-fn.
3112
3113 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3114
3115 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
3116
3117 2008-04-29 Daiki Ueno <ueno@unixuser.org>
3118
3119 * epa.el (epa-key-list-mode-map): Add menu.
3120 (epa-delete-keys, epa-import-keys): Fix typo.
3121
3122 2008-04-29 Glenn Morris <rgm@gnu.org>
3123
3124 * find-cmd.el (top-level): Does not need cl when compiling.
3125
3126 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
3127
3128 * find-cmd.el: New file.
3129
3130 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
3133 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
3134 (completion-pcm--hilit-commonality): New function.
3135 (completion-pcm-all-completions): Use it.
3136
3137 * minibuffer.el (completion-common-substring): Mark obsolete.
3138 (completions-first-difference, completions-common-part):
3139 Move from simple.el.
3140 (completion-hilit-commonality): New fun.
3141 (display-completion-list, completion-emacs21-all-completions)
3142 (completion-emacs22-all-completions): Use it.
3143 * simple.el (completions-first-difference, completions-common-part):
3144 Move to minibuffer.el.
3145 (choose-completion-string): Use field functions and minibufferp.
3146 (completion-setup-function): Don't set completions faces.
3147
3148 2008-04-29 Glenn Morris <rgm@gnu.org>
3149
3150 * calendar/calendar.el (calendar-nth-named-absday)
3151 (calendar-nth-named-day):
3152 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
3153 * calendar/holidays.el (holiday-float): Doc fixes.
3154
3155 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
3156 the `full' case.
3157
3158 * org/org-agenda.el (calendar-iso-from-absolute):
3159 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
3160 Fix declarations.
3161
3162 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
3163
3164 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
3165 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
3166 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
3167 (gdb-assembler-custom): Be careful not to match other addresses.
3168
3169 2008-04-29 Jason Rumney <jasonr@gnu.org>
3170
3171 * battery.el (battery-status-function): Use w32-battery-status
3172 on Windows.
3173 (battery-echo-area-format): Make apm format the general case.
3174 (battery-mode-line-format): Merge apm and pmset formats as the
3175 general case.
3176
3177 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
3178
3179 * progmodes/gdb-ui.el (gdb-info-stack-custom):
3180 Use gud-tool-bar-item-visible-no-fringe.
3181 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
3182 is already visible in frame. Remove optional size parameter
3183 and add optional frame parameter.
3184
3185 * progmodes/gud.el (gud-display-line): Only consider visible
3186 frames when looking for source buffer.
3187
3188 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
3191 argument to get-char-property, in case the current buffer hasn't
3192 been assigned to that window yet.
3193 (doc-view-display): Default to selected window if the current
3194 buffer hasn't been assigned to a window yet.
3195
3196 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
3197
3198 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
3199
3200 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
3201
3202 * net/tramp.el (tramp-mode): New defcustom.
3203 (tramp-file-name-handler, tramp-completion-file-name-handler):
3204 Use it.
3205 (tramp-replace-environment-variables): Handle "$$".
3206
3207 2008-04-28 Sam Steingold <sds@gnu.org>
3208
3209 * vc-hg.el (vc-hg-rename-file): Fix argument order.
3210
3211 2008-04-28 Bastien Guerry <bzg@altern.org>
3212
3213 * whitespace.el (whitespace-trailing): Fix typo.
3214
3215 2008-04-28 Sam Steingold <sds@gnu.org>
3216
3217 * textmodes/remember.el (diary-make-entry): Update the autoload.
3218
3219 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
3222 all-completions.
3223
3224 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
3225
3226 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
3227
3228 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3229
3230 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
3231 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
3232 (vc-dir-mark-file): Add an optional argument.
3233 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
3234
3235 2008-04-27 Daiki Ueno <ueno@unixuser.org>
3236
3237 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
3238 rather than obsolete alias find-file-hooks.
3239 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
3240 Use find-file-hook rather than obsolete alias find-file-hooks.
3241 Add to find-file-not-found-functions.
3242 (epa-file-handler): Put 'safe-magic and 'operations properties.
3243
3244 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
3245 (epa-menu-items): Remove.
3246
3247 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
3248 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
3249 (epa-dired-mode, epa-global-dired-mode): Remove.
3250
3251 * dired.el (dired-mode-map): Bind encryption/decryption commands.
3252
3253 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
3254
3255 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
3256
3257 2008-04-27 Glenn Morris <rgm@gnu.org>
3258
3259 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3260 Remove un-needed local `orig-list'. Replace cl `copy-list'.
3261
3262 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
3263
3264 * org/org.el (org-html-level-start): Always have id's in HTML.
3265 (org-export-as-html): Use `org-link-protocols' to
3266 retrieve the export form of the link.
3267 (org-add-link-type): Final parameter renamed from PUBLISH.
3268 Better documentation of how it is to be used. Avoid double entries for
3269 the same link type.
3270 (org-add-link-props): New function.
3271 (org-modules-loaded): New variable.
3272 (org-load-modules-maybe, org-set-modules): New function.
3273 (org-modules): New option.
3274 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
3275 (orgtbl-mode, org-store-link, org-insert-link-global)
3276 (org-open-at-point): Call `org-load-modules-maybe'.
3277 (org-search-view): Add more text properties.
3278 (org-agenda-schedule, org-agenda-deadline): Allow also in
3279 search-type agendas.
3280 (org-search-view): Order of arguments has been changed.
3281 Interpret prefix-arg as TODO-ONLY.
3282 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
3283 Take new argument order of `org-search-view' into account.
3284 (org-todo-only): New variable.
3285 (org-search-syntax-table): New variable and function.
3286 (org-search-view): Do the search with the special syntax table.
3287 (define-obsolete-function-alias): Make work with XEmacs.
3288 (org-add-planning-info): Use old date as default when modifying an
3289 existing deadline or scheduled item.
3290 (org-agenda-compute-time-span): Make argument N optional.
3291 (org-agenda-format-date-aligned): Require `cal-iso'.
3292 (org-agenda-list): Include week into agenda heading, don't
3293 list it at each date (only on Mondays).
3294 (org-read-date-analyze): Define local variable `iso-date'.
3295 (org-agenda-format-date-aligned): Remove dependency on
3296 `calendar-time-from-absolute'.
3297 (org-remember-apply-template, org-go-to-remember-target):
3298 Interpret filenames relative to `org-directory'.
3299 (org-complete): Silently fail when trying to complete
3300 keywords that don't have a default value.
3301 (org-get-current-options): Add a #+DATE: option.
3302 (org-additional-option-like-keywords): Remove "DATE:" from the
3303 list of additional keywords.
3304 (org-export-as-html): Remove (current-time) as unnecessary second
3305 argument of `format-time-string'.
3306 (org-clock-find-position): Handle special case at end of buffer.
3307 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
3308 `org-agenda-change-time-span'.
3309 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
3310 `org-agenda-change-time-span'.
3311 (org-agenda-month-view): New argument MONTH, pass it on to
3312 `org-agenda-change-time-span'.
3313 (org-agenda-year-view): New argument YEAR, pass it on to
3314 `org-agenda-change-time-span'.
3315 (org-agenda-change-time-span): New optional argument N, pass it on
3316 to `org-agenda-compute-time-span'.
3317 (org-agenda-compute-time-span): New argument N, interpret it by
3318 changing the starting day.
3319 (org-small-year-to-year): New function.
3320 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
3321 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
3322 into the future, and that the shift is at least one interval, never 0.
3323 (org-update-checkbox-count): Fix bug with checkbox counting.
3324 (org-add-note): New command.
3325 (org-add-log-setup): Rename from `org-add-log-maybe'.
3326 (org-log-note-headings): New entry for plain notes (i.e. notes not
3327 related to state changes or clocking).
3328 (org-get-org-file): Check for availability of `remember-data-file'.
3329 (org-cached-entry-get): Allow a regexp value for
3330 `org-use-property-inheritance'.
3331 (org-use-property-inheritance): Allow regexp value. Fix bug in
3332 customization type.
3333 (org-use-tag-inheritance): Allow a list and a regexp value for
3334 this variable.
3335 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
3336 (org-entry-get): Respect value `selective' for the INHERIT argument.
3337 (org-tag-inherit-p, org-property-inherit-p): New functions.
3338 (org-agenda-format-date-aligned): Allow 10 characters for
3339 weekday, to acomodate German locale.
3340 (org-add-archive-files): New function.
3341 (org-agenda-files): New argument `ext', to get archive files as well.
3342 (org-tbl-menu): Protect the use of variables that
3343 are only available when org-table.el gets loaded.
3344 (org-read-agenda-file-list): Error if `org-agenda-files' is a
3345 single directory.
3346 (org-open-file): Allow a batch process to trigger
3347 waiting after executing a system command.
3348 (org-store-link): Link to headline when there is not
3349 target and no region in an org-mode buffer when creating a link.
3350 (org-link-types-re): New variable.
3351 (org-make-link-regexps): Compute `org-link-types-re'.
3352 (org-make-link-description-function): New option.
3353 (org-agenda-date, org-agenda-date-weekend): New faces.
3354 (org-archive-sibling-heading): New option.
3355 (org-archive-to-archive-sibling): New function.
3356 (org-iswitchb): New command.
3357 (org-buffer-list): New function.
3358 (org-agenda-columns): Also try the #+COLUMNS line in
3359 the buffer associated with the entry at point (or with the first
3360 entry in the agenda view).
3361 (org-modules): Add entry for org-bibtex.el.
3362 (org-completion-fallback-command): Move into `org-completion' group.
3363 (org-clock-heading-function): Move to `org-progress' group.
3364 (org-auto-repeat-maybe): Make sure that a note can
3365 be enforces if `org-log-repeat' is `note'.
3366 (org-modules): Allow additional symbols for external packages.
3367 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
3368 (org-clock-goto): Hide drawers after showing an
3369 entry with `org-clock-goto'.
3370 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
3371 Try also a clocktable block shift.
3372 (org-clocktable-try-shift): New function.
3373 (org-columns-hscoll-title): New function.
3374 (org-columns-previous-hscroll): New variable.
3375 (org-columns-full-header-line-format): New variable.
3376 (org-columns-display-here-title, org-columns-remove-overlays):
3377 Install `org-columns-hscoll-title' in post-command-hook.
3378
3379 * org/org.el: Split into many small files.
3380
3381 * org/org-agenda.el: New file, split off from org.el.
3382
3383 * org/org-archive.el: New file, split off from org.el.
3384
3385 * org/org-bbdb.el: New file.
3386
3387 * org/org-bibtex.el: New file, split off from org.el.
3388
3389 * org/org-clock.el: New file, split off from org.el.
3390
3391 * org/org-colview.el: New file, split off from org.el.
3392
3393 * org/org-compat.el: New file, split off from org.el.
3394
3395 * org/org-exp.el: New file, split off from org.el.
3396
3397 * org/org-faces.el: New file, split off from org.el.
3398
3399 * org/org-gnus.el: New file, split off from org.el.
3400
3401 * org/org-info.el: New file, split off from org.el.
3402
3403 * org/org-infojs.el: New file.
3404
3405 * org/org-irc.el: New file.
3406
3407 * org/org-macs.el: New file, split off from org.el.
3408
3409 * org/org-mew.el: New file.
3410
3411 * org/org-mhe.el: New file, split off from org.el.
3412
3413 * org/org-publish.el: New file, split off from org.el.
3414
3415 * org/org-remember.el: New file, split off from org.el.
3416
3417 * org/org-rmail.el: New file, split off from org.el.
3418
3419 * org/org-table.el: New file, split off from org.el.
3420
3421 * org/org-vm.el: New file, split off from org.el.
3422
3423 * org/org-wl.el: New file, split off from org.el.
3424
3425 2008-04-27 Jason Riedy <jason@acm.org>
3426
3427 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
3428 parameter that supresses lines that evaluate to NIL.
3429 (orgtbl-get-fmt): New inline function for
3430 picking apart formats that may be lists.
3431 (orgtbl-apply-fmt): New inline function for applying formats that
3432 may be functions.
3433 (orgtbl-eval-str): New inline function for strings that may be
3434 functions.
3435 (orgtbl-format-line, orgtbl-to-generic): Use and document.
3436 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
3437 (*orgtbl-llfmt*, *orgtbl-llstart*)
3438 (*orgtbl-llend*): Dynamic variables for last-line formatting.
3439 (orgtbl-format-section): Shift formatting to support detecting the
3440 last line and formatting it specially.
3441 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
3442 formats unless overridden.
3443 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
3444 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
3445 bound variables to hold the input collection of lines and output
3446 formatted text.
3447 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
3448 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
3449 format parameters.
3450 (orgtbl-format-line): New function encapsulating formatting for a
3451 single line.
3452 (orgtbl-format-section): Similar for each section. Rebinding the
3453 dynamic vars customizes the formatting for each section.
3454 (orgtbl-to-generic): Use orgtbl-format-line and
3455 orgtbl-format-section.
3456 (org-get-param): Now unused, so delete.
3457 (orgtbl-gather-send-defs): New function to
3458 gather all the SEND definitions before a table.
3459 (orgtbl-send-replace-tbl): New function to find the RECEIVE
3460 corresponding to the current name.
3461 (orgtbl-send-table): Use the previous two functions and implement
3462 multiple destinations for each table.
3463
3464 * doc/org.texi (A LaTeX example): Note that fmt may be a
3465 one-argument function, and efmt may be a two-argument function.
3466 (Radio tables): Document multiple destinations.
3467
3468 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
3469
3470 * org/org-agenda.el (org-add-to-diary-list): New function.
3471 (org-prefix-has-effort): New variable.
3472 (org-sort-agenda-noeffort-is-high): New option.
3473 (org-agenda-columns-show-summaries)
3474 (org-agenda-columns-compute-summary-properties): New options.
3475 (org-format-agenda-item): Compute the duration of the item.
3476 (org-agenda-weekend-days): New variable.
3477 (org-agenda-list, org-timeline): Use the proper faces for dates in
3478 the agenda and timeline buffers.
3479 (org-agenda-archive-to-archive-sibling): New command.
3480 (org-agenda-start-with-clockreport-mode): New option.
3481 (org-agenda-clockreport-parameter-plist): New option.
3482 (org-agenda-clocktable-mode): New variable.
3483 (org-agenda-deadline-leaders): Allow a function value for the
3484 deadline leader.
3485 (org-agenda-get-deadlines): Deal with new function value.
3486
3487 * lisp/org-clock.el (org-clock): New customization group.
3488 (org-clock-into-drawer, org-clock-out-when-done)
3489 (org-clock-in-switch-to-state, org-clock-heading-function):
3490 Move into the new group.
3491 (org-clock-out-remove-zero-time-clocks): New option.
3492 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
3493 (org-dblock-write:clocktable): Allow a Lisp form for the scope
3494 parameter.
3495 (org-dblock-write:clocktable): Fix bug with total time calculation.
3496 (org-dblock-write:clocktable): Request the unrestricted list of files.
3497 (org-get-clocktable): New function.
3498 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
3499 be strings but also integers (an absolute day number) and lists (m d y).
3500
3501 * org/org-colview.el (org-columns-next-allowed-value)
3502 (org-columns-edit-value): Limit the effort for updating in the
3503 agenda to recomputing a single file.
3504 (org-columns-compute): Only write property value if it has changed.
3505 This avoids raising the buffer-change-flag unnecessarily.
3506 (org-agenda-colview-summarize)
3507 (org-agenda-colview-compute): New functions.
3508 (org-agenda-columns): Call `org-agenda-colview-summarize'.
3509
3510 * org/org-exp.el (org-export-run-in-background): New option.
3511 (org-export-icalendar): Allow a batch process to trigger waiting
3512 after executing a system command.
3513 (org-export-preprocess-string): Rename from
3514 `org-cleaned-string-for-export'.
3515 (org-export-html-style): Made target class look like normal text.
3516 (org-export-as-html): Make use of the better proprocessing in
3517 `org-cleaned-string-for-export'.
3518 (org-cleaned-string-for-export): Better treatment of heuristic
3519 targets, many more internal links will now work in HTML export.
3520 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
3521 (org-export-inbuffer-options-extra): New variable.
3522 (org-export-options-filters): New hook.
3523 (org-infile-export-plist): Find also the settings keywords in
3524 `org-export-inbuffer-options-extra'.
3525 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
3526 multiple #+INFOJS_OPT lines.
3527 (org-export-html-handle-js-options): New function.
3528 (org-export-html-infojs-setup): New option.
3529 (org-export-as-html): Call `org-export-html-handle-js-options'.
3530 Add autoload to all entry points.
3531 (org-skip-comments): Function removed.
3532
3533 * org/org-table.el (org-table-make-reference): Extra parenthesis
3534 around single fields, to make sure that algebraic formulas get
3535 correctly interpreted by calc.
3536 (org-table-current-column): No longer interactive.
3537
3538 * org/org-export-latex.el (org-export-latex-preprocess):
3539 Rename from `org-export-latex-cleaned-string'.
3540
3541 2008-04-27 Bastien Guerry <bzg@altern.org>
3542
3543 * org/org-publish.el (org-publish-get-base-files-1): New function.
3544 (org-publish-get-base-files): Use it.
3545 (org-publish-temp-files): New variable.
3546 Don't require 'dired-aux anymore.
3547 (org-publish-initial-buffer): New variable.
3548 (org-publish-org-to, org-publish): Use it.
3549 (org-publish-get-base-files-1): Bug fix: get
3550 the proper list of files when recursing thru a directory.
3551 (org-publish-get-base-files): Use the :exclude property to skip
3552 both files and directories.
3553
3554 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
3555
3556 * net/tramp.el (tramp-handle-make-symbolic-link)
3557 (tramp-handle-file-name-directory)
3558 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3559 (tramp-do-copy-or-rename-file-directly)
3560 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
3561 (tramp-handle-substitute-in-file-name)
3562 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3563 * net/tramp-cache.el (tramp-get-file-property)
3564 (tramp-set-file-property, tramp-flush-file-property)
3565 (tramp-flush-directory-property)
3566 * net/tramp-compat.el (tramp-compat-make-temp-file)
3567 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3568 Disable `file-name-handler-alist' when handling localname.
3569 It could have a remote file syntax, like a VMS file name.
3570
3571 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3572
3573 * whitespace.el: New version 11.1.
3574 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
3575 enclosed by \\( and \\)$. Docstring fix.
3576 (whitespace-trailing-regexp): Fun removed.
3577 (whitespace-report-list): Const initialization fix.
3578 (whitespace-color-on): Code fix.
3579
3580 2008-04-27 Andreas Schwab <schwab@suse.de>
3581
3582 * Makefile.el: Unbreak bootstrap.
3583
3584 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
3585
3586 * net/tramp.el (tramp-replace-environment-variables): New defun.
3587 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
3588 Use it.
3589
3590 2008-04-27 Glenn Morris <rgm@gnu.org>
3591
3592 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
3593
3594 * calculator.el (calculator-expt): Replace cl function `oddp'.
3595
3596 2008-04-27 Johan Bockgård <bojohan@gnu.org>
3597
3598 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3599 Simplify. Collect `defun' and `autoload' entries.
3600 Avoid modifying load-history.
3601
3602 2008-04-26 Glenn Morris <rgm@gnu.org>
3603
3604 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
3605
3606 * simple.el (quoted-insert, zap-to-char): Revert previous change.
3607
3608 2008-04-26 John Paul Wallington <jpw@pobox.com>
3609
3610 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
3611 `hexl-mode-old-eldoc-documentation-function'.
3612 (hexl-mode-exit): Restore it.
3613 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
3614
3615 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
3616
3617 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
3618
3619 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
3620 (completion-pcm--all-completions): Doc fix.
3621 (completion-styles-alist, completion-all-completions):
3622 Fix typos in docstrings.
3623
3624 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3625
3626 * whitespace.el: There is now only one variable (whitespace-style) to
3627 specify which kind of blank is visualized. Doc and docstring fix.
3628 New version 11.0.
3629 (whitespace-style): New option, replace whitespace-style-mark and
3630 whitespace-style-color.
3631 (whitespace-style-mark, whitespace-style-color): Options removed.
3632 (whitespace-hspace, whitespace-tab, whitespace-newline)
3633 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
3634 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
3635 (whitespace-hspace-regexp, whitespace-space-regexp)
3636 (whitespace-tab-regexp, whitespace-trailing-regexp)
3637 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3638 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3639 (whitespace-space-after-tab-regexp, whitespace-line-column)
3640 (whitespace-display-mappings, whitespace-report): Docstring fix.
3641 (whitespace-color-value-list, whitespace-mark-value-list)
3642 (whitespace-active-color, whitespace-active-mark)
3643 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
3644 (whitespace-style-value-list, whitespace-active-style)
3645 (whitespace-toggle-style): New vars.
3646 (whitespace-toggle-option-alist, whitespace-help-text):
3647 Var initialization and docstring fix.
3648 (whitespace-toggle-options, global-whitespace-toggle-options)
3649 (whitespace-cleanup, whitespace-cleanup-region)
3650 (whitespace-report-region, whitespace-interactive-char)
3651 (whitespace-toggle-list): Docstring and code fix.
3652 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
3653 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
3654 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
3655 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
3656
3657 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
3660 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
3661 (diff-sanity-check-hunk): Adjust code accordingly.
3662
3663 2008-04-26 Glenn Morris <rgm@gnu.org>
3664
3665 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
3666
3667 * forms-d2.dat: Move to ../etc.
3668 * forms-d2.el (forms-file): Adapt for above change.
3669
3670 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
3671 `translation-table-for-input'.
3672
3673 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
3674 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
3675
3676 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
3677 to punctuation now it's not needed for abbrevs.
3678 (fortran-mode-abbrev-table): Remove defvar, make use of new
3679 define-abbrev-table :regexp feature.
3680
3681 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
3682 insert, now that translation-table-for-input is not needed.
3683
3684 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
3685
3686 * emacs-lisp/pp.el (pp-display-expression): New function,
3687 extracted from pp-eval-expression.
3688 (pp-eval-expression): Use pp-display-expression.
3689 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
3690 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
3691 (pp-eval-last-sexp): Use pp-last-sexp.
3692
3693 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * abbrev.el (define-abbrev-table): Apply props even if the table
3696 exists already.
3697
3698 * minibuffer.el (completion-table-with-context): Fix `pred' for the
3699 various kinds of completion tables.
3700 (completion-emacs22-try-completion): Place cursor after the /, as was
3701 done in Emacs-22's minibuffer-complete-word.
3702 Fix bug reported by David Hansen <david.hansen@gmx.net>.
3703 (completion-emacs22-try-completion): Merge all mergable text rather
3704 than just /.
3705 (completion-pcm--delim-wild-regex): New var.
3706 (completion-pcm-word-delimiters): New custom.
3707 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
3708 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
3709 (completion-pcm--all-completions, completion-pcm-all-completions)
3710 (completion-pcm--merge-completions, completion-pcm--pattern->string)
3711 (completion-pcm-try-completion): New functions.
3712 (completion-styles-alist): Add them.
3713 (completion-styles): Add it to the default.
3714
3715 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
3716
3717 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
3718 (gdb-var-create-handler): ...until here when there are values.
3719 (gdb-post-prompt): Don't do -var-update with no watch expressions.
3720 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
3721
3722 2008-04-25 Eli Zaretskii <eliz@gnu.org>
3723
3724 * ls-lisp.el (ls-lisp-format): Fix last change.
3725 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
3726 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
3727 (ls-lisp-filesize-f-fmt): New defvars.
3728 (ls-lisp-insert-directory): Dynamically compute format specifiers
3729 for displaying UID, GID, and file size, and store them in the
3730 above variables.
3731 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
3732 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
3733 instead of constant format strings.
3734 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
3735 ls-lisp-filesize-d-fmt instead of constant format strings.
3736
3737 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
3738
3739 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
3740 value of addresses rather than (partial) string value.
3741 (gdb-frame-handler): Change regexp according to above change.
3742 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3743 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
3744 (gdb-assembler-mode): Disable undo in these buffers.
3745
3746 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
3747
3748 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
3749 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
3750
3751 2008-04-24 Sam Steingold <sds@gnu.org>
3752
3753 * textmodes/remember.el (remember-diary-extract-entries): Use
3754 diary-make-entry instead of the obsolete make-diary-entry.
3755
3756 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * subr.el (translation-table-for-input): Mark as obsolete.
3759
3760 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
3761
3762 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
3763
3764 * textmodes/ispell.el (ispell-dictionary-alist-1)
3765 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
3766 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
3767 (ispell-dictionary-alist-6): Remove.
3768 (ispell-dictionary-base-alist): New var, merges the above.
3769 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
3770 Use it.
3771 (ispell-dictionary-alist): Default to nil. Remove autoload.
3772 (ispell-local-dictionary-alist): Remove autoload.
3773
3774 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
3775 (f90-mode-abbrev-table): Use the new :regexp feature.
3776 Merge defvar and mapc into define-abbrev-table.
3777 (f90-imenu-type-matcher): Remove unused `l'.
3778 (f90-imenu-generic-expression): Remove unused `not-ib'.
3779 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
3780 (f90-change-keywords): Use restore-buffer-modified-p.
3781
3782 2008-04-24 Glenn Morris <rgm@gnu.org>
3783
3784 * net/goto-addr.el (goto-address-prog-mode):
3785 * progmodes/bug-reference.el (bug-reference-prog-mode):
3786 Define for compiler.
3787
3788 * minibuffer.el (x-file-dialog): Declare as function.
3789
3790 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
3791 dframe-update-speed rather than obsolete alias speedbar-update-speed.
3792
3793 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
3794 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
3795 work with easymenu. Add :keys where needed.
3796
3797 * calendar/cal-move.el (calendar-scroll-left): Handle case when
3798 event-start is nil.
3799
3800 * calendar/calendar.el (calendar-mode-map): Fix typo.
3801
3802 2008-04-24 Tom Tromey <tromey@redhat.com>
3803
3804 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3805 Document keywords. Add :suppress.
3806 * pcvs-defs.el (cvs-mode-map): Use :suppress.
3807
3808 * net/goto-addr.el (goto-address-unfontify): New function.
3809 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
3810 (goto-address-fontify-region, goto-address-mode)
3811 (goto-address-prog-mode): New functions.
3812
3813 * progmodes/bug-reference.el: New file.
3814
3815 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3816
3817 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
3818
3819 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3820
3821 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
3822 macros within lambdas.
3823
3824 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3825
3826 * minibuffer.el (completion-try-completion): Add `point' argument.
3827 Change return value.
3828 (completion-all-completions): Add `point' argument.
3829 (minibuffer-completion-help): Pass the new `point' argument.
3830 (completion--do-completion): Pass the whole field to try-completion.
3831 (completion--try-word-completion): Rewrite, making fewer assumptions.
3832 (completion-emacs21-try-completion, completion-emacs21-all-completions)
3833 (completion-emacs22-try-completion, completion-emacs22-all-completions)
3834 (completion-basic-try-completion, completion-basic-all-completions):
3835 New functions.
3836 (completion-styles-alist): Use them.
3837
3838 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
3839
3840 * ispell.el (ispell-set-spellchecker-params): New function to make sure
3841 right params and dictionary alists are used after spellchecker changes.
3842 (ispell-aspell-dictionary-alist, ispell-last-program-name)
3843 (ispell-initialize-spellchecker-hook): New variables and hook.
3844 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
3845 (ispell-maybe-find-aspell-dictionaries): Remove.
3846 Calls replaced by (ispell-set-spellchecker-params) calls.
3847 (ispell-have-aspell-dictionaries): Remove.
3848 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
3849 ispell-set-spellchecker-params.
3850
3851 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * complete.el (PC-do-completion): Be more robust in the presence of
3854 unexpected values in minibuffer-completion-predicate.
3855
3856 * minibuffer.el (read-file-name): Don't let-bind default-directory.
3857 Only abbreviate default-filename if it's a file.
3858
3859 * minibuffer.el (read-file-name-function, read-file-name-predicate)
3860 (read-file-name-completion-ignore-case, insert-default-directory):
3861 New vars, moved from fileio.c.
3862 (read-file-name): New fun, moved from fileio.c.
3863 * cus-start.el: Remove insert-default-directory and
3864 read-file-name-completion-ignore-case.
3865
3866 2008-04-23 Magnus Henoch <mange@freemail.hu>
3867
3868 * tar-mode.el (tar-untar-buffer): If the entry has directory
3869 link type, extract it as a directory even if its file name doesn't
3870 end with a slash. Fixes extraction of NetBSD tar archives.
3871
3872 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * server.el (server-start): Also don't get confused by CRs since we
3875 don't quote them.
3876
3877 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
3878
3879 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
3880 (gdb-set-gud-minor-mode-existing-buffers)
3881 (gdb-info-breakpoints-custom, gdb-get-location)
3882 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3883 Previously gdb-create-define-alist wasn't always run and added to
3884 after-save-hook.
3885
3886 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
3887
3888 2008-04-23 Kevin Ryde <user42@zip.com.au>
3889
3890 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
3891 comments like unindented ones.
3892
3893 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3894
3895 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
3896 parameter origins.
3897
3898 2008-04-23 Kevin Ryde <user42@zip.com.au>
3899
3900 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3901 Bind print-level to ensure output forms aren't truncated if
3902 print-level is set to eval-expression-print-level when going via
3903 eval-defun and friends, or has been otherwise fiddled with.
3904
3905 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3908 font-lock-extend-after-change-region-function globally.
3909
3910 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * speedbar.el (speedbar-use-tool-tips-flag)
3913 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
3914 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
3915 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
3916 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
3917 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
3918 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
3919 (speedbar-separator-face): Fix typos in docstrings.
3920 (speedbar-stealthy-function-list, speedbar-verbosity-level)
3921 (speedbar-supported-extension-expressions, speedbar-update-current-file)
3922 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
3923 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
3924 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
3925 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
3926 (speedbar-check-vc-this-line, speedbar-files-line-directory)
3927 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
3928 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
3929 (speedbar-recenter): Doc fixes.
3930 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
3931 declaration and remove redundant info in docstring.
3932
3933 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
3934
3935 * vc-git.el (vc-git-status-printer): Deal with directories.
3936
3937 * vc.el (vc-next-action): Look at more than the first file to
3938 determine the state.
3939
3940 2008-04-23 Glenn Morris <rgm@gnu.org>
3941
3942 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
3943 timers. Doc fix.
3944 (dframe-update-speed): Drop support for XEmacs < 20.
3945 (dframe-frame-mode): Drop support for Emacs < 20.
3946 (dframe-set-timer-internal): Drop support for Emacs without timers.
3947 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
3948
3949 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
3950 versions. Add doc-string. Mark as obsolete.
3951
3952 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
3953
3954 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
3955 rather than using an Emacs version test.
3956
3957 * tree-widget.el (tree-widget-image-enable): Use display-images-p
3958 rather than an Emacs version test.
3959
3960 * calendar/cal-china.el (holiday-chinese-qingming)
3961 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
3962 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
3963 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
3964
3965 * calendar/cal-islam.el (holiday-islamic): Doc fix.
3966
3967 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
3968 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
3969 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3970
3971 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
3972
3973 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
3974 (gdb-previous-frame-pc-address): ...to this.
3975 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
3976 of "info frame" with Gdb 6.4+.
3977 (gdb-stack-list-frames-regexp): New regexp.
3978 (gdb-frame-handler-1): Parse output of -stack-info-frame.
3979
3980 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
3981
3982 * tar-mode.el (tar-prefix-offset): New constant.
3983 (tar-header-block-tokenize): Support paths with long names
3984 which use the "ustar" standard.
3985
3986 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
3987
3988 * image-dired.el (image-dired-track-original-file)
3989 (image-dired-modify-mark-on-thumb-original-file):
3990 Use `dired-goto-file' instead of `search-forward'. This solves
3991 a bug with finding files where the file name is a subset of other
3992 file names. Doc fix.
3993
3994 2008-04-22 Juri Linkov <juri@jurta.org>
3995
3996 * menu-bar.el (buffers-menu-max-size): Move its definition down to
3997 the "Buffers Menu" section. Change group name `mouse' to `menu'.
3998 (yank-menu-length): Change group name `mouse' to `menu'.
3999 (buffers-menu-buffer-name-length): New user option.
4000 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
4001 instead of the hard-coded number 27.
4002
4003 2008-04-22 Juri Linkov <juri@jurta.org>
4004
4005 * isearch.el (eval-when-compile): Require `help-macro'.
4006 (isearch-help-for-help-internal): Isearch specific Help screen
4007 created by `make-help-screen'.
4008 (isearch-help-map): New variable that binds "b", "k", "m" to
4009 isearch-specific commands, and binds other keys to
4010 isearch-other-control-char, thus allowing other Help keys to
4011 exit isearch mode and execute their global definitions.
4012 (isearch-help-for-help, isearch-describe-bindings)
4013 (isearch-describe-key, isearch-describe-mode): New commands.
4014 (isearch-mode-help): Define alias to isearch-describe-mode
4015 and remove its old function definition.
4016 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
4017 Remove old comments because this issue is settled now.
4018 (isearch-forward): Describe three new Help commands in the docstring.
4019 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
4020 leave the single sentence at the first line of the docstring,
4021 and prepend the word "function" before `isearch-forward'
4022 to make the Help link to the function instead of variable.
4023
4024 2008-04-22 Juri Linkov <juri@jurta.org>
4025
4026 * isearch.el (isearch-success-function): New variable with default
4027 to `isearch-success-function-default'.
4028 (isearch-search): Call a function from `isearch-success-function'
4029 instead of calling the hard-coded `isearch-range-invisible'.
4030 (isearch-success-function-default): New function that calls
4031 `isearch-range-invisible' and inverts its return value.
4032
4033 * info.el (Info-search): In two similar places that skip
4034 undesired search matches move code to Info-search-success-function,
4035 and call `isearch-success-function' instead.
4036 (Info-search-success-function): New function copied from code
4037 in Info-search. Replace isearch-range-invisible with
4038 text-property-not-all that checks for 'invisible and 'display
4039 properties to skip partially invisible matches (whose display
4040 properties were set by Info-fontify-node).
4041 (Info-mode): Set buffer-local isearch-success-function
4042 to Info-search-success-function.
4043
4044 2008-04-22 Juri Linkov <juri@jurta.org>
4045
4046 * minibuffer.el (internal-complete-buffer-except): New function.
4047
4048 * files.el (read-buffer-to-switch): New function.
4049 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4050 Change interactive spec to call read-buffer-to-switch instead of
4051 using the letter "B".
4052
4053 * simple.el (minibuffer-default-add-shell-commands): New function.
4054 Use declare-function for mailcap-file-default-commands from "mailcap".
4055 (shell-command): Set local minibuffer-default-add-function to
4056 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
4057 before calling read-shell-command. Set 4th arg default-value of
4058 read-shell-command to relative buffer-file-name in file buffers.
4059
4060 * dired-aux.el (dired-read-shell-command-default): Move it to
4061 gnus/mailcap.el and change its name to more general name
4062 mailcap-file-default-commands.
4063 (minibuffer-default-add-dired-shell-commands): New function.
4064 Use declare-function for mailcap-file-default-commands from "mailcap".
4065 (dired-read-shell-command): Set local minibuffer-default-add-function
4066 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
4067 before calling read-shell-command. Remove dired-read-shell-command-default
4068 from the default value arg because default values are not set in
4069 minibuffer-default-add-dired-shell-commands. Doc fix.
4070
4071 * dired-x.el (dired-smart-shell-command): Sync arguments and
4072 interactive spec with changes in `shell-command'.
4073 Use dired-get-filename to get the dired file name at point
4074 as the default value in dired mode.
4075
4076 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * info.el (Info-complete-menu-item): Add missing parenthesis.
4079
4080 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * info.el (Info-complete-menu-item): Save point.
4083
4084 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
4085
4086 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
4087
4088 2008-04-22 Andreas Schwab <schwab@suse.de>
4089
4090 * Makefile.in (emacs-deps): Define.
4091 Use it instead of $(lisp)/subdirs.el.
4092
4093 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4094
4095 * vc.el (vc-next-action): Do not consider directories when
4096 checking for state compatibility.
4097 (vc-transfer-file): Use when not if.
4098 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
4099 (vc-dir-mark-file): Use them.
4100 (vc-deduce-fileset): Also return the backend.
4101 (vc-diff-internal): Take as argument the value returned by
4102 vc-deduce-fileset instead of just the fileset.
4103 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
4104 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
4105 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
4106
4107 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
4108
4109 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
4110 set-window-vscroll but image-scroll-down. Fixes a bug where a
4111 command following SPC scrolled up again.
4112
4113 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
4114
4115 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
4116 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
4117 (gud-watch): Add "$" prefix when in registers buffer.
4118
4119 2008-04-22 Glenn Morris <rgm@gnu.org>
4120
4121 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
4122
4123 * whitespace.el (whitespace-display-table)
4124 (whitespace-display-table-was-local): Move definitions before use.
4125
4126 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
4127 (copyright-limit): Respect copyright-at-end-flag.
4128 (copyright-re-search, copyright-start-point)
4129 (copyright-offset-too-large-p): New functions.
4130 (copyright-update-year): Use copyright-re-search.
4131 (copyright-update, copyright-fix-years): Use copyright-start-point,
4132 and copyright-re-search.
4133 (copyright): Use copyright-offset-too-large-p.
4134 * add-log.el (change-log-mode): Set copyright-at-end-flag.
4135
4136 * add-log.el (top-level): Require 'cl when compiling.
4137
4138 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4139
4140 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
4141 Treat minibuffer-completion-predicate as a predicate.
4142
4143 * minibuffer.el (completion--file-name-table): Accept both the old
4144 `dir' arg or the new `pred' arg.
4145
4146 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
4147 `predicate' argument to pass non-predicate data.
4148 (ffap-read-url-internal, ffap-read-file-or-url-internal):
4149 Use second arg as proper predicate.
4150
4151 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
4152 (vc-bzr-revision-completion-table): Use completion-table-with-context
4153 instead.
4154
4155 * simple.el (choose-completion-string): Use minibuffer-completion-table.
4156
4157 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
4158
4159 * term.el (term-emulate-terminal): Perform redisplay after the
4160 process filter has finished running.
4161
4162 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
4165
4166 * minibuffer.el (completion-try-completion): Change magic symbol
4167 property name. Rename from minibuffer-try-completion.
4168 (completion-all-completions): Rename from minibuffer-all-completions.
4169 Remove hide-spaces argument.
4170 (completion--do-completion): Rename from minibuffer--do-completion.
4171 (minibuffer-complete-and-exit): Call just try-completion rather than
4172 completion-try-completion to fix up the case.
4173 (completion--try-word-completion): Try to add space or hyphen before
4174 making `string' a prefix of `completion'.
4175 (completion--insert-strings): Rename from minibuffer--insert-strings.
4176
4177 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
4178
4179 * net/tls.el (tls-program): Add -ign_eof argument to call the
4180 openssl commands.
4181 (tls-checktrust): Ditto.
4182
4183 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4184
4185 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
4186
4187 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
4188 (vc-check-master-templates, vc-file-not-found-hook)
4189 (vc-kill-buffer-hook):
4190 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
4191 (vc-find-position-by-context, vc-buffer-context)
4192 (vc-restore-buffer-context, vc-responsible-backend)
4193 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
4194 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
4195 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
4196 (vc-version-diff, vc-diff, vc-insert-headers)
4197 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
4198 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
4199 (vc-revert, vc-rollback, vc-version-backup-file)
4200 (vc-rename-master, vc-delete-file, vc-rename-file)
4201 (vc-branch-part, vc-default-retrieve-snapshot)
4202 (vc-annotate-display-autoscale, vc-annotate-display-select)
4203 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
4204 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
4205 (vc-dir-update): Handle directories.
4206 (vc-default-status-printer): Simplify.
4207
4208 * progmodes/asm-mode.el (asm-mode-map):
4209 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
4210
4211 * progmodes/m4-mode.el (m4-mode-map): Add menu.
4212
4213 2008-04-21 Kenichi Handa <handa@m17n.org>
4214
4215 * select.el (xselect-convert-to-string): Send a C_STRING only if
4216 the polymorphic target TEXT is requested.
4217
4218 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * minibuffer.el (completion-setup-hook, display-completion-list)
4221 (completion--file-name-table): Fix typos in docstrings.
4222 (completion-table-dynamic): Fix typo, and reflow docstring.
4223
4224 2008-04-20 Andreas Schwab <schwab@suse.de>
4225
4226 * server.el (server-switch-buffer): Also consider clients in the
4227 selected frame.
4228
4229 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4230
4231 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4232 Select window clicked on first.
4233 (gdb): Display thread number in mode-line.
4234 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
4235 (gdb-breakpoints-header): New variable.
4236 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
4237
4238 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
4241 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
4242 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
4243 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4244 (vc-sccs-print-log): Use it.
4245
4246 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
4247
4248 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
4249 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
4250
4251 * tooltip.el (tooltip-previous-message): New var.
4252 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
4253 the C code (avoid overwriting a minibuffer, restore previous echo
4254 message, ...).
4255 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
4256 Simplify.
4257
4258 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4259
4260 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
4261 (gdb-init-1): Initialise it.
4262 (gdb-annotation-rules): New entry for "new-thread".
4263 (gdb-thread-identification): New function to customize
4264 mode-line-buffer-identification.
4265 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
4266 (gdb-assembler-mode): Use it.
4267 (gdb-threads-mode): Force "info threads" onto queue.
4268
4269 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4270
4271 * files.el (locate-file-completion-table): Rename from
4272 locate-file-completion and make it use `pred' in the normal way.
4273 (locate-file-completion): New compatibility wrapper.
4274 (load-library): Use locate-file-completion-table.
4275 * finder.el (finder-commentary):
4276 * subr.el (locate-library):
4277 * emacs-lisp/find-func.el (find-library): Likewise.
4278 * info.el: Use with-current-buffer and inhibit-read-only.
4279 (Info-read-node-name-2): Change to use `predicate' in the normal way.
4280 (Info-read-node-name-1): Adjust uses accordingly.
4281
4282 * minibuffer.el (completion-table-with-context): Add support for `pred'.
4283 (completion-table-with-terminator): Don't use complete-with-action
4284 since we have to distinguish all three cases anyway.
4285 (completion-table-with-predicate): New function.
4286 (dynamic-completion-table): Add obsolete alias.
4287
4288 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
4289
4290 2008-04-18 Sam Steingold <sds@gnu.org>
4291
4292 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
4293 Use quit-window instead of bury-buffer.
4294
4295 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * minibuffer.el (completion-table-with-terminator): Fix last fix.
4298
4299 2008-04-18 Andreas Schwab <schwab@suse.de>
4300
4301 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4302 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4303 Depend on $(lisp)/subdirs.el.
4304
4305 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
4306
4307 * descr-text.el (describe-char-after):
4308 Use `define-obsolete-function-alias'.
4309
4310 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
4311
4312 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
4313
4314 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
4315 Remove redundant obsolescence info in docstring.
4316
4317 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4318 (vc-header-alist): Add WHEN to obsolescence declaration.
4319 (vc-state): Fix typo in docstring.
4320
4321 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
4322 Use `define-obsolete-variable-alias'.
4323
4324 * emulation/tpu-edt.el (tpu-have-ispell):
4325 * international/codepage.el (codepage-setup):
4326 Fix typo in obsolescence declaration.
4327
4328 * international/mule.el (char-coding-system-table):
4329 Remove redundant obsolescence info in docstring.
4330 (charset-list, generic-char-p, set-char-table-default):
4331 Fix typos in obsolescence decarations.
4332
4333 * international/mule-diag.el (non-iso-charset-alist):
4334 Fix typo in obsolescence declaration.
4335 (decode-codepage-char): Remove redundant obsolescence info in docstring.
4336
4337 * font-core.el (font-lock-defaults-alist):
4338 * font-lock.el (font-lock-reference-face):
4339 * frame.el (screen-height, screen-width, set-screen-width)
4340 (set-screen-height):
4341 * hilit-chg.el (highlight-changes-initial-state):
4342 * isearch.el (isearch-return-char):
4343 * log-edit.el (cvs-commit-buffer-require-final-newline)
4344 (cvs-changelog-full-paragraphs):
4345 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
4346 (mouse-popup-menubar-stuff):
4347 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
4348 (mouse-wheel-click-button):
4349 * outline.el (outline-visible):
4350 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
4351 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
4352 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
4353 * progmodes/compile.el (compile-internal):
4354 Add WHEN to obsolescence declarations.
4355
4356 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
4359 is not better anyway.
4360
4361 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4362
4363 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
4364 properly.
4365
4366 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
4369 (python-use-skeletons): Remove, unused.
4370 (python-skeletons): Remove. Use the abbrev table instead.
4371 (python-mode-abbrev-table): Fix regexp;
4372 add enable-function and case-fixed.
4373 (def-python-skeleton): Simplify.
4374 (python-expand-template): Use the abbrev-table and abbrev-insert.
4375 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4376 Remove.
4377 (python-mode): Don't set pre-abbrev-expand-hook.
4378
4379 * skeleton.el: Set coding-tag.
4380
4381 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
4382 (expand-abbrev): Use it.
4383 (abbrev-table-menu): New function.
4384
4385 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
4386
4387 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
4388
4389 2008-04-17 Sam Steingold <sds@gnu.org>
4390
4391 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
4392 idiosyncratic bury-buffer/delete-window logic.
4393
4394 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
4395
4396 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
4397 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
4398
4399 2008-04-17 Kenichi Handa <handa@m17n.org>
4400
4401 * international/characters.el: Don't make the width of U+00AD to 0.
4402
4403 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
4404
4405 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
4406 (gdb, gdb-starting, gdb-frames-mode): Use it.
4407 (gdb-invalidate-frames): Advise to call "info stack" only if
4408 execution has occurred.
4409 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
4410 selected frame if no execution has occurred.
4411 (gdb-frames-force-update): New interactive function.
4412 (gdb-frames-mode-map): Bind it to "F".
4413
4414 2008-04-17 Michael Olson <mwolson@gnu.org>
4415
4416 * textmodes/remember.el (remember-version): Release Remember 2.0.
4417
4418 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
4419
4420 * textmodes/artist.el:
4421 * progmodes/vhdl-mode.el:
4422 * progmodes/verilog-mode.el:
4423 * progmodes/vera-mode.el:
4424 * progmodes/simula.el:
4425 * progmodes/ps-mode.el:
4426 * progmodes/cmacexp.el:
4427 * obsolete/hilit19.el:
4428 * emulation/viper.el:
4429 * ediff.el: Cleanup the bug-report email addresses and make sure the
4430 maintainer is still willing to handle bug reports.
4431
4432 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4433
4434 * vc.el (vc-dir-kill-query): Fix thinko.
4435
4436 2008-04-16 Glenn Morris <rgm@gnu.org>
4437
4438 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
4439 by diary-sexp-entry.
4440
4441 2008-04-16 Markus Triska <markus.triska@gmx.at>
4442
4443 * proced.el (proced-command-alist): Add support for darwin.
4444
4445 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4446
4447 * proced.el (proced-mode): Redefine as just the major-mode.
4448 (proced): Separate it from proced-mode.
4449
4450 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
4451
4452 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4453
4454 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
4455 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
4456 `tab-width' setting from user. New version 10.0. Doc and docstring
4457 fix.
4458 (whitespace-style, whitespace-chars): Remove options.
4459 (whitespace-style-mark): New option, replace whitespace-style deleted
4460 option. Fix docstring.
4461 (whitespace-style-color): New option, replace whitespace-chars deleted
4462 option. Fix docstring.
4463 (whitespace-space, whitespace-hspace, whitespace-tab)
4464 (whitespace-newline, whitespace-trailing, whitespace-line)
4465 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4466 (whitespace-space-after-tab, whitespace-hspace-regexp)
4467 (whitespace-space-regexp, whitespace-tab-regexp)
4468 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4469 (whitespace-empty-at-eob-regexp, whitespace-line-column)
4470 (whitespace-toggle-option-alist): Fix docstring.
4471 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4472 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
4473 docstring and initialization.
4474 (global-whitespace-mode): Autoloaded global minor mode.
4475 (whitespace-chars-value-list, whitespace-style-value-list)
4476 (whitespace-active-chars, whitespace-active-style)
4477 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
4478 (whitespace-color-value-list): New var, replace
4479 whitespace-chars-value-list removed var.
4480 (whitespace-mark-value-list): New var, replace
4481 whitespace-style-value-list removed var.
4482 (whitespace-active-color): New var, replace whitespace-active-chars
4483 removed var.
4484 (whitespace-active-mark): New var, replace whitespace-active-style
4485 removed var.
4486 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
4487 removed var.
4488 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
4489 removed var.
4490 (whitespace-toggle-option-alist, whitespace-report-list)
4491 (whitespace-report-text, whitespace-help-text): Fix initialization.
4492 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
4493 (whitespace-toggle-options, global-whitespace-toggle-options)
4494 (whitespace-cleanup-region, whitespace-report-region)
4495 (whitespace-interactive-char): Fix docstring and code.
4496 (whitespace-cleanup, whitespace-report): Fix docstring.
4497 (whitespace-replace-spaces-by-tabs): Remove fun.
4498 (whitespace-replace-action): New fun, replace
4499 whitespace-replace-spaces-by-tabs removed fun.
4500 (whitespace-regexp, whitespace-indentation-regexp)
4501 (whitespace-space-after-tab-regexp, whitespace-insert-value)
4502 (whitespace-kill-buffer): New funs.
4503 (whitespace-insert-option-mark, whitespace-help-on)
4504 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
4505 (whitespace-color-on, whitespace-color-off)
4506 (whitespace-display-char-on): Fix code.
4507
4508 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4509
4510 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
4511 (mouse-throw-magnifier-with-mouse-movement): Remove.
4512 (mouse-throw-magnifier-base): New const.
4513 (mouse-drag-scroll-delta): New fun.
4514 (mouse-drag-throw): Use it.
4515
4516 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * international/uni-bidi.el, international/uni-category.el:
4519 * international/uni-combining.el, international/uni-comment.el:
4520 * international/uni-decimal.el, international/uni-decomposition.el:
4521 * international/uni-digit.el, international/uni-lowercase.el:
4522 * international/uni-mirrored.el, international/uni-name.el:
4523 * international/uni-numeric.el, international/uni-old-name.el:
4524 * international/uni-titlecase.el, international/uni-uppercase.el:
4525 * international/charprop.el: Regenerate.
4526
4527 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4528
4529 * vc.el (vc-status-fileinfo): Add new member directoryp.
4530 (vc-default-status-printer): Print directories.
4531 (vc-status-update): Sort files before subdirectories.
4532
4533 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
4534 Add alternative implementation based on "cvs update".
4535
4536 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
4537
4538 * doc-view.el: Changed requirements section to tell that only one
4539 of dvipdf or dvipdfm is needed.
4540 (doc-view-already-converted-p): Fix bug that forced reconversion
4541 if doc was already converted.
4542
4543 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4544
4545 * minibuffer.el (minibuffer-message):
4546 Make sure we can put-text-property.
4547
4548 * emacs-lisp/crm.el: Complete rewrite.
4549
4550 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
4551 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
4552 case of an error in display-completion-list.
4553
4554 * filecache.el (file-cache-completions-keymap): Move init from
4555 file-cache-completion-setup-function into declaration.
4556 (file-cache-minibuffer-complete): Simplify.
4557 (file-cache-completion-setup-function): Use standard-output,
4558 preserve current-buffer.
4559
4560 * vc.el (vc-status-update): Fix typo.
4561 (vc-status-update): Set needs-update.
4562 (vc-status-refresh): η-reduce.
4563
4564 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
4565
4566 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
4567 to image-eol.
4568
4569 2008-04-14 Alexandre Julliard <julliard@winehq.org>
4570
4571 * vc.el (vc-status-update): Undo the previous revert.
4572
4573 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * minibuffer.el (completion-table-with-terminator): Those completions
4576 are never valid w.r.t test-completion.
4577 (completion--file-name-table):
4578 Check completion-all-completions-with-base-size.
4579
4580 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
4581
4582 * doc-view.el (doc-view-dvipdf-program): New variable.
4583 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
4584 (doc-view-mode-p): Check for doc-view-dvipdf-program as
4585 alternative for doc-view-dvipdfm-program.
4586 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
4587
4588 * doc-view.el (doc-view-start-process): Don't set
4589 default-directory to "~/" if the current value is valid.
4590 This broke PS files that run other files in the same directory.
4591
4592 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
4593
4594 * vc.el (vc-status-kill-query): New function.
4595 (vc-status-mode): Add it to kill-buffer-query-functions.
4596 (vc-status-show-fileentry): New function.
4597 (vc-status-menu-map): Bind it. Bind vc-next-action.
4598
4599 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * minibuffer.el (minibuffer-message): Put cursor at the right place.
4602
4603 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4604
4605 * proced.el (proced-send-signal): Fix error recognition.
4606
4607 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4608
4609 * proced.el (proced-command-alist): Remove sort column.
4610 (proced-command, proced-procname-column):
4611 Use make-variable-buffer-local.
4612 (proced-signal-function): Rename from proced-kill-program.
4613 Allow for elisp symbols and string values representing system calls.
4614 (proced-marker-regexp, proced-success-message): New functions.
4615 (proced): Use defalias. Add autoload cookie.
4616 (proced-unmark-backward, proced-toggle-marks)
4617 (proced-hide-processes): New commands.
4618 (proced-do-mark): Simplify code.
4619 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
4620 (proced-update): Remove sorting.
4621 (proced-send-signal): Display number of processes to operate on.
4622 Allow for system calls or elisp functions to send signals.
4623 Check if signal was sent successfully.
4624
4625 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * minibuffer.el (completion-all-completion-with-base-size): New var.
4628 (completion--some): New function.
4629 (completion-table-with-context, completion--file-name-table):
4630 Return the base-size if requested.
4631 (completion-table-in-turn): Generalize to multiple arguments.
4632 (complete-in-turn): Compatibility alias.
4633 (completion-styles-alist): New var.
4634 (completion-styles): New customization.
4635 (minibuffer-try-completion, minibuffer-all-completions):
4636 New functions.
4637 (minibuffer--do-completion, minibuffer-complete-and-exit)
4638 (minibuffer-try-word-completion): Use them.
4639 (display-completion-list, minibuffer-completion-help): Use them.
4640 Handle all-completions's new base-size info to set completion-base-size.
4641 * info.el (Info-read-node-name-1): Use completion-table-with-context,
4642 completion-table-with-terminator and complete-with-action.
4643 Remove the now obsolete completion-base-size-function property.
4644 * simple.el (completion-list-mode-map): Move init into declaration.
4645 (completion-list-mode): Use define-derived-mode.
4646 (completion-setup-function): Use any completion-base-size that may
4647 have been set before. Remove handling of completion-base-size-function.
4648 * loadup.el: Move abbrev.el up earlier.
4649
4650 2008-04-13 Alexandre Julliard <julliard@winehq.org>
4651
4652 * vc-git.el (vc-git-after-dir-status-stage)
4653 (vc-git-dir-status-goto-stage): New functions.
4654 (vc-git-after-dir-status-stage1)
4655 (vc-git-after-dir-status-stage1-empty-db)
4656 (vc-git-after-dir-status-stage2): Remove, functionality moved
4657 into the new generic stage functions.
4658 (vc-git-dir-status-files): New function.
4659
4660 * vc.el (vc-status-update): Revert an incorrect rewrite.
4661 Add some comments.
4662 (vc-status-refresh-files): New function.
4663 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
4664 state of up-to-date files.
4665 (vc-default-dir-status-files): New function.
4666
4667 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
4668
4669 * minibuffer.el (completion--embedded-envvar-table)
4670 (read-file-name-internal): Fix typos in 2008-04-11 change.
4671
4672 * faces.el (read-face-name): Use `completion-table-in-turn',
4673 not `complete-in-turn'.
4674
4675 2008-04-13 Andreas Schwab <schwab@suse.de>
4676
4677 * progmodes/etags.el: Require 'cl when compiling.
4678
4679 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
4680
4681 * progmodes/gud.el (gud-menu-map): Expand tooltip.
4682
4683 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
4684 (menu): Add/expand menu tooltips.
4685
4686 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4687
4688 * progmodes/sh-script.el (sh-show-indent): Fix typo.
4689 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
4690
4691 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
4692 considered registered.
4693
4694 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4695
4696 * emacs-lisp/copyright.el (copyright-update-directory): New command.
4697
4698 * ediff-wind.el (ediff-split-window-function)
4699 (ediff-merge-split-window-function): Improve custom type.
4700
4701 2008-04-12 Eli Zaretskii <eliz@gnu.org>
4702
4703 * loadup.el ("minibuffer"): Move after "faces".
4704
4705 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * progmodes/hideif.el (hif-factor): Handle unary minus.
4708
4709 2008-04-12 Glenn Morris <rgm@gnu.org>
4710
4711 * calendar/cal-china.el (chinese-calendar-time-zone):
4712 Mark obsolete name as risky too.
4713
4714 * calendar/calendar.el (calendar-faces): New custom group.
4715 (calendar-today, diary, holiday): Doc fix.
4716 Move to calendar-faces group.
4717 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
4718 (diary-button): Doc fix. Move to calendar-faces group.
4719
4720 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4721 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
4722 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
4723 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
4724 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
4725 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
4726 not in dumped files before the associated defcustom.
4727
4728 2008-04-11 Johan Bockgård <bojohan@gnu.org>
4729
4730 * minibuffer.el (lazy-completion-table): Fix debug spec.
4731
4732 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * minibuffer.el (complete-with-action, lazy-completion-table):
4735 Move from subr.el.
4736 (apply-partially, completion-table-dynamic)
4737 (completion-table-with-context, completion-table-with-terminator)
4738 (completion-table-in-turn): New funs.
4739 (completion--make-envvar-table, completion--embedded-envvar-table):
4740 New funs.
4741 (read-file-name-internal): Use them.
4742 (completion-setup-hook): Move from simple.el.
4743 * subr.el (complete-with-action, lazy-completion-table):
4744 * simple.el (completion-setup-hook): Move to minibuffer.el.
4745
4746 2008-04-11 Glenn Morris <rgm@gnu.org>
4747
4748 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
4749
4750 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4751
4752 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
4753
4754 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
4755
4756 * textmodes/fill.el (fill-forward-paragraph-function): New var.
4757 (fill-forward-paragraph): New fun.
4758 (fill-paragraph, fill-region): Use it.
4759
4760 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
4761 (vc-status-create-fileinfo): Make `extra' optional.
4762 (vc-status-busy): New fun.
4763 (vc-status-menu-map): Use it.
4764 (vc-status-crt-marked): Remove.
4765 (vc-status-update): Rename from vc-status-add-entries.
4766 Add argument so as to prevent addition of entries. Rewrite.
4767 (vc-update-vc-status-buffer): Remove.
4768 (vc-status-refresh): Don't remove old entries, set them to
4769 up-to-date instead. Also do it after the update is complete.
4770 (vc-status-marked-files): η-reduce.
4771
4772 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
4773 for non-dialogs.
4774
4775 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
4776
4777 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
4778
4779 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
4780
4781 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
4782 to t and don't truncate msg.
4783
4784 2008-04-11 Glenn Morris <rgm@gnu.org>
4785
4786 * calendar/calendar.el (diary, holidays):
4787 Move custom groups to other files.
4788 (holiday-general-holidays, holiday-oriental-holidays)
4789 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
4790 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4791 (holiday-hebrew-holidays, holiday-christian-holidays)
4792 (holiday-islamic-holidays, holiday-bahai-holidays)
4793 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
4794 * calendar/diary-lib.el: Move custom group here from calendar.el.
4795 * calendar/holidays-lib.el: Move custom group and variables here
4796 from calendar.el.
4797
4798 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
4799
4800 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4801 Fix custom group.
4802 (calendar-current-time-zone-cache): Autoload riskiness.
4803
4804 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
4805
4806 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
4807
4808 * woman.el (woman2-TH): Use string-equal instead of string-match.
4809
4810 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
4813 (smerge-resolve): Merge the "2-way refinement" case with one half of
4814 the "mere whitespace" resolution.
4815
4816 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
4817
4818 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
4819
4820 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
4821
4822 * subr.el (assoc-ignore-case, assoc-ignore-representation):
4823 Add WHEN to obsolescence declaration.
4824
4825 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
4826
4827 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
4828
4829 * vc-hooks.el (vc-state): Add new state `conflict'.
4830 (vc-after-save): Use when not if.
4831 (vc-default-mode-line-string): Deal with the conflict state.
4832 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
4833
4834 * vc.el (vc-editable-p, vc-default-status-printer)
4835 (vc-next-action): Deal with the conflict state.
4836 (vc-mark-resolved): New function.
4837 (vc-status-mode): Fix mode name.
4838 (vc-default-comment-history): Use when not if.
4839 (Todo): Add new entries, remove old ones.
4840
4841 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
4842 (vc-cvs-parse-status, vc-cvs-after-dir-status):
4843 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
4844 Detect the conflict state.
4845
4846 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
4847
4848 2008-04-10 Glenn Morris <rgm@gnu.org>
4849
4850 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
4851 Respect truncate-partial-width-windows in non-full windows,
4852 with regards to :toggle and :enable state.
4853
4854 * simple.el (toggle-truncate-lines): Doc fix.
4855
4856 * Makefile.in (MH_E_DIR): New variable.
4857 (MH_E_SRC): Restore variable removed 2008-03-13.
4858 (mh-loaddefs.el): Depend on $MH_E_SRC.
4859 (CAL_DIR, CAL_SRC): New variables.
4860 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
4861 Depend on CAL_SRC.
4862
4863 * calendar/calendar.el (calendar, diary): Add :prefix.
4864 (holidays): Change :prefix.
4865 (calendar-today, holiday, calendar-holiday-marker)
4866 (european-calendar-style): Change custom groups.
4867
4868 * calendar/calendar.el (diary-hook, diary-display-hook):
4869 Move to diary-lib.el.
4870 * calendar/diary-lib.el (diary-hook, diary-display-hook):
4871 Move here from calendar.el.
4872 * calendar/appt.el: Require diary-lib rather than calendar.
4873 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
4874
4875 * calendar/appt.el (appt): Add :prefix.
4876
4877 * calendar/diary-lib.el (diary-hook): Doc fix.
4878 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
4879
4880 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
4883 New functions.
4884
4885 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
4886 the arg to recursive calls.
4887
4888 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * minibuffer.el (completion-auto-help): Fix typo.
4891
4892 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
4895
4896 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
4897
4898 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
4899 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
4900
4901 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
4904
4905 * minibuffer.el (minibuffer): Move group from cus-edit.el.
4906 (completion-auto-help): Move from C code.
4907 (minibuffer--maybe-completion-help): Remove.
4908 (minibuffer--bitset): New function.
4909 (minibuffer--do-completion): Rename from minibuffer-do-completion.
4910 Renumber a bit. Really complete on string *before* point.
4911 Add argument used for word-completion.
4912 Join trailing / in completion with following text, as done in
4913 minibuffer-complete-word.
4914 Handle new value `lazy' for completion-auto-help.
4915 (minibuffer-try-word-completion): New function extracted from
4916 minibuffer-complete-word.
4917 (minibuffer-complete-word): Use minibuffer--do-completion.
4918 (minibuffer--insert-strings): Rename from
4919 minibuffer-complete-insert-strings.
4920 (exit-minibuffer): Fix typo.
4921 * cus-edit.el (minibuffer): Move group to minibuffer.el.
4922 * cus-start.el: Remove completion-auto-help.
4923
4924 2008-04-09 Alexandre Julliard <julliard@winehq.org>
4925
4926 * vc.el (vc-status-add-entries): New function.
4927 (vc-status-add-entry): Remove.
4928 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
4929 Use vc-status-add-entries.
4930
4931 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
4932 order.
4933
4934 2008-04-09 Jason Rumney <jasonr@gnu.org>
4935
4936 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
4937 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
4938 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
4939 (AUTOGENEL): New variable.
4940 (distclean, maintainer-clean): New targets.
4941
4942 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
4943
4944 * emacs-lisp/regexp-opt.el (regexp-opt):
4945 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
4946
4947 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
4948
4949 * nxml/nxml-mode.el (nxml-cleanup): New function.
4950 (nxml-mode): Add it to change-major-mode-hook.
4951
4952 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
4953
4954 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
4955
4956 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
4957
4958 * calc/.cvsignore: New file.
4959
4960 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
4961
4962 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
4963
4964 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
4965 show-help-function when turning tooltip off.
4966 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
4967 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
4968
4969 2008-04-09 Alan Mackenzie <acm@muc.de>
4970
4971 * font-lock.el (font-lock-extend-after-change-region-function):
4972 Make it buffer local.
4973
4974 2008-04-09 Glenn Morris <rgm@gnu.org>
4975
4976 * calendar/calendar.el (diary-file, european-calendar-style):
4977 Remove autoload cookies.
4978
4979 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4980
4981 * outline.el (outline-mode-menu-bar-map):
4982 * log-view.el (log-view-mode-menu):
4983 * log-edit.el (log-edit-menu): Add :help.
4984
4985 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * emacs-lisp/regexp-opt.el (regexp-opt-group):
4988 Use substring-no-properties for correct handling of unibyte strings.
4989
4990 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
4991
4992 * add-log.el (change-log-next-buffer): Handle the case where version<
4993 signals an error.
4994
4995 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
4996 mouse-major-mode-menu.
4997 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
4998 (mouse-major-mode-menu, mouse-popup-menubar)
4999 (mouse-popup-menubar-stuff): Use them.
5000 (C-down-mouse-3): Bind to a dynamic map rather than to
5001 mouse-popup-menubar-stuff.
5002
5003 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
5004 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
5005
5006 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5007
5008 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
5009 file:// access method.
5010
5011 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * minibuffer.el: New file.
5014 * loadup.el: Load it.
5015
5016 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5017
5018 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
5019 rather than subdirs.el. It introduces an ugly circular dependency, tho.
5020
5021 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
5022 (calc-mode-map, calc-digit-map, calc-dispatch-map):
5023 Move initialization into declaration.
5024 * calc/calc-yank.el:
5025 * calc/calc-misc.el:
5026 * calc/calc-embed.el:
5027 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
5028
5029 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
5030
5031 * ps-samp.el (ps-add-printer, ps-remove-printer)
5032 (ps-make-dynamic-printer-menu): New functions.
5033
5034 * net/zeroconf.el: New file.
5035
5036 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5037
5038 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
5039
5040 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5041
5042 * vc-rcs.el (vc-rcs-modify-change-comment):
5043 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
5044
5045 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
5046
5047 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
5048
5049 * international/mule-cmds.el (set-locale-environment): Don't warn if
5050 coding system doesn't agree with system locale (this reverts changes
5051 by Dave Love, dated 2002-10-27 and 2002-10-09).
5052
5053 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5054 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
5055
5056 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
5057
5058 2008-04-08 Glenn Morris <rgm@gnu.org>
5059
5060 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
5061 * textmodes/remember.el (remember-diary-convert-entry):
5062 Require calendar.
5063
5064 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
5065 diary-file, since it is the default for make-diary-entry anyway.
5066
5067 * calendar/cal-menu.el (cal-menu-event-to-date):
5068 Rename calendar-event-to-date. Update callers.
5069 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
5070 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
5071 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
5072 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
5073 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
5074 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
5075 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
5076 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
5077 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
5078 (calendar-mouse-tex-month-landscape):
5079 Rename cal-tex-mouse-month-landscape.
5080 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
5081 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
5082 (calendar-mouse-tex-year-landscape):
5083 Rename cal-tex-mouse-year-landscape.
5084 (cal-menu-context-mouse-menu): Update for above name changes.
5085
5086 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5087 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5088 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
5089 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
5090 * calendar/holidays.el: Replace int-to-string with number-to-string.
5091
5092 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
5093
5094 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
5095 region if point moves.
5096
5097 2008-04-08 Kenichi Handa <handa@m17n.org>
5098
5099 * faces.el (font-slant-table): Change numeric values for `r',
5100 `roman', and `normal'.
5101
5102 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
5103
5104 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
5105
5106 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
5107
5108 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
5109 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
5110
5111 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
5112
5113 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
5114 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
5115
5116 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
5119
5120 2008-04-07 Sam Steingold <sds@gnu.org>
5121
5122 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
5123 Add helper functions.
5124 (lisp-do-defun): Extract the common part of lisp-eval-defun and
5125 lisp-compile-defun; DEFVAR forms reset the variables to the init
5126 values, just like in emacs-lisp mode eval-defun.
5127 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
5128 (lisp-compile-region): Use lisp-compile-string.
5129
5130 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5131
5132 * subr.el (combine-and-quote-strings): Also quote strings that contain
5133 the separator.
5134
5135 * pcvs-util.el (cvs-map): Avoid recursion :-(
5136
5137 2008-04-07 Glenn Morris <rgm@gnu.org>
5138
5139 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
5140
5141 * calendar.el (diary-view-entries-initially-flag): Rename
5142 view-diary-entries-initially. Keep old name as alias, update users.
5143 (calendar-mark-diary-entries-flag): Rename
5144 mark-diary-entries-in-calendar. Keep old name as alias, update users.
5145 (calendar-view-holidays-initially-flag): Rename
5146 view-calendar-holidays-initially. Keep old name as alias, update users.
5147 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
5148 Keep old name as alias, update users.
5149 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
5150 Keep old name as alias, update users.
5151 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
5152 Keep old name as alias, update users.
5153 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
5154 Keep old name as alias, update users.
5155 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
5156 (diary-american-date-forms): Rename american-date-diary-pattern.
5157 Keep old name as alias, update users.
5158 (diary-european-date-forms): Rename european-date-diary-pattern.
5159 Keep old name as alias, update users.
5160 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
5161 Keep old name as alias, update users.
5162 (calendar-european-date-display-form): Rename
5163 european-calendar-display-form. Keep old name as alias, update users.
5164 (calendar-american-date-display-form): Rename
5165 european-calendar-display-form. Keep old name as alias, update users.
5166 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
5167 Keep old name as alias, update users.
5168 (holiday-general-holidays): Rename general-holidays.
5169 Keep old name as alias, update users.
5170 (holiday-oriental-holidays): Rename oriental-holidays.
5171 Keep old name as alias, update users.
5172 (holiday-local-holidays): Rename local-holidays.
5173 Keep old name as alias, update users.
5174 (holiday-other-holidays): Rename other-holidays.
5175 Keep old name as alias, update users.
5176 (holiday-hebrew-holidays): Rename hebrew-holidays.
5177 Keep old name as alias, update users.
5178 (holiday-christian-holidays): Rename christian-holidays.
5179 Keep old name as alias, update users.
5180 (holiday-islamic-holidays): Rename islamic-holidays.
5181 Keep old name as alias, update users.
5182 (holiday-bahai-holidays): Rename bahai-holidays.
5183 Keep old name as alias, update users.
5184 (holiday-solar-holidays): Rename solar-holidays.
5185 Keep old name as alias, update users.
5186 (diary-fancy-buffer): Rename fancy-diary-buffer.
5187 Keep old name as alias, update users.
5188 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
5189 Update users.
5190 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
5191 Update users.
5192 (calendar-increment-month): Rename increment-calendar-month.
5193 Keep old name as alias, update callers.
5194 (calendar-increment-month-cons): Rename old calendar-increment-month.
5195 Update callers.
5196 (calendar-extract-month): Rename extract-calendar-month.
5197 Keep old name as alias, update callers.
5198 (calendar-extract-day): Rename extract-calendar-day.
5199 Keep old name as alias, update callers.
5200 (calendar-extract-year): Rename extract-calendar-year.
5201 Keep old name as alias, update callers.
5202 (calendar-generate-window): Rename generate-calendar-window.
5203 Update callers.
5204 (calendar-generate): Rename generate-calendar. Update callers.
5205 (calendar-generate-month): Rename generate-calendar-month.
5206 Update callers.
5207 (calendar-redraw): Rename redraw-calendar. Update callers.
5208 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
5209 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
5210 Update callers.
5211 (calendar-update-mode-line): Rename update-calendar-mode-line.
5212 Update callers.
5213 (calendar-exit): Rename exit-calendar. Keep old name as alias,
5214 update callers.
5215 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
5216 Keep old name as alias, update callers.
5217 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5218 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
5219 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
5220 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
5221 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
5222 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
5223 * calendar/solar.el: Update for calendar.el name changes.
5224 * org/org.el (org-agenda-format-date-aligned)
5225 (org-agenda-execute-calendar-command): Access date elements directly
5226 rather than using calendar functions.
5227 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
5228 Also set calendar-view-diary-initially-flag,
5229 calendar-view-holidays-initially-flag.
5230 (org-get-entries-from-diary): Also set diary-fancy-buffer.
5231 (org-agenda-execute-calendar-command): No need to set displayed-day.
5232
5233 2008-04-06 Alan Mackenzie <acm@muc.de>
5234
5235 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
5236 typo in the doc string.
5237
5238 * progmodes/cc-mode.el (c-basic-common-init):
5239 Set font-lock-extend-after-change-region-function.
5240 (c-extend-after-change-region): New function, used in
5241 font-lock-extend-after-change-region-function, thus superseding
5242 advice on the Font Lock after change functions.
5243 (c-advise-fl-for-region): Remove this macro.
5244
5245 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5246
5247 * textmodes/flyspell.el (flyspell-duplicate-distance):
5248 Improve custom type.
5249
5250 2008-04-06 Glenn Morris <rgm@gnu.org>
5251
5252 * calendar/diary-lib.el (diary-sexp-entry-symbol):
5253 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
5254 (diary-list-entries-hook): Rename list-diary-entries-hook.
5255 Keep old name as alias, update users.
5256 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
5257 Keep old name as alias, update users.
5258 (diary-nongregorian-listing-hook): Rename
5259 nongregorian-diary-listing-hook. Keep old name as alias, update users.
5260 (diary-nongregorian-marking-hook): Rename
5261 nongregorian-diary-marking-hook. Keep old name as alias, update users.
5262 (diary-print-entries-hook): Rename print-diary-entries-hook.
5263 Keep old name as alias, update users.
5264 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
5265 Keep old name as alias, update users.
5266 (diary-number-of-entries): Rename number-of-diary-entries.
5267 Keep old name as alias, update users.
5268 (view-diary-entries, list-diary-entries, show-all-diary-entries):
5269 Give version of obsolescence.
5270 (diary-view-other-diary-entries): Rename view-other-diary-entries.
5271 Keep old name as alias, update callers.
5272 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
5273 update callers.
5274 (diary-include-other-diary-files): Rename include-other-diary-files.
5275 Keep old name as alias, update callers.
5276 (diary-simple-display): Rename simple-diary-display.
5277 Keep old name as alias, update callers.
5278 (diary-fancy-display): Rename fancy-diary-display.
5279 Keep old name as alias, update callers.
5280 (diary-print-entries): Rename print-diary-entries.
5281 Keep old name as alias, update callers.
5282 (diary-marking-entries-flag): Rename marking-diary-entries.
5283 Update users.
5284 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
5285 (diary-mark-entries): Rename mark-diary-entries.
5286 Keep old name as alias, update callers.
5287 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
5288 Keep old name as alias, update callers.
5289 (diary-mark-included-diary-files): Rename mark-included-diary-files.
5290 Keep old name as alias, update callers.
5291 (calendar-mark-days-named): Rename mark-calendar-days-named.
5292 Keep old name as alias, update callers.
5293 (calendar-mark-month): Rename mark-calendar-month.
5294 Keep old name as alias, update callers.
5295 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
5296 Keep old name as alias, update callers.
5297 (diary-sort-entries): Rename sort-diary-entries.
5298 Keep old name as alias, update callers.
5299 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
5300 Keep old name as alias, update callers.
5301 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
5302 update callers.
5303 (diary-insert-entry): Rename insert-diary-entry.
5304 Keep old name as alias.
5305 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
5306 Keep old name as alias.
5307 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
5308 Keep old name as alias.
5309 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
5310 Keep old name as alias.
5311 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
5312 Keep old name as alias.
5313 (diary-insert-block-entry): Rename insert-block-diary-entry.
5314 Keep old name as alias.
5315 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
5316 Keep old name as alias.
5317 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
5318 Keep old name as alias, update users.
5319 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
5320 Keep old name as alias, update callers.
5321 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5322 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
5323 * calendar/icalendar.el: Update for diary-lib name changes.
5324
5325 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
5326
5327 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
5328
5329 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
5330 for copy, move, and link operations.
5331
5332 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
5333
5334 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
5335 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
5336
5337 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
5338 'require' statements with 1-argument ones (wrapped in if's).
5339 For compatibility with the current stable version of XEmacs.
5340
5341 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5342
5343 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
5344
5345 2008-04-06 Jason Rumney <jasonr@gnu.org>
5346
5347 * language/burmese.el ("Burmese"): Make sample text consistent with
5348 language name.
5349
5350 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
5351
5352 * progmodes/gdb-ui.el (gdb): New group.
5353 (gdb-debug-log-max, gdb-enable-debug)
5354 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
5355 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
5356 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
5357 (gdb-show-changed-values, gdb-max-children)
5358 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
5359 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
5360 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
5361 (gdb-memory-unit): Move to new group from GUD group.
5362 (menu): Allow customization from GDB-UI menu-item.
5363
5364 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
5365
5366 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
5367
5368 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
5371 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5372 Revision numbers can include ".".
5373
5374 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
5375 "+" lines not accounted for by counting "-" and context lines.
5376
5377 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5378
5379 * term/mac-win.el (mac-service-open-file): Use file URL instead of
5380 file name string.
5381
5382 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
5385 (vc-bzr-annotate-time): Accept space used to preserve alignment.
5386
5387 2008-04-05 Richard Stallman <rms@gnu.org>
5388
5389 * emacs-lisp/advice.el (defadvice): Add usage pattern.
5390
5391 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
5392
5393 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
5394 thread in [h-e-w]).
5395
5396 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
5397
5398 * files.el (abort-if-file-too-large): Fix typo in docstring.
5399
5400 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5401
5402 * subr.el (functionp): Return nil for special forms.
5403
5404 2008-04-05 Glenn Morris <rgm@gnu.org>
5405
5406 * emacs-lisp/autoload.el (autoload-ensure-default-file):
5407 Provide a feature.
5408 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
5409 Require loaddef file rather than loading it.
5410 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
5411 autoload-ensure-default-file provides a feature.
5412
5413 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
5414 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
5415 (compile, compile-always, recompile): Use $LOADDEFS.
5416 (cal-autoloads): Remove.
5417
5418 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
5419 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
5420
5421 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
5422 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
5423
5424 * calendar/calendar.el (diary-hebrew-entry-symbol):
5425 Rename hebrew-diary-entry-symbol. Keep old name as alias.
5426 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
5427 Keep old name as alias.
5428 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
5429 Keep old name as alias.
5430 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
5431 to diary-bahai-entry-symbol.
5432 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
5433 to diary-hebrew-entry-symbol.
5434 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
5435 to diary-islamic-entry-symbol.
5436 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
5437
5438 * calendar/solar.el (diary-sabbath-candles-minutes)
5439 (diary-sabbath-candles): Move to cal-hebrew.
5440 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
5441 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
5442 Doc fix. Keep old name as alias.
5443 (diary-hebrew-sabbath-candles): Simplify.
5444 (solar-setup, solar-sunrise-sunset, calendar-latitude)
5445 (calendar-longitude, calendar-time-zone): Declare for compiler.
5446 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
5447 rename.
5448
5449 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
5450 Rename coptic-calendar-month-name-array. Update callers.
5451 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
5452 (calendar-coptic-name): Rename coptic-name. Update callers.
5453 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
5454 Update callers.
5455 (calendar-coptic-last-day-of-month):
5456 Rename coptic-calendar-last-day-of-month. Update callers.
5457 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
5458 Keep old name as alias, update callers.
5459 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
5460 Keep old name as alias, update callers.
5461 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
5462 Keep old name as alias.
5463 (calendar-ethiopic-month-name-array):
5464 Rename ethiopic-calendar-month-name-array. Update callers.
5465 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
5466 Update callers.
5467 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
5468 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
5469 Keep old name as alias, update callers.
5470 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
5471 Keep old name as alias, update callers.
5472 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
5473 Keep old name as alias.
5474
5475 * calendar/cal-french.el (calendar-french-epoch):
5476 Rename french-calendar-epoch. Update callers.
5477 (calendar-french-month-name-array): Rename variable and function
5478 french-calendar-month-name-array. Update callers.
5479 (calendar-french-multibyte-month-name-array):
5480 Rename french-calendar-multibyte-month-name-array. Update callers.
5481 (calendar-french-day-name-array): Rename variable and function
5482 french-calendar-day-name-array. Update callers.
5483 (calendar-french-special-days-array): Rename variable and function
5484 french-calendar-special-days-array. Update callers.
5485 (calendar-french-multibyte-special-days-array):
5486 Rename french-calendar-multibyte-special-days-array. Update callers.
5487 (calendar-french-accents-p): Rename french-calendar-accents.
5488 Update callers.
5489 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
5490 Update callers.
5491 (calendar-french-last-day-of-month):
5492 Rename french-calendar-last-day-of-month. Update callers.
5493 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
5494 Keep old name as alias, update callers.
5495 (calendar-french-print-date): Rename calendar-print-french-date.
5496 Keep old name as alias, update callers.
5497 (calendar-french-goto-date): Rename calendar-goto-french-date.
5498 Keep old name as alias.
5499
5500 * calendar/cal-menu.el, calendar/calendar.el:
5501 Update for Coptic and French name changes.
5502
5503 * calendar/cal-china.el (calendar-chinese): Rename custom group
5504 from chinese-calendar. Update users.
5505 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
5506 Keep old name as alias, update users.
5507 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
5508 Keep old name as alias.
5509 (calendar-chinese-daylight-time-offset):
5510 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
5511 update users.
5512 (calendar-chinese-standard-time-zone-name):
5513 Rename chinese-calendar-standard-time-zone-name.
5514 Keep old name as alias, update users.
5515 (calendar-chinese-daylight-saving-start):
5516 Rename chinese-calendar-daylight-savings-starts.
5517 Keep old name as alias, update users.
5518 (calendar-chinese-daylight-saving-end):
5519 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
5520 update users.
5521 (calendar-chinese-daylight-saving-start-time):
5522 Rename chinese-calendar-daylight-savings-starts-time.
5523 Keep old name as alias, update users.
5524 (calendar-chinese-daylight-saving-end-time):
5525 Rename chinese-calendar-daylight-savings-ends-time.
5526 Keep old name as alias, update users.
5527 (calendar-chinese-celestial-stem): Rename
5528 calendar-chinese-celestial-stem. Keep old name as alias, update users.
5529 (calendar-chinese-terrestrial-branch):
5530 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
5531 update users.
5532 (calendar-chinese-zodiac-sign-on-or-after):
5533 Rename chinese-zodiac-sign-on-or-after. Update callers.
5534 (calendar-chinese-new-moon-on-or-after):
5535 Rename chinese-new-moon-on-or-after. Update callers.
5536 (calendar-chinese-month-list): Rename chinese-month-list.
5537 Update callers.
5538 (calendar-chinese-number-months): Rename number-chinese-months.
5539 Update callers.
5540 (calendar-chinese-compute-year): Rename compute-chinese-year.
5541 Update callers.
5542 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
5543 (calendar-chinese-year): Rename chinese-year. Update callers.
5544 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
5545 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
5546 Keep old name as alias, update callers.
5547 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
5548 Keep old name as alias, update callers.
5549 (calendar-chinese-months-to-alist):
5550 Rename make-chinese-month-assoc-list. Update callers.
5551 (calendar-chinese-months): Rename chinese-months. Update callers.
5552 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
5553 Keep old name as alias, update callers.
5554
5555 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
5556 Rename hebrew-calendar-leap-year-p. Update callers.
5557 (calendar-hebrew-last-month-of-year):
5558 Rename hebrew-calendar-last-month-of-year. Update callers.
5559 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
5560 Update callers.
5561 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
5562 Update callers.
5563 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
5564 Update callers.
5565 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
5566 Update callers.
5567 (calendar-hebrew-last-day-of-month):
5568 Rename hebrew-calendar-last-day-of-month. Update callers.
5569 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
5570 Keep old name as alias, update callers.
5571 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
5572 Keep old name as alias, update callers.
5573 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
5574 Keep old name as alias, update callers.
5575 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
5576 Keep old name as alias.
5577 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
5578 Keep old name as alias.
5579 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
5580 Keep old name as alias.
5581 (holiday-hebrew-passover): Rename holiday-passover-etc.
5582 Keep old name as alias.
5583 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
5584 Keep old name as alias, update callers.
5585 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
5586 Keep old name as alias.
5587 (calendar-hebrew-mark-date-pattern):
5588 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
5589 update callers.
5590 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
5591 Keep old name as alias.
5592 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
5593 Keep old name as alias.
5594 (diary-hebrew-insert-monthly-entry):
5595 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
5596 (diary-hebrew-insert-yearly-entry):
5597 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
5598 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
5599 Keep old name as alias.
5600 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
5601 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
5602 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
5603 Keep old name as alias.
5604 (calendar-hebrew-parashiot-names):
5605 Rename hebrew-calendar-parashiot-names. Update callers.
5606 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
5607 (calendar-hebrew-year-Saturday-incomplete-Sunday):
5608 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
5609 (calendar-hebrew-year-Saturday-complete-Tuesday):
5610 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
5611 (calendar-hebrew-year-Monday-incomplete-Tuesday):
5612 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
5613 (calendar-hebrew-year-Monday-complete-Thursday):
5614 Rename hebrew-calendar-year-Monday-complete-Thursday.
5615 (calendar-hebrew-year-Tuesday-regular-Thursday):
5616 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
5617 (calendar-hebrew-year-Thursday-regular-Saturday):
5618 Rename hebrew-calendar-year-Thursday-regular-Saturday.
5619 (calendar-hebrew-year-Thursday-complete-Sunday):
5620 Rename hebrew-calendar-year-Thursday-complete-Sunday.
5621 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
5622 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
5623 (calendar-hebrew-year-Saturday-complete-Thursday):
5624 Rename hebrew-calendar-year-Saturday-complete-Thursday.
5625 (calendar-hebrew-year-Monday-incomplete-Thursday):
5626 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
5627 (calendar-hebrew-year-Monday-complete-Saturday):
5628 Rename hebrew-calendar-year-Monday-complete-Saturday.
5629 (calendar-hebrew-year-Tuesday-regular-Saturday):
5630 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
5631 (calendar-hebrew-year-Thursday-incomplete-Sunday):
5632 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
5633 (calendar-hebrew-year-Thursday-complete-Tuesday):
5634 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
5635 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
5636 Update for above name changes of constants.
5637
5638 * calendar/cal-menu.el, calendar/calendar.el:
5639 Update for chinese and hebrew name changes.
5640 * calendar/diary-lib.el: Update for hebrew name changes.
5641
5642 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5643
5644 * subr.el (keymap-canonicalize): Correct thinko.
5645
5646 * server.el: Undo part of the multi-tty change, which is only
5647 needed if server.el is preloaded, and broke server-running-p.
5648 (server-socket-dir): Initialize in the defvar, as before.
5649 (server-start): Remove initialization of server-socket-dir.
5650
5651 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5652
5653 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
5654 3-member cons cells.
5655
5656 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
5657
5658 * cus-face.el (custom-face-attributes): Handle roman slant.
5659
5660 * faces.el (default): Ensure the face-defface-spec property is set.
5661
5662 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
5663
5664 * files.el (abort-if-file-too-large): New function.
5665 (find-file-noselect, insert-file-1): Use it.
5666
5667 2008-04-05 Reto Zimmermann <reto@gnu.org>
5668
5669 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5670 Replace C-c[a-zA-Z] key bindings.
5671
5672 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * progmodes/hideif.el (hif-token-alist): New var.
5675 (hif-token-regexp, hif-tokenize): Use it.
5676 (hif-mathify-binop): New macro.
5677 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
5678 (hif-greater-equal, hif-less-equal): Use it.
5679 (hif-logior, hif-logand): New functions.
5680 (hif-math): Accept | and & as well.
5681
5682 * progmodes/etags.el: Fix problem with completion for buffer-local
5683 tables. Reported by Radey Shouman <shouman@comcast.net>.
5684 (tags-complete-tag): Remove.
5685 (tags-lazy-completion-table): New function to replace it.
5686 (find-tag-tag, complete-tag): Update users.
5687
5688 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5689
5690 * vc-rcs.el (vc-rcs-dir-status):
5691 * vc-sccs.el (vc-sccs-dir-status): New function.
5692
5693 * outline.el (outline-mode-menu-bar-map):
5694 * term.el (terminal-signal-menu): Add :help.
5695
5696 * net/eudc.el (eudc-mode-map): Declare and define in one step.
5697 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
5698
5699 * emacs-lisp/re-builder.el (reb-mode-map):
5700 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
5701
5702 * diff-mode.el (diff-file-junk-re): Recognize the git format for
5703 new files, deleted files and for changing permissions.
5704 (diff-mode): Set beginning-of-defun-function and
5705 end-of-defun-function.
5706
5707 * vc-bzr.el (vc-bzr-state): Use when instead of if.
5708
5709 * vc.el (vc-default-status-fileinfo-extra): New function.
5710 (vc-status-mark-buffer-changed): Use it.
5711 (vc-update-vc-status-buffer): Allow for partial updates.
5712
5713 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * net/tramp.el (after-init-hook): Don't wrap a lambda around
5716 tramp-register-completion-file-name-handler.
5717
5718 * subr.el (keymap-canonicalize): New function.
5719 * mouse.el (mouse-menu-non-singleton): Use it.
5720 (mouse-major-mode-menu): Remove hack made unnecessary.
5721
5722 * simple.el (set-fill-column): Prompt rather than error by default.
5723
5724 2008-04-04 Andreas Schwab <schwab@suse.de>
5725
5726 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5727 Reset new-rules after each round.
5728
5729 * Makefile.in (cal-autoloads): New target.
5730 (compile, compile-always, recompile): Depend on it.
5731 ($(lisp)/calendar/cal-loaddefs.el)
5732 ($(lisp)/calendar/diary-loaddefs.el)
5733 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
5734
5735 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
5736
5737 * ediff*.el: Replace load with require in eval-when-compile.
5738
5739 * ediff-hook: Delete all invocations of (autoload ...).
5740
5741 * ediff-util.el (ediff-setup): Make window-min-height a local variable
5742 in ediff control window, and set its min height to 2.
5743 (ediff-setup-control-buffer): Dedicate the control window.
5744 (ediff-toggle-multiframe): Undedicate control window.
5745 Work directly with ediff-setup-windows-multiframe and
5746 ediff-setup-windows-plain.
5747
5748 * ediff-wind (ediff-choose-window-setup-function-automatically):
5749 New function.
5750 (ediff-window-setup-function): Change initialization.
5751 (ediff-setup-windows-automatic): Delete.
5752 (ediff-setup-windows-plain-merge): Make control window dedicated.
5753 (ediff-destroy-control-frame): Do not skip frames if working in a
5754 single frame.
5755
5756 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
5757 eval-when-compile.
5758
5759 * emulation/viper-util.el: Move provide's forward, prevent recursion in
5760 eval-when-compile.
5761
5762 2008-04-04 Glenn Morris <rgm@gnu.org>
5763
5764 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
5765 calendar-absolute-from-bahai. Update callers, keep old name as alias.
5766
5767 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
5768 Rename islamic-calendar-leap-year-p. Update callers.
5769 (calendar-islamic-last-day-of-month):
5770 Rename islamic-calendar-last-day-of-month. Update callers.
5771 (calendar-islamic-day-number):
5772 Rename islamic-calendar-day-number. Update callers.
5773 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
5774 Update callers, keep old name as alias.
5775 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
5776 Update callers, keep old name as alias.
5777 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
5778 Keep old name as alias.
5779 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
5780 Update callers, keep old name as alias.
5781 (calendar-islamic-mark-date-pattern):
5782 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
5783 name as alias.
5784 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
5785 Keep old name as alias.
5786 (diary-islamic-insert-monthly-entry):
5787 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
5788 (diary-islamic-insert-yearly-entry):
5789 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
5790
5791 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
5792 calendar-absolute-from-iso. Update callers, keep old name as alias.
5793 (calendar-iso-print-date): Rename calendar-print-iso-date.
5794 Update callers, keep old name as alias.
5795 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
5796 Keep old name as alias.
5797 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
5798 Keep old name as alias.
5799
5800 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
5801 calendar-absolute-from-julian. Update callers, keep old name as alias.
5802 (calendar-julian-print-date): Rename calendar-print-julian-date.
5803 Update callers, keep old name as alias.
5804 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
5805 Update callers, keep old name as alias.
5806 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
5807 Update callers, keep old name as alias.
5808 (calendar-astro-print-day-number):
5809 Rename calendar-print-astro-day-number. Update callers, keep old
5810 name as alias.
5811 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
5812 Update callers, keep old name as alias.
5813
5814 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
5815 Rename calendar-string-to-mayan-long-count. Update callers.
5816 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
5817 Update callers, keep old name as alias.
5818 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
5819 Update callers.
5820 (calendar-mayan-read-tzolkin-date):
5821 Rename calendar-read-mayan-tzolkin-date. Update callers.
5822 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
5823 Keep old name as alias.
5824 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
5825 Keep old name as alias.
5826 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
5827 Keep old name as alias.
5828 (calendar-mayan-previous-tzolkin-date):
5829 Rename calendar-previous-tzolkin-date. Keep old name as alias.
5830 (calendar-mayan-next-round-date):
5831 Rename calendar-next-calendar-round-date. Keep old name as alias.
5832 (calendar-mayan-previous-round-date):
5833 Rename calendar-previous-calendar-round-date. Keep old name as alias.
5834 (calendar-mayan-long-count-to-absolute): Rename
5835 calendar-absolute-from-mayan-long-count. Keep old name as alias.
5836 (calendar-mayan-goto-long-count-date):
5837 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
5838
5839 * calendar/cal-persia.el (calendar-persian-month-name-array):
5840 Rename persian-calendar-month-name-array. Update callers.
5841 (calendar-persian-epoch): Rename persian-calendar-epoch.
5842 Update callers.
5843 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
5844 Update callers.
5845 (calendar-persian-last-day-of-month):
5846 Rename persian-calendar-last-day-of-month. Update callers.
5847 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
5848 Update callers, keep old name as alias.
5849 (calendar-persian-print-date): Rename calendar-print-persian-date.
5850 Update callers, keep old name as alias.
5851 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
5852 Keep old name as alias.
5853
5854 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
5855 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
5856 * calendar/solar.el: Update for cal-julian name changes.
5857
5858 * calendar/cal-dst.el: Update for persian name changes.
5859
5860 * calendar/cal-menu.el, calendar/calendar.el:
5861 Update for islamic, iso, julian, mayan, persian name changes.
5862
5863 * calendar/diary-lib.el: Update for islamic name changes.
5864
5865 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
5866 Rename all-hebrew-calendar-holidays. Update callers, keep old name
5867 as alias.
5868 (calendar-christian-all-holidays-flag):
5869 Rename all-christian-calendar-holidays. Update callers, keep old
5870 name as alias.
5871 (calendar-islamic-all-holidays-flag):
5872 Rename all-islamic-calendar-holidays. Update callers, keep old
5873 name as alias.
5874 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
5875 Update callers, keep old name as alias.
5876 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
5877 Update for the above name changes.
5878
5879 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * hilit-chg.el (global-highlight-changes-mode)
5882 (highlight-changes-passive-string, highlight-changes-active-string):
5883 Mark as obsolete since 23.1, not 22.1.
5884
5885 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
5886
5887 * hilit-chg.el (highlight-changes-visibility-initial-state)
5888 (hilit-chg-update, highlight-changes-mode-turn-on):
5889 Fix typos in docstrings.
5890
5891 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
5892
5893 * newcomment.el (comment-enter-backward): Be careful to restore
5894 position changed during narrowing.
5895
5896 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
5897
5898 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5899 Recognize `sub ($$)'.
5900
5901 2008-04-03 Richard Sharman <rsharman@pobox.com>
5902
5903 * hilit-chg.el (highlight-changes-mode): Rename from
5904 highlight-changes; no longer uses sub-modes active and passive;
5905 implemented by define-minor-mode.
5906 (highlight-changes-toggle-visibility): New function, to replace
5907 the old passive/active submodes of global-highlight-changes-mode;
5908 implemented by define-minor-mode.
5909 (global-highlight-changes-mode): Rename from global-highlight-changes;
5910 rewrite using define-globalized-minor-mode.
5911 (hilit-chg-major-mode-hook, hilit-chg-check-global)
5912 (hilit-chg-post-command-hook, hilit-chg-check-global)
5913 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
5914 to use of define-globalized-minor-mode.
5915 (highlight-changes-global-initial-state): Change to be boolean.
5916 (highlight-changes-visible-string, highlight-changes-invisible-string):
5917 Rename from highlight-changes-active-string and
5918 highlight-changes-passive-string.
5919 (hilit-chg-update, hilit-chg-set): Use them.
5920 (global-highlight-changes-mode): Rename from global-highlight-changes.
5921 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
5922 docstring.
5923 (hilit-chg-hide-changes): Rewrite to use dolist.
5924 (hilit-chg-set-face-on-change, hilit-chg-update)
5925 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
5926 variable instead of testing highlight-changes-mode.
5927 (highlight-markup-buffers): Add require ediff-util; argument on calls
5928 to highlight-changes-mode changed.
5929 (highlight-compare-with-file): Fix problems with interactive
5930 call giving invalid default file.
5931
5932 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
5933
5934 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
5935 Fix in disassembly buffer (regression in 22.2).
5936
5937 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
5938
5939 * emulation/viper-macs.el (viper-read-fast-keysequence):
5940 Use viper-read-event instead of viper-read-key.
5941
5942 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
5943
5944 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
5945 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
5946 let-statements.
5947
5948 * emulation/viper-ex.el, emulation/viper-macs.el:
5949 * emulation/viper-mous.el:
5950 Replace load with require in eval-when-compile.
5951
5952 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
5955
5956 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
5957 (archive-try-jka-compr): New function.
5958 (archive-set-buffer-as-visiting-file): Use it.
5959
5960 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
5961
5962 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
5963
5964 * simple.el (handle-shift-selection): New arg.
5965
5966 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
5969
5970 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
5971
5972 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * shell.el (shell-dynamic-complete-filename): New fun.
5975 (shell-dynamic-complete-functions): Use it.
5976
5977 * help-fns.el (describe-variable): Undo 2008-02-25 change.
5978
5979 2008-04-03 Kenichi Handa <handa@m17n.org>
5980
5981 * international/fontset.el (create-fontset-from-x-resource):
5982 Handle the error of X resource more gracefully.
5983
5984 * international/latin1-disp.el (latin1-display): Don't use make-char.
5985 Fix the argument to set-char-table-range.
5986 (latin1-display-identities): Don't use make-char.
5987 (latin1-display-reset): Use map-charset-chars instead of directly
5988 calling standard-display-default.
5989 (latin1-display-check-font): Don't use make-char.
5990 (latin1-display-setup): Likewise.
5991 (latin1-display-ucs-per-lynx): Likewise.
5992
5993 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5994
5995 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
5996 name the fields, to make the code clearer.
5997 Rewrite all `aset' and `aref' using the defined accessors.
5998 (timer--time): New pseudo-field.
5999 (timer-set-time, timer-set-idle-time, timer-inc-time)
6000 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
6001 (timer--time-less-p): New function.
6002 (timer--activate): New function, extracted from timer-activate.
6003 (timer-activate-when-idle, timer-activate): Use it.
6004 (cancel-function-timers): Use dolist.
6005
6006 2008-04-03 Glenn Morris <rgm@gnu.org>
6007
6008 * add-log.el (c-beginning-of-defun, c-end-of-defun):
6009 Remove declarations; no longer used.
6010 (c-cpp-define-name, c-defun-name): Declare as functions.
6011
6012 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
6013 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
6014
6015 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
6016 (holiday-passover-etc, holiday-hanukkah): Doc fix.
6017 Add optional argument. Simplify.
6018 (holiday-tisha-b-av-etc): Use memq rather than unless.
6019 (holiday-julian): Autoload it.
6020 (holiday-hebrew-misc): New function.
6021
6022 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
6023
6024 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6025 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
6026 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
6027 all-hebrew-calendar-holidays.
6028 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
6029 Simplify using new functions.
6030 (calendar-holidays): Doc fix.
6031 (generate-calendar-window): Use bound-and-true-p.
6032
6033 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
6034
6035 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
6036 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
6037 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
6038 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
6039
6040 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
6041
6042 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
6045
6046 * vc-bzr.el (vc-bzr-checkout): Simplify.
6047
6048 * image-mode.el (image-mode-fit-frame): New command.
6049
6050 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
6051 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
6052 (keyboard-escape-quit): Check region-active-p i.s.o
6053 transient-mark-mode.
6054
6055 2008-04-02 Simon Josefsson <simon@josefsson.org>
6056
6057 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
6058 (imap-message-copyuid-1): Use it.
6059 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
6060 J. Williams in
6061 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6062
6063 2008-04-02 Alan Mackenzie <acm@muc.de>
6064
6065 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
6066 New optimised functions to get the name of the current defun/macro.
6067
6068 * add-log.el (add-log-current-defun): Move the functionality which
6069 gets the current function name for C like modes to cc-cmds.el,
6070 thus optimising for speed.
6071
6072 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
6073
6074 * simple.el (deactivate-mark): When the mark is temporarily
6075 active, restore the original value of transient-mark-mode.
6076 (set-mark-command): First deactivate the mark if was temporarily active.
6077 (exchange-point-and-mark): Reactivate the mark if it was
6078 temporarily active.
6079 (handle-shift-selection): New fun.
6080 (transient-mark-mode): Move var documentation here from buffer.c.
6081 (next-line, previous-line, backward-word, move-end-of-line)
6082 (move-beginning-of-line, forward-to-indentation)
6083 (backward-to-indentation, back-to-indentation)
6084 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
6085
6086 * mouse.el (mouse-set-region-1): Save the old value of
6087 transient-mark-mode.
6088 (mouse-drag-track): Ignore the now-obsolete value `identity' for
6089 transient-mark-mode.
6090
6091 * textmodes/paragraphs.el (forward-paragraph)
6092 (backward-paragraph, forward-sentence, backward-sentence): Add ^
6093 interactive spec.
6094
6095 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
6096
6097 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
6098
6099 * net/tramp.el (tramp-make-tramp-temp-file):
6100 Use `tramp-drop-volume-letter' for the local file name part.
6101
6102 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6103
6104 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
6105 Add menu entries corresponding to all the key bindings.
6106
6107 * emacs-lisp/debug.el (debugger-mode-map):
6108 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
6109 (conf-align-assignments): Only work on the region if it is active.
6110 (conf-quote-normal): Use when instead of if. Remove redundant test.
6111
6112 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6113 for tracing and re-builder.
6114
6115 2008-04-02 Glenn Morris <rgm@gnu.org>
6116
6117 * calendar/appt.el (appt-disp-window-function): Doc fix.
6118 (appt-display-message): Move beep before display.
6119 (appt-check): Make interactive. Reduce the number of lets.
6120 Use string-equal to compare mode-line strings.
6121 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
6122 read-only.
6123 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
6124 (appt-delete): Simplify.
6125
6126 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
6127
6128 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6129
6130 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6131 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
6132 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
6133
6134 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
6135 (calendar-holiday-marker, mark-visible-calendar-date):
6136 * calendar/diary-lib.el (fancy-diary-display):
6137 Check for font-lock-mode before using faces.
6138
6139 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
6140 (calendar-gregorian-from-absolute): Reduce the number of lets.
6141 (hebrew-holidays-4, generate-calendar-window): Simplify.
6142 (calendar-for-loop): Make obsolete.
6143 (calendar-nth-named-day): Doc fix.
6144
6145 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
6146 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
6147 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
6148 Reduce the number of lets.
6149 (mark-sexp-diary-entries, calendar-mark-complex):
6150 Expand calendar-for-loops.
6151
6152 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
6153
6154 * find-dired.el (find-dired-filter): Fix last patch to handle
6155 multi-line process input. Pad link numbers too.
6156
6157 2008-04-01 Jari Aalto <jari.aalto@cante.net>
6158
6159 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
6160
6161 2008-04-01 Jason Rumney <jasonr@gnu.org>
6162
6163 * international/characters.el (script-list): Add phonetic script,
6164 covering IPA (previously Latin), Phonetic Extensions and
6165 Phonetic Extensions Supplement (both previously unassigned).
6166
6167 * international/fontset.el (setup-default-fontset): Use unicode fonts
6168 that cover bopomofo script for bopomofo.
6169 Likewise for braille and mathematical.
6170 Use unicode scripts that cover the phonetic script for IPA.
6171
6172 2008-04-01 Johan Bockgård <bojohan@gnu.org>
6173
6174 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
6175 return the assigned value.
6176
6177 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6178
6179 * abbrev.el (abbrev-mode): Use define-minor-mode.
6180
6181 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
6182 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
6183 Use map-keymap.
6184 (minor-mode-menu-from-indicator): Use it. Simplify.
6185
6186 * bindings.el (mode-line-mode-menu): Move before (new) first use.
6187 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
6188 Bind the key directly to the menu.
6189 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
6190
6191 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6192
6193 * epa.el (epa-decrypt-region): Explain the reason why this
6194 function should not be used in Lisp programs.
6195 (epa-decrypt-armor-in-region): Ditto.
6196 (epa-verify-region): Ditto.
6197 (epa-verify-cleartext-in-region): Ditto.
6198 (epa-sign-region): Ditto.
6199 (epa-encrypt-region): Ditto.
6200
6201 * epg.el (epg-start-receive-keys): Fix typo in docstring.
6202
6203 * epa.el (epa-select-keys): Show menu even if there is no key in
6204 GnuPG's keyring.
6205
6206 2008-04-01 Glenn Morris <rgm@gnu.org>
6207
6208 * calendar/calendar.el (calendar-make-temp-face): New function.
6209 (mark-visible-calendar-date):
6210 * calendar/diary-lib.el (fancy-diary-display): Use it.
6211
6212 * vc-hooks.el (vc-responsible-backend): Declare as function.
6213
6214 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
6215 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
6216 * calendar/cal-julian.el (holiday-julian): Use it.
6217
6218 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
6219 (calendar-hebrew-date-is-visible-p): Extract some common code into
6220 separate function.
6221 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
6222
6223 * calendar/cal-menu.el (cal-menu-holidays-menu):
6224 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
6225 rather than obsolete alias.
6226
6227 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
6228 for mark characters.
6229 (calendar-unmark): Unmark by removing all overlays, rather than
6230 redrawing.
6231 (calendar-starred-day): Remove.
6232 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
6233 (calendar-cursor-to-date): No need for special star handling now
6234 using overlays.
6235 (calendar-star-date): Use overlays.
6236
6237 * calendar/cal-french.el (calendar-goto-french-date):
6238 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
6239 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
6240 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
6241 * calendar/cal-persia.el (calendar-persian-date-string):
6242 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6243 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
6244 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
6245 * calendar/solar.el (solar-equinoxes-solstices):
6246 Reduce nesting of some lets.
6247
6248 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6249 (calendar-goto-mayan-long-count-date): Simplify.
6250
6251 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
6252 Simplify by using mapcar.
6253 (calendar-list-holidays): Return holiday-list.
6254 (list-holidays): Use let rather than let*. Remove un-needed locals
6255 `d', `never'.
6256 (calendar-check-holidays): Return result from dolist.
6257 (holiday-float): Use a single let*. Simplify if-and to and.
6258 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
6259 single let*.
6260
6261 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
6262
6263 * calc/calc.el: Autoload `calc-yank'.
6264 (calc-mode-map): Add keybindings for `calc-yank'.
6265 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
6266 assignments for `calc-yank'.
6267
6268 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
6269
6270 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
6271 (vc-status-mark-buffer-changed): Handle the extra field.
6272
6273 * vc-bzr.el (vc-bzr-after-dir-status):
6274 * vc-cvs.el (vc-cvs-after-dir-status):
6275 * vc-hg.el (vc-hg-after-dir-status):
6276 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
6277
6278 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6279
6280 * doc-view.el: Compute displayed pages first (in PDF).
6281 (doc-view-current-converter-processes): Rename from
6282 doc-view-current-converter-process. Update users.
6283 (doc-view-sentinel): Test buffer's liveness.
6284 (doc-view-pdf/ps->png-sentinel): Remove.
6285 (doc-view-start-process): New function.
6286 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
6287 (doc-view-ps->pdf): Use it.
6288 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
6289 New functions.
6290 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
6291 (doc-view-mode): Kill the processes when leaving the mode.
6292
6293 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
6294
6295 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
6296 Use `byte-compile-warning-types'. Add docstring.
6297
6298 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
6301 (smerge-resolve): Add various resolution heuristics.
6302
6303 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
6304 in 3-way conflicts.
6305
6306 2008-03-31 Glenn Morris <rgm@gnu.org>
6307
6308 * calendar/cal-bahai.el (diary-bahai-mark-entries):
6309 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6310 * calendar/cal-islam.el (mark-islamic-diary-entries):
6311 Fix argument order in call to diary-mark-entries-1.
6312
6313 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
6314 pre-Bahai dates.
6315 (holiday-bahai): Use an algorithm actually relevant to this calendar
6316 system.
6317
6318 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
6319
6320 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
6321 Use and.
6322
6323 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
6324 in the last fortnight in Julian October.
6325
6326 * calendar/calendar.el (increment-calendar-month): Optionally handle
6327 systems without 12 months per year.
6328
6329 (calendar-date-is-visible-p): Doc fix. Simplify.
6330
6331 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
6332 from dolist.
6333
6334 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
6335
6336 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
6337 (hi-lock-unload-function): New function.
6338
6339 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6340
6341 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
6342 overwriting when NEWNAME is a local file.
6343
6344 * net/trampver.el: Update release number.
6345
6346 2008-03-30 Alexandre Julliard <julliard@winehq.org>
6347
6348 * vc-git.el: Make vc-status display information about copies,
6349 renames and permission changes.
6350 (vc-git-extra-fileinfo): New defstruct.
6351 (vc-git-escape-file-name, vc-git-file-type-as-string)
6352 (vc-git-rename-as-string, vc-git-permissions-as-string)
6353 (vc-git-status-printer): New functions.
6354 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
6355 (vc-git-after-dir-status-stage1): Look for copies, renames and
6356 permission changes.
6357 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
6358 (vc-git-dir-status): Ask for staged files and renames.
6359
6360 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6361
6362 * vc.el: Allow backends to display backend specific information in
6363 the vc-status listing.
6364 (vc-status-fileinfo): Add a field for backend specific information.
6365 (vc-status-printer): Rename to ...
6366 (vc-default-status-printer): ... this.
6367 (vc-status-printer): New function.
6368 (vc-update-vc-status-buffer): Set the backend specific file info
6369 if provided.
6370
6371 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * textmodes/remember.el (remember-diary-convert-entry): Revert last
6374 change (ill-conceived).
6375
6376 2008-03-29 Glenn Morris <rgm@gnu.org>
6377
6378 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
6379 * calendar/cal-julian.el (holiday-julian): Simplify.
6380
6381 * calendar/holidays.el (list-holidays): Use or.
6382
6383 2008-03-29 Juri Linkov <juri@jurta.org>
6384
6385 * window.el (split-window-preferred-horizontally): New function.
6386
6387 * cus-start.el (split-window-preferred-function):
6388 Set choice for "vertically" to nil instead of split-window.
6389 Set choice for "horizontally" to split-window-preferred-horizontally
6390 instead of lambda.
6391
6392 2008-03-29 Juri Linkov <juri@jurta.org>
6393
6394 * simple.el (minibuffer-default-add-function): New variable with
6395 the default to minibuffer-default-add-completions.
6396 (minibuffer-default-add-done): New variable. Make it buffer-local.
6397 (minibuffer-default-add-completions): New function.
6398 (goto-history-element): Set minibuffer-default-add-done to t and
6399 call a function in minibuffer-default-add-function when the
6400 specified absolute history position is greater than the length of
6401 the minibuffer-default list and minibuffer-default-add-done is nil.
6402 Change "^End of history; no next item$" to "^End of defaults;
6403 no next item$".
6404
6405 * bindings.el (debug-ignored-errors): Change "^End of history;
6406 no next item$" to "^End of defaults; no next item$".
6407
6408 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6409
6410 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
6411
6412 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
6413 to with-no-warnings.
6414
6415 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6416
6417 Sync with Tramp 2.1.13.
6418
6419 * net/tramp-ftp.el: Require 'cl when byte-compiling.
6420
6421 * net/trampver.el: Update release number.
6422
6423 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
6424
6425 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
6426 the current backend.
6427
6428 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
6429 (vc-status-refresh): Create a temporary buffer and call the
6430 `dir-status' backend function from that buffer.
6431
6432 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
6433 (vc-bzr-after-dir-status): Don't kill the buffer.
6434
6435 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
6436 (vc-cvs-after-dir-status): Don't kill the buffer.
6437
6438 * vc-git.el (vc-git-dir-status): Don't create a buffer.
6439 (vc-git-after-dir-status-stage2): Don't kill the buffer.
6440
6441 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
6442 (vc-hg-after-dir-status): Don't kill the buffer.
6443
6444 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
6445 (vc-svn-after-dir-status): Don't kill the buffer.
6446
6447 2008-03-29 Glenn Morris <rgm@gnu.org>
6448
6449 * calendar/calendar.el (diary-file, american-date-diary-pattern)
6450 (european-date-diary-pattern, european-calendar-display-form)
6451 (american-calendar-display-form, diary-display-hook): Doc fixes.
6452 (european-calendar-style): Doc fix. Use calendar-set-date-style for
6453 custom :set. Mark as obsolete.
6454 (calendar-date-style, iso-date-diary-pattern)
6455 (iso-calendar-display-form): New user variables.
6456 (diary-date-forms, calendar-date-display-form): Set using
6457 calendar-date-style. Doc fix.
6458 (calendar-set-date-style): New command.
6459 (european-calendar, american-calendar): Use calendar-set-date-style.
6460 Mark as obsolete.
6461
6462 * calendar/diary-lib.el (number): Move declaration where needed.
6463 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
6464 (diary-make-date): New function.
6465 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
6466 Use diary-make-date.
6467 (diary-date-display-form, diary-insert-entry-1): New functions.
6468 (insert-monthly-diary-entry, insert-yearly-diary-entry):
6469 Use diary-insert-entry-1.
6470 (insert-anniversary-diary-entry, insert-block-diary-entry)
6471 (insert-cyclic-diary-entry): Use diary-date-display-form.
6472
6473 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6474 Autoload diary-insert-entry-1.
6475 * calendar/cal-bahai.el (diary-bahai-insert-entry)
6476 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6477 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
6478 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
6479 * calendar/cal-islam.el (insert-islamic-diary-entry)
6480 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
6481 Use diary-insert-entry-1.
6482
6483 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
6484 (diary-yahrzeit): Doc fix. Use diary-make-date.
6485
6486 * calendar/icalendar.el (icalendar--datetime-to-american-date):
6487 New name for icalendar--datetime-to-noneuropean-date. Make old name
6488 obsolete alias.
6489 (icalendar--datetime-to-iso-date): New function.
6490 (icalendar--datetime-to-diary-date): Doc fix. Respect
6491 calendar-date-style if bound.
6492
6493 * textmodes/remember.el (remember-diary-convert-entry):
6494 Respect calendar-date-style if bound.
6495
6496 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
6499 (xterm-mouse-handle-delete-frame): Delete.
6500
6501 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
6502 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
6503 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
6504 in xterm-modify-other-keys-terminal-list.
6505
6506 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
6507 are conflicts.
6508
6509 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
6510
6511 * vc.el (vc-update): Check if the buffer is unsaved only if it
6512 actually exists.
6513 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
6514 vc-print-log.
6515
6516 2008-03-28 Magnus Henoch <mange@freemail.hu>
6517
6518 * net/dns.el (dns-write): Use set-buffer-multibyte.
6519
6520 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * vc-bzr.el (vc-bzr-sha1): New fun.
6523 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
6524 (vc-bzr-registered): Use it.
6525
6526 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
6527
6528 * vc.el (vc-status-kill-dir-status-process): Simplify.
6529 (vc-status-refresh): Make sure the buffer is live.
6530 (ring): Don't require it, not used.
6531
6532 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
6533
6534 * progmodes/verilog-mode.el (verilog-auto-inout-module):
6535 Add optional regular expression to AUTOINOUTMODULE.
6536 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
6537 (verilog-auto-inst-param, verilog-auto-reg)
6538 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
6539 (verilog-auto-output-every, verilog-auto-input)
6540 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
6541 (verilog-auto-unused, verilog-auto): Update documentation to use
6542 more obvious instance module names versus cell names.
6543
6544 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
6545
6546 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
6547 kill if a process is running.
6548
6549 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
6550
6551 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
6552
6553 * vc.el: Add new backend function 'status-extra-headers.
6554 (vc-default-status-extra-headers): New function.
6555 (vc-status-headers): Call 'status-extra-headers. Add colors.
6556
6557 * vc-git.el (vc-git-status-extra-headers): New function.
6558
6559 2008-03-28 Glenn Morris <rgm@gnu.org>
6560
6561 * calendar/cal-menu.el (cal-menu-holidays-menu)
6562 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6563 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
6564 holiday-list is optional.
6565 (calendar-mouse-holidays): Remove un-needed local `l'.
6566
6567 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6568 Remove un-needed local `date'.
6569 (calendar-cursor-to-visible-date): Use let rather than let*.
6570 Remove un-needed local `first-of-month-weekday'.
6571
6572 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
6573
6574 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
6575 Doc fixes.
6576 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
6577 (diary-header-line-flag, diary-header-line-format): Declare.
6578 (diary-pull-attrs): Check for multiple matches.
6579 (diary-list-entries-2): Simplify finding start of date.
6580 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
6581 pop-up-frames.
6582 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
6583 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
6584
6585 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
6586
6587 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
6588
6589 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
6590
6591 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
6594
6595 * image-mode.el (image-mode-reapply-winprops): Fix last change.
6596
6597 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
6598
6599 * international/mule-conf.el (define-iso-single-byte-charset):
6600 Don't make latin-iso8859-* supplementary.
6601 (#'set-charset-priority): Don't change the priority of charsets
6602 `unicode' and `emacs'.
6603
6604 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
6607 temp buffer.
6608
6609 2008-03-27 Glenn Morris <rgm@gnu.org>
6610
6611 * calendar/cal-bahai.el (diary-bahai-list-entries):
6612 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
6613 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
6614
6615 * calendar/calendar.el (diary-file): Doc fix.
6616
6617 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
6618 (list-diary-entries-hook, mark-diary-entries-hook)
6619 (include-other-diary-files, diary-mail-entries)
6620 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
6621 (diary-set-header): New function.
6622 (diary-header-line-flag, diary-header-line-format):
6623 Use diary-set-header for custom :set function.
6624 (diary-set-maybe-redraw): Use symbol-value rather than eval.
6625 (diary-attrtype-convert): Use intern-soft rather than read.
6626 (diary-display-no-entries): New function.
6627 (simple-diary-display, fancy-diary-display): Use it.
6628 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
6629 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
6630
6631 * calendar/holidays.el (list-holidays): Doc fix.
6632
6633 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
6634
6635 * calc/calc-store.el (calc-read-var-name-history): New variable.
6636 (calc-read-var-name): Use `calc-read-var-name-history'.
6637
6638 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6639
6640 * image-mode.el (image-mode-reapply-winprops): Simplify now that
6641 window-configuration-change-hook works buffer-locally.
6642
6643 2008-03-26 Johan Bockgård <bojohan@gnu.org>
6644
6645 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
6646 for Emacs Lisp, not Lisp.
6647
6648 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
6649
6650 * help-fns.el (describe-function-1, describe-variable):
6651 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
6652
6653 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
6654 replacement is provided, don't print "use nil instead".
6655
6656 2008-03-26 Johan Bockgård <bojohan@gnu.org>
6657
6658 * complete.el (PC-do-completion): Use regexp-quote.
6659
6660 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6661
6662 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
6663 Detect missing files.
6664
6665 * vc-git.el (vc-git-extra-menu-map): New key map.
6666 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
6667 New functions.
6668
6669 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
6670 and 'missing files.
6671
6672 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * calendar/holidays.el (list-holidays): Make Y2 optional.
6675
6676 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
6677 buffers shown to the user.
6678 (appt-disp-window): Disable undo explicitly now that the leading space
6679 is gone.
6680
6681 * simple.el (activate-mark): New function.
6682 (set-mark-command): Use it with region-active-p to clean up the code.
6683 (exchange-point-and-mark): Invert the meaning of C-u when
6684 transient-mark-mode is active.
6685
6686 * dired-aux.el (dired-create-files): Use dolist.
6687
6688 * bindings.el (mode-line-change-eol): Use with-selected-window.
6689
6690 * apropos.el (apropos-command): Include macros.
6691
6692 2008-03-26 Glenn Morris <rgm@gnu.org>
6693
6694 * calendar/cal-bahai.el: Require calendar, not cal-julian.
6695 (calendar-bahai-epoch): Doc fix.
6696
6697 * calendar/cal-china.el: Explicitly require calendar.
6698
6699 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
6700 Require calendar rather than cal-julian.
6701 Autoload calendar-absolute-from-julian.
6702 * calendar/cal-coptic.el (coptic-calendar-epoch):
6703 * calendar/cal-islam.el (calendar-islamic-epoch):
6704 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
6705
6706 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
6707
6708 * calendar/cal-dst.el: Don't require cal-persia.
6709 (calendar-absolute-from-persian): Autoload it.
6710 (dst-adjust-time): Doc fix.
6711
6712 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
6713 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
6714 calendar.
6715
6716 * calendar/cal-menu.el: Require calendar rather than declaring
6717 functions.
6718 * calendar/calendar.el: Provide calendar before requiring cal-menu.
6719
6720 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
6721 calendar-after-frame-setup-hooks. Update callers, make old name an
6722 obsolete alias. Doc fix.
6723 (calendar-frame-1): Doc fix.
6724
6725 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
6726
6727 * calendar/calendar.el (oriental-holidays, solar-holidays):
6728 * calendar/holidays.el (list-holidays): Assume atan always bound.
6729
6730 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
6731 Explicitly require calendar, not cal-julian.
6732 * calendar/lunar.el: Explicitly require cal-dst.
6733
6734 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
6737
6738 * help-fns.el (describe-function-1, describe-variable): If no
6739 replacement is provided, don't print "use nil instead".
6740
6741 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6742
6743 * proced.el: New file.
6744
6745 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
6746
6747 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
6748
6749 2008-03-25 Juri Linkov <juri@jurta.org>
6750
6751 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
6752 in battery-mode-line-format.
6753
6754 * bindings.el (minibuffer-local-map): For the command
6755 file-cache-minibuffer-complete replace keymap minibuffer-local-map
6756 with map which is already locally bound to minibuffer-local-map.
6757
6758 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
6761 Remove `sort-first' argument.
6762
6763 * subr.el (redisplay-end-trigger-functions)
6764 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
6765 (process-filter-multibyte-p, set-process-filter-multibyte):
6766 Mark as obsolete.
6767
6768 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
6769
6770 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
6771 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
6772 use the LOCAL arg of `add-hook'.
6773 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
6774 Remove spurious * from defcustom docstrings.
6775 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
6776 Fix typos in messages.
6777 (reb-mode-buffer-p): New function.
6778 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
6779 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
6780 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
6781 Use `unless', `when'.
6782 (re-builder-unload-function): New function.
6783
6784 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
6785
6786 * vc-hooks.el (vc-state): Add documentation for 'missing.
6787
6788 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
6789
6790 * progmodes/verilog-mode.el (verilog-auto-output)
6791 (verilog-auto-input, verilog-auto-inout, verilog-auto)
6792 (verilog-delete-auto): Add optional regular expression to
6793 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
6794 (verilog-signals-matching-regexp): New internal function for
6795 signal matching.
6796
6797 2008-03-25 Johan Bockgård <bojohan@gnu.org>
6798
6799 * info.el (Info-isearch-search): Always return point.
6800
6801 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6802
6803 * diff-mode.el (diff-remembered-defdir): New var.
6804 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
6805
6806 2008-03-25 Glenn Morris <rgm@gnu.org>
6807
6808 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
6809 calendar-bahai-prompt-for-date. Update callers, make old name an
6810 obsolete alias. Doc fix.
6811 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
6812 coptic-prompt-for-date. Update callers, make old name an
6813 obsolete alias. Doc fix.
6814 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
6815 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
6816 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
6817 calendar-islamic-prompt-for-date. Update callers. Doc fix.
6818 * calendar/cal-iso.el (calendar-iso-read-date): New name for
6819 calendar-iso-read-args. Update callers, make old name an obsolete
6820 alias.
6821 * calendar/cal-persia.el (calendar-persian-read-date): New name for
6822 persian-prompt-for-date. Update callers, make old name an
6823 obsolete alias. Doc fix. Move definition before use.
6824
6825 * calendar/cal-x.el (diary-frame-parameters)
6826 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6827 (calendar-frame-1): Doc fixes.
6828 (make-fancy-diary-buffer): Remove declaration.
6829 (calendar-dedicate-diary): Replace call to deleted function
6830 make-fancy-diary-buffer.
6831 (calendar-frame-setup): New function.
6832 (calendar-one-frame-setup, calendar-only-one-frame-setup)
6833 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
6834 work, and mark as obsolete.
6835 (special-display-buffer-names): Don't mess with this; it's not our
6836 business.
6837 (cal-x-load-hook): Defvar it, and mark as obsolete.
6838
6839 * calendar/calendar.el (calendar-remove-frame-by-deleting):
6840 Default to t. Add to 'calendar group.
6841 (calendar): Doc fix. Use calendar-frame-setup.
6842 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
6843 (generate-calendar-window): Doc fix.
6844
6845 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
6848
6849 2008-03-24 Drew Adams <drew.adams@oracle.com>
6850
6851 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
6852 New variables.
6853 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
6854 (finder-exit): Ignore errors rather than avoiding them.
6855 Kill *Finder-package* buffer also.
6856
6857 2008-03-24 Andreas Schwab <schwab@suse.de>
6858
6859 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
6860
6861 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
6862
6863 * vc-hg.el (vc-hg-after-dir-status):
6864 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
6865
6866 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
6867 Detect removed files.
6868
6869 * vc.el (vc-status-printer): Use a different face for missing files.
6870 (vc-status-hide-up-to-date): Rename from
6871 vc-status-remove-up-to-date. Update all callers.
6872 (vc-status-mode-map): Bind C-m.
6873
6874 2008-03-24 Alexandre Julliard <julliard@winehq.org>
6875
6876 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
6877 code ...
6878 (vc-git--state-code): ... to this new function.
6879 (vc-git-state): Use it.
6880
6881 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
6882
6883 * textmodes/remember.el (remember-mail-date)
6884 (remember-store-in-mailbox): Write date and From line in such a
6885 way that Mutt can read it.
6886
6887 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
6888
6889 * simple.el (transient-mark-mode): Turn on by default.
6890
6891 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
6892
6893 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
6894 'unregistered for unregistered files.
6895
6896 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
6897
6898 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
6899
6900 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
6901 subdirectories.
6902
6903 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
6904 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
6905 Add :enable for vc-status-refresh.
6906 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
6907 (vc-status-tool-bar-map): Add binding for
6908 vc-status-kill-dir-status-process.
6909 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
6910 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
6911 Reset vc-status-process-buffer.
6912 (vc-status-refresh): Don't run two refreshes at a time.
6913 (vc-status): If the buffer is already in vc-status-mode only refresh.
6914 (vc-status-mark-buffer-changed): Add an optional file parameter.
6915 (vc-resynch-buffer): Use it.
6916 (vc-delete-file): Expand the file name before using it.
6917 Be careful to not create a new buffer with the old file contents.
6918 Update the VC state after performing the operation.
6919
6920 2008-03-23 Andreas Schwab <schwab@suse.de>
6921
6922 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
6923 Fix radio button condition.
6924 [box]: Likewise.
6925 [customize]: Add radio button.
6926
6927 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
6928
6929 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
6930 (calc-user-parse-tables, calc-gnuplot-default-device)
6931 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6932 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6933 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6934 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
6935 (calc-undo-list, calc-redo-list, calc-main-buffer)
6936 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
6937 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
6938 (calc-said-hello, calc-executing-macro, calc-any-selections)
6939 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
6940 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
6941 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
6942 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
6943 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
6944 (calc-create-buffer, calc-quit): Add docstrings.
6945
6946 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
6947
6948 * makefile.w32-in (WINS_ALMOST): Add org.
6949
6950 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
6951
6952 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
6953 New functions to implement vc-status support.
6954
6955 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
6956
6957 * vc.el (vc-status-prepare-status-buffer): New function.
6958 (vc-status): Use it.
6959
6960 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
6961 appropriate.
6962
6963 2008-03-22 Alexandre Julliard <julliard@winehq.org>
6964
6965 * vc-git.el (vc-git--empty-db-p)
6966 (vc-git-after-dir-status-stage1-empty-db): New functions.
6967 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
6968 Add support for empty repositories.
6969
6970 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
6971
6972 * vc-git.el (vc-git-annotate-extract-revision-at-line):
6973 Allow "^" in a version name.
6974
6975 * vc-mtn.el (vc-mtn-state): Support the added state.
6976
6977 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
6978
6979 * org: New directory for Org-mode.
6980
6981 * org/org-export-latex.el: Moved from lisp/texmodes.
6982
6983 * org/org-irc.el: Moved from lisp/texmodes.
6984
6985 * org/org-mac-message.el: Moved from lisp/texmodes.
6986
6987 * org/org-mouse.el: Moved from lisp/texmodes.
6988
6989 * org/org-publish.el: Moved from lisp/texmodes.
6990
6991 2008-03-21 Juri Linkov <juri@jurta.org>
6992
6993 * comint.el (comint-dynamic-simple-complete):
6994 Use variable `stub' for the second arg `common-substring'
6995 of `comint-dynamic-list-completions'.
6996 (comint-dynamic-list-filename-completions):
6997 Use variable `filenondir' for the second arg `common-substring'
6998 of `comint-dynamic-list-completions'.
6999 (comint-dynamic-list-completions): Add new optional arg
7000 `common-substring'. Add `common-substring' as the second arg of
7001 the call to `display-completion-list'. Doc fix.
7002
7003 * comint.el (comint-dynamic-complete-as-filename)
7004 (comint-dynamic-list-filename-completions)
7005 (comint-dynamic-simple-complete): Use `minibuffer-message'
7006 to display message "No completions of %s" when a command
7007 is called in the minibuffer.
7008 (comint-dynamic-simple-complete): Don't display other
7009 completion messages when a command is called in the minibuffer.
7010 (comint-dynamic-list-completions): Use `minibuffer-message'
7011 to display message " [Type space to flush ...]" when a command
7012 is called in the minibuffer.
7013
7014 * shell.el (shell-dynamic-complete-command)
7015 (shell-dynamic-complete-environment-variable): Don't display
7016 completion messages when command is called in the minibuffer.
7017
7018 * emacs-lisp/lisp.el (lisp-complete-symbol):
7019 Use `minibuffer-message' to display message "No completions of %s"
7020 when this command is called in the minibuffer.
7021
7022 * bindings.el (standard-mode-line-modes): Put special help-echo
7023 tooltip on recursive edit %[ %] mode-line constructs.
7024
7025 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
7026 "^No dynamic expansion for .* found$" to allow error messages like
7027 "No dynamic expansion for \"%s\" found in this-buffer".
7028
7029 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
7030
7031 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
7032 "psftp".
7033
7034 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
7037 * vc.el (vc-default-dired-state-info): Use just "modified".
7038 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
7039 (vc-cvs-mode-line-string): Make use of the better default.
7040 (vc-cvs-parse-entry): Use the new `added'.
7041 (vc-cvs-dired-state-info): Remove.
7042 * vc-svn.el (vc-svn-dired-state-info): Remove.
7043 * vc-hg.el (vc-hg-dired-state-info): Remove.
7044 * vc-git.el (vc-git-dired-state-info): Remove.
7045
7046 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7047
7048 * vc-git.el (vc-git-status-result): New variable.
7049 (vc-git-dir-status): Split out ...
7050 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
7051 ... these new functions and work asynchronously.
7052
7053 2008-03-21 Alexandre Julliard <julliard@winehq.org>
7054
7055 * vc-git.el (vc-git-after-dir-status): Remove.
7056 (vc-git-dired-state-info): Reimplement.
7057
7058 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7059
7060 * replace.el (occur-mode-map): Add :help.
7061
7062 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
7063 for disassemble.
7064
7065 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
7066 the 'added state.
7067 (vc-status-remove-up-to-date): New function.
7068 (vc-status-mode-map, vc-status-menu-map): Bind it.
7069 (vc-status-printer): Use a different face up-to-date files.
7070 (vc-resynch-buffer): Update the vc-status buffer if it exists.
7071 (Todo): Remove solved entries.
7072
7073 * vc-hg.el (vc-hg-state):
7074 * vc-git.el (vc-git-state):
7075 * vc-cvs.el (vc-cvs-parse-status):
7076 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
7077 state.
7078
7079 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * progmodes/compile.el (compile):
7082 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
7083
7084 * simple.el (minibuffer-local-shell-command-map): New var.
7085 (minibuffer-complete-shell-command, read-shell-command): New funs.
7086 (shell-command, shell-command-on-region): Use them.
7087
7088 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7089
7090 * vc.el (vc-status-mark-buffer-changed): New function to implement
7091 updating of the *vc-status* buffer when a buffer is saved.
7092 (vc-status-mode): Use it for after-change-hook.
7093 (vc-add-to-vc-status-buffer): Rename to ...
7094 (vc-status-add-entry): ... this.
7095 (Todo): Add new entry.
7096
7097 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
7100
7101 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
7102
7103 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
7104 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
7105 Remove spurious * from defcustom docstrings.
7106 (icomplete-compute-delay): Fix docstring and remove spurious *.
7107 (icomplete-delay-completions-threshold): Fix typo in docstring and
7108 remove spurious *.
7109 (icomplete-completions): While collecting the list of prospective
7110 candidates, don't overshoot `icomplete-prospects-length'.
7111
7112 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7113
7114 * textmodes/refbib.el:
7115 * textmodes/reftex.el:
7116 * textmodes/reftex-global.el:
7117 * textmodes/reftex-vars.el:
7118 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
7119 compiler pacifying defvars.
7120 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
7121 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
7122 not needed.
7123
7124 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
7125
7126 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
7127 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
7128 (verilog-customize, verilog-font-customize)
7129 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
7130 (verilog-mode): Update documentation strings to match tool tips.
7131 (verilog-auto-search-do, verilog-auto-re-search-do)
7132 (verilog-skip-forward-comment-or-string): Fix verilog-auto
7133 expansion when a .* appears inside a string.
7134 (verilog-re-search-forward, verilog-re-search-backward):
7135 Add comment to recall how this works.
7136 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
7137
7138 2008-03-20 Glenn Morris <rgm@gnu.org>
7139
7140 * calendar/calendar.el (calendar-other-dates): New function.
7141 (calendar-print-other-dates): Use calendar-other-dates.
7142 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
7143 the declarations it replaces.
7144 (calendar-mouse-print-dates): Use calendar-other-dates.
7145
7146 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
7147 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
7148 (calendar-absolute-from-bahai): Fix the leap-year case.
7149 (calendar-bahai-from-absolute): Re-use the Gregorian month.
7150 (calendar-bahai-date-string, calendar-bahai-print-date):
7151 Handle pre-Bahai dates.
7152
7153 * calendar/cal-china.el (chinese-calendar-celestial-stem)
7154 (chinese-calendar-terrestrial-branch): Make defcustoms.
7155
7156 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
7157 (calendar-mouse-view-diary-entries): Use or.
7158 (calendar-mouse-chinese-date): Remove unused command.
7159 (cal-menu-load-hook): Mark as obsolete.
7160
7161 * calendar/solar.el (calendar-location-name, calendar-latitude)
7162 (calendar-longitude, solar-arctan, sunrise-sunset)
7163 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
7164
7165 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
7166
7167 * calc/calc.el: Remove outdated comments.
7168 (defcalcmodevar, calc-mode-var-list-restore-default-values)
7169 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
7170 Add docstrings.
7171
7172 2008-03-19 Jason Rumney <jasonr@gnu.org>
7173
7174 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
7175
7176 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7177
7178 * net/tls.el (open-tls-stream): Reindent.
7179
7180 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
7181
7182 * net/tramp.el (tramp-let-maybe): Removed.
7183 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
7184 It does not exist under XEmacs.
7185 (tramp-handle-file-truename, tramp-handle-expand-file-name)
7186 (tramp-completion-file-name-handler): Let-bind
7187 `directory-sep-char'.
7188
7189 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
7190 `directory-sep-char'.
7191
7192 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7193
7194 * help-fns.el (describe-function-1): Don't signal "missing arglist"
7195 for autoloaded keymaps.
7196
7197 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
7198 (electric-verilog-terminate-line, verilog-in-struct-region-p)
7199 (verilog-backward-ws&directives, verilog-forward-ws&directives)
7200 (verilog-in-comment-p, verilog-in-star-comment-p)
7201 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
7202 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
7203 (verilog-skip-forward-comment-or-string, verilog-in-paren)
7204 (verilog-skip-forward-comment-p): Use it.
7205
7206 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
7207
7208 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
7209 (org-remember-templates, org-time-stamp-rounding-minutes)
7210 (org-back-over-empty-lines, org-find-base-buffer-visiting)
7211 (org-columns-new): Fix typos in docstrings.
7212
7213 2008-03-19 Glenn Morris <rgm@gnu.org>
7214
7215 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
7216 (tramp-handle-shell-command): Use condition-case rather than
7217 ignore-errors.
7218
7219 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7220
7221 * diff-mode.el (diff-header): Make the color louder.
7222 (diff-refine-change): Tone the color down.
7223
7224 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
7225
7226 * descr-text.el (describe-char): When `describe-char-unidata-list'
7227 is set to show all properties, list them in the right order.
7228
7229 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * international/mule.el (load-with-code-conversion): Avoid setting
7232 default-enable-multibyte-characters.
7233
7234 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
7235
7236 * vc.el (vc-annotate-background): Fix custom type.
7237
7238 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7239
7240 * descr-text.el (describe-char-unidata-list): Allow specifying
7241 just all properties.
7242 (describe-char): Handle that new value.
7243
7244 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
7245
7246 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7247
7248 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
7249 instead of file name extension to make docs with uncommon
7250 extensions work.
7251
7252 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7253
7254 * doc-view.el (require): Require cl at compile time because
7255 `assert' needs it.
7256
7257 2008-03-18 Glenn Morris <rgm@gnu.org>
7258
7259 * calendar/calendar.el (initial-calendar-window-hook)
7260 (today-visible-calendar-hook): Doc fixes.
7261
7262 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
7263
7264 * net/tramp.el (tramp-root-regexp): Simplify.
7265 (tramp-completion-file-name-regexp-separate): Don't insist on
7266 leading "[". This prevents method or user or host completion.
7267 (tramp-let-maybe): Autoload it.
7268 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
7269 is an alias for `identity'.
7270 (tramp-handle-write-region): Protect `last-coding-system-used'
7271 over the trailing statements.
7272 (tramp-completion-file-name-handler-post-function): Remove.
7273 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
7274 instead of calling `tramp-drop-volume-letter'.
7275
7276 * net/tramp.el:
7277 * net/tramp-uu.el:
7278 * net/trampver.el: Move coding cookie at the end.
7279
7280 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
7283 elements which may be something else than characters.
7284
7285 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
7286
7287 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
7288 New functions to implement vc-status support.
7289
7290 * vc.el (vc-default-extra-status-menu)
7291 (vc-add-to-vc-status-buffer): New functions.
7292
7293 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7294 for eldoc and ielm.
7295
7296 2008-03-17 Glenn Morris <rgm@gnu.org>
7297
7298 * calendar/cal-x.el (diary-frame-parameters)
7299 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
7300 Fix custom type; add options.
7301 (calendar-frame, diary-frame): Doc fixes.
7302 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
7303 new functions.
7304 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
7305 Use calendar-frame-1 and calendar-dedicate-diary.
7306 (calendar-one-frame-setup): Also handle only-one-frame case.
7307 (calendar-only-one-frame-setup): Doc fix. Just call
7308 calendar-one-frame-setup.
7309
7310 * calendar/diary-lib.el: Re-order some definitions before their use.
7311 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
7312 (diary-list-entries): Doc fixes.
7313 (make-fancy-diary-display): Remove function.
7314
7315 * calendar/calendar.el (calendar-today-marker)
7316 (initial-calendar-window-hook, today-visible-calendar-hook)
7317 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
7318 (calendar-star-date, calendar-mark-today): Doc fixes.
7319 (today-visible-calendar-hook): Add options.
7320 (calendar-in-read-only-buffer): New macro.
7321 (calendar-basic-setup): Adapt for change in calendar-read-date.
7322 Place holiday let inside if.
7323 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
7324 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
7325 (calendar-print-other-dates): Use one let rather than many.
7326
7327 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
7328 (calendar-print-other-dates):
7329 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7330 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
7331 * calendar/holidays.el (calendar-list-holidays, list-holidays)
7332 (calendar-cursor-holidays):
7333 * calendar/lunar.el (calendar-phases-of-moon): Use
7334 calendar-in-read-only-buffer to replace previous code and disable undo.
7335
7336 2008-03-16 Juri Linkov <juri@jurta.org>
7337
7338 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
7339 and regexp-search-ring-yank-pointer for the HISTPOS argument of
7340 read-from-minibuffer to provide the correct initial minibuffer
7341 history position in isearch-edit-string when it is called from
7342 isearch-ring-adjust.
7343
7344 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
7345 to check if the current buffer is the minibuffer, and in this case
7346 call abort-recursive-edit to kill the minibuffer. Doc fix.
7347 (kill-this-buffer-enabled-p): Allow this function to return non-nil
7348 when the current buffer is the minibuffer.
7349
7350 * simple.el (goto-line): Leave mark at previous position. Doc fix.
7351
7352 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
7353
7354 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7355 Use non-nil PARENTS attribute of make-directory instead of
7356 explicitly checking existence the current cache directory.
7357
7358 2008-03-16 Daiki Ueno <ueno@unixuser.org>
7359
7360 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
7361 M-x epa-file-select-keys.
7362
7363 2008-03-16 Kenichi Handa <handa@m17n.org>
7364
7365 * international/mule.el (auto-coding-alist):
7366 Use no-conversion-multibyte for archive files.
7367
7368 2008-03-16 Glenn Morris <rgm@gnu.org>
7369
7370 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
7371 New functions.
7372 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
7373 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
7374 Use calendar-mark-1.
7375 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
7376 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
7377 Use calendar-mark-complex.
7378 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
7379 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
7380 Use calendar-mark-1.
7381
7382 * calendar/calendar.el (calendar-mod): Remove.
7383 * calendar/cal-china.el (calendar-chinese-from-absolute)
7384 (calendar-chinese-date-string): Expand calendar-mod calls.
7385 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
7386 Expand calendar-mod calls.
7387
7388 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
7389 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7390 (diary-bahai-insert-yearly-entry): Use let rather than let*.
7391 Move obsolete aliases after the functions that replaced them.
7392
7393 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
7394 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
7395 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
7396 Use let rather than let*.
7397 (calendar-hebrew-prompt-for-date): New function.
7398 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
7399 (holiday-tisha-b-av-etc): Use unless, let.
7400
7401 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
7402 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
7403
7404 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
7405
7406 * calendar/calendar.el (calendar-for-loop): Add indent spec.
7407
7408 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
7409 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
7410 than concat.
7411 (diary): Remove un-needed let.
7412 (view-other-diary-entries): Rename argument.
7413 (diary-list-entries-2): New function.
7414 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
7415 (print-diary-entries): Use unless.
7416 (diary-mark-entries-1): Change argument order, make all but
7417 markfunc optional. Handle the standard (Gregorian) case.
7418 Use match-string-no-properties. Handle marks.
7419 (mark-diary-entries): Use diary-mark-entries-1.
7420 (diary-font-lock-keywords-1): New macro.
7421 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
7422
7423 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
7424
7425 * icalendar.el (icalendar-version): Increase to 0.18.
7426 (icalendar-export-hidden-diary-entries): New variable.
7427 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
7428 In case of error, insert full error-val.
7429 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
7430 Use calendar-day-of-week. Return the day number.
7431 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
7432
7433 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
7434
7435 * icalendar.el (icalendar-recurring-start-year): New variable.
7436 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
7437 (icalendar-export-region): Ignore hidden diary entries.
7438 (icalendar--convert-ordinary-to-ical): Fix case where event
7439 spans across midnight boundary.
7440 (icalendar-first-weekday-of-year): New function.
7441 (icalendar--convert-weekly-to-ical): Allow user-selectable start
7442 year for recurring events (Mozilla calendars do not propagate
7443 recurring events forever, so year 2000 start date was not working).
7444 (icalendar--convert-yearly-to-ical): Remove extra spaces in
7445 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
7446
7447 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
7448
7449 * net/tramp.el (tramp-root-regexp): New defconst.
7450 (tramp-completion-file-name-regexp-unified)
7451 (tramp-completion-file-name-regexp-separate)
7452 (tramp-completion-file-name-regexp-url): Use it.
7453 (tramp-do-copy-or-rename-file-via-buffer):
7454 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
7455 t for `insert-file-contents-literally'.
7456 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
7457 Autoload it.
7458 (tramp-completion-file-name-handler-post-function): New defconst.
7459 (tramp-completion-file-name-handler): Use it.
7460 (tramp-maybe-open-connection): Update calls to
7461 `tramp-flush-connection-property' for removed 2nd argument.
7462
7463 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7464
7465 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
7466 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
7467 New functions.
7468
7469 2008-03-15 Glenn Morris <rgm@gnu.org>
7470
7471 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
7472 New functions.
7473 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
7474 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7475 (diary-list-entries-1, diary-mark-entries-1): Autoload.
7476 (diary-bahai-list-entries): Use diary-list-entries-1.
7477 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
7478 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
7479 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7480 (diary-list-entries-1, diary-mark-entries-1): Autoload.
7481 (list-hebrew-diary-entries): Use diary-list-entries-1.
7482 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
7483 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
7484 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7485 (diary-list-entries-1, diary-mark-entries-1): Autoload.
7486 (list-islamic-diary-entries): Use diary-list-entries-1.
7487 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
7488
7489 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
7490
7491 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
7492
7493 * calendar/cal-china.el (number-chinese-months)
7494 (calendar-chinese-from-absolute): Use nth, caar.
7495
7496 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
7497
7498 * calendar/cal-french.el (french-calendar-accents): Doc fix.
7499
7500 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
7501 (calendar-hebrew-month-name-array-leap-year)
7502 (hebrew-calendar-parashiot-names): Make constants.
7503 (diary-parasha): Move definition after constants it uses.
7504
7505 * calendar/cal-html.el (cal-html-insert-link-yearpage)
7506 (cal-html-htmlify-list): Doc fix.
7507 (cal-html-htmlify-entry): Use nth.
7508
7509 * calendar/cal-islam.el (calendar-islamic-month-name-array)
7510 (calendar-islamic-epoch): Make constants.
7511 (calendar-islamic-epoch): Doc fix.
7512
7513 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
7514
7515 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
7516 (cal-tex-month-name): Doc fix.
7517 (cal-tex-last-blank-p): Use zerop.
7518
7519 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
7520 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
7521 (calendar-cursor-to-date): Doc fix.
7522 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
7523 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
7524 (calendar-day-number): Use when.
7525 (generate-calendar-month): Use dotimes.
7526 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
7527 (calendar-set-mark): Reverse conditional.
7528 (calendar-make-alist): Move definition before use.
7529
7530 * calendar/diary-lib.el (diary-face-attrs)
7531 (diary-glob-file-regexp-prefix, diary-selective-display)
7532 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
7533 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
7534 (diary-anniversary, diary-cyclic)
7535 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
7536 (diary-header-line-format): Change wording.
7537 (diary-list-entries): Set `date-start' in let.
7538 (include-other-diary-files, mark-included-diary-files): Use format.
7539 (simple-diary-display, fancy-diary-display): Use cadr, unless.
7540 (mark-diary-entries): Use 1+.
7541 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
7542 (mark-calendar-month): Use dotimes.
7543
7544 * calendar/holidays.el (displayed-month, displayed-year):
7545 Move declarations where needed.
7546 (calendar-list-holidays): Doc fix.
7547
7548 * calendar/parse-time.el (parse-time-string): Simplify.
7549
7550 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
7551 Make constants.
7552 (solar-sunrise-sunset): Rename some local variables for clarity.
7553 (sunrise-sunset): Use zerop.
7554 (solar-mean-equinoxes/solstices): Doc fix.
7555
7556 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
7557 Use nth.
7558 (timeclock-completing-read, timeclock-generate-report): Use zerop.
7559 (timeclock-mean, timeclock-generate-report): Use dolist.
7560
7561 * calendar/todo-mode.el (todo-add-category): Simplify.
7562 (todo-more-important-p, todo-delete-item, todo-file-item):
7563 Use unless, when.
7564 (todo-top-priorities): Use zerop.
7565
7566 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
7567
7568 * buff-menu.el (list-buffers-noselect): Display buffer name in
7569 tooltip instead of mouse binding when it doesn't fit in the list.
7570
7571 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
7572
7573 * faces.el (xw-defined-colors):
7574 * simple.el (widget-convert, shell-mode): Declare as functions
7575 instead of autoloading.
7576
7577 * abbrev.el:
7578 * button.el:
7579 * cus-face.el:
7580 * ediff-hook.el:
7581 * emacs-lisp/backquote.el:
7582 * emacs-lisp/timer.el:
7583 * facemenu.el:
7584 * faces.el:
7585 * menu-bar.el:
7586 * simple.el:
7587 * subr.el:
7588 * textmodes/fill.el:
7589 * textmodes/paragraphs.el: Remove autoloads, redundant when the
7590 files are preloaded.
7591
7592 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * desktop.el (desktop-create-buffer): Don't catch errors if
7595 debug-on-error is set.
7596
7597 2008-03-14 Eli Zaretskii <eliz@gnu.org>
7598
7599 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7600 ($(lisp)/calendar/diary-loaddefs.el)
7601 ($(lisp)/calendar/hol-loaddefs.el): New targets.
7602 (LOADDEFS): New macro.
7603 (autoloads): Depend on $(LOADDEFS).
7604
7605 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
7606
7607 * font-lock.el (featurep): Remove test, not useful anymore.
7608 (facemenu-keymap): Move key binding ...
7609 * facemenu.el (facemenu-keymap): ... here.
7610
7611 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
7612 for each file in the list.
7613 (vc-bzr-log-view-mode): Recognize the file marker.
7614
7615 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7616 for checkdoc and profiling.
7617
7618 2008-03-14 Bastien Guerry <bzg@altern.org>
7619
7620 * textmodes/flyspell.el (nxml-mode): Add the right
7621 `flyspell-mode-predicate'.
7622
7623 * wid-edit.el (link): Use 'mouse-face for :follow-link.
7624
7625 2008-03-14 Glenn Morris <rgm@gnu.org>
7626
7627 * calendar/solar.el: Reorder so that functions are defined before use.
7628 (displayed-month, displayed-year): Move declarations where needed.
7629 (solar-get-number): Move definition before use. Use unless.
7630 (solar-equatorial-coordinates): Simplify.
7631 (solar-sunrise-and-sunset): Use let rather than let*.
7632 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
7633
7634 * startup.el (command-line-1): Rename -internal-script back to
7635 -scriptload (reverts previous change).
7636
7637 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7638 (calendar-bahai-leap-base): Add doc strings.
7639 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
7640 Move definition before use.
7641 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
7642 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
7643 variables outside the loop. Use dolist.
7644 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
7645
7646 * calendar/cal-china.el: Re-order so that functions are defined before
7647 use.
7648 (displayed-month, displayed-year): Move declarations where needed.
7649 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
7650 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
7651 Add doc strings.
7652 (chinese-year-cache): Recenter on 2010. Doc fix.
7653 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
7654 Doc fix. Simplify.
7655 (chinese-year-cache-init): New function.
7656 (compute-chinese-year, holiday-chinese-new-year)
7657 (calendar-chinese-date-string, calendar-goto-chinese-date)
7658 (make-chinese-month-assoc-list): Use cadr, nth.
7659 (chinese-months): Remove un-needed let.
7660
7661 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
7662 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
7663 (coptic-prompt-for-date): Move definition before use.
7664
7665 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
7666 (calendar-dst-find-data, calendar-daylight-time-offset)
7667 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7668 (calendar-daylight-savings-starts-time)
7669 (calendar-daylight-savings-ends-time): Use cadr, nth.
7670
7671 * calendar/cal-french.el (french-calendar-epoch)
7672 (calendar-goto-french-date): Doc fix.
7673 (french-calendar-month-name-array)
7674 (french-calendar-multibyte-month-name-array)
7675 (french-calendar-day-name-array, french-calendar-special-days-array):
7676 Add doc strings.
7677
7678 * calendar/cal-hebrew.el (displayed-month, displayed-year)
7679 (original-date): Move declarations where needed.
7680 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
7681 Doc fix.
7682 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
7683 constant variables outside the loop. Use dolist.
7684
7685 * calendar/cal-islam.el (displayed-month, displayed-year)
7686 (original-date): Move declarations where needed.
7687 (islamic-calendar-day-number): Remove unused local variable `day'.
7688 (calendar-goto-islamic-date): Doc fix.
7689 (holiday-islamic): Use unless.
7690 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
7691 constant variables outside the loop. Use dolist.
7692 (mark-islamic-calendar-date-pattern): Move definition before use.
7693 Use unless.
7694 (mark-islamic-diary-entries): Doc fix.
7695 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
7696 (insert-yearly-islamic-diary-entry): Use let rather than let*.
7697
7698 * calendar/cal-julian.el (calendar-absolute-from-julian):
7699 Move definition before use. Remove un-needed local `day'.
7700 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
7701
7702 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
7703 (calendar-mayan-tzolkin-names-array): Add doc strings.
7704 (calendar-mayan-long-count-from-absolute): Use a single let.
7705 (calendar-string-to-mayan-long-count): Simplify.
7706 (calendar-next-haab-date, calendar-previous-haab-date)
7707 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
7708 (calendar-previous-calendar-round-date)
7709 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
7710 Doc fix.
7711 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
7712 (calendar-mayan-date-string, calendar-print-mayan-date)
7713 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
7714 (calendar-mayan-long-count-common-era): Move definitions before use.
7715
7716 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
7717 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
7718 Doc fix.
7719 (calendar-mouse-goto-date): Move definition before use.
7720
7721 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
7722 Move definition before use.
7723 (calendar-cursor-to-visible-date): Move definition before use.
7724 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
7725 and place inside the conditional.
7726 (calendar-forward-day): Simplify.
7727 (calendar-end-of-month): Use unless.
7728 (calendar-goto-day-of-year): Doc fix.
7729 Relocate obsolete aliases after their replacements.
7730
7731 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
7732
7733 * calendar/diary-lib.el (mark-diary-entries): Move some constant
7734 variables outside the diary-date-forms loop.
7735
7736 * calendar/calendar.el (diary-file): Doc fix.
7737 (calendar-buffer-list): Return buffers rather than strings (fixes
7738 previous change).
7739 (hebrew-holidays-4): Fix typo.
7740
7741 * calendar/holidays.el (displayed-month, displayed-year):
7742 Move declarations where needed.
7743 (calendar-holiday-list, calendar-list-holidays)
7744 (holiday-filter-visible-calendar): Move definitions before use.
7745 (list-holidays): Use cadr.
7746 Relocate obsolete aliases after their replacements.
7747
7748 * calendar/lunar.el (date, displayed-month, displayed-year):
7749 Move declarations where needed.
7750 (lunar-phase-list): Move definition after functions it uses.
7751 (calendar-phases-of-moon, diary-phases-of-moon)
7752 (lunar-new-moon-on-or-after): Use cadr, nth.
7753 (lunar-new-moon-on-or-after): Doc fix.
7754
7755 * textmodes/org-irc.el (top-level): CL not required when compiling.
7756 (org-irc-visit-erc): Replace runtime CL functions.
7757
7758 * textmodes/org-publish.el (declare-function): Add compatibility stub.
7759 (org-publish-delete-dups): Declare as function.
7760
7761 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
7762
7763 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
7764 (vc-bzr-show-log-entry): Make regexp match more cases.
7765 (vc-diff-switches-list): Remove autoload, not needed.
7766
7767 2008-03-14 Juri Linkov <juri@jurta.org>
7768
7769 * isearch.el (isearch-edit-string): Remove one call to
7770 `isearch-push-state' not to push an inconsistent state,
7771 but keep another correct call to `isearch-push-state'.
7772 (isearch-ring-adjust): Call `isearch-push-state' only when
7773 `search-ring-update' is non-nil since `isearch-edit-string'
7774 already pushes its state.
7775 (isearch-message): Improve matching the failed part by checking
7776 if the original message starts with the last successful message.
7777
7778 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
7779 (dired-perm-write): Rename from `dired-warn-writable'.
7780 Change parent face from `font-lock-warning-face' to
7781 `font-lock-comment-delimiter-face'.
7782 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
7783 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
7784 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
7785 with `dired-perm-write-face'.
7786
7787 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
7788
7789 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7790 Create cache dir only if it doesn't already exist.
7791
7792 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
7795 of \ and '.
7796
7797 2008-03-13 Johan Bockgård <bojohan@gnu.org>
7798
7799 * net/browse-url.el (browse-url-text-xterm):
7800 Unquote browse-url-text-browser.
7801
7802 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
7803
7804 * textmodes/org-mouse.el: Version number change.
7805
7806 * textmodes/org-publish.el (org-publish-expand-components):
7807 Remove null projects from the list of components.
7808 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
7809 Remove unused retrieval of the :publishing-directory property.
7810 (org-publish-file): Bugfix: when using a relative directory as the
7811 publishing directory, convert it to a directory filename.
7812 (org-publish-project): New alias.
7813 (org-publish-get-files): Protect against empty p.
7814 (org-publish-file): Send an error when file is not part of any project.
7815 (org-publish-file): Offer to refresh the list of files in known
7816 project when the current file is not part of any project.
7817 (org-publish-before-export-hook)
7818 (org-publish-after-export-hook): New hooks.
7819 (org-publish-org-to): Use new hooks and kill buffers.
7820 (org-publish-file): Remove the code for killing buffers.
7821 (org-publish-initialize-files-alist): Use interactive.
7822 (org-publish-file): If the publishing function creates a new
7823 buffer, kill it after publishing.
7824 (org-publish-timestamp-filename): Protect ":" in file name path
7825 under windows.
7826
7827 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
7828 change that killed the LaTeX buffer.
7829
7830 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
7831 in the decision tree.
7832 (org-select-remember-template): Clean the code.
7833 (org-prepare-dblock): Add the extra :content parameter.
7834 (org-write-agenda): New output type ".ics" files.
7835 (org-write-agenda): Call `org-icalendar-verify-function', both for
7836 time stamps and for TODO entries.
7837 (org-agenda-collect-markers, org-create-marker-find-array)
7838 (org-check-agenda-marker-table): New functions.
7839 (org-agenda-marker-table): New variable.
7840 (org-export-as-html): Revert the change that killed the html
7841 buffer. Side effects first need to be studied carefully.
7842 (org-get-tags-at): Fix the structure of the condition-case statement.
7843 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
7844 (org-timestamp-change): Fix regulear expressions to swallow the
7845 extra character for repeat-shift control.
7846 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
7847 (org-get-legal-level): Alias to `org-get-valid-level'.
7848 (org-dblock-write:clocktable): Add a :link parameter, linking
7849 headlines to their location in the Org agenda files.
7850 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
7851 throwing an error when getting tags before headlines.
7852 (org-timestamp-change, org-modify-ts-extra)
7853 (org-ts-regexp1): Fix timestamp editing.
7854 (org-agenda-custom-commands-local-options): New constant.
7855 (org-agenda-custom-commands):
7856 Use `org-agenda-custom-commands-local-options' to improve customize
7857 type. "htmlize": Removed hack to fix face problem with htmlize,
7858 it no longer seem necessary.
7859 (org-follow-link-hook): New hook.
7860 (org-agenda-custom-commands): Add "Component" as a tag for each
7861 item in a command serie.
7862 (org-open-at-point): Run `org-follow-link-hook'.
7863 (org-agenda-schedule): Bugfix: don't display marker type when it
7864 is nil.
7865 (org-store-link): org-irc required.
7866 (org-set-regexps-and-options): Parse the new logging options.
7867 (org-extract-log-state-settings): New function.
7868 (org-todo): Handle the new ways of recording state change stuff.
7869 (org-local-logging): New function.
7870 (org-columns-open-link): Fix bug with opening link in column view.
7871 (org-local-logging): New function.
7872 (org-todo): Make sure that LOGGING properties are honoured.
7873 (org-todo-keywords): Improve docstring.
7874 (org-startup-options): Cleanup startup options.
7875 (org-set-regexps-and-options): Process the "!" markers.
7876 (org-todo): Respect the new logging stuff.
7877 (org-log-note-how): New variable.
7878 (org-add-log-maybe): New parameter HOW that defines how logging
7879 should be done and also overrides PURPOSE. Add a docstring.
7880 (org-add-log-note): Check if we really need to ask for a note.
7881 (org-get-current-options): Digest the new keyword.
7882 (org-agenda-reset-markers): Rename from
7883 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
7884 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
7885 function, without force argument.
7886 (org-buffer-property-keys): Bind local variables s and p.
7887 (org-make-tags-matcher): Allow "" to match an empty or
7888 non-existent property value.
7889 (org-export-as-html): Join unsorted lists when they directly
7890 follow each other. Such lists may be created by headlines that
7891 are converted to lists.
7892 (org-nofm-to-completion): New function.
7893 (org-export-as-html): Use :html-extension instead of
7894 org-export-html-extension.
7895 (org-store-link): Support for links from `rmail-summary-mode'.
7896 (org-columns-new, org-complete, org-set-property): Set the
7897 `include-columns' argument in the call to
7898 `org-buffer-property-keys'.
7899 (org-buffer-property-keys): New argument `include-columns', to
7900 include properties expected by any of the COLUMS formats in the
7901 current buffer.
7902 (org-cleaned-string-for-export): Get rid of drawers first, so that
7903 they will be removed also in the text before the first headline.
7904 (org-clock-report): Show the clocktable when found.
7905 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
7906 (org-version): With prefix argument, insert `org-version' at point.
7907 (org-agenda-goto): Recenter the window after finding the target
7908 location, to make sure the correct position will be displayed.
7909 (org-agenda-get-deadlines): Don't scale priority with the warning
7910 period.
7911 (org-insert-heading): Don't break line in the middle of the line.
7912 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
7913 be 0.
7914 (org-update-checkbox-count): Revamp to deal with hierarchical
7915 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
7916 (org-remove-timestamp-with-keyword): New function.
7917 (org-schedule, org-deadline):
7918 Use `org-remove-timestamp-with-keyword' to make sure all such time
7919 stamps are removed.
7920 (org-mode): Support for `align'.
7921 (org-agenda-get-deadlines): Make sure priorities increase as the
7922 due date approaches and is passed.
7923 (org-remember-apply-template): Fix problem with tags that
7924 contain "_" or "@".
7925 (org-make-link-regexps): Improve the regular expression for plain links.
7926 (org-agenda-get-closed): List each clocking entry.
7927 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
7928 (org-special-ctrl-k): New option.
7929 (org-kill-line): New function.
7930 (org-archive-all-done): Fix incorrect number of stars in regexp.
7931 (org-refile-get-location): New function.
7932 (org-refile-goto-last-stored): New function.
7933 (org-global-tags-completion-table): Add the value of org-tag-alist
7934 in each buffer, to make sure that also unused tags will be
7935 available for completion.
7936 (org-columns-edit-value)
7937 (org-columns-next-allowed-value): Only update if not in agenda.
7938 (org-clocktable-steps): New function.
7939 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
7940 (org-archive-subtree): Add the outline tree context as a property.
7941 (org-closest-date): New optional argument `prefer'.
7942 (org-goto-auto-isearch): New option.
7943 (org-goto-map, org-get-location): Implement auto-isearch.
7944 (org-goto-local-auto-isearch-map): New variable.
7945 (org-goto-local-search-forward-headings)
7946 (org-goto-local-auto-isearch): New functions.
7947
7948 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
7949
7950 * textmodes/org-irc.el: New file.
7951
7952 2008-03-13 John Wiegley <johnw@gnu.org>
7953
7954 * textmodes/org-mac-message.el: New file.
7955
7956 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
7957
7958 * font-lock.el (font-lock-comment-face): Set the foreground for
7959 the light background 8 colors case.
7960
7961 2008-03-13 Glenn Morris <rgm@gnu.org>
7962
7963 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
7964 generate-autoload-cookie patterns.
7965
7966 * startup.el (command-line-1): Rename -scriptload to -internal-script.
7967
7968 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
7969 (MH_E_SRC): Remove variable.
7970 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
7971 Simplify file header. Use $@ for generated-autoload-file.
7972
7973 * Makefile.in (LOADDEFS): New variable.
7974 (AUTOGENEL): Use $LOADDEFS.
7975 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
7976 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
7977 ($(lisp)/calendar/hol-loaddefs.el): New targets.
7978 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7979 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
7980 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
7981 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
7982 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
7983 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
7984 Add calendar-specific autoload cookies, and remove any setting of
7985 generated-autoload-file.
7986 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
7987 * calendar/diary-lib.el: Replace explicit autoloads with reading of
7988 diary-loaddefs.
7989 * calendar/holidays.el: Replace explicit autoloads with reading of
7990 hol-loaddefs.
7991
7992 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
7993 (calendar-buffer-list): Simplify.
7994 (generate-calendar-window): Use calendar-mark-holidays rather than
7995 obsolete alias.
7996
7997 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7998 Use cal-hebrew-yahrzeit-buffer.
7999
8000 * calendar/cal-x.el (calendar-only-one-frame-setup)
8001 (calendar-two-frame-setup): Doc fixes.
8002 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
8003
8004 * calendar/appt.el (appt-mode-string): Mark as risky.
8005 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
8006
8007 * calendar/cal-html.el (diary-list-entries):
8008 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
8009 (calendar-iso-from-absolute): Fix autoloads.
8010
8011 * calendar/cal-iso.el (calendar-absolute-from-iso)
8012 (calendar-iso-read-args): Simplify.
8013 (calendar-iso-date-string, calendar-iso-read-args)
8014 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
8015
8016 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
8017 (displayed-month, displayed-year): Move declarations where needed.
8018 (calendar-print-astro-day-number): Doc fix.
8019
8020 * calendar/cal-persia.el (persian-calendar-month-name-array)
8021 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
8022 (persian-prompt-for-date): Remove local variable `today'.
8023
8024 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
8025
8026 * calendar/solar.el (solar-moment, solar-exact-local-noon)
8027 (solar-sunrise-sunset, solar-sunrise-sunset-string)
8028 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
8029 (diary-sabbath-candles, solar-equinoxes/solstices)
8030 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
8031 (solar-time-equation, solar-date-to-et): Simplify.
8032
8033 * mail/supercite.el: Remove the `function' in `(function (lambda'.
8034 Replace `(car (cdr' with cadr'.
8035
8036 * progmodes/f90.el (f90-font-lock-n): New function.
8037 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
8038 Use f90-font-lock-n.
8039 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
8040
8041 * progmodes/f90.el (f90-mode-abbrev-table):
8042 * progmodes/fortran.el (fortran-mode-abbrev-table):
8043 Use newer form of define-abbrev, where supported. No need to bind
8044 abbrevs-changed for system abbrevs.
8045
8046 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
8049 delete-frame-functions.
8050
8051 * bookmark.el (Info-current-node): Remove.
8052
8053 2008-03-12 Juri Linkov <juri@jurta.org>
8054
8055 * help.el (describe-project): Remove defaliases for view-todo and
8056 describe-project that are now unnecessary after the merge from
8057 emacs--rel--22 that added define-obsolete-function-alias.
8058
8059 * startup.el (inhibit-startup-screen): Revert incomplete
8060 2008-03-10 merge from emacs--rel--22 that partly reverted
8061 2008-02-28 change that added initial message to *scratch* buffer
8062 regardless of the value of `inhibit-startup-screen'.
8063 Now keep this change in the trunk, but not in the 22 branch.
8064
8065 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * international/quail.el (quail-setup-completion-buf, quail-help):
8068 * mail/binhex.el (binhex-decode-region-internal):
8069 * mail/uudecode.el (uudecode-decode-region-internal):
8070 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8071 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8072 setting default-enable-multibyte-characters.
8073
8074 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
8075
8076 * comint.el: Fix up indentation and comment style. Remove `function'.
8077
8078 * international/mule-cmds.el (reset-language-environment)
8079 (set-language-environment-nonascii-translation):
8080 Don't set-unibyte-charset.
8081
8082 * doc-view.el: Remove all cb-args, use closures instead.
8083 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
8084 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
8085 doing an incorrect check). Update all callers to use the new name.
8086 (doc-view-doc->txt): Add missing `txt' argument.
8087
8088 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8089
8090 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
8091 md5 sum calculation to single-byte.
8092
8093 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * doc-view.el (doc-view-new-window-function): Add assertion.
8096 (doc-view-doc-type): New var.
8097 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
8098 (doc-view-intersection): New fun.
8099 (doc-view-mode): Use it to set the new var.
8100
8101 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8102
8103 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
8104 (doc-view-already-converted-p): New functions.
8105 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
8106 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
8107 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
8108 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
8109 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
8110 (doc-view-convert-current-doc): Don't hardwire the functions the
8111 sentinels call. Now they're provided by two args CALLBACK and
8112 CB-ARGS to the functions.
8113 (doc-view-search): Use doc-view-doc->txt.
8114 (doc-view-initiate-display): Use doc-view-already-converted-p.
8115 Mention new binding C-c C-t if doc-view-mode doesn't work.
8116
8117 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8118
8119 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
8120
8121 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8124 Mark " outside of tags as punctuation.
8125
8126 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * menu-bar.el (minibuffer-local-map): Use the same command for the
8129 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
8130 Prefer RET over C-j for exit-minibuffer.
8131
8132 * files.el (display-buffer-other-frame): Eliminate problematic code.
8133
8134 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
8135 (menu-bar-select-buffer): Remove.
8136 (menu-bar-select-frame): Make non-interactive and take a frame arg.
8137 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
8138
8139 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
8140
8141 * icomplete.el (icomplete-completions): Remove obsolete code.
8142
8143 * net/net-utils.el (iwconfig-program-options): Doc fix.
8144 (net-utils-run-program, run-network-program): Define as functions.
8145
8146 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
8147
8148 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
8149
8150 2008-03-11 Glenn Morris <rgm@gnu.org>
8151
8152 * faces.el (mode-line-emphasis): New face.
8153 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
8154
8155 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
8156
8157 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
8158
8159 * simple.el (set-mark-command): Doc fix.
8160
8161 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
8164
8165 * emacs-lisp/autoload.el (autoload-find-destination):
8166 Don't force raw-text.
8167
8168 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
8169 * calendar/cal-loaddefs.el: Don't version control.
8170
8171 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8172
8173 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
8174 entries and add :help to the existing ones.
8175
8176 2008-03-10 Glenn Morris <rgm@gnu.org>
8177
8178 * calendar/cal-hebrew.el (date, entry, number): Move declarations
8179 to where they are needed.
8180
8181 * calendar/calendar.el (diary-file, hebrew-holidays-1)
8182 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8183 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
8184 (calendar-version): Doc fixes.
8185 (calendar-absolute-from-gregorian): Use zerop.
8186 (calendar-mode-line-format): Make it a defcustom.
8187
8188 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
8189 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
8190 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
8191 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
8192 (mark-included-diary-files, mark-calendar-days-named)
8193 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
8194 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
8195 (insert-monthly-diary-entry, insert-yearly-diary-entry)
8196 (insert-anniversary-diary-entry, insert-block-diary-entry)
8197 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
8198 (diary-font-lock-sexps): Doc fixes.
8199 (diary-remind-message, mark-calendar-month): Use zerop.
8200 (diary-attrtype-convert, diary-pull-attrs): Simplify.
8201 (diary-list-entries): Revert let to let* (previous change).
8202
8203 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
8204
8205 2008-03-10 Kim F. Storm <storm@cua.dk>
8206
8207 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
8208 function aliases for the old names.
8209
8210 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
8211
8212 * iswitchb.el (iswitchb-use-faces): Doc fix.
8213 (iswitchb-buffer-ignore, iswitchb-read-buffer):
8214 Fix typos in docstrings.
8215
8216 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8217
8218 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
8219 Fix typo.
8220 (verilog-type-font-keywords): Reindent.
8221
8222 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
8223
8224 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
8225 grouping-keyword regular expression.
8226 (verilog-font-lock-keywords): Allow users to toggle special
8227 highlight of grouping-keywords.
8228 (verilog-highlight-grouping-keywords): The toggle for special
8229 highlighting of grouping keywords.
8230
8231 2008-03-10 Juri Linkov <juri@jurta.org>
8232
8233 * startup.el: Revert 2008-02-28 change that adds initial message
8234 to *scratch* buffer regardless of the value of
8235 `inhibit-startup-screen'.
8236
8237 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8238
8239 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
8240 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
8241 * progmodes/verilog-mode.el (verilog-mode):
8242 * net/socks.el (socks):
8243 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
8244
8245 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8246
8247 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
8248 (doc-view-bookmark-make-record): Use them.
8249 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
8250 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
8251
8252 * bookmark.el (bookmark-make-record-function): Change expected return
8253 value to include a suggested bookmark name.
8254 (bookmark-make): Split into bookmark-make-record and bookmark-store.
8255 Fix reversed `overwrite' semantics.
8256 (bookmark-set): Call bookmark-make-record before prompting the user.
8257 Then pass the result to bookmark-store later on.
8258 (bookmark-make-name-function): Remove.
8259 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
8260 * info.el (bookmark-make-name-function): Remove.
8261 (Info-mode): Don't set it.
8262 (Info-bookmark-make-name): Remove.
8263 (Info-bookmark-make-record): Use Info-current-node as suggested default
8264 bookmark name.
8265
8266 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
8267 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
8268 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
8269 (bookmark-annotation-buffer, bookmark-annotation-file)
8270 (bookmark-annotation-point, bookmark-send-annotation)
8271 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
8272 (bookmark-edit-annotation-text-func): Rename from
8273 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
8274 (bookmark-edit-annotation-mode-map): Move initialization into
8275 declaration.
8276
8277 * bookmark.el: Remove spurious * in docstrings.
8278 (bookmark-minibuffer-read-name-map): New var.
8279 (bookmark-set): Use it. Also pass the default value as it should.
8280 (bookmark-send-edited-annotation): Take no chances with text properties.
8281 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
8282 (bookmark-insert-buffer-name): Remove.
8283 (bookmark-buffer-file-name): Signal an error rather than returning nil.
8284
8285 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
8286
8287 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
8288
8289 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
8290
8291 * diff-mode.el (diff-mode-menu): Add :help.
8292
8293 2008-03-09 Glenn Morris <rgm@gnu.org>
8294
8295 * calendar/calendar.el (general-holidays, oriental-holidays)
8296 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
8297 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
8298 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
8299 (calendar-holidays): Restore autoload cookies, because people are
8300 used to using these variables without loading calendar.el.
8301
8302 * calendar/cal-islam.el (diary-islamic-date): Move to end.
8303 (date, number): Declare where needed.
8304
8305 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
8306 (list-sexp-diary-entries): Doc fixes.
8307 (diary-list-entries): Doc fix. Remove free variable `entry'.
8308 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
8309 Simplify setting of `date-holiday-list'.
8310 (mark-diary-entries): Remove free variable `entry'.
8311 (diary-list-entries, include-other-diary-files, fancy-diary-display):
8312 Use let where let* is not needed.
8313
8314 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
8317 make-record function, instead paste it in afterwards.
8318 (bookmark-make-record-for-text-file):
8319 * doc-view.el (doc-view-bookmark-make-record):
8320 * info.el (Info-bookmark-make-record): Don't mess with annotations.
8321
8322 2008-03-08 Glenn Morris <rgm@gnu.org>
8323
8324 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
8325
8326 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
8327
8328 * calendar/diary-lib.el (diary-list-entries)
8329 (include-other-diary-files, mark-diary-entries)
8330 (mark-sexp-diary-entries, mark-included-diary-files)
8331 (diary-entry-time, list-sexp-diary-entries): Remove the special
8332 handling of ^M that dates back to the use of selective-display.
8333 (simple-diary-display): Obey setting of pop-up-frames.
8334 (body, entry): Remove unnecessary declarations.
8335
8336 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
8337 (bookmark-get-annotation, bookmark-set-annotation)
8338 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8339 (bookmark-set-position, bookmark-get-front-context-string)
8340 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8341 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
8342 * info.el (Info-bookmark-make-record): Don't bother recording point.
8343 (bookmark-get-filename, bookmark-get-front-context-string)
8344 (bookmark-get-rear-context-string, bookmark-get-position):
8345 Don't declare any more.
8346 (bookmark-get-info-node): Remove.
8347 (bookmark-prop-get): Declare.
8348 (Info-bookmark-jump): Use it.
8349
8350 2008-03-08 Johan Bockgård <bojohan@gnu.org>
8351
8352 * subr.el (while-no-input): Don't splice BODY directly into the
8353 `or' form.
8354
8355 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
8356
8357 * diff-mode.el (diff-ignore-whitespace-hunk):
8358 Bind inhibit-read-only before trying to change the buffer.
8359
8360 2008-03-08 Glenn Morris <rgm@gnu.org>
8361
8362 * calendar/appt.el (appt): Move custom group here from calendar.el.
8363 (appt-disp-window, appt-convert-time): Doc fixes.
8364
8365 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
8366 (calendar-bahai-mark-date-pattern):
8367 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
8368 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
8369 * calendar/cal-julian.el (calendar-absolute-from-julian):
8370 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
8371
8372 * calendar/cal-china.el (chinese-calendar): Move custom group here from
8373 calendar.el.
8374 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8375 Make constants.
8376 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
8377 (chinese-calendar-daylight-savings-starts)
8378 (chinese-calendar-daylight-savings-ends)
8379 (chinese-calendar-daylight-savings-starts-time)
8380 (chinese-calendar-daylight-savings-ends-time)
8381 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
8382 Doc fixes.
8383
8384 * calendar/cal-coptic.el (coptic-name): Add doc string.
8385
8386 * calendar/cal-french.el (french-calendar-month-name-array)
8387 (french-calendar-day-name-array, french-calendar-special-days-array):
8388 Add doc strings.
8389
8390 * calendar/cal-bahai.el (diary-bahai-mark-entries)
8391 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8392 (diary-bahai-insert-yearly-entry):
8393 * calendar/cal-dst.el (calendar-next-time-zone-transition)
8394 (calendar-time-zone):
8395 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
8396 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
8397 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
8398 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
8399 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
8400 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
8401 (list-islamic-diary-entries, mark-islamic-diary-entries)
8402 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8403 (insert-yearly-islamic-diary-entry):
8404 * calendar/cal-iso.el (calendar-iso-read-args):
8405 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8406 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
8407 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8408 (calendar-next-calendar-round-date)
8409 (calendar-mayan-long-count-common-era):
8410 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
8411 (cal-menu-x-popup-menu, calendar-mouse-holidays)
8412 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
8413 (calendar-mouse-goto-date):
8414 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8415 * calendar/holidays.el (holidays):
8416 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
8417 * calendar/time-date.el (date-to-time, time-subtract, time-add)
8418 (safe-date-to-time): Doc fixes.
8419
8420 * calendar/cal-persia.el (persian-calendar-month-name-array)
8421 (persian-calendar-epoch): Make constants.
8422
8423 * calendar/cal-tex.el (calendar-tex): Move custom group here from
8424 calendar.el.
8425
8426 * calendar/cal-x.el (diary-frame-parameters)
8427 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8428 (calendar-after-frame-setup-hooks): Make defcustoms.
8429 (calendar-one-frame-setup, calendar-only-one-frame-setup)
8430 (calendar-two-frame-setup): Doc fix.
8431
8432 * calendar/cal-loaddefs.el: New file.
8433
8434 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8435 * calendar/cal-french.el, calendar/cal-html.el:
8436 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8437 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8438 * calendar/cal-tex.el, calendar/cal-x.el:
8439 Unquote lambda functions. Add autoload cookies to functions formerly
8440 autoloaded in calendar.el. Set `generated-autoload-file' to
8441 "cal-loaddefs.el".
8442
8443 * calendar/calendar.el: Move many autoloads to separate file,
8444 cal-loaddefs.el. Move defcustoms to start and re-order.
8445 (calendar-month-name-array, calendar-starred-day): No need to
8446 declare for compiler.
8447 (cal-loaddefs): Require it.
8448 (appt, chinese-calendar, calendar-tex): Move custom groups to the
8449 appropriate file.
8450 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
8451 Reverse logic.
8452 (diary-face, diary-file-name-prefix-function, diary-include-string)
8453 (diary-glob-file-regexp-prefix, diary-face-attrs)
8454 (diary-file-name-prefix, sexp-diary-entry-symbol)
8455 (print-diary-entries-hook, list-diary-entries-hook)
8456 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8457 (nongregorian-diary-marking-hook, diary-list-include-blanks):
8458 Move to diary-lib.
8459 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8460 (all-bahai-calendar-holidays): Doc fix.
8461 (calendar-insert-indented): Doc fix. Use when rather than if.
8462 (exit-calendar): Use mapc rather than mapcar.
8463 (calendar-cursor-to-date): Use zerop.
8464 (calendar-mark-ring): Add doc-string.
8465 (calendar-starred-day): Defvar it.
8466 (calendar-mode): Make calendar-starred-day local.
8467 (calendar-star-date): No need to make calendar-starred-day local.
8468
8469 * calendar/diary-lib.el: Move defcustoms to start.
8470 (diary-include-string, diary-list-include-blanks)
8471 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
8472 (diary-file-name-prefix, diary-file-name-prefix-function)
8473 (sexp-diary-entry-symbol, list-diary-entries-hook)
8474 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
8475 (nongregorian-diary-marking-hook, print-diary-entries-hook):
8476 Move here from calendar.el.
8477 (diary-file-name-prefix-function): Use 'identity.
8478 (diary-face): Make it a defcustom, and mark as obsolete.
8479 (top-level): No need to require cal-hebrew, cal-islam when compiling.
8480 (calendar-hebrew-month-name-array-leap-year)
8481 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
8482 Define for compiler.
8483 (diary-font-lock-keywords): Use format rather than concat.
8484 Add bahai-diary-entry-symbol.
8485
8486 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
8487 * calendar/solar.el: Unquote lambda functions.
8488
8489 * calendar/solar.el (calendar-location-name, calendar-latitude)
8490 (calendar-longitude, solar-setup, solar-sin-degrees)
8491 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
8492 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
8493 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
8494 (solar-exact-local-noon, solar-julian-ut-centuries)
8495 (solar-ephemeris-time, solar-date-next-longitude)
8496 (solar-horizontal-coordinates, solar-equatorial-coordinates)
8497 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
8498 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
8499 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
8500 Doc fixes.
8501 (solar-horizontal-coordinates, solar-equatorial-coordinates)
8502 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
8503 (solar-ecliptic-coordinates): Use unless.
8504 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
8505 Use or.
8506
8507 * calendar/timeclock.el: Add doc-strings to all functions.
8508 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
8509 (timeclock-entry-list-length, timeclock-entry-list-projects)
8510 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
8511
8512 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
8513
8514 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
8515 (org-get-entries-from-diary): Require diary-lib.
8516
8517 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
8518
8519 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
8520 Pacify byte-compiler.
8521
8522 2008-03-07 Alan Mackenzie <acm@muc.de>
8523
8524 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
8525 paren/bracket pairs parsed, to solve performance problem.
8526
8527 2008-03-07 Bastien Guerry <bzg@altern.org>
8528
8529 * bookmark.el (bookmark-set): Don't check for
8530 `bookmark-make-name-function' since `bookmark-buffer-file-name'
8531 already takes care of this.
8532 (bookmark-buffer-name, bookmark-buffer-file-name):
8533 Remove Info-mode specific code.
8534
8535 * info.el (bookmark-get-info-node): Define this function in
8536 info.el, not in bookmark.el.
8537 (Info-mode): Set `bookmark-make-name-function' to
8538 `Info-bookmark-make-name' locally.
8539 (Info-bookmark-make-name): New function.
8540
8541 * bookmark.el (bookmark-make-name-function): New variable.
8542
8543 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8544
8545 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
8546 buffer-local, not `bookmark-make-cell-function' (the old name).
8547
8548 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
8549
8550 * doc-view.el (doc-view-bookmark-make-record):
8551 * image-mode.el (image-bookmark-make-record):
8552 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
8553
8554 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
8555
8556 * vc.el (vc-status-menu-map-filter): Return orig-binding if
8557 boundp 'vc-ignore-menu-filter.
8558 (vc-status-tool-bar-map): Make it defvar.
8559 (vc-status-mode): vc-status-tool-bar-map now variable.
8560 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
8561
8562 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8563
8564 Give a better name to part of the bookmark interface.
8565
8566 This was originally a much larger change, but halfway through I
8567 updated and discovered that Stefan Monnier had done the rest.
8568 It looks like he anticipated the new name too, because he used
8569 `the-record' instead of `the-cell' for some internal variable names.
8570
8571 * bookmark.el (bookmark-make-record-function): Was
8572 `bookmark-make-cell-function'.
8573 (bookmark-make, bookmark-send-annotation): Update for above.
8574 (bookmark-make-record-for-text-file):
8575 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
8576
8577 * info.el: Adjust accordingly.
8578 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
8579
8580 * image-mode.el: Adjust accordingly.
8581 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
8582
8583 * doc-view.el: Adjust accordingly.
8584 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
8585
8586 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8587
8588 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
8589 Move initialization into declaration.
8590 (bookmark-get-info-node, bookmark-set-info-node): Remove.
8591 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
8592 (bookmark-info-current-node): Remove.
8593 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
8594 Add relocation fallback. Set bookmark-current-bookmark.
8595 (bookmark-default-handler): Rename from bookmark-jump-noselect.
8596 Remove relocation fallback. Don't set bookmark-current-bookmark.
8597 (bookmark-set): Let it be used even if there's no buffer-file-name
8598 as long as there is a bookmark-make-cell-function.
8599 * info.el (Info-bookmark-jump): Remove relocation fallback.
8600 Don't set bookmark-current-bookmark.
8601
8602 2008-03-07 Glenn Morris <rgm@gnu.org>
8603
8604 * calendar/appt.el (appt-issue-message)
8605 (appt-message-warning-time, appt-audible, appt-visible)
8606 (appt-msg-window, appt-display-mode-line, appt-display-duration)
8607 (appt-display-diary): Remove autoload cookies.
8608
8609 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
8610 Remove leading `*' from defcustom doc-strings.
8611
8612 * calendar/cal-dst.el (calendar-dst): New custom group.
8613 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
8614 (calendar-time-zone, calendar-daylight-time-offset)
8615 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
8616 (calendar-daylight-savings-starts-time)
8617 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
8618 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
8619 Move to start.
8620
8621 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
8622
8623 * calendar/calendar.el (calendar-version): Use emacs-version and
8624 make it obsolete. Move to end.
8625 (calendar-offset, view-diary-entries-initially)
8626 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
8627 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
8628 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8629 (all-bahai-calendar-holidays, calendar-load-hook)
8630 (initial-calendar-window-hook, today-visible-calendar-hook)
8631 (today-invisible-calendar-hook, calendar-move-hook)
8632 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
8633 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
8634 (diary-include-string, sexp-diary-entry-symbol)
8635 (abbreviated-calendar-year, american-date-diary-pattern)
8636 (european-date-diary-pattern, european-calendar-display-form)
8637 (american-calendar-display-form, print-diary-entries-hook)
8638 (list-diary-entries-hook, diary-hook, diary-display-hook)
8639 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8640 (nongregorian-diary-marking-hook, diary-list-include-blanks)
8641 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
8642 (local-holidays, other-holidays, hebrew-holidays-1)
8643 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8644 (hebrew-holidays, christian-holidays, islamic-holidays)
8645 (bahai-holidays, solar-holidays, calendar-setup)
8646 (calendar-week-start-day): Remove autoload cookies.
8647 (diary-glob-file-regexp-prefix): Doc fix.
8648 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
8649 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
8650 (calendar-week-start-day, calendar-debug-sexp): Move to start.
8651
8652 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
8653 (calendar-time-display-form, calendar-latitude)
8654 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
8655 cookies.
8656 (calendar-latitude, calendar-longitude): Move functions after
8657 variables.
8658 (diary-sabbath-candles-minutes): Move to start.
8659 (solar-setup): Use or rather than if.
8660 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
8661 Remove condition-case.
8662 (solar-atn2): Use zerop.
8663 (solar-equinoxes-solstices): Doc fix.
8664
8665 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
8666 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
8667
8668 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
8669 (calendar-longitude, calendar-latitude, calendar-location-name):
8670 Declare for compiler.
8671
8672 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8673
8674 * arc-mode.el (archive-ar-file-header-re): New const.
8675 (archive-ar-summarize, archive-ar-extract): New funs.
8676 (archive-find-type): Recognize ar archives.
8677
8678 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
8679 New functions.
8680
8681 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
8682
8683 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
8684
8685 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8686 Replace :enable (mark-active) with :enable mark-active.
8687
8688 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
8689
8690 * vms-patch.el (make-legal-file-name): New obsolete alias.
8691 (make-valid-file-name): Rename from `make-legal-file-name'.
8692 (make-auto-save-file-name): Use it.
8693
8694 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
8695 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
8696 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
8697
8698 * textmodes/org.el (org-export-html-style): Doc fix.
8699 (org-get-legal-level): New obsolete alias.
8700 (org-get-valid-level): Rename from `org-get-legal-level'.
8701 (org-promote, org-demote, org-archive-subtree)
8702 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
8703
8704 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
8705
8706 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
8707
8708 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
8709 (vc-status-toggle-mark): New functions.
8710 (vc-status-mode): Set tool bar map.
8711
8712 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
8713
8714 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
8715 Reported by Drew Adams <drew.adams@oracle.com>.
8716
8717 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
8718
8719 * subr.el (read-quoted-char): Resolve modifers of the character
8720 event.
8721
8722 * comint.el (comint-exec-1): Don't change the coding-system for
8723 decoding to dos-like EOL.
8724 (comint-carriage-motion): Fully rewrite.
8725
8726 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
8727
8728 * epg.el (epg-context-include-certs): Reflow docstring.
8729 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
8730 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
8731 (epg-context-set-signers, epg-context-set-sig-notations)
8732 (epg-make-import-status, epg-make-import-result)
8733 (epg-start-delete-keys): Fix typos in docstrings.
8734 (epg-start-sign-keys, epg-sign-keys):
8735 Fix typos in obsolescence declarations.
8736
8737 * iswitchb.el: Don't check for `cadr' and `last'.
8738 (iswitchb-define-mode-map, iswitchb-default-keybindings):
8739 Add obsolescence declaration and remove redundant info from docstring.
8740 (iswitchb-set-common-completion, iswitchb-set-matches)
8741 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
8742 (recentf-list, most-len, most-is-exact):
8743 Don't wrap defvars within `eval-when-compile'.
8744
8745 2008-03-05 Glenn Morris <rgm@gnu.org>
8746
8747 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8748 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8749 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
8750 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
8751 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
8752
8753 * ediff-hook.el (ediff-window-setup-function): Don't autoload
8754 declaration for compiler.
8755 (ediff-xemacs-init-menus): Use when rather than if.
8756
8757 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
8758 if+and to just and.
8759 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
8760 (ediff-delete-overlay): Move the XEmacs test inside the definition.
8761
8762 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
8763
8764 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
8765 test inside XEmacs test.
8766 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
8767 since it was doing nothing on Emacs.
8768 (ediff-make-bullet-proof-overlay): Use when rather than if.
8769
8770 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
8771 (ediff-setup-control-frame): Remove
8772 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
8773 a (featurep 'xemacs) test.
8774
8775 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
8776
8777 * calc/calc-ext.el (calc-extended-command-history): New variable.
8778 (calc-exectute-extended-command): Use `calc-extended-command-history'.
8779
8780 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
8781
8782 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
8783 (standard-mode-line-position): Add mouse-face.
8784
8785 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
8786 * progmodes/grep.el (grep-mode-map): Add :help.
8787
8788 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
8789 initialize in one step. Add :help. Use :enable to activate menu
8790 items. Show the key binding for edebug-defun.
8791 (lisp-interaction-mode-map): Add a menu.
8792
8793 * term.el (term-mode-map): Define and initialize in one step.
8794
8795 * ediff-init.el (ediff-color-display-p): Simplify.
8796 (Xor): Remove unused function.
8797 (ediff-with-syntax-table): Simplify for Emacs.
8798
8799 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
8800 menu-bar being loaded, it always is.
8801
8802 2008-03-05 Glenn Morris <rgm@gnu.org>
8803
8804 * textmodes/tex-mode.el (tex-mode): Suppress warning about
8805 multiple definitions when compiling.
8806
8807 2008-03-04 Alan Mackenzie <acm@muc.de>
8808
8809 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
8810
8811 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
8812 doc-string, "c-old-LEN" -> "c-old-END".
8813
8814 2008-03-04 Jason Rumney <jasonr@gnu.org>
8815
8816 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
8817 namespaces.
8818
8819 2008-03-04 Glenn Morris <rgm@gnu.org>
8820
8821 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
8822
8823 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
8824 than mapcar.
8825
8826 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8829 (byte-compile-nilconstp): Can't use recursion in a defsubst.
8830
8831 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
8832 so that M-q can fill comments.
8833 (tex-executable-exists-p, tex-compile): Extend with special syntax for
8834 commands implemented in elisp.
8835 (tex-compile-commands): Add an entry to use doc-view for pdf files.
8836 (tex-format-cmd): New function.
8837 (tex-compile): Use it to let the user specify default arguments.
8838 (tex-cmd-bibtex-args): New var.
8839 (tex-cmd-doc-view): New function.
8840
8841 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
8842
8843 * faces.el (face-spec-set): Fix typos in docstring.
8844
8845 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
8846
8847 * bindings.el (mode-line-column-line-number-mode-map): New variable.
8848 (standard-mode-line-position): Use it to add a menu for toggling
8849 column number and line number display.
8850
8851 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8854 Remove optimization that was working around the form-code-walker bug.
8855
8856 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8857 Walk into the body of lambdas after byte-compile-unfold-lambda.
8858
8859 2008-03-03 Glenn Morris <rgm@gnu.org>
8860
8861 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
8862 value, if set, over frame value.
8863
8864 * simple.el (transient-mark-mode): Don't turn on by default.
8865
8866 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
8867 accidentally removed by the 2007-12-05 merge from Gnus.
8868
8869 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
8870
8871 * progmodes/compile.el (compilation-menu-map): Add menu entries
8872 for useful options.
8873
8874 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
8875 Glenn Morris <rgm@gnu.org>
8876
8877 * emacs-lisp/bytecomp.el (byte-recompile-directory)
8878 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
8879 Give a `bytecomp-' prefix to local variables with common names.
8880
8881 2008-03-01 Glenn Morris <rgm@gnu.org>
8882
8883 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
8884 code commented out 2007-11-10.
8885
8886 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
8887
8888 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
8889 Delete macro.
8890 * emulation/viper-cmd.el, emulation/viper-ex.el:
8891 * emulation/viper-init.el, emulation/viper-keym.el:
8892 * emulation/viper-mous.el, emulation/viper-util.el:
8893 * emulation/viper.el:
8894 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
8895 featurep test.
8896
8897 Replace obselete frame-local variables with frame-parameters.
8898 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
8899 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
8900 (viper-vi-state-cursor-color): Only call make-variable-frame-local
8901 on XEmacs.
8902 * emulation/viper-util.el (viper-frame-value): New macro.
8903 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
8904 (viper-R-state-post-command-sentinel)
8905 (viper-replace-state-post-command-sentinel)
8906 (viper-change-state-to-insert, viper-change-state-to-emacs):
8907 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
8908 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
8909 (viper-get-saved-cursor-color-in-insert-mode)
8910 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
8911 Use viper-frame-value for viper-replace-overlay-cursor-color,
8912 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
8913 viper-vi-state-cursor-color values.
8914
8915 * emulation/viper-cmd.el (zmacs-region-stays):
8916 * emulation/viper-util.el (zmacs-region-stays): No need to define
8917 for compiler.
8918
8919 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
8920 mapcar on Emacs.
8921
8922 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
8923 on XEmacs.
8924
8925 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
8926 rather than if.
8927
8928 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8929
8930 * whitespace.el: New version 9.3. As the glyph code generation was
8931 fixed, it is possible now to use character code above ?\x1FFFF in the
8932 display table. Fix `whitespace-indentation-regexp' to not include an
8933 extra ending character. Reported by Michael Welsh Duggan
8934 <mwd@cert.org>. Added hook actions when buffer is written or killed as
8935 the original whitespace package had. Suggested by Eric Cooper
8936 <ecc@cmu.edu>. Doc fix.
8937 (whitespace-action): New option.
8938 (whitespace-display-mappings): Changed default newline visualization to
8939 display downwards arrow, as the glyph code generation was fixed.
8940 (whitespace-unload-function): Assure that all local whitespace mode is
8941 turned off.
8942 (whitespace-global-modes): Fix type customization.
8943 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
8944 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8945 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
8946 Fix code.
8947 (whitespace-buffer): Command removed.
8948 (whitespace-trailing-regexp, whitespace-mark-x)
8949 (whitespace-display-window, whitespace-action-when-on)
8950 (whitespace-add-local-hook, whitespace-remove-local-hook)
8951 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
8952 (whitespace-action): New funs.
8953 (whitespace-report-list, whitespace-report-text)
8954 (whitespace-report-buffer-name): New consts.
8955 (whitespace-report, whitespace-report-region): New commands.
8956
8957 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
8958
8959 * disp-table.el (make-glyph-code): Don't test the result of
8960 `face-id', which already signals an error for invalid faces.
8961 (glyph-face): Simplify.
8962
8963 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
8964 running `desktop-not-loaded-hook' to allow modifying it.
8965 Don't show warning message if `desktop-dirname' was modified.
8966
8967 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8968
8969 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
8970 we still expect more lines.
8971
8972 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
8973 comment-paragraph filling if the commark doesn't match
8974 comment-start-skip.
8975
8976 2008-03-01 Daiki Ueno <ueno@unixuser.org>
8977
8978 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
8979 the `imap' variant.
8980
8981 2008-03-01 Jason Rumney <jasonr@gnu.org>
8982
8983 * files.el (make-auto-save-file-name): Encode more characters in
8984 non-file buffer names. Use url-encoding.
8985
8986 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
8987
8988 * net/net-utils.el (ftp-program): Fix typo in docstring.
8989 (ifconfig-program-options, netstat-program-options)
8990 (arp-program-options, route-program-options, nslookup-program-options)
8991 (ftp-program-options, smbclient-program-options)
8992 (dns-lookup-program-options, arp, route): Doc fixes.
8993
8994 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
8995 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
8996 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
8997 Fix typos in docstrings.
8998 (gdb-pending-triggers): Reflow docstring.
8999 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
9000
9001 2008-03-01 Alan Mackenzie <acm@muc.de>
9002
9003 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
9004 typing "#" at EOB.
9005
9006 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9007
9008 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
9009
9010 2008-02-29 Kim F. Storm <storm@cua.dk>
9011
9012 * emulation/cua-base.el (cua-remap-control-v)
9013 (cua-remap-control-z): New defcustoms.
9014 (cua-mode): Add them to set-after property.
9015 (cua--init-keymaps): Use them.
9016 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
9017
9018 * help.el (view-emacs-todo): Rename from view-todo.
9019 (describe-gnu-project): Rename from describe-project. Users changed.
9020 (view-help-file): New helper function.
9021 (describe-distribution, describe-copying, describe-gnu-project)
9022 (view-todo, view-order-manuals, view-emacs-problems): Use it.
9023 (view-emacs-debugging, view-external-packages): New commands.
9024 (help-map): Move describe-distribution to C-h C-o (ordering).
9025 Move view-emacs-problems to C-h C-p (problems).
9026 Bind view-emacs-debugging to C-h C-d (debugging).
9027 Bind view-external-packages to C-h C-e (extras).
9028 (help-for-help-internal): Cleanup and align descriptions.
9029 Remove command names to reduce clutter.
9030
9031 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9032
9033 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
9034 and quieter face (not a warning).
9035
9036 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
9037
9038 * vc.el (vc-status-crt-marked): New variable.
9039 (vc-status-mode): Make it local.
9040 (vc-status-refresh): Use it to save the marked files.
9041 (vc-update-vc-status-buffer): Use it to restore the marked files.
9042
9043 * vc-svn.el (vc-svn-after-dir-status):
9044 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
9045
9046 2008-02-29 Glenn Morris <rgm@gnu.org>
9047
9048 * allout.el (allout-topic-encryption-bullet)
9049 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
9050 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
9051 from 22.0 to 22.1.
9052
9053 * net/imap.el (imap-ping-server):
9054 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
9055 Change defcustom :version from 23.0 to 23.1.
9056
9057 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
9058
9059 * desktop.el (desktop-save): Save the buffer name if the
9060 uniquified base name is empty.
9061
9062 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9063
9064 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
9065 correctly when user has "set print address off".
9066
9067 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
9068
9069 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
9070 version number of the next major Emacs release, not 23.0.
9071
9072 * longlines.el (longlines-unload-function): New function.
9073
9074 2008-02-28 Juri Linkov <juri@jurta.org>
9075
9076 * startup.el (normal-splash-screen): Add argument `concise'.
9077 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
9078 to the created buffer. If `concise' is non-nil, call
9079 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
9080 (display-startup-screen): Add argument `concise' to the call to
9081 `normal-splash-screen'.
9082
9083 2008-02-28 Kim F. Storm <storm@cua.dk>
9084
9085 * startup.el (startup-echo-area-message): Check for about-emacs.
9086
9087 2008-02-28 Juri Linkov <juri@jurta.org>
9088
9089 * startup.el: Always add initial message to *scratch* buffer if
9090 `initial-scratch-message' is non-nil regardless of the value of
9091 `inhibit-startup-screen'.
9092 (inhibit-startup-screen, initial-scratch-message): Doc fix.
9093 (command-line-1): Move code that inserts `initial-scratch-message'
9094 up before the if-form that checks for `inhibit-startup-screen'.
9095 Suggested by Jonathan Rockway <jon@jrock.us>.
9096
9097 2008-02-28 Juri Linkov <juri@jurta.org>
9098
9099 * cus-edit.el (custom-mode-map, custom-mode-link-map):
9100 Rename `custom-mode' to `Custom-mode' in docstrings.
9101 (custom-buffer-create-internal, customize-browse):
9102 Rename `custom-mode' to `Custom-mode'.
9103 (custom-mode-hook): Rename to `Custom-mode-hook'.
9104 (Custom-mode-hook): Renamed from `custom-mode-hook'.
9105 (custom-mode): Rename to `Custom-mode'.
9106 (Custom-mode): Renamed from `custom-mode'. Doc fix.
9107 (custom-mode): Add backward-compatible non-interactive variant of
9108 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
9109 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
9110
9111 * info-look.el: Rename `custom-mode' to `Custom-mode'.
9112
9113 * emulation/viper.el (viper-emacs-state-mode-list):
9114 Rename `custom-mode' to `Custom-mode'.
9115
9116 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
9117 Capitalize "Tagged Files".
9118 (minibuffer-local-map): Add menu items for next/previous
9119 history elements and isearch history forward/backward.
9120
9121 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
9122 `hs-isearch-open' with t instead of `comment' in :selected
9123 for "Code and Comment blocks" menu item.
9124
9125 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * uniquify.el (uniquify-buffer-base-name): Undo last change.
9128 Should be done in desktop.el instead.
9129
9130 2008-02-28 Glenn Morris <rgm@gnu.org>
9131
9132 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
9133
9134 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
9135
9136 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
9137 (Info-menu, Info-goto-node): Remove declarations.
9138 (report-emacs-bug-info): Use info rather than Info-goto-node.
9139
9140 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
9141 (idlwave-convert-xml-system-routine-info): Don't require xml.
9142 (idlwave-show-commentary, idlwave-shell-show-commentary):
9143 Don't require finder.
9144 (idlwave-info): Don't require info. Use info rather than
9145 Info-goto-node.
9146
9147 * textmodes/org.el (Info-goto-node): Remove declaration.
9148 (org-info): Use info rather than Info-goto-node.
9149
9150 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
9151 (reftex-info): Don't require info. Use info rather than Info-goto-node.
9152
9153 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
9154
9155 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
9156 the menu.
9157
9158 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
9159 (vc-finish-logentry): Check for vc-status-mode, not only for
9160 vc-dired-mode.
9161
9162 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
9163
9164 * isearch.el (isearch-printing-char): Don't check
9165 keyboard-coding-system.
9166 Call isearch-process-search-multibyte-characters only when
9167 current-input-method is non-nil.
9168
9169 2008-02-27 Kim F. Storm <storm@cua.dk>
9170
9171 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
9172 (glyph-char, glyph-face): Handle cons encoding.
9173
9174 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
9175
9176 * uniquify.el (uniquify-buffer-base-name): If the base name is an
9177 empty string, return nil to allow the caller to default to the
9178 buffer name. Reported by Martin Fischer <parozusa@web.de>.
9179
9180 * tool-bar.el (tool-bar-setup): Doc fix.
9181
9182 * mail/supercite.el (sc-describe):
9183 Fix typos in obsolescence declaration.
9184
9185 2008-02-27 Glenn Morris <rgm@gnu.org>
9186
9187 * autoinsert.el (auto-insert-alist): Change permission text to
9188 match FSF's GPLv3 form.
9189
9190 * mail/supercite.el (sc-cite-original): Doc fix.
9191 (sc-version): Make obsolete.
9192 (sc-describe): Show the SC info page. Make obsolete.
9193
9194 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
9197 when using transient-mark-mode.
9198 (default-indicate-unused-lines): Remove unused var.
9199
9200 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
9201
9202 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
9203 and previous.
9204
9205 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
9206
9207 2008-02-26 Glenn Morris <rgm@gnu.org>
9208
9209 * net/net-utils.el (top-level): Don't require comint when compiling.
9210 (nslookup-font-lock-keywords): Don't require font-lock.
9211 Use font-lock faces rather than variables.
9212 (nslookup, ftp, smbclient, network-service-connection):
9213 Don't require comint.
9214 (comint-prompt-regexp, comint-input-autoexpand)
9215 (comint-input-ring): Declare for compiler.
9216 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
9217 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
9218
9219 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
9220 doc-string.
9221
9222 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9223
9224 * doc-view.el (doc-view-current-page): Add a `win' argument.
9225
9226 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
9229 Demote it to plain defvar.
9230 (doc-view-conversion-refresh-interval): Reduce interval.
9231 (doc-view-goto-page): Allow moving to pages not yet rendered.
9232 (doc-view-goto-page): Construct a file name rather than extracting it
9233 from doc-view-current-files.
9234 (doc-view-kill-proc): Ignore errors from kill-process.
9235 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
9236 (doc-view-insert-image): Use appropriate text if the page hasn't been
9237 rendered yet. Adjust scrolling so the text is displayed.
9238 (doc-view-display): Detect not just that a page is available, but also
9239 that it wasn't available before, so as to avoid refreshing all pages
9240 repeatedly.
9241 (doc-view-mode): Make doc-view-cache-directory if needed.
9242
9243 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9244
9245 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
9246 toggle-read-only.
9247
9248 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
9249 refering to a missing required field with the OPT prefix.
9250 Make unwindform more robust.
9251
9252 * textmodes/bibtex.el: Remove support for hideshow minor mode as
9253 it duplicates the bibtex support in progmodes/hideshow.el.
9254 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
9255 entries that do not start at the beginning of a line.
9256
9257 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
9258
9259 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
9260
9261 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
9262
9263 * help-fns.el (describe-variable): Add phrases about
9264 initialization file with and without customization;
9265 use new button type help-info-variable.
9266
9267 * help-mode.el (help-info-variable):
9268 New button able to read Info files for help-fns.el.
9269
9270 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
9271
9272 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
9273 (grep-mode): Use grep-mode-tool-bar-map.
9274
9275 * progmodes/compile.el (tool-bar): Require tool-bar.
9276 (compilation-mode-tool-bar-map): New variable.
9277 (compilation-mode): Use compilation-mode-tool-bar-map.
9278
9279 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
9280
9281 2008-02-25 Glenn Morris <rgm@gnu.org>
9282
9283 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
9284
9285 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9286
9287 * diff-mode.el (diff-file-junk-re): New const.
9288 (diff-beginning-of-file-and-junk): Use it.
9289 (diff-file-kill): Make sure we were really inside a file diff.
9290
9291 * diff-mode.el: Make it more robust in the presence of empty context
9292 lines in unified hunks.
9293 (diff-valid-unified-empty-line): New var.
9294 (diff-unified->context, diff-sanity-check-hunk): Obey it.
9295 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
9296 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
9297 (diff-hunk-header-re-unified): New const.
9298 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
9299 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
9300 (diff-sanity-check-hunk): Use it.
9301
9302 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
9303 Index: line, don't search backward for the previous one.
9304
9305 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9306
9307 * international/fontset.el (setup-default-fontset): Add non-OTF
9308 lao font for lao script.
9309
9310 * language/tibetan.el: Register tibetan-composition-function in
9311 composition-function-table.
9312
9313 * language/tibet-util.el (tibetan-composition-function):
9314 Adjust for the new calling way (argument changed). Try font-shape-text
9315 if possible.
9316
9317 * language/lao.el: Register lao-composition-function in
9318 composition-function-table.
9319
9320 * language/lao-util.el (lao-composition-function): Adjust for the new
9321 calling way (argument changed). Try font-shape-text if possible.
9322
9323 2008-02-25 Jason Rumney <jasonr@gnu.org>
9324
9325 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
9326
9327 2008-02-25 Juri Linkov <juri@jurta.org>
9328
9329 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
9330 background, "red4" for a dark background, "red" for 16 and
9331 8 colors, "grey" for grayscale, and inverse video otherwise.
9332 Add :version tag.
9333 (isearch-message): Keep the original isearch-message intact, and
9334 add text properties to it where necessary. Add `isearch-error' to
9335 the condition that checks if isearch is unsuccessful.
9336
9337 2008-02-24 Juri Linkov <juri@jurta.org>
9338
9339 * progmodes/compile.el (compilation-handle-exit):
9340 Use compilation-error face instead of font-lock-warning-face.
9341 Display the same message in the minibuffer as is inserted
9342 at the end of the compilation buffer.
9343
9344 2008-02-24 Glenn Morris <rgm@gnu.org>
9345
9346 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
9347 multiple file case.
9348
9349 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
9350
9351 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
9352 multiple file case. Use a single `let' rather than two.
9353
9354 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9355
9356 * progmodes/compile.el (compilation-start): Specify a face for
9357 mode-line-process.
9358 (compilation-handle-exit): Specify a face and a tooltip for
9359 mode-line-process.
9360
9361 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9362
9363 * hilit-chg.el: Remove spurious * in defcustom docstrings.
9364 (hilit-chg-make-ov): Simplify.
9365 (hilit-chg-fixup): Use remove-overlays.
9366 (hilit-chg-set-face-on-change): Remove redundant call to
9367 `remove-text-properties'.
9368
9369 * dired.el (dired-mark-prompt): Don't count/display the t element.
9370 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
9371
9372 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9373
9374 * progmodes/verilog-mode.el (eval-when-compile): Don't define
9375 add-submenu.
9376 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
9377 Remove. Move contents to the only use ...
9378 (verilog-menu): ... here.
9379 (verilog-statement-menu): Remove. Move contents to the only use ...
9380 (verilog-stmt-menu): ... here.
9381 (verilog-mark-defun): Simply call mark-defun for emacs.
9382 (occur-pos-list): Declare for byte compiler.
9383 (mode-popup-menu): Don't defvar.
9384 (verilog-add-statement-menu): Remove.
9385 (verilog-mode-hook): Don't add verilog-add-statement-menu.
9386 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
9387
9388 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
9389
9390 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
9391 conditional.
9392 (verilog-font-grouping-keywords-face): Make the begin..end
9393 keywords standout more than other verilog keywords.
9394 (verilog-type-font-keywords): Move the begin..end out of this list
9395 to facilitate making them to (potentially) stand out more.
9396 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
9397 function & task blocks.
9398 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
9399 initial, function & task blocks.
9400 (verilog-forward-sexp): Handle the new "disable fork" statement of
9401 IEEE-1800 Verilog.
9402 (verilog-beg-block-re-ordered): Handle the new "disable fork"
9403 statement of IEEE-1800 Verilog.
9404 (verilog-calc-1): Handle the new "disable fork" statement of
9405 IEEE-1800 Verilog.
9406 (verilog-disable-fork-re): Add const to help handle the new
9407 "disable fork" statement of IEEE-1800 Verilog.
9408 (verilog-declaration-core-re): Add port directions by themselves,
9409 with no qualification, as base item of a declaration.
9410 (verilog-pretty-declarations): Add new flag to ask it to refrain
9411 from printing to the message buffer.
9412 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
9413 printing to the message buffer. Improve handling of the many
9414 types of expression line up.
9415 (verilog-just-one-space): Remove printing of an empty message.
9416 (verilog-get-lineup-indent): Rework to support the better handling
9417 of expression lineup for verilog-pretty-expr.
9418 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9419
9420 2008-02-24 Alan Mackenzie <acm@muc.de>
9421
9422 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
9423 yesterday's commit.
9424
9425 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
9426
9427 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
9428 to mouse-set-point in buffers that aren't associated with files.
9429
9430 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
9431
9432 2008-02-24 Alan Mackenzie <acm@muc.de>
9433
9434 Set of changes so that "obtrusive" syntactic elements in a
9435 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
9436 unmatched paren) don't interact syntactically with stuff outside
9437 the CPP line.
9438
9439 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
9440 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
9441 off-by-one bug.
9442 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
9443 a bit of refactoring.
9444 (c-awk-extend-and-syntax-tablify-region): Takes some of the
9445 functionality of c-awk-advise-fl-for-awk-region, which has been
9446 refactored away.
9447
9448 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
9449 (c-clear-char-property-with-value): New function and macro which
9450 remove text-properties `equal' to a supplied value.
9451
9452 * progmodes/cc-engine.el: Comment about text properties amended.
9453
9454 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
9455 parens around "error\\|warning".
9456
9457 * progmodes/cc-langs.el (c-get-state-before-change-function)
9458 (c-before-font-lock-function, c-anchored-cpp-prefix):
9459 New language variables.
9460 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
9461
9462 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
9463 syntax-table text properties.
9464 (c-common-init): Call language specific before/after-change
9465 functions at mode initialisation.
9466 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
9467 (c-extend-region-for-CPP, c-neutralize-CPP-line)
9468 (c-neutralize-syntax-in-CPP): New functions.
9469 (c-before-change, c-after-change): Call the new language specific
9470 change functions defined in cc-langs.el.
9471 (c-advise-fl-for-region): New macro.
9472 (awk-mode): Remove AWK specific stuff which has been refactored
9473 into language independent stuff.
9474
9475 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
9476
9477 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
9478 (gdb): (Re)set gdb-flush-pending-output to nil here...
9479 (gdb-init-1): ...instead of here (before gdb-prompt).
9480
9481 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
9484 Recognize ''' just like any other char-constant.
9485
9486 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
9489 careful enough. Detect the uid-change all within the main loop.
9490
9491 2008-02-24 Stefan Monnier <monnier@pastel.home>
9492
9493 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
9494
9495 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * hilit-chg.el (highlight-save-buffer-state): New macro.
9498 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
9499 (hilit-chg-clear): Use it to preserve the modified-p flag.
9500 (highlight-changes-rotate-faces): Don't mess with the undo-list.
9501
9502 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * font-lock.el (font-lock-set-defaults): Unset previously set variables
9505 when needed.
9506
9507 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
9508
9509 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
9510 from gnus-button-url-regexp.
9511
9512 2008-02-24 Eli Zaretskii <eliz@gnu.org>
9513
9514 * progmodes/compile.el (compilation-next-error): Doc fix.
9515 (compilation-find-file): Doc fix.
9516
9517 2008-02-24 Glenn Morris <rgm@gnu.org>
9518
9519 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
9520 Add obsolete aliases to the old names.
9521
9522 2008-02-24 Richard Stallman <rms@gnu.org>
9523
9524 * net/net-utils.el (ifconfig): Rename from ipconfig.
9525 (ipconfig): Alias to ifconfig.
9526 (ifconfig-program): Rename from ipconfig-program.
9527 (ifconfig-program-options): Rename from ipconfig-program-options.
9528
9529 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
9530
9531 * progmodes/verilog-mode.el (verilog-declaration-core-re):
9532 Add port directions by themselves, with no qualification, as base
9533 item of a declaration.
9534 (verilog-pretty-declarations): Add new flag that inhibits printing
9535 to the message buffer.
9536 (verilog-pretty-expr): Add new flag that inhibits printing to the
9537 message buffer. Improve handling of the many types of expression
9538 line up.
9539 (verilog-just-one-space): Don't print an empty message.
9540 (verilog-get-lineup-indent): Rework to support the better handling
9541 of expression lineup for verilog-pretty-expr.
9542 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9543 (verilog-mode-version, verilog-mode-release-date): Update.
9544
9545 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9546
9547 * subr.el (cancel-change-group): Don't move point.
9548
9549 2008-02-23 Markus Triska <markus.triska@gmx.at>
9550
9551 * linum.el (linum-after-config): Update all visible windows.
9552
9553 2008-02-23 Glenn Morris <rgm@gnu.org>
9554
9555 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
9556 Add :help for Solitaire and Tetris.
9557
9558 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
9559
9560 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
9561 (smtpmail-code-conv-from): Doc fix. Fix custom type.
9562 (smtpmail-queue-index-file): Make it a defcustom.
9563 (smtpmail-queue-index): Delete.
9564 (smtpmail-send-it, smtpmail-send-queued-mail):
9565 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
9566 smtpmail-queue-index.
9567
9568 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9569 Add :version.
9570
9571 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
9572
9573 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9574 New variables.
9575 (iwconfig): New function.
9576
9577 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
9578
9579 * vc.el (vc-find-revision): Make vc-parent-buffer local before
9580 setting it.
9581 (vc-status-menu-map): Do not define using easy-menu.
9582 (vc-status-menu-map): New defalias.
9583 (vc-status-mode-map): Hook up the menu.
9584 (top-level): Update TODO.
9585
9586 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
9587
9588 * vc-bzr.el (vc-bzr-init-version): Rename to ...
9589 (vc-bzr-init-revision): ... this.
9590
9591 2008-02-23 Jason Rumney <jasonr@gnu.org>
9592
9593 * makefile.w32-in (WINS_ALMOST): Remove term.
9594 (WINS): Add term here.
9595 (custom-deps, finder-data): Use WINS_ALMOST.
9596
9597 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
9598
9599 * faces.el (font-weight-table): Fix value of `semi-light'.
9600
9601 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
9604 Make those tables bijective.
9605
9606 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
9607
9608 Finish pdbtrack integration cleanup, settling missing-functions
9609 byte compiler warnings appropriately.
9610
9611 * progmodes/python.el (python-point): Remove this - beginning-of-line
9612 was all that was necessary for `python-pdbtrack-overlay-arrow'.
9613 (python-end-of-def-or-class, python-beginning-of-def-or-class)
9614 (python-goto-initial-line): Drop these - they were only needed for
9615 python-point.
9616 (python-comint-output-filter-function): Use condition-case and
9617 beginning-of-line directly, instead of python-mode.el functions
9618 which require all sorts of baggage.
9619 (point-safe): Unnecessary - we're using condition-case directly,
9620 instead.
9621 (python-execute-file): Include for python-shell, which I'm leaving
9622 in keeping despite it being unnecessary for pdb tracking.
9623
9624 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
9625
9626 * progmodes/scheme.el (scheme-font-lock-keywords-2):
9627 Add SRFI 11 support.
9628 (let-values, let*-values): Specify scheme-indent-function.
9629
9630 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
9631
9632 * vc.el (vc-exec-after): Move setting mode-line-process in the
9633 busy case ...
9634 (vc-set-mode-line-busy-indicator): ... in this new function.
9635 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
9636 (vc-update-vc-status-buffer): Reset mode-line-process.
9637 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
9638 mark/unmark all the files with the same state as the current one.
9639 With a prefix argument mark/unmark all files.
9640 (vc-status-mode-menu): Adjust strings.
9641 (vc-update-vc-status-buffer): Only do something when the argument
9642 is not nil.
9643 (vc-status-kill-dir-status-process): New function.
9644 (vc-status-mode-map): Bind it.
9645 (vc-status-process-buffer): New variable.
9646 (vc-status-mode): Make it local.
9647 (vc-status-refresh): Set it.
9648
9649 * vc-hg.el (vc-hg-dir-status):
9650 * vc-git.el (vc-git-dir-status):
9651 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
9652 command is run.
9653
9654 2008-02-22 Glenn Morris <rgm@gnu.org>
9655
9656 * json.el (top-level): No need to require thingatpt.
9657 (json-read-keyword): Use thing-at-point rather than word-at-point.
9658
9659 * time.el (top-level): No need to require time-date when compiling.
9660
9661 * emacs-lisp/copyright.el (copyright-update-year):
9662 Fix subexpression numbering for the case when years are split over
9663 lines, and for the replace case.
9664
9665 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
9666 (tpu-caar, tpu-cadr): Delete functions.
9667 (zmacs-regions): No need to declare for compiler.
9668 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
9669 (tpu-spell-check): Rewrite, and handle mark after point.
9670 (tpu-special-insert): Use or rather than if.
9671
9672 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
9673 rather than spell-region.
9674
9675 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
9676 warnings about spell-region.
9677
9678 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
9679
9680 * ldefs-boot.el: Regenerated.
9681
9682 * loadup.el: Don't load language/devanagari, language/kannada,
9683 language/malayalam, and language/tamil. Load language/sinhala.
9684
9685 * language/indian.el (indian-font-foundry)
9686 (indian-script-language-alist, indian-font-char-index-table)
9687 (indian-font-char, indian-font-char-range, indian-script-table)
9688 (indian-default-script, indian-composable-pattern): Delete them.
9689 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
9690 language environments moved to here.
9691 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
9692 New language environments.
9693
9694 * language/devanagari.el, language/devan-util.el,
9695 * language/kannada.el, language/knd-util.el, language/malayalam.el,
9696 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
9697 Delete them.
9698
9699 * language/sinhala.el: New file.
9700
9701 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
9702
9703 Update Nick Robert's port of pdb tracking from python-mode.el.
9704
9705 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
9706 Clarify docstring.
9707 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
9708 tracking is happening.
9709 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
9710 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
9711 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
9712 Tracking is plugged in to all comint buffers once python.el is loaded.
9713 (python-pdbtrack-overlay-arrow): Toggle activation of
9714 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
9715 (python-pdbtrack-track-stack-file): Use new
9716 `python-pdbtrack-get-source-buffer' for more flexible access to
9717 debugging source files.
9718 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
9719 according to pdb stack trace, optionally using new
9720 `python-pdbtrack-grub-for-buffer' if file is not locally available.
9721 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
9722 named buffer, or having function with indicated name.
9723 (python-shell): Remove comint-output-filter-functions hook
9724 addition, it's being done elsewhere. Wrap long line.
9725
9726 2008-02-21 Michael Olson <mwolson@gnu.org>
9727
9728 * json.el: Replace XEmacs compatibility code to get rid of
9729 compiler warnings.
9730
9731 * time.el: Fix compiler warning.
9732
9733 2008-02-21 Edward O'Connor <ted@oconnor.cx>
9734
9735 * json.el: New file (JavaScript Object Notation parser / generator).
9736
9737 2008-02-21 Dave Love <fx@gnu.org>
9738
9739 * progmodes/sym-comp.el: New file.
9740
9741 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
9742 Require sym-comp. Add Python buffer to same-window-buffer-names.
9743 Fixup whitespaces.
9744 (python-font-lock-keywords): Add highlighting for Python builtins.
9745 (python-font-lock-syntactic-keywords): Rewrite.
9746 (python-quote-syntax): Use syntax-ppss-context instead of parsing
9747 ppss directly.
9748 (python-mode-map): Add binding for python-find-function.
9749 (python-calculate-indentation): Clean up the logic.
9750 (python-beginning-of-defun): Explicitly set return value.
9751 (python-beginning-of-statement): Stop looping if we get stuck
9752 going backwards.
9753 (python-next-statement): Stop looping if we somehow end up inside
9754 a string while advancing.
9755 (python-preoutput-continuation, python-version-checked): New vars.
9756 (python-check-version): New function.
9757 (run-python): Set default command to python-command instead of
9758 python-python-command.
9759 (run-python): Use python-check-version. Give PYTHONPATH
9760 precedence over data-directory in the process environment.
9761 Load function definitions in python process after.
9762 (python-check-comint-prompt): New function.
9763 (python-send-command, python-send-receive): Use it.
9764 (python-complete-symbol, python-try-complete): Functions deleted.
9765 Use symbol-complete instead of python-complete-symbol throughout.
9766 (python-fill-paragraph): Further refine the fenced-string regexp.
9767 (def-python-skeleton): Expand to the original abbrev instead if in
9768 a comment or string. Tweak skeletons for `if', `while', `for',
9769 `try/except', `try/finally', `name'.
9770 (python-pea-hook, python-abbrev-pc-hook): New functions.
9771 (python-abbrev-syntax-table): New var.
9772 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
9773 Use symbol-completion-try-complete for hippie expansion.
9774 Turn on font lock unconditionally.
9775 (python-mode-hook): Defcustom it. No need to use make-local
9776 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
9777 option, since it's buffer-local.
9778
9779 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
9780
9781 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
9782
9783 2008-02-21 Drew Adams <drew.adams@oracle.com>
9784
9785 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
9786 "Turn off" and a "Help" entry when the minor mode has no menu.
9787
9788 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
9789
9790 * vc.el (vc-status-mark, vc-status-unmark): New functions.
9791 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
9792 vc-status-mark-file and vc-status-unmark-file.
9793 (vc-status-mark-unmark): New function.
9794 (vc-status-previous-line, vc-status-next-line): No longer interactive.
9795
9796 2008-02-21 Glenn Morris <rgm@gnu.org>
9797
9798 * composite.el (encode-composition-rule): Fix typo in error message.
9799 (composition-function-table, auto-composition-mode): Doc fixes.
9800
9801 * subr.el (sit-for): Fix obsolete form for nil second argument.
9802
9803 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
9804 (spell-string): Make obsolete, in favor of ispell.
9805
9806 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
9807
9808 * language/devanagari.el: Don't setup composition-function-table
9809 here.
9810 ("Devanagari"): Change charset, coding-system, coding-priority to
9811 Unicode-based ones. Don't require the feature devan-util.
9812
9813 * composite.el (compose-chars-after): Fix arguments for a function
9814 in composition-function-table.
9815 (auto-compose-region): Likewise.
9816
9817 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
9818 for Ethiopic.
9819 (ps-mule-plot-string): Ignore glyph-string based compositions.
9820
9821 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
9822
9823 * doc-view.el: Allow different windows to show different pages.
9824 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
9825 (doc-view-current-image, doc-view-current-overlay): Remove variables,
9826 add them back as macros instead, using image-mode-winprops instead.
9827 Update all users of those variables.
9828 (doc-view-new-window-function): New function to create a new overlay
9829 for each new window.
9830 (doc-view-mode): Use it and image-mode-setup-winprops.
9831 (doc-view-clone-buffer-hook): Rewrite accordingly.
9832
9833 * image-mode.el: Extend [hv]scroll support to per-window properties.
9834 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
9835 (image-mode-winprops-alist): New var to replace them.
9836 (image-mode-new-window-functions): New hook.
9837 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
9838 New funs.
9839 (image-set-window-vscroll, image-set-window-hscroll): Use them.
9840 Remove the `window' argument, update callers.
9841 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
9842 Use the new functions.
9843 (image-mode-reapply-winprops): New fun.
9844 (image-mode): Use it.
9845
9846 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
9847
9848 * calc/calc-math.el (math-sin-raw): Add optional argument
9849 to keep track of original argument.
9850 (math-cos-raw): Use optional argument when calling math-sin-raw.
9851 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
9852 with close to original precision.
9853
9854 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9855
9856 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
9857 args in calls of sit-for.
9858
9859 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
9860
9861 * vc-svn.el (vc-svn-program): Fix typo in docstring.
9862 (vc-svn-checkin): Fix typo in error message.
9863
9864 * help-mode.el: Require easymenu when compiling.
9865
9866 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
9867
9868 * help-mode.el (help-mode-menu): New menu.
9869
9870 2008-02-20 Glenn Morris <rgm@gnu.org>
9871
9872 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
9873 on Windows.
9874
9875 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
9876
9877 * ps-mule.el (ps-mule-encode-region): Return a single string.
9878 (ps-mule-plot-string): Adjust for the above change.
9879 (ps-mule-encode-header-string): Likewise.
9880
9881 * international/latin1-disp.el (latin1-display): Don't use
9882 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
9883 standard-display-table.
9884 (latin1-display-identities): Adjust for the change of what is
9885 returned by (get-language-info charset 'charset).
9886
9887 * international/mule-util.el (char-displayable-p): Fix for Latin-1
9888 characters and terminal case.
9889
9890 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
9891
9892 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
9893
9894 * progmodes/python.el: Also require comint when loading.
9895 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
9896 Replace python-shell with run-python on menu bar.
9897 (python-shell-map): New map.
9898 (python-default-interpreter, python-python-command-args)
9899 (python-jython-command-args, python-pdbtrack-do-tracking-p):
9900 New options.
9901 (python-which-shell, python-which-args, python-which-bufname):
9902 New buffer local variables.
9903 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
9904
9905 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
9906 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
9907 New constants.
9908
9909 Pdbtrack features:
9910
9911 (python-point, python-end-of-def-or-class)
9912 (python-beginning-of-def-or-class, python-goto-initial-line)
9913 (python-comint-output-filter-function)
9914 (python-pdbtrack-overlay-arrow)
9915 (python-pdbtrack-track-stack-file, python-toggle-shells)
9916 (python-shell, python-pdbtrack-toggle-stack-tracking)
9917 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
9918 New functions.
9919
9920 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9921
9922 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
9923 when the argument is nil.
9924
9925 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9926
9927 * vc.el (dir-status): Add a brief description.
9928
9929 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
9930
9931 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
9932 If non-nil, reverse the sense of the check.
9933
9934 * vc-rcs.el (vc-rcs-root): New func.
9935 * vc-cvs.el (vc-cvs-root): New func.
9936 * vc-svn.el (vc-svn-root): New func.
9937 * vc-sccs.el (vc-sccs-root): New func.
9938
9939 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
9940
9941 * language/japan-util.el (setup-japanese-environment-internal):
9942 Call use-cjk-char-width-table.
9943
9944 * language/japanese.el ("Japanese"): Set exit-function to
9945 use-default-char-width-table.
9946
9947 * international/characters.el: Delete occurrences of non-Unicode
9948 tibetan and ethiopic characters.
9949 (cjk-char-width-table): New variable.
9950 (use-cjk-char-width-table, use-default-char-width-table):
9951 New functions.
9952
9953 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
9954
9955 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
9956 (vc-status-mode-menu): Add a :filter.
9957 (vc-status-printer): Add faces.
9958
9959 * vc-hg.el (vc-hg-extra-status-menu): New function.
9960 (vc-hg-dir-status): Clean up the buffer before using it.
9961
9962 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
9965 (gdb): Initialize it here instead.
9966
9967 * files.el (locate-dominating-file): Fix thinko in last change.
9968 Reported by Bruce Stephens <bruce.stephens@isode.com>.
9969
9970 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
9971
9972 * vc.el (vc-status-mode-menu): New menu for vc-status.
9973
9974 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
9975
9976 * progmodes/verilog-mode.el (customize): Fix typo in error message.
9977 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
9978 (verilog-mode-auto, verilog-indent-level-module)
9979 (verilog-minimum-comment-distance, verilog-library-flags)
9980 (verilog-library-directories, verilog-library-files)
9981 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
9982 (verilog-xemacs-menu, verilog-set-compile-command)
9983 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
9984 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
9985 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
9986 (verilog-batch-inject-auto, verilog-batch-indent)
9987 (verilog-continued-line, verilog-type-keywords)
9988 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
9989 (verilog-read-inst-pins, verilog-read-arg-pins)
9990 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
9991 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
9992 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
9993 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
9994 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
9995 (verilog-mode-version, verilog-mode-release-date)
9996 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
9997 (verilog-simulator, verilog-compiler)
9998 (verilog-auto-sense-defines-constant, verilog-company)
9999 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
10000 Fix typos in docstrings.
10001 (verilog-set-auto-endcomments, verilog-calculate-indent)
10002 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
10003 Reflow docstrings.
10004 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
10005 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
10006 (electric-verilog-forward-sexp, verilog-in-case-region-p)
10007 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10008 (verilog-leap-to-head, verilog-current-indent-level)
10009 (verilog-case-indent-level, verilog-cpp-keywords)
10010 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
10011 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
10012 (verilog-signals-not-in, verilog-symbol-detick-text)
10013 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
10014 (verilog-forward-close-paren, verilog-backward-open-paren)
10015 (verilog-backward-open-bracket): Doc fixes.
10016
10017 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
10018 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
10019 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
10020 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
10021 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
10022 Fix typos in docstrings.
10023
10024 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
10025
10026 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10027
10028 * info.el (Info-read-node-name): Removed unused `default' arg.
10029
10030 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10031
10032 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
10033
10034 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10035
10036 * image-mode.el (image-get-display-property): New fun.
10037 (image-forward-hscroll, image-next-line, image-eol, image-eob)
10038 (image-mode, image-minor-mode, image-toggle-display-text)
10039 (image-toggle-display): Use it.
10040
10041 2008-02-18 Jason Rumney <jasonr@gnu.org>
10042
10043 * international/mule.el (xml-find-file-coding-system): Don't warn
10044 about utf-16 with BOM.
10045
10046 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
10047
10048 * international/mule.el (sgml-xml-auto-coding-function): Detect and
10049 warn if file encoding is not utf-8 and encoding not specified.
10050 (xml-find-file-coding-system): New function.
10051 * international/mule-conf.el (file-coding-system-alist): Use it.
10052
10053 2008-02-17 Glenn Morris <rgm@gnu.org>
10054
10055 * international/mule-cmds.el (set-locale-environment):
10056 Pass `frame' to getenv for LC_MESSAGES.
10057
10058 2008-02-17 Juri Linkov <juri@jurta.org>
10059
10060 * time.el (emacs-init-time): Use format instead of format-seconds.
10061
10062 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10063
10064 * textmodes/bibtex.el (bibtex-search-entry): Rename from
10065 bibtex-find-entry. Add autoload cookie.
10066 (bibtex-find-entry): Alias for bibtex-search-entry.
10067 (bibtex-search-crossref): Rename from bibtex-find-crossref.
10068 (bibtex-find-crossref): Alias for bibtex-search-crossref.
10069 (bibtex-clean-entry): atomic-change-group removed.
10070 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
10071 to locate buffer location where error occurred.
10072 Make error messages more specific.
10073 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
10074
10075 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
10076
10077 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
10078 top level.
10079
10080 * simple.el (transient-mark-mode): Add an :init-value.
10081
10082 * startup.el (command-line): Use custom-reevaluate-setting for
10083 transient-mark-mode.
10084
10085 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
10086
10087 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
10088
10089 2008-02-16 Juri Linkov <juri@jurta.org>
10090
10091 * startup.el (after-init-time): New variable.
10092 (command-line): Set `after-init-time' to the current time.
10093
10094 * time.el (emacs-init-time): New function.
10095
10096 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
10097
10098 * files.el (locate-dominating-file): Remove initial loop because it's
10099 not careful enough. Detect the uid-change all within the main loop.
10100
10101 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
10102
10103 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
10104
10105 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10106
10107 * vc.el (vc-annotate): Add new argument.
10108 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
10109
10110 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
10111 Move make-variable-buffer-local code after the corresponding defvar.
10112 (hs-minor-mode-map): Define and initialize in one step.
10113 (hs-minor-mode): Change from defun to define-minor-mode.
10114
10115 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
10116
10117 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
10118 (gdb-ready): Move declaration...
10119
10120 * progmodes/gdb-ui.el (gdb-ready): ...to here.
10121 (gdb-early-user-input): New variable.
10122 (gdb): Reset gdb-flush-pending-output to nil and set
10123 comint-input-sender here (before gdb-prompt), instead of...
10124 (gdb-init-1): ...here.
10125 (gdb-send): If Emacs is not ready, defer user input to...
10126 (gdb-prompt): ...here.
10127
10128 2008-02-16 Glenn Morris <rgm@gnu.org>
10129
10130 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
10131
10132 * startup.el (emacs-startup-time): Rename to `before-init-time'.
10133 (before-init-time): New name for `emacs-startup-time'.
10134 (command-line): Use before-init-time rather than emacs-startup-time.
10135 * time.el (emacs-uptime): Use before-init-time rather than
10136 emacs-startup-time.
10137
10138 * composite.el (composition-function-table): Doc fix.
10139
10140 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
10141 in favor of `%z' specifier.
10142 (emacs-uptime): Move to time.el.
10143 * time.el (emacs-uptime): Move here from time-date.el. Add optional
10144 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
10145 argument of format-seconds.
10146
10147 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10148
10149 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
10150
10151 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
10152
10153 * ielm.el (ielm-is-whitespace): Remove.
10154 (ielm-is-whitespace-or-comment): New function.
10155 (ielm-eval-input): Use it.
10156
10157 2008-02-15 Jason Rumney <jasonr@gnu.org>
10158
10159 * term/mac-win.el: Fix coding tag.
10160
10161 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10162
10163 * vc-hooks.el (vc-menu-map):
10164 * bindings.el (mode-line-mode-menu): Add tooltips.
10165
10166 * bindings.el (help-echo): Add more tooltips. Use a less
10167 telegraphic style for existing tooltips.
10168
10169 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
10172 from the auto-generated one.
10173
10174 2008-02-14 Glenn Morris <rgm@gnu.org>
10175
10176 * mail/rmail-spam-filter.el (rmail-spam-filter):
10177 Let-bind message-spam-status.
10178
10179 * mail/smtpmail.el (password-cache-add): Declare as function.
10180
10181 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
10182
10183 * mail/smtpmail.el: Use password-cache.
10184
10185 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
10186
10187 * uniquify.el (uniquify-buffer-base-name): New function.
10188 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10189
10190 * desktop.el (uniquify-managed): Don't defvar.
10191 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
10192 `uniquify-managed'. Return also the buffer's base name.
10193 (desktop-save): When saving the buffer info, filter out the base name,
10194 and save it as buffer name if the buffer is managed by uniquify.
10195 (uniquify-item-base): Don't declare; not called anymore.
10196
10197 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
10198
10199 * vc.el (vc-annotate-find-revision-at-line): New function.
10200 (vc-annotate-mode-map): Bind it.
10201 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
10202 some entries.
10203
10204 2008-02-14 Glenn Morris <rgm@gnu.org>
10205
10206 * calendar/time-date.el (format-seconds): New function.
10207 (emacs-uptime): Use format-seconds.
10208
10209 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10210 Remove `LC_ALL=C', since it's included in $(emacs) now.
10211
10212 2008-02-14 Zhang Wei <id.brep@gmail.com>
10213
10214 * textmodes/org-publish.el (org-publish-timestamp-filename):
10215 Replace colon characters in filename too.
10216
10217 2008-02-13 Bastien Guerry <bzg@altern.org>
10218
10219 * mail/rmail.el (rmail-header-name): New face.
10220 (rmail-font-lock-keywords): Use rmail-header-name.
10221
10222 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
10223 against X-Spam-Status header field.
10224 (rmail-spam-filter): Also check X-Spam-Status header field.
10225
10226 2008-02-14 Mark A. Hershberger <mah@everybody.org>
10227
10228 * progmodes/flymake.el (flymake-allowed-file-name-masks):
10229 Add support for .pm files and .php files.
10230 (flymake-err-line-patterns): Add pattern for PHP errors.
10231 (flymake-php-init): New function. PHP support for flymake.
10232
10233 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10234 Add regular expression for PHP errors.
10235
10236 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
10237
10238 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
10239 This DTRT even on w32 machines.
10240 (ange-ftp-cf1): Quote FILENAME.
10241
10242 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
10243
10244 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
10245 (smerge-auto-combine): New fun.
10246
10247 2008-02-12 Juri Linkov <juri@jurta.org>
10248
10249 * startup.el (fancy-startup-screen, normal-splash-screen):
10250 Set default-directory to command-line-default-directory.
10251
10252 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
10253 after reading the desktop.
10254
10255 * progmodes/compile.el (compilation-auto-jump):
10256 Call compile-goto-error only when compilation-auto-jump-to-first-error
10257 is non-nil.
10258 (compilation-scroll-output): Replace :type 'boolean with a choice
10259 that has three options including a third option `first-error'.
10260 Doc fix.
10261 (compilation-start, compilation-forget-errors): Add an alternate
10262 condition comparing compilation-scroll-output with `first-error'
10263 in addition to compilation-auto-jump-to-first-error (to call
10264 compilation-auto-jump in the proper place).
10265
10266 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * international/mule.el (sgml-html-meta-auto-coding-function):
10269 Make sure the search limit is ahead.
10270
10271 * tar-mode.el: Fix broken indentation.
10272 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
10273 Use with-current-buffer.
10274
10275 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
10276
10277 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
10278 it is already automatically buffer-local.
10279
10280 2008-02-11 Drew Adams <drew.adams@oracle.com>
10281
10282 * help.el (describe-key): Join some split lines to facilitate filling.
10283 * help-fns.el (describe-function-1): Fill text of overlong lines.
10284
10285 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
10286
10287 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
10288 Use unibyte-string instead of string-make-unibyte.
10289
10290 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
10291
10292 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
10295 works also for buffers w/o buffer-file-name. Update callers.
10296 (doc-view-clone-buffer-hook): New fun.
10297 (doc-view-mode): Use it for indirect clones. Mark the overlays with
10298 the `doc-view' property so they can be recognized.
10299
10300 * simple.el (clone-indirect-buffer-hook): New hook.
10301 (clone-indirect-buffer): Run it.
10302
10303 2008-02-11 Daiki Ueno <ueno@unixuser.org>
10304
10305 * epa.el (epa-menu-mode): Merge into epa-mode.
10306 (epa-menu-items): Rename the label "EasyPG Assistant" to
10307 "Encryption/Decryption".
10308
10309 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
10310 (epa-dired-mode-map): Rename from epa-dired-map.
10311 (epa-global-dired-mode): Rename the global minor mode.
10312
10313 2008-02-11 Drew Adams <drew.adams@oracle.com>
10314
10315 * isearch.el (isearch-fail): New face.
10316 (isearch-message): Highlight failure part of input.
10317
10318 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * ibuffer.el (ibuffer-header-line-format): New var.
10321 (ibuffer-mode): Set it instead of header-line-format.
10322 (ibuffer-update): Use it to set header-line-format.
10323
10324 * international/mule-cmds.el (ucs-insert): Inherit surrounding
10325 properties like self-insert-command.
10326
10327 2008-02-11 Drew Adams <drew.adams@oracle.com>
10328
10329 * progmodes/etags.el: Add many doc strings.
10330
10331 2008-02-11 Jason Rumney <jasonr@gnu.org>
10332
10333 * ldefs-boot.el: Regenerated.
10334
10335 2008-02-11 Glenn Morris <rgm@gnu.org>
10336
10337 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10338 Shorten some names.
10339
10340 * ffap.el (ffap-rfc-directories): Add :version.
10341
10342 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
10343
10344 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
10345 files, and backup files of same.
10346
10347 2008-02-11 Kevin Ryde <user42@zip.com.au>
10348
10349 * ffap.el (ffap-rfc-directories): New variable.
10350 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
10351
10352 * info.el (Info-next-reference, Info-prev-reference)
10353 (Info-try-follow-nearest-node): Move to and follow https:// links too.
10354
10355 * simple.el (completion-list-mode): Show full completion-list-mode-map
10356 in the docstring.
10357
10358 2008-02-11 Sam Steingold <sds@gnu.org>
10359
10360 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
10361
10362 2008-02-11 Glenn Morris <rgm@gnu.org>
10363
10364 * startup.el (emacs-startup-time): New variable.
10365 (command-line): Set emacs-startup-time.
10366
10367 * calendar/time-date.el (emacs-uptime): New function.
10368
10369 2008-02-10 Bastien Guerry <bzg@altern.org>
10370
10371 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
10372 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
10373 it is nil.
10374
10375 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10376
10377 * epg-config.el: Expand the contents of epg-package-info.el.
10378 (epg-package-name): New constant.
10379 (epg-version-number): New constant.
10380 (epg-bug-report-address): New constant.
10381
10382 * epa-mail.el (epa-mail-mode): Add autoload cookie.
10383 (epa-global-mail-mode): New global minor mode.
10384
10385 * epa-file.el (epa-file-mode): New global minor mode.
10386
10387 * epa-dired.el (epa-dired-mode): New global minor mode.
10388
10389 * epa.el (epa-menu): New variable.
10390 (epa-menu-items): New variable.
10391 (epa-menu-mode): New global minor mode.
10392 (epa-global-minor-modes): New user option.
10393 (epa-mode): New global minor mode.
10394
10395 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
10396
10397 * net/dbus.el: Remove `no-byte-compile' cookie.
10398 (dbus-call-method, dbus-register-signal, dbus-debug)
10399 (dbus-registered-functions-table): Declare them with
10400 `declare-function' or `defvar', respectively.
10401 (top): Don't assert any longer. Require 'cl when compiling.
10402 Apply `ignore-errors' but `dbus-ignore-errors'.
10403
10404 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10405
10406 * diff-mode.el (diff-add-change-log-entries-other-window):
10407 Use add-change-log-entry.
10408
10409 2008-02-09 Jason Rumney <jasonr@gnu.org>
10410
10411 * button.el (button-map):
10412 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
10413 * ldefs-boot.el: Regenerate.
10414
10415 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10416
10417 * epa.el (epa-faces, epa):
10418 * epa-file.el (epa-file):
10419 * epg-config.el (epg): Add :version.
10420
10421 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
10422
10423 * vc.el (vc-exec-after): Append CODE to previous fragments.
10424 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
10425 take MESSAGES instead of VERBOSE; use it when non-nil.
10426 (vc-diff-internal): Compute messages once; use them;
10427 update call to vc-diff-finish.
10428
10429 2008-02-09 Michael Olson <mwolson@gnu.org>
10430
10431 * net/tramp.el (tramp-process-sentinel): Avoid error when process
10432 buffer has been killed, such as by
10433 `tramp-cleanup-all-connections'.
10434
10435 2008-02-09 Miles Bader <miles@gnu.org>
10436
10437 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
10438
10439 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10440
10441 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
10442 splitter in context hunks.
10443
10444 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
10445
10446 * international/fontset.el (setup-default-fontset): Fix arabic otf
10447 font specification.
10448
10449 2008-02-08 Daiki Ueno <ueno@unixuser.org>
10450
10451 * epa-dired.el:
10452 * epa-file.el:
10453 * epa-mail.el:
10454 * epa-setup.el:
10455 * epa.el:
10456 * epg-config.el:
10457 * epg-package-info.el:
10458 * epg.el: Initial check-in of EasyPG.
10459
10460 2008-02-08 Glenn Morris <rgm@gnu.org>
10461
10462 * woman.el (woman-locale): New defcustom.
10463 (woman-expand-locale, woman-manpath-add-locales): New functions.
10464 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
10465
10466 * international/mule-cmds.el (locale-translate): New function,
10467 with old code extracted from set-locale-environment.
10468 (set-locale-environment): Use locale-translate. Set woman-locale.
10469
10470 * cus-start.el (selection-coding-system): Remove, since it's now
10471 defined in select.el rather than in xselect.c.
10472 * select.el (selection-coding-system): Make it a defcustom, and
10473 add the properties from cus-start.el. Bump :version.
10474
10475 * custom.el (custom-theme-set-variables): Sort symbols that are
10476 dependencies before symbols that depend on them.
10477 (custom-enabled-themes): Set after custom-theme-directory.
10478
10479 * pcmpl-unix.el (top-level): Move provide statement to end.
10480 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
10481 `*' from doc-string. Allow to be nil.
10482 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
10483 Allow to be nil. Add :version.
10484 (pcmpl-ssh-hosts): Move definition before use. Handle lines
10485 without hostnames, and multiple hostnames per line.
10486
10487 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
10488
10489 2008-02-08 Phil Hagelberg <phil@evri.com>
10490
10491 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
10492 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
10493
10494 2008-02-07 Timo Savola <timo.savola@iki.fi>
10495
10496 * startup.el (command-line-x-option-alist): Add --parent-id.
10497
10498 * term/x-win.el (x-handle-parent-id): New function.
10499
10500 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
10501
10502 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
10503 "Font Menu".
10504
10505 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
10506
10507 * net/dbus.el (dbus-interface-peer): New defconst.
10508 (dbus-ping): New defun.
10509
10510 2008-02-06 Sam Steingold <sds@gnu.org>
10511
10512 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
10513
10514 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
10517 Just return nil and let the C code provide a fallback.
10518
10519 2008-02-05 Glenn Morris <rgm@gnu.org>
10520
10521 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
10522 tramp-flush-connection-property for removed 2nd argument.
10523
10524 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 * diff-mode.el (diff-add-change-log-entries-other-window):
10527 Rename from diff-create-changelog. Change users.
10528 Minor change to hopefully work with plain diffs.
10529 (diff-mode-map): Add binding for it.
10530
10531 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
10532
10533 * diff-mode.el: Add new TODO entry.
10534 (diff-create-changelog): New function.
10535 (diff-mode-menu): Bind it.
10536
10537 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
10538
10539 * international/mule-diag.el (print-fontset-element): Handle the
10540 case of inhibiting the fallback fonts.
10541
10542 2008-02-04 Kim F. Storm <storm@cua.dk>
10543
10544 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10545 (ido-magic-delete-char): Use prefix arg.
10546
10547 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
10548
10549 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
10550 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
10551 of today, the most recent libpng is 1.2.24).
10552
10553 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
10554
10555 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
10556
10557 * net/dbus.el (top): Check (featurep 'dbusbind).
10558
10559 * net/tramp.el (tramp-process-sentinel): New defun.
10560 (tramp-do-copy-or-rename-file-out-of-band)
10561 (tramp-maybe-open-connection): Use it as process sentinel.
10562 (tramp-handle-delete-directory): Don't use the "-f" option; it
10563 isn't portable.
10564 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
10565 after the command.
10566 (tramp-handle-shell-command): Set `mode-line-process' in the
10567 asynchronous case.
10568
10569 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
10570
10571 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
10572 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10573 Use `tramp-process-sentinel' as process sentinel.
10574
10575 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
10576
10577 * whitespace.el (global-whitespace-mode): Revert last change.
10578 (whitespace-unload-function): Force `global-whitespace-mode'
10579 to deactivate local modes in a slightly less intrusive way.
10580
10581 2008-02-02 Eli Zaretskii <eliz@gnu.org>
10582
10583 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
10584
10585 2008-02-02 Glenn Morris <rgm@gnu.org>
10586
10587 * international/latin1-disp.el (latin1-display):
10588 * progmodes/fortran.el (fortran-comment-indent-char):
10589 * progmodes/idlw-shell.el (top-level):
10590 * term/mac-win.el (mac-keyboard-translate-char):
10591 * whitespace.el (whitespace-char-valid-p):
10592 * wid-edit.el (widget-key-sequence-read-event):
10593 Use characterp rather than char-valid-p.
10594
10595 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
10596 to capitalized-find-word-boundary. Doc fix. Update callers.
10597 (capitalized-next-word-boundary-function-table): Rename to
10598 capitalized-find-word-boundary-function-table. Doc fix. Update users.
10599
10600 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
10601 string-to-int.
10602
10603 * ps-def.el (declare-function): Add compatibility definition.
10604 (ps-plot-with-face, ps-plot-string): Declare as functions.
10605 (ps-bold-faces, ps-italic-faces): Declare variables.
10606
10607 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
10608 (ps-mule-end-job): Declare as functions.
10609
10610 * wid-edit.el (widget-string-complete): Use assoc-string rather
10611 than assoc-ignore-case.
10612
10613 See ChangeLog.13 for earlier changes.
10614
10615 ;; Local Variables:
10616 ;; coding: utf-8
10617 ;; add-log-time-zone-rule: t
10618 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
10619 ;; End:
10620
10621 Copyright (C) 2008 Free Software Foundation, Inc.
10622
10623 This file is part of GNU Emacs.
10624
10625 GNU Emacs is free software: you can redistribute it and/or modify
10626 it under the terms of the GNU General Public License as published by
10627 the Free Software Foundation, either version 3 of the License, or
10628 (at your option) any later version.
10629
10630 GNU Emacs is distributed in the hope that it will be useful,
10631 but WITHOUT ANY WARRANTY; without even the implied warranty of
10632 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10633 GNU General Public License for more details.
10634
10635 You should have received a copy of the GNU General Public License
10636 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10637
10638 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc