(syms_of_buffer): Remove default-word-wrap.
[emacs.git] / lisp / ChangeLog
blob7813d033429d898bbb349b34658f8306fd72cea3
1 2008-06-25  Juri Linkov  <juri@jurta.org>
3         * bindings.el (goto-map): New variable.  Rebind goto-related
4         commands to this `M-g' prefix keymap.
5         (search-map): New variable for `M-s' prefix keymap.
6         Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
7         `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8         `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9         `M-shw' to `hi-lock-write-interactive-patterns'.
11         * isearch.el (isearch-mode-map): Bind `M-s h r' to
12         `isearch-highlight-regexp'.
13         (isearch-highlight-regexp): New function.
15 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17         * info.el (Info-bookmark-make-record):
18         Use bookmark-make-record-default.
19         (Info-bookmark-jump): Use bookmark-default-handler.
21         * image-mode.el (image-bookmark-make-record):
22         Use bookmark-make-record-default.
23         (image-bookmark-jump): Use bookmark-default-handler.
25         * doc-view.el (doc-view-bookmark-make-record):
26         Use bookmark-make-record-default.
27         (doc-view-bookmark-jump): Use bookmark-default-handler.
29         * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
30         used until now in bookmark.el's code.
31         (bookmark-get-bookmark): Accept bookmark names or bookmark records.
32         (bookmark-get-bookmark-record): Allow the 2 slightly different formats
33         used until now in bookmark.el's code.
34         (bookmark-set-filename): Remove special code, moved to its only caller.
35         (bookmark-store): Use the newer format.
36         (bookmark-make-record-default): Add arg `point-only'.
37         Rename from bookmark-make-record-for-text-file.
38         (bookmark--jump-via): New function.
39         (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
40         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
41         Use it.
42         (bookmark-jump-noselect, bookmark-default-handler):
43         Don't return an alist, instead return the data implicitly by changing
44         current buffer and point.  Signal an error if the file doesn't exist.
46         * buff-menu.el: Use with-current-buffer and inhibit-read-only.
47         (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
49         * bs.el: Use with-current-buffer.  Simplify.
50         (bs-toggle-readonly): Avoid vc-toggle-read-only.
52         * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
53         is bound before using it.
55 2008-06-25  Kenichi Handa  <handa@m17n.org>
57         * image.el (image-jpeg-p): Convert DATA to unibyte at first.
59 2008-06-25  Dan Nicolaescu  <dann@ics.uci.edu>
61         * vc-hg.el:
62         * vc-git.el: Require vc-dir when compiling.
64         * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
65         vc-dir-marked-only-files.  Change the return value.
66         (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
67         Change the return value.
68         (vc-dir-deduce-fileset): New function broken out from ...
69         * vc.el (vc-deduce-fileset): ... here and ...
70         (vc-deduce-fileset): ... here.
72         * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
73         (vc-svn-parse-status): Do not set the vc-backend property.
75 2008-06-25  Andreas Schwab  <schwab@suse.de>
77         * faces.el (face-font-family-alternatives, variable-pitch):
78         Use "Sans Serif", not "Sans-Serif".
80 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
82         * faces.el (face-font-family-alternatives, variable-pitch):
83         Change "Sans" to the canonical name "Sans-Serif".
85 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
87         * calc/calc.el (calc-mode-map): Add extra keybindings to
88         `calc-missing-key'.
89         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
90         `kill-ring-save'.
92 2008-06-24  Miles Bader  <miles@gnu.org>
94         * mouse.el (mouse-appearance-menu): Don't do anything if the user
95         pops up the menu but doesn't select anything.
97 2008-06-24  Dan Nicolaescu  <dann@ics.uci.edu>
99         * add-log.el (add-change-log-entry): Add new arg to force each new
100         entry to be on a new line.
101         * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
103         * vc-dir.el (vc-client-object): Remove.
104         (vc-dir-prepare-status-buffer): Take a backend as an argument and
105         use it when looking for a buffer.
106         (vc-dir): Add a backend argument.  Set revert-buffer-function.
107         Don't create a client object.  Move bindings ...
108         (vc-dir-menu-map, vc-dir-mode-map): ... here.
109         (vc-dir-revert-buffer-function): New function.
110         (vc-generic-status-printer): Rename to ...
111         (vc-dir-status-printer): ... this.
112         (vc-generic-state, vc-generic-status-fileinfo-extra)
113         (vc-dir-extra-menu, vc-make-backend-object): Remove.
114         (vc-default-status-printer): Use a different face for
115         directories.  Don't display any text for directories in the state
116         column.  Add tooltips.
118         * vc.el (Todo): Update.
120         * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
121         * vc-rcs.el (vc-annotate-convert-time):
122         * vc-mtn.el (vc-annotate-convert-time):
123         * vc-git.el (vc-annotate-convert-time):
124         * vc-cvs.el (vc-annotate-convert-time):
125         * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
127 2008-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
129         * vc-annotate.el (vc-annotate-mode): Derive from special-mode
130         instead of using view-mode.
132 2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
134         * Makefile.in (distclean): Don't delete *.elc and autogen files.
136 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
138         * vc.el:
139         * vc-hooks.el:
140         * vc-dispatcher.el: Move vc-dir variables and functions ...
141         * vc-dir.el: ... here.  New file.
142         * Makefile.in (ELCFILES): Add vc-dir.elc.
144         * vc.el: Move vc-annotate variables and functions ...
145         * vc-annotate.el: ... here.  New file.
146         * Makefile.in (ELCFILES): Add vc-annotate.elc.
148         * vc-dav.el: Move here from url/vc-dav.el.
149         (Todo): Note work needed to make this backend functional.
151         * Makefile.in (ELCFILES): Update vc-dav.el location.
153 2008-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
155         * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
157 2008-06-21  John Paul Wallington  <jpw@pobox.com>
159         * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
161         * textmodes/rst.el (rst-mode): Put docstring in right place.
163 2008-06-21  Chong Yidong  <cyd@stupidchicken.com>
165         * startup.el (fancy-about-text, fancy-startup-tail): Increase text
166         size for legibility.
168         * faces.el (fixed-pitch): Use "Monospace" family.
169         (variable-pitch): Use "Sans" family.
170         (face-font-family-alternatives): Define alternatives for "Sans"
171         and "Monospace".
173 2008-06-21  Glenn Morris  <rgm@gnu.org>
175         * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
176         Require 'cl when compiling.
178         * emacs-lisp/debug.el (help-xref-interned): Declare.
180         * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
181         Evaluate definition when compiling.
183         * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
184         rather than mouse-1.
185         (bug-reference-url-format): Autoload safe if string.
186         (bug-reference-bug-regexp): Make space after "bug" optional.
188         * Makefile.in (all): Explicitly pass EMACS to sub-make,
189         for some non-GNU makes.
191         * cus-dep.el (custom-dependencies-no-scan-regexp):
192         * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
194         * calendar/cal-move.el (calendar-forward-day): Scroll in one month
195         increments.
197         * calendar/calendar.el: Factor out the magic numbers controlling the
198         calendar layout.
199         (calendar-month-digit-width, calendar-month-width)
200         (calendar-right-margin): New variables.
201         (calendar-recompute-layout-variables, calendar-set-layout-variable):
202         New functions.
203         (calendar-left-margin, calendar-intermonth-spacing)
204         (calendar-column-width, calendar-day-header-width)
205         (calendar-day-digit-width): New options.
206         (calendar-first-date-row): New constant.
207         (calendar-move-to-column, calendar-ensure-newline): New functions,
208         replacing calendar-insert-indented.
209         (calendar-insert-indented): Remove function.
210         (calendar-generate-month): Use calendar-move-to-column and
211         calendar-ensure-newline.  Use layout variables.
212         (calendar-generate, calendar-update-mode-line)
213         (calendar-font-lock-keywords): Use layout variables.
214         (calendar-column-to-month): New function.
215         (calendar-cursor-to-date): Use calendar-column-to-month.
216         Use layout variables.
217         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
218         Use layout variables.  Use calendar-column-to-month.
219         (calendar-cursor-to-visible-date): Use layout variables.
221 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
223         * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
224         (all): Run compile-last.
225         (compile-onefile): New target.
226         (compile-first): Simplify.
227         (compile-last): Don't treat COMPILE_FIRST specially.
228         (COMPILE_FIRST): List the elc files rather than the el files.
229         (ELCFILES): Update.
231 2008-06-21  Ulf Jasper  <ulf@web.de>
233         * net/newst-treeview.el: Remove dead code.
234         (newsticker--window-config): Remove.
235         (newsticker-treeview-quit): Do not save window config.
236         (newsticker-treeview): Do not try to restore window config.
237         (newsticker-groups, newsticker--treeview-list-sort-by-column)
238         (newsticker--treeview-list-new-items)
239         (newsticker--treeview-list-immortal-items)
240         (newsticker--treeview-list-obsolete-items)
241         (newsticker--treeview-list-all-items)
242         (newsticker--treeview-list-feed-items): Fix documentation.
244 2008-06-21  Miles Bader  <miles@gnu.org>
246         * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
248 2008-06-21  Alan Mackenzie  <acm@muc.de>
250         * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
251         infinite loop on invalid syntax.
253 2008-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
255         * textmodes/rst.el: Run rst-define-level-faces when loading.
256         (rst-mode): Don't set the font-lock-multiline var.
257         (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
258         Set the font-lock-multiline property by hand.
260         * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
262         * Makefile.in (emacs-deps): Remove.
263         ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
264         (all): Use them.
265         (autogen-clean): Remove.
267 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
269         * Makefile.in (all): New target.
270         (bootstrap-prepare): Remove.
272         * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
273         the .elc file to batch-byte-compile.
275         * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
276         set-keymap-parents if set-keymap-parent doesn't exist.
278         * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
279         Allow more than one space before the |.
281         * textmodes/rst.el: Fix up docstring conventions.
282         Move vars to before their first use.
283         (rst-mode): Don't mess with font-lock-support-mode.
284         (rst-suggest-new-decoration, rst-adjust-decoration):
285         Avoid CL's copy-list.
286         (rst-delete-entire-line): Use line-beginning-position.
287         (rst-position): New fun.
288         (rst-straighten-decorations): Use it instead of CL's position.
289         (rst-straighten-bullets-region): Avoid CL's mapcar*.
290         (rst-toc-mode): Use define-derived-mode.
291         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
292         Remove unused var `in-par'.  Use `point' rather than `point-marker'.
293         (rst-line-block-region): Reduce redundancy.  Use the `pfxarg' arg.
294         (rst-replace-lines): Simplify.
295         (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
297         * simple.el (special-mode-map): New var.
298         (special-mode): New major mode.
300 2008-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
302         * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
303         log-view-file-re.
305         * vc.el (vc-dir-hide-up-to-date): Undo previous change.
306         (vc-switch-backend): Simplify.
307         (Todo): Remove solved items.
309         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
310         the vc-backend property.
312 2008-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
314         * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
315         Bind inhibit-read-only since the buffer is always read-only.
317 2008-06-20  Ulf Jasper  <ulf@web.de>
319         * net/newst-treeview.el (newsticker-treeview-own-frame):
320         Change default value to nil.
321         (newsticker--treeview-list-add-item)
322         (newsticker--treeview-propertize-tag): Show item title in tooltip.
324 2008-06-20  Martin Blais  <blais@furius.ca>
325             Stefan Merten  <smerten@oekonux.de>
326             David Goodger  <goodger@python.org>
328         * textmodes/rst.el: New file.
330 2008-06-20  Sam Steingold  <sds@gnu.org>
332         * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
333         remove DIRECTORY entries.
335 2008-06-20  Eli Zaretskii  <eliz@gnu.org>
337         * makefile.w32-in (distclean): Depend on `clean'.
338         (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
339         (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
340         ($(lisp)/cus-load.el): Don't use `touch'.  Instead, generate an
341         empty cus-load.el with `echo', and include "Local Variables"
342         section to prevent the empty file from being compiled.
343         (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
344         that generate an empty cus-load.el.
346 2008-06-20  Juanma Barranquero  <lekktu@gmail.com>
348         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
349         Don't copy ldefs-boot.el over loaddefs.el.
350         (bootstrap-clean): Remove loaddefs.el and don't depend on it.
351         (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
352         to loaddefs.el; they are not needed now.  Add coding cookie.
354 2008-06-20  Miles Bader  <miles@gnu.org>
356         * face-remap.el (face-remap-add-relative, face-remap-set-base):
357         Strip unnecessary list levels from SPECS.
358         (buffer-face-set, buffer-face-toggle):
359         Change argument from FACE to &rest SPECS, and strip unnecessary
360         list levels from SPECS.
361         (buffer-face-mode-invoke): Change argument from FACE to SPECS.
363 2008-06-20  Jason Rumney  <jasonr@gnu.org>
365         * international/fontset.el (setup-default-fontset): Specify script
366         for latin use of iso10646-1.  Fix use of lang tags.
368 2008-06-19  Miles Bader  <miles@gnu.org>
370         * face-remap.el (text-scale-increase): Start from zero if
371         text-scale-mode isn't enabled.
373 2008-06-19  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * faces.el (face-set-after-frame-default): Re-apply explicit `font'
376         frame parameters after setting up the `default' face.
378 2008-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
380         * faces.el (face-set-after-frame-default): Don't exclude `default'.
382 2008-06-18  Glenn Morris  <rgm@gnu.org>
384         * mouse.el (buffer-face-mode-invoke): Declare.
386         * Makefile.in (ELCFILES): Add org/org-id.elc.
388         * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
389         * calendar/cal-menu.el (cal-menu-holidays-menu):
390         Use calendar-cursor-holidays rather than cal-menu-today-holidays.
391         (cal-menu-today-holidays): Remove function.
393         * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
394         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
395         (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
396         Remove unused functions.
397         (calendar-mouse-view-diary-entries): Use format rather than concat.
399         * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
400         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
401         (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
403         * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
404         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
405         (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
406         (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
407         cal-menu-event-to-date.
409         * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
410         Handle mouse events.
411         * calendar/cal-tex.el (cal-tex-cursor-year)
412         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
413         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
414         (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
415         (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
416         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
417         (cal-tex-cursor-day): Handle mouse events.  Rename ARG to N.
418         (cal-tex-cursor-month): Mark N as optional.
419         * calendar/cal-menu.el (calendar-mouse-tex-day)
420         (calendar-mouse-tex-week, calendar-mouse-tex-week2)
421         (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
422         (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
423         (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
424         (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
425         (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
426         Remove functions.
427         (cal-menu-context-mouse-menu): Replace the above functions with the
428         cal-tex versions.  Add HTML submenu.
430 2008-06-17  Nick Roberts  <nickrob@snap.net.nz>
432         * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
433         text command mode.
434         (gdb): Explain that gud-gdb is needed for text command mode.
436 2008-06-17  Martin Rudalics  <rudalics@gmx.at>
438         * window.el (split-height-threshold): Remove spurious extra line.
440 2008-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
442         * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
443         (calendar-set-mark):
444         * calendar/diary-lib.el (diary-insert-entry):
445         * calendar/solar.el (calendar-sunrise-sunset): Use it.
446         * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
447         (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
448         (cal-menu-context-mouse-menu): Use calendar-set-mark,
449         diary-insert-entry, and calendar-sunrise-sunset instead.
451         * vc.el (vc-deduce-fileset): Add arg `only-files'.
452         (vc-next-action): Pass the new arg.
453         (vc-register): Don't use `only-files'.
454         Don't set `backup-inhibited' in the current buffer.
456 2008-06-17  Miles Bader  <miles@gnu.org>
458         * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
460         * face-remap.el (buffer-face-mode-face)
461         (buffer-face-mode-remapping): New variables.
462         (buffer-face-mode, buffer-face-set, buffer-face-toggle)
463         (buffer-face-mode-invoke): New functions.
464         (variable-pitch-mode-remapping): Variable removed.
465         (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
467         * face-remap.el (internal-lisp-face-attributes): New variable.
468         (face-attrs-more-relative-p, face-remap-order): New functions.
469         (face-remap-add-relative): Use `face-remap-order'.
471 2008-06-17  Glenn Morris  <rgm@gnu.org>
473         * mouse.el (x-select-font): Declare.
475         * calendar/calendar.el (calendar-move-hook):
476         Add calendar-update-mode-line as an option.
477         (calendar-date-echo-text): New user option.
478         (calendar-generate-month): Set `day'.  Use calendar-date-echo-text.
479         (calendar-insert-indented): Simplify newline insertion.
480         (calendar-describe-mode): Remove unused function.
481         (calendar-mode-line-entry): New function.
482         (calendar-mode-line-format): Doc fix.  Use calendar-mode-line-entry.
483         Mark as risky.
484         (calendar-mouse-other-month): Remove function.
485         (calendar-other-month): Handle mouse events.
486         (calendar-goto-info-node): Call fit-window-to-buffer.
487         (calendar-mode): Use define-derived-mode.  Doc fix.
488         (calendar-update-mode-line): Tweak whitespace.
490 2008-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
492         * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
493         (vc-dir-marked-only-files): vc-string-prefix-p.
495 2008-06-16  Nick Roberts  <nickrob@snap.net.nz>
497         * progmodes/gdb-ui.el (gdb-memory-set-address)
498         (gdb-memory-set-repeat-count): Allow keyboard bindings.
499         (gdb-memory-mode-map): Bind above functions respectively
500         to 'S' and 'N'.
502 2008-06-16  Derek Upham  <sand@blarg.net>  (tiny change)
504         * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
506 2008-06-16  Juanma Barranquero  <lekktu@gmail.com>
508         * log-view.el (vc-diff-internal): Declare for compiler.
510         * vc-bzr.el (log-view-per-file-logs):
511         * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
513 2008-06-15  Chong Yidong  <cyd@stupidchicken.com>
515         * mouse.el (mouse-appearance-menu-map): New var.
516         (mouse-appearance-menu): New function.
517         Bind it to S-down-mouse-1.
519 2008-06-15  Juri Linkov  <juri@jurta.org>
521         * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
522         (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
523         as the second element.
524         (Info-build-toc): Add PARENT element extracted from the Up pointer.
525         Don't print progress messages.
526         (Info-toc-nodes): New variable and function.
527         (Info-index-nodes): Optimize non-string file name case.
528         (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
529         (Info-insert-breadcrumbs): Use the cached document structure instead
530         of visiting all ancestor nodes.  Remove the initial `>'.
532 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
534         * log-view.el (log-view-diff-changeset): New function.
535         (log-view-mode-map, log-view-mode-menu): Bind it.
536         (log-view-per-file-logs, log-view-vc-fileset)
537         (log-view-vc-backend): New variables.
538         (log-view-find-revision, log-view-modify-change-comment)
539         (log-view-annotate-version): Throw an error if the log is for more
540         than one file and we can't find the current file.  Get the current
541         file from log-view-vc-fileset if necessary.
542         (log-view-diff): Get the current file from log-view-vc-fileset if
543         necessary.
545         * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
547         * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
548         (vc-hg-log-view-mode): Declare for compiler.
549         (vc-hg-log-view-mode): Set log-view-per-file-logs and
550         log-view-file-re.
551         (vc-hg-diff): If no file is passed, use default-directory for cwd.
553         * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
555         * vc-svn.el (vc-svn-log-view-mode): New derived mode.
557 2008-06-15  Michael Albinus  <michael.albinus@gmx.de>
559         * net/tramp.el (tramp-handle-start-file-process):
560         Clear modification time of the connection buffer.
561         (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
562         (tramp-open-connection-setup-interactive-shell): Flush cache, and
563         restart `tramp-maybe-open-connection' when the remote system has
564         been changed.  Throw 'uname-changed event.
565         (tramp-maybe-open-connection): Catch it.
567         * net/tramp-cmds.el (tramp-cleanup-all-connections):
568         Reset `tramp-locked'.
570 2008-06-15  Ulf Jasper  <ulf@web.de>
572         * net/newst-treeview.el (newsticker--treeview-list-update)
573         (newsticker--treeview-item-update)
574         (newsticker--treeview-tree-update)
575         (newsticker-treeview-jump, newsticker-group-add-group)
576         (newsticker-group-move-feed, newsticker-group-delete-group):
577         Remove window dedication.
578         (newsticker--group-manage-orphan-feeds): Handle ill-valued
579         newsticker-groups.
580         (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
582 2008-06-15  Andreas Schwab  <schwab@suse.de>
584         * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
585         when parsing CVS/Repository.
587         * wdired.el (wdired-search-and-rename): Fix undocumented change.
589 2008-06-15  Ulf Jasper  <ulf@web.de>
591         * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
592         (newsticker-extra-face, newsticker-enclosure-face): Moved to
593         net/newst-reader.el.
595         * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
596         (newsticker-extra-face, newsticker-enclosure-face): Moved from
597         net/newst-reader.el.
599 2008-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
601         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
602         Catch and recover from case when the bytes we thought we were reading
603         turn out to be something else entirely, such as latin-1 chars from
604         quail.  See bug#396.
606 2008-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
608         * vc.el (vc-deduce-fileset): Check if the buffer has a file.
609         (vc-register): Call the backend function only once, instead of
610         once for each file.
611         (vc-next-action): Update call to vc-register.
612         (vc-dir-register): Remove function.
613         (vc-dir): Bind vc-register instead of vc-dir-register.
615 2008-06-14  Glenn Morris  <rgm@gnu.org>
617         * Makefile.in (ELCFILES): Add net/newst-*.el.
619 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
621         * wdired.el (wdired-do-renames): New function.
622         (wdired-finish-edit): Use it to.
623         (wdired-preprocess-files): Don't hardcode (point-min) == 1.
625 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
629 2008-06-14  Martin Rudalics  <rudalics@gmx.at>
631         * window.el (window--even-window-heights): Even window heights
632         only if the selected window is higher than WINDOW.
633         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
635 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
637         * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
639 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
641         * term/linux.el (terminal-init-linux): Load t-mouse.
643 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
644             Drew Adams  <drew.adams@oracle.com>
646         * info.el (Info-breadcrumbs-depth): New var.
647         (Info-insert-breadcrumbs): New function.
648         (Info-fontify-node): Use it.
649         (Info-mode-map): Move initialization into declaration.
651 2008-06-13  Ulf Jasper  <ulf.jasper@web.de>
653         Rename net/newsticker-*.el to net/newst-*.el.
654         * net/newst-backend.el: Rename from net/newsticker-backend.el.
655         * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
656         * net/newst-reader.el: Rename from net/newsticker-reader.el.
657         * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
658         * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
659         * net/newsticker-backend.el: Rename to net/newst-backend.el.
660         * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
661         * net/newsticker-reader.el: Rename to net/newst-reader.el.
662         * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
663         * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
665 2008-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
667         * progmodes/compile.el (compilation-start): Don't disable undo in
668         comint buffer.  Don't override the comint-filter with our own.
669         (compilation-filter): Change point's insertion-type.
671         * comint.el (comint-output-filter): Use copy-marker.
673 2008-06-13  David Reitter  <david.reitter@gmail.com>
675         * textmodes/flyspell.el (mail-mode-flyspell-verify):
676         Check message-signature-separator exists before using it.
678 2008-06-13  Dan Nicolaescu  <dann@ics.uci.edu>
680         * vc.el (vc-delete-file): Bind default-directory before calling
681         the backend.
682         (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
683         (vc-annotate-show-diff-revision-at-line-internal): ... here.
684         New function.
685         (vc-annotate-show-changeset-diff-revision-at-line): New function.
686         (vc-annotate-mode-menu): Bind it.
688 2008-06-13  Jason Rumney  <jasonr@gnu.org>
690         * term/w32-win.el (mouse-set-font): Remove overridden function.
691         (w32-select-font): Declare as obsolete alias for x-select-font.
693 2008-06-13  Daniel Engeler  <engeler@gmail.com>
695         These changes add serial port access.
696         * term.el (term-update-mode-line): Modify.
697         (serial-port-is-file-p, serial-nice-speed-history)
698         (serial-no-speed, serial-mode-line-speed-menu)
699         (serial-mode-line-config-menu): New variables and constants.
700         (serial-name-history, serial-speed-history)
701         (serial-supported-or-barf, serial-read-name, serial-read-speed)
702         (serial-term, serial-speed, serial-mode-line-speed-menu-1)
703         (serial-mode-line-speed-menu, serial-update-speed-menu)
704         (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
705         (serial-update-config-menu): New functions.
707 2008-06-13  Glenn Morris  <rgm@gnu.org>
709         * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
711         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
713 2008-06-13  Kenichi Handa  <handa@m17n.org>
715         * cus-face.el (custom-face-attributes): Add :foundry.
717         * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
718         (face-x-resources): Add :foundry.
719         (face-valid-attribute-values): Likewise.
720         (face-attribute-name-alist): Likewise.
721         (describe-face): Likewise.
723 2008-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
725         * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
727 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
729         * longlines.el (longlines-search-forward, longlines-search-backward)
730         (longlines-re-search-forward): Use a smarter search-spaces-regexp.
732 2008-06-12  Sam Steingold  <sds@gnu.org>
734         * vc.el (vc-rename-file): DTRT when the destination is a directory
735         name and the source is a file.
737 2008-06-12  Chong Yidong  <cyd@stupidchicken.com>
739         * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
741 2008-06-12  Glenn Morris  <rgm@gnu.org>
743         * progmodes/f90.el (f90-beginning-of-subprogram)
744         (f90-end-of-subprogram): Only give a message when interactive.
746         * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
748         * progmodes/cperl-mode.el (cperl-info-on-command):
749         Use display-pixel-height rather than x-display-pixel-height.
751         * mail/rmailedit.el (rmail-cease-edit):
752         * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
754         * emulation/edt.el (edt-xserver):
755         * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
757         * emulation/edt-mapper.el: Drop test for Emacs < 19.
759         * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
760         Evaluate definitions when compiling.  Reverse tests.
762         * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
763         use unless.
765         * menu-bar.el (w32-menu-bar-open): Declare for compiler.
767         * textmodes/artist.el (x-pointer-shape):
768         * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
769         (x-open-connection, x-server-max-request-size, x-get-resource):
770         * term/w32console.el (x-setup-function-keys):
771         * term/w32-win.el (x-parse-geometry, x-resource-name)
772         (generate-fontset-menu, image-library-alist, x-open-connection)
773         (setup-default-fontset, set-fontset-font, setup-default-fontset)
774         (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
775         (x-get-resource):
776         * term/mac-win.el (x-parse-geometry, x-resource-name)
777         (x-get-selection-internal, tool-bar-mode, set-fontset-font)
778         (new-fontset, x-display-list, x-open-connection, x-get-resource):
779         * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
780         (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
781         (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
782         * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
783         (tooltip-identifier-from-point, define-fringe-bitmap):
784         * play/gamegrid.el (image-size):
785         * play/bubbles.el (image-size):
786         * mail/emacsbug.el (x-server-vendor, x-server-version):
787         * international/mule-util.el (internal-char-font):
788         * international/mule-diag.el (font-info, query-fontset, fontset-info)
789         (fontset-alias-alist, fontset-list, fontset-plain-name):
790         * international/mule-cmds.el (x-server-vendor, x-server-version):
791         * international/fontset.el (font-encoding-charset-alist)
792         (otf-script-alist, new-fontset, set-fontset-font)
793         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
794         (fontset-list, query-fontset, x-get-resource):
795         * emulation/edt.el (x-server-vendor):
796         * emulation/edt-mapper.el (x-server-vendor):
797         * emacs-lisp/map-ynp.el (x-popup-dialog):
798         * emacs-lisp/lmenu.el (x-popup-dialog):
799         * x-dnd.el (x-window-property, x-change-window-property)
800         (x-get-selection-internal):
801         * woman.el (x-list-fonts):
802         * w32-fns.el (x-server-version):
803         * tooltip.el (x-show-tip, x-hide-tip):
804         * tool-bar.el (image-mask-p):
805         * thumbs.el (image-size):
806         * term.el (overflow-newline-into-fringe):
807         * subr.el (scroll-bar-scale):
808         * startup.el (x-get-resource, tool-bar-mode, image-size):
809         * select.el (x-get-selection-internal, x-own-selection-internal)
810         (x-disown-selection-internal):
811         * mouse.el (generate-fontset-menu):
812         * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
813         * image.el (image-library-alist):
814         * image-mode.el (image-size, image-refresh):
815         * image-dired.el (clear-image-cache):
816         * gs.el (x-display-mm-width, x-display-pixel-width)
817         (x-display-mm-height, x-display-pixel-height)
818         (x-change-window-property, x-display-grayscale-p, x-window-property):
819         * frame.el (tool-bar-mode, x-display-name, x-close-connection)
820         (x-focus-frame, x-list-fonts, x-display-screens)
821         (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
822         (x-display-mm-width, x-display-backing-store, x-display-save-under)
823         (x-display-planes, x-display-color-cells, x-display-visual-class):
824         * faces.el (internal-face-x-get-resource)
825         (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
826         (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
827         (xw-display-color-p, x-display-grayscale-p, x-get-resource)
828         (x-parse-geometry, x-create-frame, x-setup-function-keys)
829         (tool-bar-setup):
830         * doc-view.el (clear-image-cache, image-size, tooltip-show):
831         * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
832         * dframe.el (x-display-pixel-width, x-display-pixel-height):
833         * descr-text.el (internal-char-font):
834         Define for compiler, for builds without X.
836 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
838         * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
840 2008-06-11  Glenn Morris  <rgm@gnu.org>
842         * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
843         before trying to move there.
844         (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
845         is non-nil, indent most terminating statements like loop body.
847         * calendar/diary-lib.el (diary-list-entries-2): Accept optional
848         Gregorian date, and add it, not the local date, to diary-entries-list.
849         (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
851 2008-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
853         * progmodes/compile.el (compilation-filter): Fix up last change.
855         * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
857         * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
858         (gpm-mouse-mode): Make it into a proper global minor mode.
860         * files.el (save-some-buffers-action-alist): Only use recursive-edit
861         if the user enabled recursive-minibuffers.
863         * emacs-lisp/map-ynp.el (map-y-or-n-p):
864         Add support for scroll-other-window.
866 2008-06-11  Jason Rumney  <jasonr@gnu.org>
868         * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
869         Use tmm-menubar if menu is disabled in this frame.
871         * menu-bar.el (menu-bar-open): Determine how to open menu bar
872         from frame type, per documentation.  Add w32 case.
874 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
876         * minibuffer.el (completion--merge-suffix): New function.
877         (completion-basic-try-completion): Use it.
878         (completion-pcm--find-all-completions): Add argument `filter'.
879         (completion-pcm--filename-try-filter, completion-pcm--merge-try):
880         New functions.
881         (completion-pcm-try-completion): Use them.
883         * xt-mouse.el (turn-on-xterm-mouse-tracking)
884         (turn-off-xterm-mouse-tracking): Use terminal-list.
886         * cus-start.el (underline-minimum-offset): Rename from
887         x-underline-minimum-display-offset.
889 2008-06-10  David De La Harpe Golden  <david@harpegolden.net>  (tiny change)
891         * cus-start.el (x-underline-minimum-display-offset): Give it a type.
893 2008-06-10  Chong Yidong  <cyd@stupidchicken.com>
895         * mouse.el (mouse-select-font): New function.
897         * faces.el (face-spec-recalc): When the face is set using
898         Customize, avoid recalculating it twice.
900         * menu-bar.el (menu-set-font): New function.  Bind "Set Default
901         Font" menu item to it.  Apply selected font to all frames, and
902         make it savable.
903         (menu-bar-options-save): Save `default' font if changed.
905 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
907         * ffap.el (ffap-string-at-point-mode-alist):
908         Use alpha rather than lower.
910         * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
912         * subr.el (momentary-string-display): Use an overlay.
914         * progmodes/compile.el (compilation-mode):
915         Set window-point-insertion-type.
916         (compilation-filter): Don't use insert-before-markers any more.
917         * emacs-lisp/trace.el (trace-make-advice):
918         Set window-point-insertion-type in the trace buffer.
919         * startup.el (normal-top-level): Set window-point-insertion-type in
920         *Messages*.
921         * net/telnet.el (telnet-mode): Set window-point-insertion-type.
922         (telnet-filter): Don't use insert-before-markers any more.
923         * comint.el (comint-mode): Set window-point-insertion-type.
924         (comint-output-filter): Don't use insert-before-markers any more.
925         * button.el (make-text-button): Allow `start' to be a string.
927 2008-06-10  Juanma Barranquero  <lekktu@gmail.com>
929         * emacs-lisp/autoload.el (autoload-rubric):
930         Fix coding cookie not to force Unix EOL.
932 2008-06-10  Martin Rudalics  <rudalics@gmx.at>
934         * window.el (window--splittable-p, window--try-to-split-window):
935         Don't use with-selected-window to avoid messing up get-lru-window.
936         Reported by David Hansen <david.hansen@gmx.net>.
938 2008-06-10  Glenn Morris  <rgm@gnu.org>
940         * subr.el (locate-library): Doc fix.
942         * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
943         (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
944         Check tool-bar-map is bound, for non-X builds.
946         * net/newsticker-reader.el (newsticker--next-item-image)
947         (newsticker--previous-item-image, newsticker--previous-feed-image)
948         (newsticker--next-feed-image, newsticker--mark-read-image)
949         (ewsticker--mark-immortal-image, newsticker--narrow-image)
950         (newsticker--get-all-image, newsticker--update-image)
951         (newsticker--browse-image): Check xpm images are available.
952         (newsticker--mark-read-image, newsticker--mark-immortal-image)
953         (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
955         * net/newsticker-plainview.el (tool-bar-map): Don't declare.
956         (newsticker--plainview-tool-bar-map, newsticker-mode):
957         Check tool-bar-map is bound, for non-X builds.
958         (w3m-toggle-inline-image): Declare.
960         * net/newsticker-backend.el (tool-bar-map): Don't declare.
962         * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
964         * finder.el (finder-font-lock-keywords): Handle ``quotes''.
965         (finder-compile-keywords): Move let to where needed.
966         (finder-mouse-face-on-line): Go back one more line if needed.
967         (finder-list-matches): Use cadr.
968         (finder-goto-xref): New function.
969         (finder-commentary): Add buttons to jump to foo.el libraries.
971 2008-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * apropos.el (apropos-function, apropos-macro, apropos-command)
974         (apropos-variable, apropos-face, apropos-group, apropos-widget)
975         (apropos-plist): Add apropos-short-label property.
976         (apropos-multi-type): New variables.
977         (apropos-command, apropos-value): Set it.
978         (apropos-compact-layout): New custom.
979         (apropos-print, apropos-print-doc): Use it.
980         (apropos-print): Truncate lines.
982 2008-06-09  Kenichi Handa  <handa@m17n.org>
984         * international/fontset.el (font-encoding-alist):
985         Add an entry for "ascii-0".
987 2008-06-09  Jihyun Cho  <jihyun.jo@gmail.com>
989         * language/hanja-util.el (hanja-init-load): Show the message only
990         when loading a table.
992 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
994         * net/newsticker-treeview.el (newsticker-treeview):
995         * net/newsticker-plainview.el (newsticker-plainview):
996         Add autoload cookie.
998 2008-06-08  Ulf Jasper  <ulf.jasper@web.de>
1000         * net/newsticker.el: Split up into newsticker-backend, -ticker,
1001         -reader, -plainview, and -treeview.
1002         (newsticker-version): Change to 1.99.
1004         * net/newsticker-backend.el: New.  Move backend functionality from
1005         newsticker.el to newsticker-backend.el.
1006         (newsticker--download-logos): New.
1007         (newsticker--sentinel-callback): New.
1008         (newsticker--set-customvar): Remove.  Split up into specific
1009         functions related to retrieval, ticker, buffer, and display.
1010         (newsticker--set-customvar-retrieval): New.  Extracted from
1011         `newsticker--set-customvar'.
1012         (newsticker-retrieval): New.  Renamed from `newsticker-feed'.
1013         (newsticker-url-list-defaults):
1014         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
1015         (newsticker-url-list): Doc changed.  URL can be a function.
1016         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
1017         (newsticker-retrieval-method): New.
1018         (newsticker-wget-name, newsticker-wget-arguments): Change :group.
1019         (newsticker-retrieval-interval):
1020         Use `newsticker--set-customvar-retrieval' for :set.  Change :group.
1021         (newsticker-desc-comp-max): Change :group.
1022         (newsticker--cache): Doc changed.
1023         (newsticker--guid-to-string): New.
1024         (newsticker--guid): Use `newsticker--guid-to-string'.
1025         (newsticker--real-feed-name): New.
1026         (newsticker--start-feed): New.  Extracted from `newsticker-start'.
1027         (newsticker-start): Use `insert-file-contents' for reading cache.
1028         Use `newsticker--start-feed'.
1029         (newsticker--stop-feed): New.  Extracted from `newsticker-stop'.
1030         (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
1031         Use `newsticker--stop-feed'.
1032         (newsticker-save-item): New.
1033         (newsticker--get-news-by-funcall): New.
1034         (newsticker-get-news): Handle new retrieval methods.
1035         (newsticker--sentinel): Use `newsticker--sentinel-work'.
1036         (newsticker--sentinel-work): New.  Extracted from
1037         `newsticker--sentinel'.  Use `newsticker--download-logos',
1038         `newsticker--sentinel-callback'.
1039         (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
1040         (newsticker--parse-atom-1.0): Fix link determination.
1041         (newsticker--parse-rss-0.91): Fix time determination.
1042         (newsticker--parse-rss-0.92): Fix time determination.
1043         (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
1044         (newsticker--parse-generic-feed): New arg order in
1045         `newsticker--cache-add'.
1046         (newsticker--parse-generic-items): Fix for multiple items.
1047         New arg order in `newsticker--cache-add'.
1048         (newsticker--forget-preformatted): Check whether
1049         `newsticker--buffer-set-uptodate' is fbound.
1050         (newsticker--decode-iso8601-date): Handle fractions of seconds.
1051         (newsticker--decode-rfc822-date): Partial timezone handling.
1052         (newsticker--cache-contains): Fix guid problem.
1053         (newsticker--cache-add): Swap args AGE and TIME.  Fix guid problem.
1054         (newsticker--cache-save): New.
1055         (newsticker--cache-update): Use temp buffer.
1056         (newsticker--stat-num-items): Allow multiple AGE args.
1057         (newsticker--stat-num-items-total): New.
1058         (newsticker--opml-import-outlines): New.
1059         (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
1060         (newsticker--do-run-auto-mark-filter): Doc changed.
1061         (newsticker-retrieve-random-message): New.
1063         * net/newsticker-ticker.el: New.  Move ticker functionality from
1064         net/newsticker.el to net/newsticker-ticker.el.
1065         (newsticker--ticker-timer): Rename `newsticker--display-timer' to
1066         `newsticker--ticker-timer'.
1067         (newsticker-ticker-running-p): Rename `newsticker--display-timer'
1068         to `newsticker--ticker-timer'.
1069         (newsticker--set-customvar-ticker): New.  Extracted from
1070         `newsticker--set-customvar'.
1071         (newsticker-ticker-interval): Rename `newsticker-display-interval'
1072         to `newsticker-ticker-interval'.  Use `newsticker--set-customvar-ticker
1073         for :set.  Change :group.
1074         (newsticker-scroll-smoothly): Doc changed.  Change :group.
1075         (newsticker-hide-immortal-items-in-echo-area)
1076         (newsticker-hide-old-items-in-echo-area)
1077         (newsticker-hide-obsolete-items-in-echo-area):
1078         Use `newsticker--set-customvar-ticker for :set.  Change :group.
1079         (newsticker-start-ticker): Rename `newsticker--display-timer' to
1080         `newsticker--ticker-timer'.  Rename `newsticker-display-interval'
1081         to `newsticker-ticker-interval'.
1082         (newsticker-stop-ticker): Rename `newsticker--display-timer' to
1083         `newsticker--ticker-timer'.
1085         * net/newsticker-reader.el: New.  Move reader functionality from
1086         net/newsticker.el to net/newsticker-reader.el.
1087         (newsticker--set-customvar-formatting): New.  Extracted from
1088         `newsticker--set-customvar'.
1089         (newsticker-reader, newsticker-frontend): New.
1090         (newsticker-enable-logo-manipulations): Change :group.
1091         (newsticker-justification): Use `newsticker--set-customvar-formatting'
1092         for :set.  Change :group.
1093         (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
1094         for :set.  Change :group.
1095         (newsticker-html-renderer): Doc changed.
1096         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
1097         (newsticker-date-format):
1098         Use `newsticker--set-customvar-formatting' for :set.  Change :group.
1099         (newsticker--insert-enclosure):
1100         Rename `newsticker--buffer-insert-enclosure' to
1101         `newsticker--insert-enclosure'.  Add keymap arg.
1102         (newsticker--print-extra-elements):
1103         Rename `newsticker--buffer-print-extra-elements' to
1104         `newsticker--print-extra-elements'.  Add keymap arg.
1105         (newsticker--do-print-extra-element):
1106         Rename `newsticker--buffer-do-print-extra-element' to
1107         `newsticker--do-print-extra-element'.  Add keymap arg.
1108         (newsticker-show-news): Use `newsticker-frontend'.
1110         * net/newsticker-plainview.el: New.  Move plainview functionality
1111         from net/newsticker.el to net/newsticker-reader.el.
1112         (newsticker-plainview): New.
1113         (newsticker--set-customvar-sorting): New.  Extracted from
1114         `newsticker--set-customvar'.
1115         (newsticker-sort-method): Use `newsticker--set-customvar-sorting
1116         for :set.  Changed :group.
1117         (newsticker-heading-format, newsticker-item-format)
1118         (newsticker-desc-format, newsticker-statistics-format):
1119         Use `newsticker--set-customvar-formatting for :set.  Change :group.
1120         (newsticker-faces): Change :group.
1121         (newsticker-default-face): Enable again.
1122         (newsticker-hide-old-items-in-newsticker-buffer)
1123         (newsticker-show-descriptions-of-new-items):
1124         Use `newsticker--set-customvar-buffer' for :set.  Change :group.
1125         (newsticker-show-all-news-elements): Change :group.
1126         (newsticker-plainview-hooks): New.
1127         (newsticker-select-item-hook, newsticker-select-feed-hook)
1128         (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
1129         (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
1130         to `newsticker--plainview-tool-bar-map'.
1131         (newsticker--url-keymap): Add mouse-1 binding.
1132         (newsticker-plainview): New.
1133         (newsticker-mark-all-items-of-feed-as-read): Change doc.
1134         (newsticker--buffer-do-insert-text): Use renamed
1135         newsticker--[buffer-]insert-enclosure and
1136         newsticker--[buffer-]print-extra-elements.
1137         (newsticker--buffer-set-faces): Use newsticker-default-face.
1139         * net/newsticker-treeview.el: New.
1141 2008-06-08  Andreas Schwab  <schwab@suse.de>
1143         * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
1145         * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
1147         * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
1148         empty line.
1150         * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
1152 2008-06-08  Martin Rudalics  <rudalics@gmx.at>
1154         * window.el (split-height-threshold, split-width-threshold):
1155         Add choice nil.
1156         (split-window-preferred-function): Allow either nil or a function.
1157         (window--splittable-p, window--try-to-split-window):
1158         Handle changed option values.
1160         (window--frame-usable-p): Handle nil argument.
1162         (display-buffer): Call get-lru-window when pop-up-windows is nil
1163         and window can't be split.
1165 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1167         * uniquify.el (uniquify-get-proposed-name): Handle remote files.
1169         * net/tramp.el (top): Quote feature names.  Remove
1170         `tramp-rfn-eshadow-setup-minibuffer' from
1171         `rfn-eshadow-setup-minibuffer-hook' when unloading.
1172         (tramp-read-passwd): There is only one call to
1173         `auth-source-user-or-password' needed.  Pacify byte compiler.
1175 2008-06-08  Andreas Schwab  <schwab@suse.de>
1177         * window.el (display-buffer): Use lru window if current window
1178         cannot be split.
1180 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1182         * apropos.el (apropos-library): New command and new button.
1183         (apropos-library-button): New function.
1185         * apropos.el: Remove spurious * in docstrings.
1186         (apropos-label-face): Use variable pitch.
1187         (apropos-print): Use dolist and with-current-buffer.
1188         (apropos-print-doc): Use when.
1190         * window.el (special-display-p, display-buffer):
1191         Fix up C->Elisp transcription error.
1193 2008-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1195         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1196         (byte-compile-file): Initialize it.
1197         (byte-compile-nogroup-warn): Keep track of the current group.
1199 2008-06-08  Glenn Morris  <rgm@gnu.org>
1201         * Makefile.in (compile, compile-always, bootstrap-prepare):
1202         Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
1204 2008-06-07  Jihyun Cho  <jihyun.jo@gmail.com>
1206         * language/hanja-util.el (hanja-init-load): Use a char-table for
1207         hanja-table.
1208         (hangul-to-hanja-char): Adjust for the above change.
1210 2008-06-07  Glenn Morris  <rgm@gnu.org>
1212         * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
1213         lm-keywords.
1215         * mail/sendmail.el (mail-interactive): Add :version.
1217         * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
1218         obsolete alias.
1220         * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
1221         * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
1222         * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
1223         * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
1224         * eshell/esh-util.el, international/mule-cmds.el:
1225         * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
1226         * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
1227         Remove unnecessary eval-when-compiles and eval-and-compiles.
1229         * Makefile.in (bootstrap-clean): Run autogen-clean.
1230         (maintainer-clean): No need to run autogen-clean now it is included in
1231         bootstrap-clean.
1233 2008-06-06  Miles Bader  <miles@gnu.org>
1235         * Makefile.in (ELCFILES): Add gnus/nndir.elc.
1237 2008-06-06  Chong Yidong  <cyd@stupidchicken.com>
1239         * menu-bar.el (menu-bar-options-menu): Add Menu entry for
1240         longlines mode.
1242         * replace.el (replace-search-function)
1243         (replace-re-search-function): New vars.
1244         (perform-replace): Use them.
1246         * longlines.el (longlines-re-search-forward): New function.
1247         (longlines-mode): Bind replace-search-function and
1248         replace-re-search-function, to ensure that replacement commands
1249         treat newlines as spaces.
1250         (longlines-show-effect): Default to a pilcrow sign.
1252 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1254         * help.el (function-called-at-point):
1255         * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
1256         even when calling find-tag-default.
1258 2008-06-06  Daniel Colascione  <danc@merrillpress.com>
1260         * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
1261         (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
1262         (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
1263         (nxml-fontify-buffer, nxml-do-fontify):
1264         Remove obsolete variables and functions.
1265         (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
1266         (nxml-degrade, nxml-after-change, nxml-after-change1)
1267         (nxml-extend-region, nxml-extend-after-change-region)
1268         (nxml-extend-after-change-region1, nxml-fontify-matcher)
1269         (nxml-toggle-char-ref-extra-display): Use font-lock, and
1270         font-lock-extend-region-functions in particular, to fontify
1271         nxml-mode buffers.
1272         (nxml-debug-region): New debugging helper function.
1274         * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
1275         (nxml-scan-after-change, nxml-move-tag-backwards):
1276         Adapt for font-lock changes.
1278         * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
1279         (nxml-debug-set-inside, nxml-debug-clear-inside):
1280         New debugging functions.
1281         (nxml-with-degradation-on-error): New helper macro.
1283 2008-06-06  Martin Rudalics  <rudalics@gmx.at>
1285         * window.el (display-buffer): Remove dead call to get-lru-window.
1287 2008-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1289         * mail/sendmail.el (mail-interactive): Change default.
1291 2008-06-05  John Paul Wallington  <jpw@pobox.com>
1293         * bindings.el (completion-ignored-extensions):
1294         Add .p64fsl, .d64fsl, and .dx64fsl.
1296 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1298         * ffap.el (ffap-prompter): Don't use the region.
1300 2008-06-05  Sam Steingold  <sds@gnu.org>
1302         * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
1303         subdirectory to be registered.
1305 2008-06-05  Martin Rudalics  <rudalics@gmx.at>
1307         * window.el (display-buffer-function, special-display-p)
1308         (special-display-buffer-names, special-display-regexps)
1309         (special-display-function, same-window-p, same-window-buffer-names)
1310         (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
1311         (pop-up-frame-function, pop-up-windows, even-window-heights)
1312         (split-window-preferred-function, split-height-threshold)
1313         (window--display-buffer-1, display-buffer, pop-to-buffer):
1314         Move from window.c and buffer.c.
1315         (window--splittable-p, window--try-to-split-window)
1316         (window--frame-usable-p, window--display-buffer-2)
1317         (window--even-window-heights): New functions.
1318         (split-width-threshold): New option.
1319         (split-window-preferred-horizontally): Remove.
1321         * cus-start.el: Remove corresponding declarations.
1323 2008-06-05  Sam Steingold  <sds@gnu.org>
1325         * vc.el (vc-update): Use `save-some-buffers' instead of signaling
1326         an error on modified buffers.
1328 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1330         * progmodes/etags.el (tags-verify-table): Be careful to use and update
1331         tags-file-name and tags-table-list from the right buffer.
1332         (tags-table-check-computed-list, tags-table-extend-computed-list)
1333         (find-tag-noselect): Use with-current-buffer.
1335         * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
1336         Use print-circle.
1338         * minibuffer.el (minibuffer-local-must-match-filename-map):
1339         Declare obsolete alias for the old name.
1341         * abbrev.el (unexpand-abbrev): Better preserve markers.
1343 2008-06-05  Glenn Morris  <rgm@gnu.org>
1345         * emacs-lisp/autoload.el (autoload-rubric): New function,
1346         extracted from autoload-ensure-default-file.
1347         (autoload-ensure-default-file): Use autoload-rubric.
1349         * cus-dep.el (generated-custom-dependencies-file): Doc fix.
1350         (custom-dependencies-no-scan-regexp): New variable.
1351         (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
1352         Don't scan files matching custom-dependencies-no-scan-regexp.
1353         Disable undo in the output buffer.  Remove kept-new-versions wackiness.
1355         * finder.el (finder-headmark): Initialize and add doc string.
1356         (generated-finder-keywords-file): Doc fix.
1357         (finder-no-scan-regexp): New variable.
1358         (finder-compile-keywords): Use a single let binding.
1359         Disable undo in the output buffer.  Use autoload-rubric.
1360         Use mapc rather than mapcar.  Don't scan files matching
1361         finder-no-scan-regexp.  Use with-temp-buffer.  Use expand-file-name
1362         rather than concat.  Use directory-files to do regexp matching.
1363         No need to require jka-compr.
1364         (finder-list-keywords): Remove un-needed set-buffer.  Disable undo.
1365         (finder-list-matches): Disable undo.
1366         (finder-commentary): Use let rather than let*.  Disable undo.
1367         (finder-current-item): Use zerop.
1368         (finder-mode): Use define-derived-mode.
1369         (finder-exit): Doc fix.  Use dolist.
1371         * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
1372         (custom-deps): Don't require $(lisp)/cus-load.el.
1373         (custom-deps, finder-data): Don't depend on autoloads.
1374         Should not be needed now, and doing so was causing make install to
1375         re-dump emacs post-bootstrap.
1376         (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
1377         mid-build forces some things to be rebuilt.
1379 2008-06-05  Miles Bader  <miles@gnu.org>
1381         * face-remap.el
1382         (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
1383         (face-remap-remove-relative): Renamed from
1384         `remove-relative-face-remapping'.
1385         (face-remap-reset-base): Renamed from
1386         `set-default-base-face-remapping'.
1387         (face-remap-set-base): Renamed from `set-base-face-remapping'.
1388         (text-scale-increase): Renamed from `increase-buffer-face-height'.
1389         (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
1390         (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
1392         * face-remap.el (variable-pitch-mode): Autoload.
1394 2008-06-04  Sam Steingold  <sds@gnu.org>
1396         * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
1397         Generate extra status headers for a Mercurial tree.
1399 2008-06-04  John Paul Wallington  <jpw@pobox.com>
1401         * echistory.el (electric-history-map): Define within defvar.
1402         Add docstring.
1404         * font-lock.el (font-lock-turn-off-thing-lock)
1405         (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
1406         Use `bound-and-true-p'.
1407         (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
1408         Doc fixes.
1410         * international/ccl.el (define-ccl-program): Add `doc-string'
1411         declaration.
1413 2008-06-04  Juanma Barranquero  <lekktu@gmail.com>
1415         * face-remap.el (variable-pitch-mode): Reflow docstrings.
1416         (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
1418 2008-06-04  Trent W. Buck  <trentbuck@gmail.com>  (tiny change)
1420         * emacs-lisp/rx.el (rx): Doc fix.
1422 2008-06-04  Markus Triska  <markus.triska@gmx.at>
1424         * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
1426 2008-06-04  Miles Bader  <miles@gnu.org>
1428         * face-remap.el (adjust-buffer-face-height): New function.
1429         Add autoloaded keybindings in ctl-x-map.
1430         (increase-buffer-face-height, decrease-buffer-face-height):
1431         Simplify interactive spec to just "p".  Remove autoloaded keybindings.
1433 2008-06-03  Chong Yidong  <cyd@stupidchicken.com>
1435         * simple.el (line-move-1): If we did not move as far as desired,
1436         ensure that point-left and point-entered hooks are called.
1438 2008-06-03  Sam Steingold  <sds@gnu.org>
1440         * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
1442 2008-06-03  John Paul Wallington  <jpw@pobox.com>
1444         * progmodes/make-mode.el (makefile-cleanup-continuations)
1445         (makefile-warn-suspicious-lines, makefile-warn-continuations):
1446         Use `derived-mode-p'.
1448 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1450         * Makefile.in (update-elclist): Impose a fixed collation for sorting.
1451         (ELCFILES): Update.
1453 2008-06-03  Miles Bader  <miles@gnu.org>
1455         * face-remap.el: New file.
1456         * Makefile.in (ELCFILES): Add face-remap.elc.
1458 2008-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1460         * progmodes/flymake.el (flymake-process-filter): Make sure the source
1461         buffer isn't dead.
1463         * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
1464         * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
1465         * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
1466         * obsolete/auto-show.el, obsolete/hscroll.el:
1467         Remove packages that were obsolete in Emacs-20, or that were obsolete
1468         in Emacs-21 and do not contain any more code.
1470         * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
1471         vc-client-mode is not set.
1473         * image-mode.el (image-mode-map): Suppress key map and bind `q'.
1474         * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
1476         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
1477         yet a bit more clever at distinguishing / from /.
1479 2008-06-03  Kenichi Handa  <handa@m17n.org>
1481         * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
1483 2008-06-03  Jihyun Cho  <jihyun.jo@gmail.com>
1485         * language/hanja-util.el: New file.
1487 2008-06-03  Glenn Morris  <rgm@gnu.org>
1489         * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
1490         Check that end-of-word follows "type".
1492 2008-06-02  Daiki Ueno  <ueno@unixuser.org>
1494         * epa-file.el (epa-file-write-region): Write the entire buffer
1495         content if START is nil.
1497 2008-06-01  Thomas Morgan  <tlm@thomasmorgan.net>  (tiny change)
1499         * select.el (x-get-selection): Fix typo.
1501 2008-06-01  Juanma Barranquero  <lekktu@gmail.com>
1503         * descr-text.el (describe-text-sexp): Use `string-match-p'.  Simplify.
1504         (describe-char): Use `looking-at-p', `string-match-p' when possible.
1506 2008-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1508         * tar-mode.el (tar-header-block-summarize): Ensure one space around
1509         user&group.
1511 2008-05-31  John Paul Wallington  <jpw@pobox.com>
1513         * help-fns.el (describe-variable-custom-version-info):
1514         Handle dotted `package-version' info.
1516 2008-05-31  Juanma Barranquero  <lekktu@gmail.com>
1518         * icomplete.el (icomplete-get-keys): Doc fix.  Use `when'.
1520 2008-05-31  Dan Nicolaescu  <dann@ics.uci.edu>
1522         * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
1523         names and improve support for unregistered files.
1525 2008-05-31  Glenn Morris  <rgm@gnu.org>
1527         * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
1528         Remove shell variable `elc'.  Split tests to hopefully be more portable.
1529         Fix `sel' assignment.
1531 2008-05-30  Juanma Barranquero  <lekktu@gmail.com>
1533         * minibuffer.el (completion-table-dynamic): Doc fix.
1535 2008-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
1538         Try and return `unregistered' when applicable.
1540         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1541         Don't encourage naming variables with "-flag".
1543 2008-05-30  Glenn Morris  <rgm@gnu.org>
1545         * Makefile.in (update-elclist): Hide the warning when it does not apply,
1546         make it milder when it does.
1547         (autogen-clean): New target.
1548         (maintainer-clean): Use autogen-clean.
1550         * calendar/diary-lib.el (diary-display-function): New name for
1551         diary-display-hook.  Keep old name as obsolete alias.  Doc fix.
1552         Change custom type and version.
1553         (diary-list-entries-hook, diary-list-entries, diary-simple-display)
1554         (diary-fancy-display): Doc fixes.
1555         (diary-list-entries, diary-include-other-diary-files)
1556         (diary-mail-entries):
1557         Use diary-display-function rather than diary-display-hook.
1559         * calendar/appt.el (appt-check): Use diary-display-function rather than
1560         diary-display-hook.
1561         * calendar/cal-x.el (calendar-dedicate-diary): Update for
1562         diary-display-function replacing diary-display-hook.
1563         * org/org-agenda.el (org-get-entries-from-diary): Also set
1564         diary-display-function.
1566         * calendar/cal-html.el (cal-html-list-diary-entries):
1567         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1568         * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
1569         argument of diary-list-entries rather than setting diary-display-hook.
1571 2008-05-30  Kenichi Handa  <handa@m17n.org>
1573         * international/mule-conf.el (utf-8-with-signature): Renamed from
1574         utf-8-sig.
1575         (utf-8-auto): Adjusted for the above change.
1577         * international/mule-diag.el (describe-font): Don't check fontset
1578         here, and just call font-info.  Get the default font by from the
1579         default face.
1581 2008-05-29  Kenichi Handa  <handa@m17n.org>
1583         * international/mule-conf.el (utf-8-sig, utf-8-auto):
1584         New coding systems.
1586         * international/mule.el (define-coding-system): Accept :bom for utf-8.
1588 2008-05-29  Espen Wiborg  <espen.wiborg@telio.no>  (tiny change)
1590         * international/utf-7.el (utf-7-encode): Use the right escape char
1591         depending on imap/nonimap encoding.
1593 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1595         * minibuffer.el (completion-pcm-all-completions): Add the base-size.
1597 2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
1599         * icomplete.el (icomplete-prospects-height): Add :group.
1601 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1603         * icomplete.el (icomplete-prospects-length): Make obsolete.
1604         (icomplete-prospects-height): New var.
1605         (icomplete-completions): Use it.
1607 2008-05-29  David Kastrup  <dak@gnu.org>
1609         * autoinsert.el (auto-insert): Add :link.
1611 2008-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1613         * tar-mode.el (tar-header): New field `header-start'.
1614         (tar-header-block-tokenize): Set it when useful.
1615         Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
1616         (tar-header-data-end): New function.
1617         (tar-summarize-buffer): Use it.
1618         (tar-next-line): Fix goal column for long usernames.
1619         (tar-expunge-internal): Use header-start.
1620         (tar-rename-entry): Handle ustar-style long names.
1621         (tar-alter-one-field): Add optional `descriptor' argument.
1622         (tar-subfile-save-buffer): Use it.
1624 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1626         * tar-mode.el (tar-header): New field `header-start'.
1627         (tar-header-block-tokenize): Set header-start for longlink entries.
1628         (tar-expunge-internal): Use header-start to expunge longlink entries.
1630         * files.el (hack-local-variables): Don't signal an error if the local
1631         variable section is not properly terminated.
1633         * emacs-lisp/easymenu.el (easy-menu-convert-item)
1634         (easy-menu-convert-item-1): Move the duplicate-generation outside of
1635         the caching so it also works for identical entries.
1637         * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
1638         (tar-mode): Use write-region-annotate-functions rather than
1639         write-contents-functions.
1640         (tar-extract): Remove unused var `pos'.
1641         (tar-subfile-save-buffer): Remove unused var `following-descs'.
1642         (tar-mode-write-file): Remove.
1643         (tar-write-region-annotate): New function.
1645         * progmodes/flymake.el (flymake-save-buffer-in-file):
1646         * shadowfile.el (shadow-copy-file):
1647         * arc-mode.el (archive-*-write-file-member):
1648         * files.el (diff-buffer-with-file):
1649         * subr.el (with-temp-file): Pass nil to write-region.
1650         * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
1652         * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
1653         the custom.
1655         * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
1656         to write-region.
1658 2008-05-28  Glenn Morris  <rgm@gnu.org>
1660         * Makefile.in (update-elclist): Work around non-portability of "\"
1661         in various implementations of echo.
1663 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1665         * international/mule-diag.el (describe-current-coding-system):
1666         Don't assume selection-coding-system is always defined.
1668         * tar-mode.el: Use defstruct and markers.
1669         (tar-setf): Remove.
1670         (tar-header): Use defstruct.  Add `data-start' field.
1671         (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
1672         (tar-desc-data-start): Remove (now called tar-header-data-start).
1673         (tar-roundup-512): New fun.
1674         (tar-header-block-tokenize): Receive a buffer position rather than
1675         a string.  Handle @longLink here, be more careful about it.
1676         Create a marker for data-start.
1677         (tar-summarize-buffer): Don't handle @LongLink here any more.
1678         (tar-expunge-internal, tar-subfile-save-buffer): Don't update
1679         data-start on the following entries any more.
1680         (tar-chown-entry, tar-chgrp-entry): Use read-number.
1682         * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
1683         (tar-header-offset): Remove.
1684         (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
1685         Not permanent any more.
1686         (tar-data-buffer): New var.
1687         (tar-data-swapped-p, tar-change-major-mode-hook)
1688         (tar-mode-kill-buffer-hook): New funs.
1689         (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
1690         (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
1691         (tar-clear-modification-flags, tar-alter-one-field)
1692         (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
1693         Change accordingly.
1695 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
1697         * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
1698         (vc-dir-resynch-file): ... this.  Update callers.
1699         Use vc-string-prefix-p.  Ignore directory args.
1700         (vc-string-prefix-p): CSE.
1701         (vc-resynch-buffer): Restore conditional.
1703         * vc-hooks.el (vc-after-save): Improve test.
1704         (vc-mode-line): Fix indentation.
1706 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1708         * calendar/parse-time.el (parse-time-months)
1709         (parse-time-weekdays): Add long-form month and day names.
1711 2008-05-27  Glenn Morris  <rgm@gnu.org>
1713         * Makefile.in (update-elclist): Make errors in final sed non-fatal.
1715 2008-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1717         * vc-dispatcher.el (vc-string-prefix-p): New function.
1718         (vc-dir-parent-marked-p): Use it.
1720 2008-05-27  Dan Nicolaescu  <dann@ics.uci.edu>
1722         * vc.el (Problems): Remove fixed issues.
1723         (vc-expand-dirs): Avoid returning directories.
1724         (vc-dir): Fix C-x v v binding.
1725         (vc-make-backend-object): Fix name.
1726         (vc-dir-show-fileentry): Fix docstring.
1727         (vc-dir-refresh): Use vc-dir-backend.  Fix docstring.
1728         (vc-dir-refresh-files): Use vc-dir-backend.  Fix docstring.
1729         Reset the state for directories.
1730         (vc-dir-headers): Align labels.
1731         (vc-default-status-printer): Do no call prettify-state-info.
1732         (vc-deduce-fileset): Replace implementation with one based on a
1733         working older version.
1734         (vc-next-action): Use the new form of vc-deduce-fileset.
1735         Fix dealing with unregistered files.
1737         * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
1738         (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
1739         (vc-dir-child-files): New function.
1740         (vc-dir-node-directory): New function.
1741         (vc-dir-update, vc-dir-parent-marked-p)
1742         (vc-dir-children-marked-p, vc-dir-mark-all-files)
1743         (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
1745         * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
1747 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1749         * diff-mode.el (diff-context-mid-hunk-header-re): New const.
1750         (diff-font-lock-keywords, diff-context->unified)
1751         (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
1752         (diff-hunk-text, diff-find-source-location): Use it.
1753         (diff-post-command-hook): Let the user edit the hunk headers.
1755 2008-05-26  Andreas Schwab  <schwab@suse.de>
1757         * vc.el (vc-default-prettify-state-info): Fix formatting of an
1758         unknown state.
1760         * tar-mode.el (tar-summarize-buffer): Comment fix.
1762 2008-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1764         * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
1766 2008-05-26  Glenn Morris  <rgm@gnu.org>
1768         * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
1770 2008-05-25  John Paul Wallington  <jpw@pobox.com>
1772         * proced.el (proced-next-line, proced-previous-line):
1773         Avoid calling `next-line' and `previous-line' from Lisp code.
1775 2008-05-25  Ed Reingold  <reingold@emr.cs.iit.edu>
1777         * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
1778         Use diary-ordinal-suffix.
1780 2008-05-24  Juanma Barranquero  <lekktu@gmail.com>
1782         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
1783         (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
1784         (edebug-save-displayed-buffer-points, edebug-initial-mode)
1785         (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
1786         (edebug-print-length, edebug-print-level, edebug-print-circle)
1787         (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
1788         (edebug-global-break-condition, edebug-sit-for-seconds):
1789         Remove spurious * from defcustom docstrings.
1790         (edebug-unwrap*, edebug-signal, edebug-eval-display):
1791         Improve argument/docstring consistency.
1792         (edebug-test-coverage, edebug-gensym, edebug-read)
1793         (edebug-top-level-nonstop, edebug-eval-result-list)
1794         (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
1795         (edebug-eval-defun, edebug-eval-top-level-form, edebug)
1796         (edebug-display-freq-count): Reflow docstrings.
1797         (edebug-restore-status): Doc fix.
1799 2008-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * proced.el (proced-header-line): Use the :align-to 0 feature
1802         rather than computing the corresponding position manually.
1803         (proced-update): Don't hardcode point-min==1.
1805 2008-05-24  Alan Mackenzie  <acm@muc.de>
1807         * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
1808         if c-file-style is set to a non-string.
1810         (c-neutralize-CPP-line): Surround by `save-excursion'.
1811         (c-neutralize-syntax-in-CPP): Optimize for speed.
1813 2008-05-24  Glenn Morris  <rgm@gnu.org>
1815         * Makefile.in (update-elclist): New target, to update ELCFILES.
1816         (bootstrap-after): Run update-elclist.
1818 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
1820         * icalendar.el (icalendar-version): Increase to "0.19".
1821         (icalendar--date-style): New function.
1822         (icalendar--datetime-to-diary-date): Doc fix.
1823         Use icalendar--date-style.
1824         (icalendar--datestring-to-isodate): Doc fix.  Handle iso date style.
1825         (icalendar--convert-yearly-to-ical)
1826         (icalendar--convert-recurring-to-diary): Handle iso date style,
1827         use icalendar-date-style.
1829 2008-05-23  Dan Nicolaescu  <dann@ics.uci.edu>
1831         * vc.el (vc-delete-file): Make sure the buffer is deleted and
1832         vc-dir buffers are updated.
1834 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1836         * vc.el (vc-delete-file): Don't try to resynch the buffer.
1838 2008-05-23  Paul Rivier  <paul.r.ml@gmail.com>
1840         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
1841         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
1842         (reftex-extra-bindings): Use it.
1844         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
1845         away from the user-reserved keys.
1847         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
1848         New vars.
1849         (ada-create-keymap): Use them.
1851 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1853         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
1854         a properly-grouped regexp.
1856 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
1858         * progmodes/cap-words.el (capitalized-words-mode):
1859         Fix typos in docstring.
1861 2008-05-23  Kenichi Handa  <handa@m17n.org>
1863         * international/mule-conf.el: Don't define the charset `emacs'
1864         here, just put :docstring, :short-name, and :long-name.
1866 2008-05-22  Kenichi Handa  <handa@m17n.org>
1868         * international/mule-diag.el (font-show-log): Limit each listing
1869         to 20 items.
1871 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
1873         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
1874         (gdb-annotation-rules): New entry for "thread-changed".
1875         (gdb-thread-changed): New function.
1877 2008-05-23  Glenn Morris  <rgm@gnu.org>
1879         * Makefile.in (SOURCES): Remove, unused.
1880         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
1881         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
1882         Exclude more '*loaddefs' files.
1883         (compile-always): Simplify '.elc' deletion.
1885 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1887         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
1888         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
1890         * minibuffer.el (completion-boundaries): Change calling
1891         convention, so `string' has the same semantics as in
1892         try-completion and all-completions.
1893         (completion-table-with-context, completion--embedded-envvar-table)
1894         (completion--file-name-table)
1895         (completion-pcm--find-all-completions): Adjust code accordingly.
1897 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
1899         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
1900         prune image-mode-winprops-alist, preventing it from growing
1901         indefinitely.
1902         (image-mode-reapply-winprops): Use it.
1904 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
1906         * net/netrc.el (netrc-machine): Always match if the port is not given.
1908 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1910         * minibuffer.el (completion-pcm--find-all-completions):
1911         Don't add pseudo-completions.
1913         * icomplete.el (icomplete-eoinput): Remove.
1914         (icomplete-overlay): New var to replace it.
1915         (icomplete-tidy): Rewrite.
1916         (icomplete-exhibit): Use an overlay.
1917         (icomplete-completions): Use completion-all-sorted-completions.
1918         Obey completion-ignore-case.
1920         * files.el (locate-dominating-file): Accept non-existing argument.
1921         (project-find-settings-file): Rewrite, using locate-dominating-file.
1923 2008-05-22  Kenichi Handa  <handa@m17n.org>
1925         * faces.el (font-weight-table, font-slant-table, font-width-table):
1926         Delete them.  Don't call internal-set-font-style-table.
1928         * international/mule-diag.el (font-show-log): New function.
1930         * international/fontset.el (script-representative-chars): Add more
1931         chars for latin.  Add data for symbol.
1932         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
1934 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1936         * minibuffer.el (completion-all-sorted-completions): New var.
1937         (completion--flush-all-sorted-completions)
1938         (completion-all-sorted-completions): New functions.
1939         (minibuffer-force-complete): New command.
1941 2008-05-21  Glenn Morris  <rgm@gnu.org>
1943         * files.el (c-postprocess-file-styles): Declare for compiler.
1945         * Makefile.in: Allow for parallel byte-compiling.
1946         (ELCFILES): New variable.
1947         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
1948         (compile-first, compile-main, compile-last): New targets.
1949         (compile-always): Simplify - delete .elc files, then `make compile'.
1951         * Makefile.in (compile-calc): Use glob rather than find.
1952         ($(lisp)/progmodes/cc-mode.elc): Use $@.
1954         * eshell/esh-module.el: No need for cl when compiling.
1956         * eshell/eshell.el (eshell-defgroup): New alias.
1957         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1958         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1959         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1960         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1961         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1962         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
1963         Autoload the custom group.  Set generated-autoload-file.
1964         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
1965         for eshell-defgroup.
1966         * eshell/esh-module.el (eshell-load-defgroups): Remove.
1967         Require esh-groups rather than loading it.
1969 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1971         * proced.el (proced-header-line): New variable and new function.
1972         (proced-mode): Set header-line-format.
1973         (proced-update): Set proced-header-line.
1974         (proced-send-signal): Use proced-header-line.
1976 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1978         * macros.el (insert-kbd-macro): Use prin1-char.
1980 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1982         * minibuffer.el (completion-boundaries): New function.
1983         (completion--some): Delay errors.
1984         (complete-with-action, completion-table-with-context):
1985         Handle `boundaries' case.
1986         (completion--try-word-completion): Avoid partial-completion
1987         when the user hasn't entered anything yet.
1988         (minibuffer-local-map, minibuffer-local-filename-completion-map)
1989         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
1990         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
1991         Setup default keybindings.
1992         (completion--embedded-envvar-re): New var.
1993         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
1994         (completion--file-name-table): Handle `boundaries' case.
1995         (completion-pcm--pattern->regex): Avoid pathological backtracking.
1996         (completion-pcm--all-completions): Add a `prefix' arg.
1997         (completion-pcm--find-all-completions): New function.
1998         (completion-pcm-all-completions, completion-pcm-try-completion):
1999         Use it.
2001         * icomplete.el (icomplete-completions): Don't use `predicate' with
2002         a table of a different type than `candidates'.
2004 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2006         * proced.el (proced-goal-column): Rename from proced-procname-column.
2007         (proced-goal-header-re): Rename from proced-procname-column-regexp.
2008         (proced-move-to-goal-column): Rename from proced-move-to-procname.
2009         (proced-header-face, proced-header-regexp): Remove.
2010         (proced-font-lock-keywords): Remove proced-header-face.
2011         (proced-header-alist, proced-sorting-schemes-re): New variables.
2012         (proced): Rename Proced buffer to *Proced*.
2013         (proced-next-line, proced-previous-line): New commands.
2014         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
2015         (proced-hide-processes): Do not treat first line as special.
2016         (proced-header-space): New function.
2017         (proced-update): Use header-line-format.
2018         Initialize proced-header-alist and proced-sorting-schemes-re.
2019         Set proced-goal-column.  Include proced-command in mode-name.
2020         (proced-send-signal): Use header-line-format for *Marked
2021         Processes* buffer.
2022         (proced-sort): Restrict minibuffer completion to applicable
2023         sorting schemes.
2024         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
2026 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         * icomplete.el (icomplete-simple-completing-p):
2029         Allow icomplete-with-completion-tables to say "use it everywhere".
2030         (icomplete-completions): Obey completion-styles.  Try to accommodate
2031         partial-completion style.
2033 2008-05-20  Michael Olson  <mwolson@gnu.org>
2035         * files.el (project-find-settings-file): Change concat to
2036         expand-file-name.
2038 2008-05-19  Tom Tromey  <tromey@redhat.com>
2040         * files.el (normal-mode): Call hack-project-variables.
2041         (hack-local-variables-confirm): Add 'project' argument.
2042         (hack-local-variables-apply): New function.
2043         (hack-local-variables): Use it.
2044         (project-class-alist, project-directory-alist): New variables.
2045         (project-get-alist): New function.
2046         (project-collect-bindings-from-alist)
2047         (project-collect-binding-list, set-directory-project)
2048         (project-find-settings-file, project-define-from-project-file)
2049         (hack-project-variables): New functions.
2051 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2053         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2055 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
2057         * faces.el (font-weight-table): Fix typo in docstring.
2059 2008-05-18  David Hull  <david@snap.com>  (tiny change)
2061         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
2062         (vc-hg-annotate-command): Allow white space before version number.
2064 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2066         * calc/calc-yank.el (calc-register-alist): New variable.
2067         (calc-set-register, calc-get-register, calc-copy-to-register)
2068         (calc-insert-register, calc-add-to-register, calc-append-to-register)
2069         (calc-prepend-to-register): New functions.
2071         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
2072         `calc-copy-to-register' and `calc-insert-register'.
2073         Autoload new register functions.
2075         * calc/calc-help.el (calc-r-prefix-help): Add help for register
2076         functions.
2078 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
2080         * vc.el (Todo): Add known problems.
2081         (vc-dir-backend): New variable.
2082         (vc-dir): Set it.
2083         (vc-make-backend-object, vc-generic-status-printer)
2084         (vc-generic-state, vc-generic-status-fileinfo-extra)
2085         (vc-dir-extra-menu): Use it.
2086         (vc-generic-dir-headers): Remove, unused.
2088         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
2089         vc-dir-prev-directory for consistency with vc-dir-previous-line.
2090         (vc-dir-mode-map): Fix bindings.
2092         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
2094 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
2096         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
2097         operated on.
2098         (calc-kill-region): Kill entire lines.
2100 2008-05-17  Glenn Morris  <rgm@gnu.org>
2102         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
2103         simplify initial value.
2104         (defezimage): Drop support for Emacs without defimage, use a featurep
2105         test rather than fboundp when defining, drop with-no-warnings.
2106         (ezimage-insert-over-text): Move featurep test inside
2107         add-text-properties.
2109         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
2111         * net/tramp.el (top-level): Load auth-source when compiling.
2113         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2115 2008-05-17  Andreas Schwab  <schwab@suse.de>
2117         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
2119 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
2121         * vc.el (vc-annotate-show-diff-revision-at-line): Change
2122         vc-diff-internal arg to match what vc-deduce-fileseset returns now.
2124 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2126         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
2128 2008-05-17  Jim Meyering  <meyering@redhat.com>
2130         * ido.el (ido-save-history): Do not emit a trailing newline at the
2131         end of the ido history file.
2133 2008-05-16  John Paul Wallington  <jpw@pobox.com>
2135         * vc-dispatcher.el (top-level): Revert previous change: require cl
2136         when compiling.
2138 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
2140         * vc.el (vc-default-status-printer)
2141         (vc-default-prettify-state-info): Enhance the state prettyprinter
2142         to deal better with unknown states and indirect through it when
2143         painting vc-dir buffers.
2145 2008-05-16  John Paul Wallington  <jpw@pobox.com>
2147         * vc-dispatcher.el (top-level): Don't require cl when compiling.
2148         (vc-dir-mode-map): Fix backquote.
2149         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
2151 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
2153         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
2154         Reported by Glenn Morris <rgm@gnu.org>.
2156 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
2158         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
2159         the end of the file, it was good work at one time but has been
2160         stale since 1995 and may now be actively misleading.
2161         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
2162         CVS repository and module (assumptions for the latter a bit iffy).
2163         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
2164         SVN repository.
2166 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
2168         * vc-rcs.el (vc-rcs-create-tag):
2169         * vc-sccs.el (vc-sccs-create-tag):
2170         Fix typo in error message and pass backend arg.
2172 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
2174         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
2176 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
2178         * net/tramp.el: Load auth-source library.
2179         (tramp-read-passwd): Use it for password, not login.
2181 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
2183         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
2184         (ses-print-cell): Use string-width, truncate-string-to-width,
2185         delete-region rather than length, substring, delete-char.
2186         (ses-setup): Set inhibit-point-motion-hooks to t.
2187         Calculate position by actually moving point rather than just using
2188         unibyte character length.
2189         (ses-mode): Set indent-tabs-mode to nil.
2190         (ses-center): Use string-width rather than length.
2192 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
2194         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
2195         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
2196         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
2197         vc-*-create-tag and vc-*-retrieve-tag respectively.
2199         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
2200         unneeded defalias.
2202         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
2204         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
2205         about buffer names.
2207 2008-05-15  Glenn Morris  <rgm@gnu.org>
2209         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
2211         * org/org-exp.el (org-infojs-options-inbuffer-template):
2212         Fix declaration.
2214         * progmodes/cc-mode.el (declare-function): Add compat definition.
2215         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2217 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
2219         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
2220         list to a cons so the caller can get back both expanded and
2221         unexpanded filesets.
2222         * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
2223         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
2224         Change handling of selection-set returns as required.
2226 2008-05-15  John Paul Wallington  <jpw@pobox.com>
2228         * add-log.el (top-level): Don't require cl when compiling.
2230         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
2231         (archive-*-extract): Use `zerop'.
2232         (archive-*-write-file-member): Use `or', use `zerop'.
2234         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
2236         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
2237         (ibuffer-mark-interactive, ibuffer-set-mark)
2238         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
2239         (ibuffer-map-lines, ibuffer-switch-format)
2240         (ibuffer-update-title-and-summary)
2241         (ibuffer-redisplay-engine): Use it.
2243         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
2244         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
2245         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
2246         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
2247         (ibuffer-mark-read-only-buffers)
2248         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
2250         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
2251         (define-ibuffer-column, define-ibuffer-sorter)
2252         (define-ibuffer-op, define-ibuffer-filter): Add declarations
2253         containing indentation specs, replacing equivalent top-level
2254         forms that set `lisp-indent-function' properties.
2255         (define-ibuffer-op): Use `derived-mode-p'.
2256         (define-ibuffer-filter): Remove redundant `concat' call.
2258 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
2260         * net/tramp.el (tramp-echo-mark): Update docstring.
2261         (tramp-echo-mark-marker): New defconst.
2262         (tramp-check-for-regexp): Use it.
2264 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
2266         * vc.el (vc-deduce-fileset): Do the right thing when visting a
2267         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
2268         as parent.
2270 2008-05-14  John Paul Wallington  <jpw@pobox.com>
2272         * international/mule.el (convert-define-charset-argument):
2273         Remove period from end of error message.
2274         (coding-system-mnemonic): Doc fix.
2275         (ctext-pre-write-conversion): Doc fix.
2277 2008-05-14  Simon Marshall  <simon@gnu.org>
2279         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
2280         from its default value and give it the risky-local-variable
2281         property (CVE-2008-2142).
2283 2008-05-14  Kenichi Handa  <handa@m17n.org>
2285         * language/korean.el ("Korean"): Set `iso639-language'
2286         property to `ko'.
2288         * language/japanese.el ("Japanese"): Set `iso639-language'
2289         property to `ja'.
2291         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2292         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
2293         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
2295         * international/mule-cmds.el (set-language-environment):
2296         Set current-iso639-language.
2298         * international/fontset.el (setup-default-fontset): For kana, han,
2299         hangul, and cjk-misc, move an entry with font-spec at the end.
2300         (generate-fontset-menu): Exclue fontset-auto* from the list.
2302         * composite.el (compose-chars-after): Assume that WINDOW is always
2303         non-nil.
2305         * faces.el (font-weight-table, font-slant-table)
2306         (font-swidth-table): Declare them by defconst.  Change the format
2307         of elements.  Call internal-set-font-style-table after their
2308         declaration.
2309         (face-valid-attribute-values): Call font-family-list.  Get values
2310         for width, weight, and slant from font-xxx-table.
2312         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
2314 2008-05-13  John Paul Wallington  <jpw@pobox.com>
2316         * ibuffer.el (ibuffer-buffer-file-name): New function.
2317         (define-ibuffer-column filename): Use it.
2319         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
2321 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
2323         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
2324         as a string.
2325         (talk-add-display): Simplify.  Accept only string args.
2327 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
2329         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
2331 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2333         * Makefile.in (bootstrap-prepare): Don't chmod files.
2334         (autoloads): Do it here instead, where it's actually needed.
2336 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
2338         * tool-bar.el (tool-bar-make-keymap): Account for the optional
2339         KEY-BINDING-DATA field in menu-item list.
2341 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * dired.el (dired-read-dir-and-switches): Move things about to use less
2344         recursion during macroexpansion.
2346         * dired.el (dired-read-dir-and-switches): Use read-file-name.
2348         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
2349         completion-ignored-extension directories if there's something else.
2350         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
2351         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
2352         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
2353         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
2354         buffer-read-only -> inhibit-read-only.
2356 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
2358         * vc.el (vc-expand-dirs): Stop this function from tossing out
2359         explicitly specified files.
2361 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2363         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
2364         to `insert'.
2366 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
2368         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
2369         cons.  Use vc-annotate-backend.
2370         (with-vc-file, edit-vc-file): Remove unused macros.
2372 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
2374         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
2375         (smtpmail-try-auth-methods): Use it.
2377 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2379         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
2380         (setf (nthcdr ..) ..) doesn't require CL at runtime.
2382 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
2384         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
2386 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2388         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
2389         (vc-bzr-revision-completion-table): Use process-file.
2390         (vc-bzr-working-revision): Pass relative file names.
2392         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
2394 2008-05-11  Juri Linkov  <juri@jurta.org>
2396         * wid-edit.el (widget-image-directory): Change default image data
2397         subdirectory from "custom" to "images/custom".
2399         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
2400         before recursive call to `Info-next-preorder' to not add
2401         intermediate nodes to the history.
2403         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
2405         * emulation/cua-base.el: Put isearch-scroll property
2406         on cua-scroll-up and cua-scroll-down.
2408 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
2410         * vc-hooks.el (vc-recompute-state): Remove (dead code).
2412 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
2414         * vc-dispatcher.el (ewoc): Require.
2415         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
2417         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
2419 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
2421         * term/w32-win.el (x-colors):
2422         * term/mac-win.el (x-colors):
2423         * term/x-win.el (x-colors): Re-order colors.
2425 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
2427         * smerge-mode.el (smerge-command-prefix): Fix custom type.
2429 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
2431         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
2432         New functions implementing motion to next and previous directory.
2434         * vc-arch.el (vc-arch-command):
2435         * vc-bzr.el (vc-bzr-command):
2436         * vc-cvs.el (vc-cvs-command):
2437         * vc-dispatcher.el (vc-do-command):
2438         * vc-git.el (vc-git-command):
2439         * vc-hg.el (vc-hg-command):
2440         * vc-mcvs.el (vc-mvcs-command):
2441         * vc-mtn.el (vc-mtn-command):
2442         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
2443         (vc-sccs-workfile-unchanged-p):
2444         * vc-svn.el (vc-svn-command, vc-svn-create-repo):
2445         * vc-rcs.el (all methods): Remove assumption about what a nil
2446         argument to vc-do-command means.  This means no buffer name needs
2447         to be hardcoded into the dispatcher layer, and it's better to be
2448         explicit anyway.
2450         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
2452 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
2454         * vc.el: Update todo.
2456         * vc-sccs.el (vc-sccs-dir-status):
2457         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
2458         backends and returning up to date files.
2460         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
2462 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
2464         * vc.el (vc-dir):
2465         * vc-hooks.el: Tweak the VC directory bindings.  These are now
2466         documented in the manual.
2468         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
2469         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
2470         (vc-dispatcher-selection-set): Allow callers to pass in an
2471         observer flag that says no buffer sync is required.
2472         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
2473         Use the observer flag.
2475 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
2477         * simple.el (start-file-process): Clarify docstring.
2479 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
2481         * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
2482         Remove stub implementations of, and references to, wash-log.
2483         * vc-rcs.el (vc-rcs-comment-history):
2484         * vc-cvs.el (vc-cvs-comment-history):
2485         Inline the code that used to be wash-log.
2487         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
2488         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2489         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
2490         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
2491         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
2492         (vc-rcs-print-log): Grok directories.
2494 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2496         * vc.el (vc-mark-resolved): Add `backend' argument.
2497         (vc-next-action): Pass it the backend.
2498         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
2499         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
2500         (vc-default-comment-history, vc-default-create-snapshot)
2501         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
2502         (vc-annotate-revision-previous-to-line)
2503         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
2504         * vc-svn.el (vc-svn-checkout):
2505         * vc-mcvs.el (vc-mcvs-checkout):
2506         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
2507         (vc-working-revision, vc-before-save, vc-mode-line):
2508         Prefer vc-call-backend to vc-call so as not to recompute the backend.
2510         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
2511         state to be consistent since it's often an unwarranted restriction.
2512         Don't return the state either.
2513         (vc-next-action): Check that the state is consistent.
2514         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
2515         (vc-rollback, vc-update): Adapt to new return value of
2516         vc-deduce-fileset.
2518         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
2519         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
2520         (vc-dispatcher-in-fileset-p): New fun.
2521         (vc-dispatcher-selection-set): Use it to properly handle directories.
2523 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
2525         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
2526         (vc-update): Remove unused let bindings.
2528 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
2530         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
2531         (vc-diff, vc-revert, vc-rollback, vc-update):
2532         * vc-dispatcher.el (vc-dispatcher-selection-set):
2533         Get rid of 4 special cases in fileset selection.  This involved
2534         changing the return value of (vc-deduce-fileset) so that it passes
2535         back a deduced state as well as a deduced back end.
2537 2008-05-08  Sam Steingold  <sds@gnu.org>
2539         * progmodes/compile.el (compilation-minor-mode-map)
2540         (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
2541         * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
2542         to `compilation-minor-mode-map' (instead of an explicit `cons').
2544 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2546         * org/org.el (org-modules, org-format-latex-options):
2547         * org/org-archive.el (org-archive-stamp-time)
2548         (org-archive-save-context-info):
2549         * org/org-faces.el (org-hide):
2550         * org/org-irc.el (org-irc-parse-link):
2551         * org/org-macs.el (org-call-with-arg, org-autoload):
2552         * org/org-mew.el (org-mew-store-link):
2553         * org/org-remember.el (org-remember-store-without-prompt)
2554         (org-remember-templates): Fix typos in docstrings.
2556         * org/org-info.el (org-info-store-link): Remove leftover docstring.
2558         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2559         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2560         (org-bbdb-anniv-split): Fix typos in docstrings.
2562         * org/org-publish.el (org-publish-project-alist): Doc fixes.
2563         (org-publish-use-timestamps-flag): Reflow docstring.
2564         (org-publish-files-alist): Fix typos in docstring.
2566 2008-05-07  Sam Steingold  <sds@gnu.org>
2568         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
2569         appears to be too aggressive with window removal.
2571 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
2573         * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
2574         as pragma keywords.
2575         (verilog-pretty-expr): Support lining up assignments which include
2576         part selects.
2577         (verilog-mode): More portable check for the availability of
2578         hideshow support.
2579         (verilog-do-indent): Remove special indent for declarations inside
2580         a parenthetical list.  The code is ill-advised, and doesn't work
2581         given the new user defined types.
2582         (verilog-set-auto-endcomments): Enhance function automatic
2583         endcomment to support functions that return user defined types.
2584         (verilog-mode): Add code to tell which-function-mode minor mode
2585         that Verilog supports this feature.
2587 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
2589         * epa-file.el: Require epa-hook.
2591         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
2593         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
2594         file-names clashes on 8+3 filesystems.  Provide epa-hook.
2596         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
2597         file-names clashes on 8+3 filesystems.
2599 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
2601         * org/org.el (org-read-date-get-relative): Interpret lone
2602         weekday abbreviation as relative to today.
2604 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2606         * abbrev.el (define-abbrev-table):
2607         * composite.el (toggle-auto-composition):
2608         * json.el (json-alist-p, json-plist-p):
2609         * minibuffer.el (completion-table-with-predicate):
2610         * ps-mule.el (ps-mule-external-libraries):
2611         * emacs-lisp/advice.el (ad-special-form-p):
2612         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2613         * eshell/em-smart.el (eshell-review-quick-commands):
2614         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
2615         (python-skip-out, python-check-comint-prompt):
2616         Don't use `iff' in docstrings.
2618         * international/robin.el (robin-package-alist): Fix typo in docstring.
2619         (robin-current-package-name): Doc fix.
2620         (robin-activate): Don't use `iff' in docstring.
2622 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
2624         * vc.el, vc-dispatcher.el: VC-Dired support removed.
2625         The code uses a ewoc-based implementation now.
2626         * vc-hooks.el: Support for Meta-CVS has been removed.
2628 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2630         * tool-bar.el: Choose images dynamically.
2631         (tool-bar-make-keymap, tool-bar-find-image): New function.
2632         (tool-bar-find-image-cache): New var.
2633         (tool-bar-local-item, tool-bar-local-item-from-menu):
2634         Don't select the image yet, do it later in tool-bar-make-keymap.
2636 2008-05-07  Andreas Schwab  <schwab@suse.de>
2638         * window.el: Require 'cl when compiling.
2640 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
2642         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
2644 2008-05-07  Glenn Morris  <rgm@gnu.org>
2646         * subr.el (ignore-errors): Move here from cl-macs.el.
2647         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
2649         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
2650         oddness.
2652 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
2654         * vc-hooks.el (vc-find-file-hook):
2655         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
2656         further from vc.el.
2657         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
2659 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
2661         * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
2662         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
2663         (verilog-auto-inout, verilog-auto-inout-module)
2664         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
2665         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2666         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
2667         (verilog-auto-sense-sigs, verilog-auto-tieoff)
2668         (verilog-auto-unused, verilog-auto-wire)
2669         (verilog-decls-get-assigns, verilog-decls-get-consts)
2670         (verilog-decls-get-gparams, verilog-decls-get-inouts)
2671         (verilog-decls-get-inputs, verilog-decls-get-outputs)
2672         (verilog-decls-get-ports, verilog-decls-get-regs)
2673         (verilog-decls-get-signals, verilog-decls-get-wires)
2674         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
2675         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
2676         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
2677         (verilog-inject-sense, verilog-library-filenames)
2678         (verilog-mode-release-date, verilog-mode-version)
2679         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
2680         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
2681         (verilog-modi-get-assigns, verilog-modi-get-consts)
2682         (verilog-modi-get-gparams, verilog-modi-get-inouts)
2683         (verilog-modi-get-inputs, verilog-modi-get-outputs)
2684         (verilog-modi-get-ports, verilog-modi-get-regs)
2685         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
2686         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
2687         (verilog-modi-get-wires, verilog-preserve-cache)
2688         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
2689         (verilog-read-sub-decls, verilog-read-sub-decls-line)
2690         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
2691         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
2692         Add caching of additional state, and rework signal extraction
2693         routines to improve AUTO expansion performance by 300%++.
2695 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
2697         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2698         Tweak Open Watcom regexp to distinguish between errors and warnings.
2700 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * dired.el (dired-read-dir-and-switches): Fix up last change.
2704 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
2706         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
2707         out of this function, move it to vc-dispatcher-selection-set.
2709 2008-05-05  Sam Steingold  <sds@gnu.org>
2711         * window.el (delete-other-windows-vertically): New function.
2713 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * dired.el (dired-read-dir-and-switches):
2716         Obey read-file-name-completion-ignore-case.
2718 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
2720         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2721         Add regexp for Open Watcom compiler output.
2723 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
2725         * progmodes/python.el (python-block-pairs): Align finally with except.
2727 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2729         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
2731 2008-05-05  Tom Tromey  <tromey@redhat.com>
2733         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
2734         looking at conflict marker.
2736 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2738         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
2739         client-mode -> vc-client-object, and guess `funcall' was meant.
2740         (vc-dir-mode): Rename client-mode -> vc-client-mode.
2742 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
2744         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
2745         (dbus-debug): Move declarations outside eval-when-compile.
2747 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2749         * proced.el (proced-command-alist): Fix system-type values.
2750         Fix defcustom.
2751         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
2752         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
2753         (proced-sort-start, proced-sort, proced-sort-time): New commands.
2754         (proced-update): Use proced-sorting-scheme.  Update modeline.
2755         (proced-send-signal): Use nreverse.
2756         (proced-sorting-scheme-p): New function.
2758 2008-05-04  Andreas Schwab  <schwab@suse.de>
2760         * vc.el: Require dired when compiling.
2762         * minibuffer.el (completion--insert-strings): Don't delete past bol.
2764 2008-05-03  Glenn Morris  <rgm@gnu.org>
2766         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
2767         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
2768         Simplify compilation requirements.
2769         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
2770         declarations.
2772 2008-05-03  Dave Love  <fx@gnu.org>
2774         * progmodes/python.el (python-beginning-of-statement):
2775         Loop at least once (fixes 2008-02-21 change).
2777 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
2779         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
2780         instead of `length' for comparing length of user and group names.
2782 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
2784         * vc-dispatcher.el: New file, separates out the UI and command
2785         execution machinery from VCS-specific logic left in vc.el.
2786         The separation is not yet completely clean, but it's a good start.
2787         * vc.el: This file is about 1700 lines shorter now.
2788         Remove obsolete logentry-check from the backend API.
2789         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
2790         implementation of the logentry-check method, and it guarded against
2791         a log length limit that has probably been obsolete for 15 years (!).
2793 2008-05-02  Sam Steingold  <sds@gnu.org>
2795         * progmodes/compile.el (compilation-start): Move setting of
2796         compilation-directory after (funcall mode) as that resets local
2797         variables, this fixes recompile in grep buffers.
2798         * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
2800 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
2802         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
2803         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
2804         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
2805         has one of these and that all are called in compatible ways.
2806         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
2807         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
2808         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
2809         backend has one of these.
2811 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2813         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
2814         initialization into define-abbrev-table.  Use :regexp.
2815         (octave-mode-syntax-table): Don't set word syntax for `.
2817         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
2818         than only value.
2820         * dired.el (dired-read-dir-and-switches):
2821         Set minibuffer-completing-file-name and call substitute-in-file-name.
2822         (dired-format-columns-of-files): Use completion--insert-strings.
2824         * minibuffer.el (completion-hilit-commonality): Revert last change:
2825         the leftover code was actually useful.
2826         (completion--insert-strings): Use string-width rather than length.
2828 2008-05-02  Sam Steingold  <sds@gnu.org>
2830         * vc.el (vc-dir-mode-map): Enable mouse bindings.
2831         (vc-at-event): New macro: run the body at the even location.
2832         (vc-dir-menu, vc-dir-toggle-mark): Use it.
2833         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
2834         * subr.el (mouse-event-p): Check if the even is mouse-related.
2836 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
2838         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
2839         Don't throw error if no file is found.
2841 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2843         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
2844         (vc-default-state-heuristic): Doc fix.
2846 2008-05-02  Richard Sharman  <rsharman@pobox.com>
2848         * hilit-chg.el (highlight-changes-mode): Remove references to
2849         hooks that no longer exist.  Because define-minor-mode is used the
2850         hook highlight-changes-mode-hook exists and can do what both the
2851         old hooks used to do.  The documentation at the top of the file
2852         was updated to demonstrate this.
2853         (highlight-changes-mode): Remove commented out call to a hook
2854         function that is no longer there.
2855         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
2857 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
2859         * vc.el (vc-default-dired-state-info): Change name of primitive
2860         to prettify-state-info, in preparation for ripping out dired mode.
2861         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
2862         to prettify-state-info, in preparation for ripping out dired mode.
2863         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
2864         tries this on a version-controlled buffer.  It will do useless or
2865         actively bad things on any version control system newer than RCS.
2866         * vc-hooks.el (vc-dired-resynch-file):
2867         * vc.el (vc-dired-resynch-file): Change name of primitive to
2868         vc-directory-resynch-file, preparing to remove dired.
2870 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
2872         * vc-rcs.el (vc-rcs-state): Fix typos.
2874         * vc.el (vc-register): Change argument order so that the prefix
2875         argument is assigned correctly.
2876         (vc-next-action, vc-dir-register): Update for the above change.
2878 2008-05-01  Juri Linkov  <juri@jurta.org>
2880         * replace.el (occur-read-primary-args): Set default to the car of
2881         regexp-history and display it in the prompt, but don't add to the
2882         list of minibuffer defaults.  Bind history-add-new-input to nil to
2883         not add automatically `default'.  For empty input return `default'.
2884         Otherwise, add `input' to regexp-history and return it.
2885         (occur-1): Signal an error for the empty regexp.
2887         * progmodes/compile.el (compilation-auto-jump):
2888         Set window point to `pos' explicitly.
2890 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
2892         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
2893         when appropriate.
2894         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
2895         we report the 'unregistered state reliably.
2896         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
2897         we report the 'unregistered state reliably.
2898         * vc-git.el (vc-git-state): Call vc-git-unregistered so
2899         we report the 'unregistered state reliably.
2900         * vc-hooks (vc-state): Document that vc-unregistered is
2901         now expected to be returned reliably.
2902         * vc.el (vc-default-dired-state): Change needs-patch state to
2903         needs-update, since the name now shows up in dir-status listings
2904         and was somewhat misleading.
2905         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
2906         immediately after removing the file.
2907         * vc.el (vc-next-action): More informative messages when a fileset
2908         is in a mixed state or files are missing.
2910 2008-05-01  Sam Steingold  <sds@gnu.org>
2912         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
2914 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2916         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
2918 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
2920         * epa-file-hook.el: New file split from epa-file.el.
2921         * epa-file.el: Require 'epa-file-hook.
2922         (epa-file-handler): Add autoload cookie.
2923         * loadup.el: Load epa-file-hook.
2924         * startup.el (command-line): Eval the body of auto-encryption-mode.
2926 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
2928         * vc.el (vc-dir-mode-map): Don't bind "r".
2930         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
2931         (vc-hg-status-printer): New function.
2932         (vc-hg-after-dir-status): Deal with copied and renamed files.
2933         (vc-hg-dir-status): Add flag to show copied files.
2935 2008-05-01  John Paul Wallington  <jpw@pobox.com>
2937         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
2938         (ibuffer-do-sort-by-recency): Reverse sorting order if last
2939         sorting mode was recency.
2941         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
2942         reverse sorting order if last sorting mode was the sorter's.
2944 2008-05-01  Jason Rumney  <jasonr@gnu.org>
2946         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
2948 2008-04-30  John Paul Wallington  <jpw@pobox.com>
2950         * ibuffer.el (define-ibuffer-column filename): When the major mode
2951         is `vc-dir-mode' show the buffer's default directory.
2953         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
2954         major mode is `vc-dir-mode' use the buffer's default directory.
2956 2008-04-30  Sam Steingold  <sds@gnu.org>
2958         * vc.el (vc-dir-delete-file): Add.
2959         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
2960         (vc-delete-file): Do not barf when the file has been already deleted.
2962 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
2964         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
2966 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2968         * progmodes/octave-mod.el (octave-help): New function.
2969         * progmodes/octave-hlp.el: Delete.
2970         * info-look.el (octave-mode): Add operator index.
2972         * vc.el (vc-checkout): Typo.
2974 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
2976         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
2977         Add "..." in the appropriate places.
2979         * epa.el (epa-key-list-mode-map): Add more menu entries.
2980         Add "..." in the appropriate places.
2982         * dired.el (dired-mode-map): Add :help.
2984         * vc.el (vc-deduce-fileset): Add new parameter.
2985         (vc-dir-marked-only-files): New function.
2986         (vc-next-action): Don't ignore directories, look at the files
2987         inside them.
2988         (vc-dir-mode): Document how the mark/unmark commands work.
2990 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2992         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2993         Rule out trailing spaces in file and directory names as well.
2995         * minibuffer.el (completion--do-completion): Move point even if the
2996         completion makes no change.
2997         (completion-pcm-try-completion): Fix computation of new point.
2999 2008-04-30  David Hansen  <david.hansen@gmx.net>
3001         * dired.el: Require 'cl.
3003 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
3005         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
3006         hollow if not in innermost frame.
3008 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         Make `checkout-model' apply to filesets.
3011         * vc-hooks.el (vc-checkout-model): Rewrite.
3012         (vc-before-save, vc-after-save): Adjust callers accordingly.
3013         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
3014         (vc-transfer-file): Adjust callers accordingly.
3015         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
3016         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
3017         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
3018         instead of vc-checkout-model.
3019         * vc-mcvs.el (vc-mcvs-revert):
3020         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
3021         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
3022         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
3023         * vc-svn.el (vc-svn-checkout-model):
3024         * vc-hg.el (vc-hg-checkout-model):
3025         * vc-git.el (vc-git-checkout-model):
3026         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
3028         * dired.el (dired-read-dir-and-switches): Replace last change with
3029         a new approach that mixes read-file-name and read-directory-name.
3031         * files.el (read-buffer-to-switch):
3032         Avoid making assumptions about `other-buffer'.
3034 2008-04-29  Sam Steingold  <sds@gnu.org>
3036         * vc.el (vc-dir-mode-hook): Add normal hook.
3037         (vc-dir-mode): Run it.
3039 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
3041         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
3042         Always split windows.
3043         (gdb-speedbar-timer-fn): Only raise frame after user input.
3044         (gdb-same-frame): Reverse initial value.
3045         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
3047         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
3048         gdb-speedbar-timer-fn.
3050 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3052         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
3054 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
3056         * epa.el (epa-key-list-mode-map): Add menu.
3057         (epa-delete-keys, epa-import-keys): Fix typo.
3059 2008-04-29  Glenn Morris  <rgm@gnu.org>
3061         * find-cmd.el (top-level): Does not need cl when compiling.
3063 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
3065         * find-cmd.el: New file.
3067 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3069         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
3070         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
3071         (completion-pcm--hilit-commonality): New function.
3072         (completion-pcm-all-completions): Use it.
3074         * minibuffer.el (completion-common-substring): Mark obsolete.
3075         (completions-first-difference, completions-common-part):
3076         Move from simple.el.
3077         (completion-hilit-commonality): New fun.
3078         (display-completion-list, completion-emacs21-all-completions)
3079         (completion-emacs22-all-completions): Use it.
3080         * simple.el (completions-first-difference, completions-common-part):
3081         Move to minibuffer.el.
3082         (choose-completion-string): Use field functions and minibufferp.
3083         (completion-setup-function): Don't set completions faces.
3085 2008-04-29  Glenn Morris  <rgm@gnu.org>
3087         * calendar/calendar.el (calendar-nth-named-absday)
3088         (calendar-nth-named-day):
3089         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
3090         * calendar/holidays.el (holiday-float): Doc fixes.
3092         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
3093         the `full' case.
3095         * org/org-agenda.el (calendar-iso-from-absolute):
3096         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
3097         Fix declarations.
3099 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
3101         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
3102         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
3103         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
3104         (gdb-assembler-custom): Be careful not to match other addresses.
3106 2008-04-29  Jason Rumney  <jasonr@gnu.org>
3108         * battery.el (battery-status-function): Use w32-battery-status
3109         on Windows.
3110         (battery-echo-area-format): Make apm format the general case.
3111         (battery-mode-line-format): Merge apm and pmset formats as the
3112         general case.
3114 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
3116         * progmodes/gdb-ui.el (gdb-info-stack-custom):
3117         Use gud-tool-bar-item-visible-no-fringe.
3118         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
3119         is already visible in frame.  Remove optional size parameter
3120         and add optional frame parameter.
3122         * progmodes/gud.el (gud-display-line): Only consider visible
3123         frames when looking for source buffer.
3125 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
3127         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
3128         argument to get-char-property, in case the current buffer hasn't
3129         been assigned to that window yet.
3130         (doc-view-display): Default to selected window if the current
3131         buffer hasn't been assigned to a window yet.
3133 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
3135         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
3137 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
3139         * net/tramp.el (tramp-mode): New defcustom.
3140         (tramp-file-name-handler, tramp-completion-file-name-handler):
3141         Use it.
3142         (tramp-replace-environment-variables): Handle "$$".
3144 2008-04-28  Sam Steingold  <sds@gnu.org>
3146         * vc-hg.el (vc-hg-rename-file): Fix argument order.
3148 2008-04-28  Bastien Guerry  <bzg@altern.org>
3150         * whitespace.el (whitespace-trailing): Fix typo.
3152 2008-04-28  Sam Steingold  <sds@gnu.org>
3154         * textmodes/remember.el (diary-make-entry): Update the autoload.
3156 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3158         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
3159         all-completions.
3161 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
3163         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
3165 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
3167         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
3168         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
3169         (vc-dir-mark-file): Add an optional argument.
3170         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
3172 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
3174         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
3175         rather than obsolete alias find-file-hooks.
3176         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
3177         Use find-file-hook rather than obsolete alias find-file-hooks.
3178         Add to find-file-not-found-functions.
3179         (epa-file-handler): Put 'safe-magic and 'operations properties.
3181         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
3182         (epa-menu-items): Remove.
3184         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
3185         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
3186         (epa-dired-mode, epa-global-dired-mode): Remove.
3188         * dired.el (dired-mode-map): Bind encryption/decryption commands.
3190         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
3192         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
3194 2008-04-27  Glenn Morris  <rgm@gnu.org>
3196         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3197         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
3199 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
3201         * org/org.el (org-html-level-start): Always have id's in HTML.
3202         (org-export-as-html): Use `org-link-protocols' to
3203         retrieve the export form of the link.
3204         (org-add-link-type): Final parameter renamed from PUBLISH.
3205         Better documentation of how it is to be used.  Avoid double entries for
3206         the same link type.
3207         (org-add-link-props): New function.
3208         (org-modules-loaded): New variable.
3209         (org-load-modules-maybe, org-set-modules): New function.
3210         (org-modules): New option.
3211         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
3212         (orgtbl-mode, org-store-link, org-insert-link-global)
3213         (org-open-at-point): Call `org-load-modules-maybe'.
3214         (org-search-view): Add more text properties.
3215         (org-agenda-schedule, org-agenda-deadline): Allow also in
3216         search-type agendas.
3217         (org-search-view): Order of arguments has been changed.
3218         Interpret prefix-arg as TODO-ONLY.
3219         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
3220         Take new argument order of `org-search-view' into account.
3221         (org-todo-only): New variable.
3222         (org-search-syntax-table): New variable and function.
3223         (org-search-view): Do the search with the special syntax table.
3224         (define-obsolete-function-alias): Make work with XEmacs.
3225         (org-add-planning-info): Use old date as default when modifying an
3226         existing deadline or scheduled item.
3227         (org-agenda-compute-time-span): Make argument N optional.
3228         (org-agenda-format-date-aligned): Require `cal-iso'.
3229         (org-agenda-list): Include week into agenda heading, don't
3230         list it at each date (only on Mondays).
3231         (org-read-date-analyze): Define local variable `iso-date'.
3232         (org-agenda-format-date-aligned): Remove dependency on
3233         `calendar-time-from-absolute'.
3234         (org-remember-apply-template, org-go-to-remember-target):
3235         Interpret filenames relative to `org-directory'.
3236         (org-complete): Silently fail when trying to complete
3237         keywords that don't have a default value.
3238         (org-get-current-options): Add a #+DATE: option.
3239         (org-additional-option-like-keywords): Remove "DATE:" from the
3240         list of additional keywords.
3241         (org-export-as-html): Remove (current-time) as unnecessary second
3242         argument of `format-time-string'.
3243         (org-clock-find-position): Handle special case at end of buffer.
3244         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
3245         `org-agenda-change-time-span'.
3246         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
3247         `org-agenda-change-time-span'.
3248         (org-agenda-month-view): New argument MONTH, pass it on to
3249         `org-agenda-change-time-span'.
3250         (org-agenda-year-view): New argument YEAR, pass it on to
3251         `org-agenda-change-time-span'.
3252         (org-agenda-change-time-span): New optional argument N, pass it on
3253         to `org-agenda-compute-time-span'.
3254         (org-agenda-compute-time-span): New argument N, interpret it by
3255         changing the starting day.
3256         (org-small-year-to-year): New function.
3257         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
3258         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
3259         into the future, and that the shift is at least one interval, never 0.
3260         (org-update-checkbox-count): Fix bug with checkbox counting.
3261         (org-add-note): New command.
3262         (org-add-log-setup): Rename from `org-add-log-maybe'.
3263         (org-log-note-headings): New entry for plain notes (i.e. notes not
3264         related to state changes or clocking).
3265         (org-get-org-file): Check for availability of `remember-data-file'.
3266         (org-cached-entry-get): Allow a regexp value for
3267         `org-use-property-inheritance'.
3268         (org-use-property-inheritance): Allow regexp value.  Fix bug in
3269         customization type.
3270         (org-use-tag-inheritance): Allow a list and a regexp value for
3271         this variable.
3272         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
3273         (org-entry-get): Respect value `selective' for the INHERIT argument.
3274         (org-tag-inherit-p, org-property-inherit-p): New functions.
3275         (org-agenda-format-date-aligned): Allow 10 characters for
3276         weekday, to acomodate German locale.
3277         (org-add-archive-files): New function.
3278         (org-agenda-files): New argument `ext', to get archive files as well.
3279         (org-tbl-menu): Protect the use of variables that
3280         are only available when org-table.el gets loaded.
3281         (org-read-agenda-file-list): Error if `org-agenda-files' is a
3282         single directory.
3283         (org-open-file): Allow a batch process to trigger
3284         waiting after executing a system command.
3285         (org-store-link): Link to headline when there is not
3286         target and no region in an org-mode buffer when creating a link.
3287         (org-link-types-re): New variable.
3288         (org-make-link-regexps): Compute `org-link-types-re'.
3289         (org-make-link-description-function): New option.
3290         (org-agenda-date, org-agenda-date-weekend): New faces.
3291         (org-archive-sibling-heading): New option.
3292         (org-archive-to-archive-sibling): New function.
3293         (org-iswitchb): New command.
3294         (org-buffer-list): New function.
3295         (org-agenda-columns): Also try the #+COLUMNS line in
3296         the buffer associated with the entry at point (or with the first
3297         entry in the agenda view).
3298         (org-modules): Add entry for org-bibtex.el.
3299         (org-completion-fallback-command): Move into `org-completion' group.
3300         (org-clock-heading-function): Move to `org-progress' group.
3301         (org-auto-repeat-maybe): Make sure that a note can
3302         be enforces if `org-log-repeat' is `note'.
3303         (org-modules): Allow additional symbols for external packages.
3304         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
3305         (org-clock-goto): Hide drawers after showing an
3306         entry with `org-clock-goto'.
3307         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
3308         Try also a clocktable block shift.
3309         (org-clocktable-try-shift): New function.
3310         (org-columns-hscoll-title): New function.
3311         (org-columns-previous-hscroll): New variable.
3312         (org-columns-full-header-line-format): New variable.
3313         (org-columns-display-here-title, org-columns-remove-overlays):
3314         Install `org-columns-hscoll-title' in post-command-hook.
3316         * org/org.el: Split into many small files.
3318         * org/org-agenda.el: New file, split off from org.el.
3320         * org/org-archive.el: New file, split off from org.el.
3322         * org/org-bbdb.el: New file.
3324         * org/org-bibtex.el: New file, split off from org.el.
3326         * org/org-clock.el: New file, split off from org.el.
3328         * org/org-colview.el: New file, split off from org.el.
3330         * org/org-compat.el: New file, split off from org.el.
3332         * org/org-exp.el: New file, split off from org.el.
3334         * org/org-faces.el: New file, split off from org.el.
3336         * org/org-gnus.el: New file, split off from org.el.
3338         * org/org-info.el: New file, split off from org.el.
3340         * org/org-infojs.el: New file.
3342         * org/org-irc.el: New file.
3344         * org/org-macs.el: New file, split off from org.el.
3346         * org/org-mew.el: New file.
3348         * org/org-mhe.el: New file, split off from org.el.
3350         * org/org-publish.el: New file, split off from org.el.
3352         * org/org-remember.el: New file, split off from org.el.
3354         * org/org-rmail.el: New file, split off from org.el.
3356         * org/org-table.el: New file, split off from org.el.
3358         * org/org-vm.el: New file, split off from org.el.
3360         * org/org-wl.el: New file, split off from org.el.
3362 2008-04-27  Jason Riedy  <jason@acm.org>
3364         * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
3365         parameter that supresses lines that evaluate to NIL.
3366         (orgtbl-get-fmt): New inline function for
3367         picking apart formats that may be lists.
3368         (orgtbl-apply-fmt): New inline function for applying formats that
3369         may be functions.
3370         (orgtbl-eval-str): New inline function for strings that may be
3371         functions.
3372         (orgtbl-format-line, orgtbl-to-generic): Use and document.
3373         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
3374         (*orgtbl-llfmt*, *orgtbl-llstart*)
3375         (*orgtbl-llend*): Dynamic variables for last-line formatting.
3376         (orgtbl-format-section): Shift formatting to support detecting the
3377         last line and formatting it specially.
3378         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
3379         formats unless overridden.
3380         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
3381         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
3382         bound variables to hold the input collection of lines and output
3383         formatted text.
3384         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
3385         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
3386         format parameters.
3387         (orgtbl-format-line): New function encapsulating formatting for a
3388         single line.
3389         (orgtbl-format-section): Similar for each section.  Rebinding the
3390         dynamic vars customizes the formatting for each section.
3391         (orgtbl-to-generic): Use orgtbl-format-line and
3392         orgtbl-format-section.
3393         (org-get-param): Now unused, so delete.
3394         (orgtbl-gather-send-defs): New function to
3395         gather all the SEND definitions before a table.
3396         (orgtbl-send-replace-tbl): New function to find the RECEIVE
3397         corresponding to the current name.
3398         (orgtbl-send-table): Use the previous two functions and implement
3399         multiple destinations for each table.
3401         * doc/org.texi (A LaTeX example): Note that fmt may be a
3402         one-argument function, and efmt may be a two-argument function.
3403         (Radio tables): Document multiple destinations.
3405 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
3407         * org/org-agenda.el (org-add-to-diary-list): New function.
3408         (org-prefix-has-effort): New variable.
3409         (org-sort-agenda-noeffort-is-high): New option.
3410         (org-agenda-columns-show-summaries)
3411         (org-agenda-columns-compute-summary-properties): New options.
3412         (org-format-agenda-item): Compute the duration of the item.
3413         (org-agenda-weekend-days): New variable.
3414         (org-agenda-list, org-timeline): Use the proper faces for dates in
3415         the agenda and timeline buffers.
3416         (org-agenda-archive-to-archive-sibling): New command.
3417         (org-agenda-start-with-clockreport-mode): New option.
3418         (org-agenda-clockreport-parameter-plist): New option.
3419         (org-agenda-clocktable-mode): New variable.
3420         (org-agenda-deadline-leaders): Allow a function value for the
3421         deadline leader.
3422         (org-agenda-get-deadlines): Deal with new function value.
3424         * lisp/org-clock.el (org-clock): New customization group.
3425         (org-clock-into-drawer, org-clock-out-when-done)
3426         (org-clock-in-switch-to-state, org-clock-heading-function):
3427         Move into the new group.
3428         (org-clock-out-remove-zero-time-clocks): New option.
3429         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
3430         (org-dblock-write:clocktable): Allow a Lisp form for the scope
3431         parameter.
3432         (org-dblock-write:clocktable): Fix bug with total time calculation.
3433         (org-dblock-write:clocktable): Request the unrestricted list of files.
3434         (org-get-clocktable): New function.
3435         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
3436         be strings but also integers (an absolute day number) and lists (m d y).
3438         * org/org-colview.el (org-columns-next-allowed-value)
3439         (org-columns-edit-value): Limit the effort for updating in the
3440         agenda to recomputing a single file.
3441         (org-columns-compute): Only write property value if it has changed.
3442         This avoids raising the buffer-change-flag unnecessarily.
3443         (org-agenda-colview-summarize)
3444         (org-agenda-colview-compute): New functions.
3445         (org-agenda-columns): Call `org-agenda-colview-summarize'.
3447         * org/org-exp.el (org-export-run-in-background): New option.
3448         (org-export-icalendar): Allow a batch process to trigger waiting
3449         after executing a system command.
3450         (org-export-preprocess-string): Rename from
3451         `org-cleaned-string-for-export'.
3452         (org-export-html-style): Made target class look like normal text.
3453         (org-export-as-html): Make use of the better proprocessing in
3454         `org-cleaned-string-for-export'.
3455         (org-cleaned-string-for-export): Better treatment of heuristic
3456         targets, many more internal links will now work in HTML export.
3457         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
3458         (org-export-inbuffer-options-extra): New variable.
3459         (org-export-options-filters): New hook.
3460         (org-infile-export-plist): Find also the settings keywords in
3461         `org-export-inbuffer-options-extra'.
3462         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
3463         multiple #+INFOJS_OPT lines.
3464         (org-export-html-handle-js-options): New function.
3465         (org-export-html-infojs-setup): New option.
3466         (org-export-as-html): Call `org-export-html-handle-js-options'.
3467         Add autoload to all entry points.
3468         (org-skip-comments): Function removed.
3470         * org/org-table.el (org-table-make-reference): Extra parenthesis
3471         around single fields, to make sure that algebraic formulas get
3472         correctly interpreted by calc.
3473         (org-table-current-column): No longer interactive.
3475         * org/org-export-latex.el (org-export-latex-preprocess):
3476         Rename from `org-export-latex-cleaned-string'.
3478 2008-04-27  Bastien Guerry  <bzg@altern.org>
3480         * org/org-publish.el (org-publish-get-base-files-1): New function.
3481         (org-publish-get-base-files): Use it.
3482         (org-publish-temp-files): New variable.
3483         Don't require 'dired-aux anymore.
3484         (org-publish-initial-buffer): New variable.
3485         (org-publish-org-to, org-publish): Use it.
3486         (org-publish-get-base-files-1): Bug fix: get
3487         the proper list of files when recursing thru a directory.
3488         (org-publish-get-base-files): Use the :exclude property to skip
3489         both files and directories.
3491 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
3493         * net/tramp.el (tramp-handle-make-symbolic-link)
3494         (tramp-handle-file-name-directory)
3495         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3496         (tramp-do-copy-or-rename-file-directly)
3497         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
3498         (tramp-handle-substitute-in-file-name)
3499         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3500         * net/tramp-cache.el (tramp-get-file-property)
3501         (tramp-set-file-property, tramp-flush-file-property)
3502         (tramp-flush-directory-property)
3503         * net/tramp-compat.el (tramp-compat-make-temp-file)
3504         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3505         Disable `file-name-handler-alist' when handling localname.
3506         It could have a remote file syntax, like a VMS file name.
3508 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3510         * whitespace.el: New version 11.1.
3511         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
3512         enclosed by \\( and \\)$.  Docstring fix.
3513         (whitespace-trailing-regexp): Fun removed.
3514         (whitespace-report-list): Const initialization fix.
3515         (whitespace-color-on): Code fix.
3517 2008-04-27  Andreas Schwab  <schwab@suse.de>
3519         * Makefile.el: Unbreak bootstrap.
3521 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
3523         * net/tramp.el (tramp-replace-environment-variables): New defun.
3524         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
3525         Use it.
3527 2008-04-27  Glenn Morris  <rgm@gnu.org>
3529         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
3531         * calculator.el (calculator-expt): Replace cl function `oddp'.
3533 2008-04-27  Johan BockgÃ¥rd  <bojohan@gnu.org>
3535         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3536         Simplify.  Collect `defun' and `autoload' entries.
3537         Avoid modifying load-history.
3539 2008-04-26  Glenn Morris  <rgm@gnu.org>
3541         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
3543         * simple.el (quoted-insert, zap-to-char): Revert previous change.
3545 2008-04-26  John Paul Wallington  <jpw@pobox.com>
3547         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
3548         `hexl-mode-old-eldoc-documentation-function'.
3549         (hexl-mode-exit): Restore it.
3550         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
3552         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
3554 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
3556         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
3557         (completion-pcm--all-completions): Doc fix.
3558         (completion-styles-alist, completion-all-completions):
3559         Fix typos in docstrings.
3561 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3563         * whitespace.el: There is now only one variable (whitespace-style) to
3564         specify which kind of blank is visualized.  Doc and docstring fix.
3565         New version 11.0.
3566         (whitespace-style): New option, replace whitespace-style-mark and
3567         whitespace-style-color.
3568         (whitespace-style-mark, whitespace-style-color): Options removed.
3569         (whitespace-hspace, whitespace-tab, whitespace-newline)
3570         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
3571         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
3572         (whitespace-hspace-regexp, whitespace-space-regexp)
3573         (whitespace-tab-regexp, whitespace-trailing-regexp)
3574         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3575         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3576         (whitespace-space-after-tab-regexp, whitespace-line-column)
3577         (whitespace-display-mappings, whitespace-report): Docstring fix.
3578         (whitespace-color-value-list, whitespace-mark-value-list)
3579         (whitespace-active-color, whitespace-active-mark)
3580         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
3581         (whitespace-style-value-list, whitespace-active-style)
3582         (whitespace-toggle-style): New vars.
3583         (whitespace-toggle-option-alist, whitespace-help-text):
3584         Var initialization and docstring fix.
3585         (whitespace-toggle-options, global-whitespace-toggle-options)
3586         (whitespace-cleanup, whitespace-cleanup-region)
3587         (whitespace-report-region, whitespace-interactive-char)
3588         (whitespace-toggle-list): Docstring and code fix.
3589         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
3590         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
3591         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
3592         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
3594 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3596         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
3597         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
3598         (diff-sanity-check-hunk): Adjust code accordingly.
3600 2008-04-26  Glenn Morris  <rgm@gnu.org>
3602         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
3604         * forms-d2.dat: Move to ../etc.
3605         * forms-d2.el (forms-file): Adapt for above change.
3607         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
3608         `translation-table-for-input'.
3610         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
3611         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
3613         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
3614         to punctuation now it's not needed for abbrevs.
3615         (fortran-mode-abbrev-table): Remove defvar, make use of new
3616         define-abbrev-table :regexp feature.
3618         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
3619         insert, now that translation-table-for-input is not needed.
3621 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
3623         * emacs-lisp/pp.el (pp-display-expression): New function,
3624         extracted from pp-eval-expression.
3625         (pp-eval-expression): Use pp-display-expression.
3626         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
3627         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
3628         (pp-eval-last-sexp): Use pp-last-sexp.
3630 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3632         * abbrev.el (define-abbrev-table): Apply props even if the table
3633         exists already.
3635         * minibuffer.el (completion-table-with-context): Fix `pred' for the
3636         various kinds of completion tables.
3637         (completion-emacs22-try-completion): Place cursor after the /, as was
3638         done in Emacs-22's minibuffer-complete-word.
3639         Fix bug reported by David Hansen <david.hansen@gmx.net>.
3640         (completion-emacs22-try-completion): Merge all mergable text rather
3641         than just /.
3642         (completion-pcm--delim-wild-regex): New var.
3643         (completion-pcm-word-delimiters): New custom.
3644         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
3645         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
3646         (completion-pcm--all-completions, completion-pcm-all-completions)
3647         (completion-pcm--merge-completions, completion-pcm--pattern->string)
3648         (completion-pcm-try-completion): New functions.
3649         (completion-styles-alist): Add them.
3650         (completion-styles): Add it to the default.
3652 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
3654         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
3655         (gdb-var-create-handler): ...until here when there are values.
3656         (gdb-post-prompt): Don't do -var-update with no watch expressions.
3657         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
3659 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
3661         * ls-lisp.el (ls-lisp-format): Fix last change.
3662         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
3663         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
3664         (ls-lisp-filesize-f-fmt): New defvars.
3665         (ls-lisp-insert-directory): Dynamically compute format specifiers
3666         for displaying UID, GID, and file size, and store them in the
3667         above variables.
3668         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
3669         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
3670         instead of constant format strings.
3671         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
3672         ls-lisp-filesize-d-fmt instead of constant format strings.
3674 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
3676         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
3677         value of addresses rather than (partial) string value.
3678         (gdb-frame-handler): Change regexp according to above change.
3679         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3680         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
3681         (gdb-assembler-mode): Disable undo in these buffers.
3683 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
3685         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
3686         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
3688 2008-04-24  Sam Steingold  <sds@gnu.org>
3690         * textmodes/remember.el (remember-diary-extract-entries): Use
3691         diary-make-entry instead of the obsolete make-diary-entry.
3693 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3695         * subr.el (translation-table-for-input): Mark as obsolete.
3697         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
3699         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
3701         * textmodes/ispell.el (ispell-dictionary-alist-1)
3702         (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
3703         (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
3704         (ispell-dictionary-alist-6): Remove.
3705         (ispell-dictionary-base-alist): New var, merges the above.
3706         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
3707         Use it.
3708         (ispell-dictionary-alist): Default to nil.  Remove autoload.
3709         (ispell-local-dictionary-alist): Remove autoload.
3711         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
3712         (f90-mode-abbrev-table): Use the new :regexp feature.
3713         Merge defvar and mapc into define-abbrev-table.
3714         (f90-imenu-type-matcher): Remove unused `l'.
3715         (f90-imenu-generic-expression): Remove unused `not-ib'.
3716         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
3717         (f90-change-keywords): Use restore-buffer-modified-p.
3719 2008-04-24  Glenn Morris  <rgm@gnu.org>
3721         * net/goto-addr.el (goto-address-prog-mode):
3722         * progmodes/bug-reference.el (bug-reference-prog-mode):
3723         Define for compiler.
3725         * minibuffer.el (x-file-dialog): Declare as function.
3727         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
3728         dframe-update-speed rather than obsolete alias speedbar-update-speed.
3730         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
3731         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
3732         work with easymenu.  Add :keys where needed.
3734         * calendar/cal-move.el (calendar-scroll-left): Handle case when
3735         event-start is nil.
3737         * calendar/calendar.el (calendar-mode-map): Fix typo.
3739 2008-04-24  Tom Tromey  <tromey@redhat.com>
3741         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3742         Document keywords.  Add :suppress.
3743         * pcvs-defs.el (cvs-mode-map): Use :suppress.
3745         * net/goto-addr.el (goto-address-unfontify): New function.
3746         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
3747         (goto-address-fontify-region, goto-address-mode)
3748         (goto-address-prog-mode): New functions.
3750         * progmodes/bug-reference.el: New file.
3752 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3754         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
3756 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3758         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
3759         macros within lambdas.
3761 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3763         * minibuffer.el (completion-try-completion): Add `point' argument.
3764         Change return value.
3765         (completion-all-completions): Add `point' argument.
3766         (minibuffer-completion-help): Pass the new `point' argument.
3767         (completion--do-completion): Pass the whole field to try-completion.
3768         (completion--try-word-completion): Rewrite, making fewer assumptions.
3769         (completion-emacs21-try-completion, completion-emacs21-all-completions)
3770         (completion-emacs22-try-completion, completion-emacs22-all-completions)
3771         (completion-basic-try-completion, completion-basic-all-completions):
3772         New functions.
3773         (completion-styles-alist): Use them.
3775 2008-04-23  Agustín Martín  <agustin.martin@hispalinux.es>
3777         * ispell.el (ispell-set-spellchecker-params): New function to make sure
3778         right params and dictionary alists are used after spellchecker changes.
3779         (ispell-aspell-dictionary-alist, ispell-last-program-name)
3780         (ispell-initialize-spellchecker-hook): New variables and hook.
3781         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
3782         (ispell-maybe-find-aspell-dictionaries): Remove.
3783         Calls replaced by (ispell-set-spellchecker-params) calls.
3784         (ispell-have-aspell-dictionaries): Remove.
3785         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
3786         ispell-set-spellchecker-params.
3788 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3790         * complete.el (PC-do-completion): Be more robust in the presence of
3791         unexpected values in minibuffer-completion-predicate.
3793         * minibuffer.el (read-file-name): Don't let-bind default-directory.
3794         Only abbreviate default-filename if it's a file.
3796         * minibuffer.el (read-file-name-function, read-file-name-predicate)
3797         (read-file-name-completion-ignore-case, insert-default-directory):
3798         New vars, moved from fileio.c.
3799         (read-file-name): New fun, moved from fileio.c.
3800         * cus-start.el: Remove insert-default-directory and
3801         read-file-name-completion-ignore-case.
3803 2008-04-23  Magnus Henoch  <mange@freemail.hu>
3805         * tar-mode.el (tar-untar-buffer): If the entry has directory
3806         link type, extract it as a directory even if its file name doesn't
3807         end with a slash.  Fixes extraction of NetBSD tar archives.
3809 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3811         * server.el (server-start): Also don't get confused by CRs since we
3812         don't quote them.
3814 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
3816         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
3817         (gdb-set-gud-minor-mode-existing-buffers)
3818         (gdb-info-breakpoints-custom, gdb-get-location)
3819         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
3820         Previously gdb-create-define-alist wasn't always run and added to
3821         after-save-hook.
3823         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
3825 2008-04-23  Kevin Ryde  <user42@zip.com.au>
3827         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
3828         comments like unindented ones.
3830 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3832         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
3833         parameter origins.
3835 2008-04-23  Kevin Ryde  <user42@zip.com.au>
3837         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3838         Bind print-level to ensure output forms aren't truncated if
3839         print-level is set to eval-expression-print-level when going via
3840         eval-defun and friends, or has been otherwise fiddled with.
3842 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3844         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3845         font-lock-extend-after-change-region-function globally.
3847 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
3849         * speedbar.el (speedbar-use-tool-tips-flag)
3850         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
3851         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
3852         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
3853         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
3854         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
3855         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
3856         (speedbar-separator-face): Fix typos in docstrings.
3857         (speedbar-stealthy-function-list, speedbar-verbosity-level)
3858         (speedbar-supported-extension-expressions, speedbar-update-current-file)
3859         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
3860         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
3861         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
3862         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
3863         (speedbar-check-vc-this-line, speedbar-files-line-directory)
3864         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
3865         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
3866         (speedbar-recenter): Doc fixes.
3867         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
3868         declaration and remove redundant info in docstring.
3870 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
3872         * vc-git.el (vc-git-status-printer): Deal with directories.
3874         * vc.el (vc-next-action): Look at more than the first file to
3875         determine the state.
3877 2008-04-23  Glenn Morris  <rgm@gnu.org>
3879         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
3880         timers.  Doc fix.
3881         (dframe-update-speed): Drop support for XEmacs < 20.
3882         (dframe-frame-mode): Drop support for Emacs < 20.
3883         (dframe-set-timer-internal): Drop support for Emacs without timers.
3884         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
3886         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
3887         versions.  Add doc-string.  Mark as obsolete.
3889         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
3891         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
3892         rather than using an Emacs version test.
3894         * tree-widget.el (tree-widget-image-enable): Use display-images-p
3895         rather than an Emacs version test.
3897         * calendar/cal-china.el (holiday-chinese-qingming)
3898         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
3899         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
3900         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
3902         * calendar/cal-islam.el (holiday-islamic): Doc fix.
3904         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
3905         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
3906         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
3908 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
3910         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
3911         (gdb-previous-frame-pc-address): ...to this.
3912         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
3913         of "info frame" with Gdb 6.4+.
3914         (gdb-stack-list-frames-regexp): New regexp.
3915         (gdb-frame-handler-1): Parse output of -stack-info-frame.
3917 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
3919         * tar-mode.el (tar-prefix-offset): New constant.
3920         (tar-header-block-tokenize): Support paths with long names
3921         which use the "ustar" standard.
3923 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
3925         * image-dired.el (image-dired-track-original-file)
3926         (image-dired-modify-mark-on-thumb-original-file):
3927         Use `dired-goto-file' instead of `search-forward'.  This solves
3928         a bug with finding files where the file name is a subset of other
3929         file names.  Doc fix.
3931 2008-04-22  Juri Linkov  <juri@jurta.org>
3933         * menu-bar.el (buffers-menu-max-size): Move its definition down to
3934         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
3935         (yank-menu-length): Change group name `mouse' to `menu'.
3936         (buffers-menu-buffer-name-length): New user option.
3937         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
3938         instead of the hard-coded number 27.
3940 2008-04-22  Juri Linkov  <juri@jurta.org>
3942         * isearch.el (eval-when-compile): Require `help-macro'.
3943         (isearch-help-for-help-internal): Isearch specific Help screen
3944         created by `make-help-screen'.
3945         (isearch-help-map): New variable that binds "b", "k", "m" to
3946         isearch-specific commands, and binds other keys to
3947         isearch-other-control-char, thus allowing other Help keys to
3948         exit isearch mode and execute their global definitions.
3949         (isearch-help-for-help, isearch-describe-bindings)
3950         (isearch-describe-key, isearch-describe-mode): New commands.
3951         (isearch-mode-help): Define alias to isearch-describe-mode
3952         and remove its old function definition.
3953         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
3954         Remove old comments because this issue is settled now.
3955         (isearch-forward): Describe three new Help commands in the docstring.
3956         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
3957         leave the single sentence at the first line of the docstring,
3958         and prepend the word "function" before `isearch-forward'
3959         to make the Help link to the function instead of variable.
3961 2008-04-22  Juri Linkov  <juri@jurta.org>
3963         * isearch.el (isearch-success-function): New variable with default
3964         to `isearch-success-function-default'.
3965         (isearch-search): Call a function from `isearch-success-function'
3966         instead of calling the hard-coded `isearch-range-invisible'.
3967         (isearch-success-function-default): New function that calls
3968         `isearch-range-invisible' and inverts its return value.
3970         * info.el (Info-search): In two similar places that skip
3971         undesired search matches move code to Info-search-success-function,
3972         and call `isearch-success-function' instead.
3973         (Info-search-success-function): New function copied from code
3974         in Info-search.  Replace isearch-range-invisible with
3975         text-property-not-all that checks for 'invisible and 'display
3976         properties to skip partially invisible matches (whose display
3977         properties were set by Info-fontify-node).
3978         (Info-mode): Set buffer-local isearch-success-function
3979         to Info-search-success-function.
3981 2008-04-22  Juri Linkov  <juri@jurta.org>
3983         * minibuffer.el (internal-complete-buffer-except): New function.
3985         * files.el (read-buffer-to-switch): New function.
3986         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
3987         Change interactive spec to call read-buffer-to-switch instead of
3988         using the letter "B".
3990         * simple.el (minibuffer-default-add-shell-commands): New function.
3991         Use declare-function for mailcap-file-default-commands from "mailcap".
3992         (shell-command): Set local minibuffer-default-add-function to
3993         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
3994         before calling read-shell-command.  Set 4th arg default-value of
3995         read-shell-command to relative buffer-file-name in file buffers.
3997         * dired-aux.el (dired-read-shell-command-default): Move it to
3998         gnus/mailcap.el and change its name to more general name
3999         mailcap-file-default-commands.
4000         (minibuffer-default-add-dired-shell-commands): New function.
4001         Use declare-function for mailcap-file-default-commands from "mailcap".
4002         (dired-read-shell-command): Set local minibuffer-default-add-function
4003         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
4004         before calling read-shell-command.  Remove dired-read-shell-command-default
4005         from the default value arg because default values are not set in
4006         minibuffer-default-add-dired-shell-commands.  Doc fix.
4008         * dired-x.el (dired-smart-shell-command): Sync arguments and
4009         interactive spec with changes in `shell-command'.
4010         Use dired-get-filename to get the dired file name at point
4011         as the default value in dired mode.
4013 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
4015         * info.el (Info-complete-menu-item): Add missing parenthesis.
4017 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * info.el (Info-complete-menu-item): Save point.
4021 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
4023         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
4025 2008-04-22  Andreas Schwab  <schwab@suse.de>
4027         * Makefile.in (emacs-deps): Define.
4028         Use it instead of $(lisp)/subdirs.el.
4030 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
4032         * vc.el (vc-next-action): Do not consider directories when
4033         checking for state compatibility.
4034         (vc-transfer-file): Use when not if.
4035         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
4036         (vc-dir-mark-file): Use them.
4037         (vc-deduce-fileset): Also return the backend.
4038         (vc-diff-internal): Take as argument the value returned by
4039         vc-deduce-fileset instead of just the fileset.
4040         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
4041         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
4042         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
4044 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
4046         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
4047         set-window-vscroll but image-scroll-down.  Fixes a bug where a
4048         command following SPC scrolled up again.
4050 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
4052         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
4053         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
4054         (gud-watch): Add "$" prefix when in registers buffer.
4056 2008-04-22  Glenn Morris  <rgm@gnu.org>
4058         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
4060         * whitespace.el (whitespace-display-table)
4061         (whitespace-display-table-was-local): Move definitions before use.
4063         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
4064         (copyright-limit): Respect copyright-at-end-flag.
4065         (copyright-re-search, copyright-start-point)
4066         (copyright-offset-too-large-p): New functions.
4067         (copyright-update-year): Use copyright-re-search.
4068         (copyright-update, copyright-fix-years): Use copyright-start-point,
4069         and copyright-re-search.
4070         (copyright): Use copyright-offset-too-large-p.
4071         * add-log.el (change-log-mode): Set copyright-at-end-flag.
4073         * add-log.el (top-level): Require 'cl when compiling.
4075 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
4078         Treat minibuffer-completion-predicate as a predicate.
4080         * minibuffer.el (completion--file-name-table): Accept both the old
4081         `dir' arg or the new `pred' arg.
4083         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
4084         `predicate' argument to pass non-predicate data.
4085         (ffap-read-url-internal, ffap-read-file-or-url-internal):
4086         Use second arg as proper predicate.
4088         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
4089         (vc-bzr-revision-completion-table): Use completion-table-with-context
4090         instead.
4092         * simple.el (choose-completion-string): Use minibuffer-completion-table.
4094 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
4096         * term.el (term-emulate-terminal): Perform redisplay after the
4097         process filter has finished running.
4099 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4101         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
4103         * minibuffer.el (completion-try-completion): Change magic symbol
4104         property name.  Rename from minibuffer-try-completion.
4105         (completion-all-completions): Rename from minibuffer-all-completions.
4106         Remove hide-spaces argument.
4107         (completion--do-completion): Rename from minibuffer--do-completion.
4108         (minibuffer-complete-and-exit): Call just try-completion rather than
4109         completion-try-completion to fix up the case.
4110         (completion--try-word-completion): Try to add space or hyphen before
4111         making `string' a prefix of `completion'.
4112         (completion--insert-strings): Rename from minibuffer--insert-strings.
4114 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4116         * net/tls.el (tls-program): Add -ign_eof argument to call the
4117         openssl commands.
4118         (tls-checktrust): Ditto.
4120 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
4122         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
4124         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
4125         (vc-check-master-templates, vc-file-not-found-hook)
4126         (vc-kill-buffer-hook):
4127         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
4128         (vc-find-position-by-context, vc-buffer-context)
4129         (vc-restore-buffer-context, vc-responsible-backend)
4130         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
4131         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
4132         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
4133         (vc-version-diff, vc-diff, vc-insert-headers)
4134         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
4135         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
4136         (vc-revert, vc-rollback, vc-version-backup-file)
4137         (vc-rename-master, vc-delete-file, vc-rename-file)
4138         (vc-branch-part, vc-default-retrieve-snapshot)
4139         (vc-annotate-display-autoscale, vc-annotate-display-select)
4140         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
4141         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
4142         (vc-dir-update): Handle directories.
4143         (vc-default-status-printer): Simplify.
4145         * progmodes/asm-mode.el (asm-mode-map):
4146         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
4148         * progmodes/m4-mode.el (m4-mode-map): Add menu.
4150 2008-04-21  Kenichi Handa  <handa@m17n.org>
4152         * select.el (xselect-convert-to-string): Send a C_STRING only if
4153         the polymorphic target TEXT is requested.
4155 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
4157         * minibuffer.el (completion-setup-hook, display-completion-list)
4158         (completion--file-name-table): Fix typos in docstrings.
4159         (completion-table-dynamic): Fix typo, and reflow docstring.
4161 2008-04-20  Andreas Schwab  <schwab@suse.de>
4163         * server.el (server-switch-buffer): Also consider clients in the
4164         selected frame.
4166 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
4168         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4169         Select window clicked on first.
4170         (gdb): Display thread number in mode-line.
4171         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
4172         (gdb-breakpoints-header): New variable.
4173         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
4175 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4177         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
4178         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
4179         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
4180         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4181         (vc-sccs-print-log): Use it.
4183         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
4185         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
4186         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
4188         * tooltip.el (tooltip-previous-message): New var.
4189         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
4190         the C code (avoid overwriting a minibuffer, restore previous echo
4191         message, ...).
4192         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
4193         Simplify.
4195 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
4197         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
4198         (gdb-init-1): Initialise it.
4199         (gdb-annotation-rules): New entry for "new-thread".
4200         (gdb-thread-identification): New function to customize
4201         mode-line-buffer-identification.
4202         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
4203         (gdb-assembler-mode): Use it.
4204         (gdb-threads-mode): Force "info threads" onto queue.
4206 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4208         * files.el (locate-file-completion-table): Rename from
4209         locate-file-completion and make it use `pred' in the normal way.
4210         (locate-file-completion): New compatibility wrapper.
4211         (load-library): Use locate-file-completion-table.
4212         * finder.el (finder-commentary):
4213         * subr.el (locate-library):
4214         * emacs-lisp/find-func.el (find-library): Likewise.
4215         * info.el: Use with-current-buffer and inhibit-read-only.
4216         (Info-read-node-name-2): Change to use `predicate' in the normal way.
4217         (Info-read-node-name-1): Adjust uses accordingly.
4219         * minibuffer.el (completion-table-with-context): Add support for `pred'.
4220         (completion-table-with-terminator): Don't use complete-with-action
4221         since we have to distinguish all three cases anyway.
4222         (completion-table-with-predicate): New function.
4223         (dynamic-completion-table): Add obsolete alias.
4225         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
4227 2008-04-18  Sam Steingold  <sds@gnu.org>
4229         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
4230         Use quit-window instead of bury-buffer.
4232 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4234         * minibuffer.el (completion-table-with-terminator): Fix last fix.
4236 2008-04-18  Andreas Schwab  <schwab@suse.de>
4238         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4239         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4240         Depend on $(lisp)/subdirs.el.
4242 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
4244         * descr-text.el (describe-char-after):
4245         Use `define-obsolete-function-alias'.
4247         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
4249         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
4251         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
4252         Remove redundant obsolescence info in docstring.
4254         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4255         (vc-header-alist): Add WHEN to obsolescence declaration.
4256         (vc-state): Fix typo in docstring.
4258         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
4259         Use `define-obsolete-variable-alias'.
4261         * emulation/tpu-edt.el (tpu-have-ispell):
4262         * international/codepage.el (codepage-setup):
4263         Fix typo in obsolescence declaration.
4265         * international/mule.el (char-coding-system-table):
4266         Remove redundant obsolescence info in docstring.
4267         (charset-list, generic-char-p, set-char-table-default):
4268         Fix typos in obsolescence decarations.
4270         * international/mule-diag.el (non-iso-charset-alist):
4271         Fix typo in obsolescence declaration.
4272         (decode-codepage-char): Remove redundant obsolescence info in docstring.
4274         * font-core.el (font-lock-defaults-alist):
4275         * font-lock.el (font-lock-reference-face):
4276         * frame.el (screen-height, screen-width, set-screen-width)
4277         (set-screen-height):
4278         * hilit-chg.el (highlight-changes-initial-state):
4279         * isearch.el (isearch-return-char):
4280         * log-edit.el (cvs-commit-buffer-require-final-newline)
4281         (cvs-changelog-full-paragraphs):
4282         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
4283         (mouse-popup-menubar-stuff):
4284         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
4285         (mouse-wheel-click-button):
4286         * outline.el (outline-visible):
4287         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
4288         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
4289         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
4290         * progmodes/compile.el (compile-internal):
4291         Add WHEN to obsolescence declarations.
4293 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4295         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
4296         is not better anyway.
4298 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4300         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
4301         properly.
4303 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4305         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
4306         (python-use-skeletons): Remove, unused.
4307         (python-skeletons): Remove.  Use the abbrev table instead.
4308         (python-mode-abbrev-table): Fix regexp;
4309         add enable-function and case-fixed.
4310         (def-python-skeleton): Simplify.
4311         (python-expand-template): Use the abbrev-table and abbrev-insert.
4312         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4313         Remove.
4314         (python-mode): Don't set pre-abbrev-expand-hook.
4316         * skeleton.el: Set coding-tag.
4318         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
4319         (expand-abbrev): Use it.
4320         (abbrev-table-menu): New function.
4322         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
4324         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
4326 2008-04-17  Sam Steingold  <sds@gnu.org>
4328         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
4329         idiosyncratic bury-buffer/delete-window logic.
4331 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
4333         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
4334         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
4336 2008-04-17  Kenichi Handa  <handa@m17n.org>
4338         * international/characters.el: Don't make the width of U+00AD to 0.
4340 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
4342         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
4343         (gdb, gdb-starting, gdb-frames-mode): Use it.
4344         (gdb-invalidate-frames): Advise to call "info stack" only if
4345         execution has occurred.
4346         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
4347         selected frame if no execution has occurred.
4348         (gdb-frames-force-update): New interactive function.
4349         (gdb-frames-mode-map): Bind it to "F".
4351 2008-04-17  Michael Olson  <mwolson@gnu.org>
4353         * textmodes/remember.el (remember-version): Release Remember 2.0.
4355 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
4357         * textmodes/artist.el:
4358         * progmodes/vhdl-mode.el:
4359         * progmodes/verilog-mode.el:
4360         * progmodes/vera-mode.el:
4361         * progmodes/simula.el:
4362         * progmodes/ps-mode.el:
4363         * progmodes/cmacexp.el:
4364         * obsolete/hilit19.el:
4365         * emulation/viper.el:
4366         * ediff.el: Cleanup the bug-report email addresses and make sure the
4367         maintainer is still willing to handle bug reports.
4369 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
4371         * vc.el (vc-dir-kill-query): Fix thinko.
4373 2008-04-16  Glenn Morris  <rgm@gnu.org>
4375         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
4376         by diary-sexp-entry.
4378 2008-04-16  Markus Triska  <markus.triska@gmx.at>
4380         * proced.el (proced-command-alist): Add support for darwin.
4382 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4384         * proced.el (proced-mode): Redefine as just the major-mode.
4385         (proced): Separate it from proced-mode.
4387         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
4389 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4391         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
4392         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
4393         `tab-width' setting from user.  New version 10.0.  Doc and docstring
4394         fix.
4395         (whitespace-style, whitespace-chars): Remove options.
4396         (whitespace-style-mark): New option, replace whitespace-style deleted
4397         option.  Fix docstring.
4398         (whitespace-style-color): New option, replace whitespace-chars deleted
4399         option.  Fix docstring.
4400         (whitespace-space, whitespace-hspace, whitespace-tab)
4401         (whitespace-newline, whitespace-trailing, whitespace-line)
4402         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4403         (whitespace-space-after-tab, whitespace-hspace-regexp)
4404         (whitespace-space-regexp, whitespace-tab-regexp)
4405         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4406         (whitespace-empty-at-eob-regexp, whitespace-line-column)
4407         (whitespace-toggle-option-alist): Fix docstring.
4408         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4409         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
4410         docstring and initialization.
4411         (global-whitespace-mode): Autoloaded global minor mode.
4412         (whitespace-chars-value-list, whitespace-style-value-list)
4413         (whitespace-active-chars, whitespace-active-style)
4414         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
4415         (whitespace-color-value-list): New var, replace
4416         whitespace-chars-value-list removed var.
4417         (whitespace-mark-value-list): New var, replace
4418         whitespace-style-value-list removed var.
4419         (whitespace-active-color): New var, replace whitespace-active-chars
4420         removed var.
4421         (whitespace-active-mark): New var, replace whitespace-active-style
4422         removed var.
4423         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
4424         removed var.
4425         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
4426         removed var.
4427         (whitespace-toggle-option-alist, whitespace-report-list)
4428         (whitespace-report-text, whitespace-help-text): Fix initialization.
4429         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
4430         (whitespace-toggle-options, global-whitespace-toggle-options)
4431         (whitespace-cleanup-region, whitespace-report-region)
4432         (whitespace-interactive-char): Fix docstring and code.
4433         (whitespace-cleanup, whitespace-report): Fix docstring.
4434         (whitespace-replace-spaces-by-tabs): Remove fun.
4435         (whitespace-replace-action): New fun, replace
4436         whitespace-replace-spaces-by-tabs removed fun.
4437         (whitespace-regexp, whitespace-indentation-regexp)
4438         (whitespace-space-after-tab-regexp, whitespace-insert-value)
4439         (whitespace-kill-buffer): New funs.
4440         (whitespace-insert-option-mark, whitespace-help-on)
4441         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
4442         (whitespace-color-on, whitespace-color-off)
4443         (whitespace-display-char-on): Fix code.
4445 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4447         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
4448         (mouse-throw-magnifier-with-mouse-movement): Remove.
4449         (mouse-throw-magnifier-base): New const.
4450         (mouse-drag-scroll-delta): New fun.
4451         (mouse-drag-throw): Use it.
4453 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
4455         * international/uni-bidi.el, international/uni-category.el:
4456         * international/uni-combining.el, international/uni-comment.el:
4457         * international/uni-decimal.el, international/uni-decomposition.el:
4458         * international/uni-digit.el, international/uni-lowercase.el:
4459         * international/uni-mirrored.el, international/uni-name.el:
4460         * international/uni-numeric.el, international/uni-old-name.el:
4461         * international/uni-titlecase.el, international/uni-uppercase.el:
4462         * international/charprop.el: Regenerate.
4464 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
4466         * vc.el (vc-status-fileinfo): Add new member directoryp.
4467         (vc-default-status-printer): Print directories.
4468         (vc-status-update): Sort files before subdirectories.
4470         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
4471         Add alternative implementation based on "cvs update".
4473 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
4475         * doc-view.el: Changed requirements section to tell that only one
4476         of dvipdf or dvipdfm is needed.
4477         (doc-view-already-converted-p): Fix bug that forced reconversion
4478         if doc was already converted.
4480 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4482         * minibuffer.el (minibuffer-message):
4483         Make sure we can put-text-property.
4485         * emacs-lisp/crm.el: Complete rewrite.
4487         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
4488         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
4489         case of an error in display-completion-list.
4491         * filecache.el (file-cache-completions-keymap): Move init from
4492         file-cache-completion-setup-function into declaration.
4493         (file-cache-minibuffer-complete): Simplify.
4494         (file-cache-completion-setup-function): Use standard-output,
4495         preserve current-buffer.
4497         * vc.el (vc-status-update): Fix typo.
4498         (vc-status-update): Set needs-update.
4499         (vc-status-refresh): Î·-reduce.
4501 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
4503         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
4504         to image-eol.
4506 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
4508         * vc.el (vc-status-update): Undo the previous revert.
4510 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4512         * minibuffer.el (completion-table-with-terminator): Those completions
4513         are never valid w.r.t test-completion.
4514         (completion--file-name-table):
4515         Check completion-all-completions-with-base-size.
4517 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
4519         * doc-view.el (doc-view-dvipdf-program): New variable.
4520         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
4521         (doc-view-mode-p): Check for doc-view-dvipdf-program as
4522         alternative for doc-view-dvipdfm-program.
4523         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
4525         * doc-view.el (doc-view-start-process): Don't set
4526         default-directory to "~/" if the current value is valid.
4527         This broke PS files that run other files in the same directory.
4529 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
4531         * vc.el (vc-status-kill-query): New function.
4532         (vc-status-mode): Add it to kill-buffer-query-functions.
4533         (vc-status-show-fileentry): New function.
4534         (vc-status-menu-map): Bind it.  Bind vc-next-action.
4536 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4538         * minibuffer.el (minibuffer-message): Put cursor at the right place.
4540 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4542         * proced.el (proced-send-signal): Fix error recognition.
4544 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4546         * proced.el (proced-command-alist): Remove sort column.
4547         (proced-command, proced-procname-column):
4548         Use make-variable-buffer-local.
4549         (proced-signal-function): Rename from proced-kill-program.
4550         Allow for elisp symbols and string values representing system calls.
4551         (proced-marker-regexp, proced-success-message): New functions.
4552         (proced): Use defalias.  Add autoload cookie.
4553         (proced-unmark-backward, proced-toggle-marks)
4554         (proced-hide-processes): New commands.
4555         (proced-do-mark): Simplify code.
4556         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
4557         (proced-update): Remove sorting.
4558         (proced-send-signal): Display number of processes to operate on.
4559         Allow for system calls or elisp functions to send signals.
4560         Check if signal was sent successfully.
4562 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4564         * minibuffer.el (completion-all-completion-with-base-size): New var.
4565         (completion--some): New function.
4566         (completion-table-with-context, completion--file-name-table):
4567         Return the base-size if requested.
4568         (completion-table-in-turn): Generalize to multiple arguments.
4569         (complete-in-turn): Compatibility alias.
4570         (completion-styles-alist): New var.
4571         (completion-styles): New customization.
4572         (minibuffer-try-completion, minibuffer-all-completions):
4573         New functions.
4574         (minibuffer--do-completion, minibuffer-complete-and-exit)
4575         (minibuffer-try-word-completion): Use them.
4576         (display-completion-list, minibuffer-completion-help): Use them.
4577         Handle all-completions's new base-size info to set completion-base-size.
4578         * info.el (Info-read-node-name-1): Use completion-table-with-context,
4579         completion-table-with-terminator and complete-with-action.
4580         Remove the now obsolete completion-base-size-function property.
4581         * simple.el (completion-list-mode-map): Move init into declaration.
4582         (completion-list-mode): Use define-derived-mode.
4583         (completion-setup-function): Use any completion-base-size that may
4584         have been set before.  Remove handling of completion-base-size-function.
4585         * loadup.el: Move abbrev.el up earlier.
4587 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
4589         * vc-git.el (vc-git-after-dir-status-stage)
4590         (vc-git-dir-status-goto-stage): New functions.
4591         (vc-git-after-dir-status-stage1)
4592         (vc-git-after-dir-status-stage1-empty-db)
4593         (vc-git-after-dir-status-stage2): Remove, functionality moved
4594         into the new generic stage functions.
4595         (vc-git-dir-status-files): New function.
4597         * vc.el (vc-status-update): Revert an incorrect rewrite.
4598         Add some comments.
4599         (vc-status-refresh-files): New function.
4600         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
4601         state of up-to-date files.
4602         (vc-default-dir-status-files): New function.
4604 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
4606         * minibuffer.el (completion--embedded-envvar-table)
4607         (read-file-name-internal): Fix typos in 2008-04-11 change.
4609         * faces.el (read-face-name): Use `completion-table-in-turn',
4610         not `complete-in-turn'.
4612 2008-04-13  Andreas Schwab  <schwab@suse.de>
4614         * progmodes/etags.el: Require 'cl when compiling.
4616 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
4618         * progmodes/gud.el (gud-menu-map): Expand tooltip.
4620         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
4621         (menu): Add/expand menu tooltips.
4623 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
4625         * progmodes/sh-script.el (sh-show-indent): Fix typo.
4626         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
4628         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
4629         considered registered.
4631 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4633         * emacs-lisp/copyright.el (copyright-update-directory): New command.
4635         * ediff-wind.el (ediff-split-window-function)
4636         (ediff-merge-split-window-function): Improve custom type.
4638 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
4640         * loadup.el ("minibuffer"): Move after "faces".
4642 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4644         * progmodes/hideif.el (hif-factor): Handle unary minus.
4646 2008-04-12  Glenn Morris  <rgm@gnu.org>
4648         * calendar/cal-china.el (chinese-calendar-time-zone):
4649         Mark obsolete name as risky too.
4651         * calendar/calendar.el (calendar-faces): New custom group.
4652         (calendar-today, diary, holiday): Doc fix.
4653         Move to calendar-faces group.
4654         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
4655         (diary-button): Doc fix.  Move to calendar-faces group.
4657         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4658         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
4659         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
4660         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
4661         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
4662         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
4663         not in dumped files before the associated defcustom.
4665 2008-04-11  Johan BockgÃ¥rd  <bojohan@gnu.org>
4667         * minibuffer.el (lazy-completion-table): Fix debug spec.
4669 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4671         * minibuffer.el (complete-with-action, lazy-completion-table):
4672         Move from subr.el.
4673         (apply-partially, completion-table-dynamic)
4674         (completion-table-with-context, completion-table-with-terminator)
4675         (completion-table-in-turn): New funs.
4676         (completion--make-envvar-table, completion--embedded-envvar-table):
4677         New funs.
4678         (read-file-name-internal): Use them.
4679         (completion-setup-hook): Move from simple.el.
4680         * subr.el (complete-with-action, lazy-completion-table):
4681         * simple.el (completion-setup-hook): Move to minibuffer.el.
4683 2008-04-11  Glenn Morris  <rgm@gnu.org>
4685         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
4687 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4689         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
4691         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
4693         * textmodes/fill.el (fill-forward-paragraph-function): New var.
4694         (fill-forward-paragraph): New fun.
4695         (fill-paragraph, fill-region): Use it.
4697         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
4698         (vc-status-create-fileinfo): Make `extra' optional.
4699         (vc-status-busy): New fun.
4700         (vc-status-menu-map): Use it.
4701         (vc-status-crt-marked): Remove.
4702         (vc-status-update): Rename from vc-status-add-entries.
4703         Add argument so as to prevent addition of entries.  Rewrite.
4704         (vc-update-vc-status-buffer): Remove.
4705         (vc-status-refresh): Don't remove old entries, set them to
4706         up-to-date instead.  Also do it after the update is complete.
4707         (vc-status-marked-files): Î·-reduce.
4709         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
4710         for non-dialogs.
4712         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
4714         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
4716 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
4718         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
4719         to t and don't truncate msg.
4721 2008-04-11  Glenn Morris  <rgm@gnu.org>
4723         * calendar/calendar.el (diary, holidays):
4724         Move custom groups to other files.
4725         (holiday-general-holidays, holiday-oriental-holidays)
4726         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
4727         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
4728         (holiday-hebrew-holidays, holiday-christian-holidays)
4729         (holiday-islamic-holidays, holiday-bahai-holidays)
4730         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
4731         * calendar/diary-lib.el: Move custom group here from calendar.el.
4732         * calendar/holidays-lib.el: Move custom group and variables here
4733         from calendar.el.
4735         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
4737         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4738         Fix custom group.
4739         (calendar-current-time-zone-cache): Autoload riskiness.
4741         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
4743 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
4745         * woman.el (woman2-TH): Use string-equal instead of string-match.
4747 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4749         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
4750         (smerge-resolve): Merge the "2-way refinement" case with one half of
4751         the "mere whitespace" resolution.
4753 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
4755         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
4757 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
4759         * subr.el (assoc-ignore-case, assoc-ignore-representation):
4760         Add WHEN to obsolescence declaration.
4762         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
4764 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
4766         * vc-hooks.el (vc-state): Add new state `conflict'.
4767         (vc-after-save): Use when not if.
4768         (vc-default-mode-line-string): Deal with the conflict state.
4769         (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
4771         * vc.el (vc-editable-p, vc-default-status-printer)
4772         (vc-next-action): Deal with the conflict state.
4773         (vc-mark-resolved): New function.
4774         (vc-status-mode): Fix mode name.
4775         (vc-default-comment-history): Use when not if.
4776         (Todo): Add new entries, remove old ones.
4778         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
4779         (vc-cvs-parse-status, vc-cvs-after-dir-status):
4780         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
4781         Detect the conflict state.
4783         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
4785 2008-04-10  Glenn Morris  <rgm@gnu.org>
4787         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
4788         Respect truncate-partial-width-windows in non-full windows,
4789         with regards to :toggle and :enable state.
4791         * simple.el (toggle-truncate-lines): Doc fix.
4793         * Makefile.in (MH_E_DIR): New variable.
4794         (MH_E_SRC): Restore variable removed 2008-03-13.
4795         (mh-loaddefs.el): Depend on $MH_E_SRC.
4796         (CAL_DIR, CAL_SRC): New variables.
4797         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
4798         Depend on CAL_SRC.
4800         * calendar/calendar.el (calendar, diary): Add :prefix.
4801         (holidays): Change :prefix.
4802         (calendar-today, holiday, calendar-holiday-marker)
4803         (european-calendar-style): Change custom groups.
4805         * calendar/calendar.el (diary-hook, diary-display-hook):
4806         Move to diary-lib.el.
4807         * calendar/diary-lib.el (diary-hook, diary-display-hook):
4808         Move here from calendar.el.
4809         * calendar/appt.el: Require diary-lib rather than calendar.
4810         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
4812         * calendar/appt.el (appt): Add :prefix.
4814         * calendar/diary-lib.el (diary-hook): Doc fix.
4815         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
4817 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4819         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
4820         New functions.
4822         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
4823         the arg to recursive calls.
4825 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
4827         * minibuffer.el (completion-auto-help): Fix typo.
4829 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4831         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
4833 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
4835         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
4836         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
4838 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4840         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
4842         * minibuffer.el (minibuffer): Move group from cus-edit.el.
4843         (completion-auto-help): Move from C code.
4844         (minibuffer--maybe-completion-help): Remove.
4845         (minibuffer--bitset): New function.
4846         (minibuffer--do-completion): Rename from minibuffer-do-completion.
4847         Renumber a bit.  Really complete on string *before* point.
4848         Add argument used for word-completion.
4849         Join trailing / in completion with following text, as done in
4850         minibuffer-complete-word.
4851         Handle new value `lazy' for completion-auto-help.
4852         (minibuffer-try-word-completion): New function extracted from
4853         minibuffer-complete-word.
4854         (minibuffer-complete-word): Use minibuffer--do-completion.
4855         (minibuffer--insert-strings): Rename from
4856         minibuffer-complete-insert-strings.
4857         (exit-minibuffer): Fix typo.
4858         * cus-edit.el (minibuffer): Move group to minibuffer.el.
4859         * cus-start.el: Remove completion-auto-help.
4861 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
4863         * vc.el (vc-status-add-entries): New function.
4864         (vc-status-add-entry): Remove.
4865         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
4866         Use vc-status-add-entries.
4868         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
4869         order.
4871 2008-04-09  Jason Rumney  <jasonr@gnu.org>
4873         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
4874         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
4875         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
4876         (AUTOGENEL): New variable.
4877         (distclean, maintainer-clean): New targets.
4879 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
4881         * emacs-lisp/regexp-opt.el (regexp-opt):
4882         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
4884 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
4886         * nxml/nxml-mode.el (nxml-cleanup): New function.
4887         (nxml-mode): Add it to change-major-mode-hook.
4889 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
4891         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
4893 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
4895         * calc/.cvsignore: New file.
4897 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
4899         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
4901         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
4902         show-help-function when turning tooltip off.
4903         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
4904         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
4906 2008-04-09  Alan Mackenzie  <acm@muc.de>
4908         * font-lock.el (font-lock-extend-after-change-region-function):
4909         Make it buffer local.
4911 2008-04-09  Glenn Morris  <rgm@gnu.org>
4913         * calendar/calendar.el (diary-file, european-calendar-style):
4914         Remove autoload cookies.
4916 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
4918         * outline.el (outline-mode-menu-bar-map):
4919         * log-view.el (log-view-mode-menu):
4920         * log-edit.el (log-edit-menu): Add :help.
4922 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
4924         * emacs-lisp/regexp-opt.el (regexp-opt-group):
4925         Use substring-no-properties for correct handling of unibyte strings.
4927 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4929         * add-log.el (change-log-next-buffer): Handle the case where version<
4930         signals an error.
4932         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
4933         mouse-major-mode-menu.
4934         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
4935         (mouse-major-mode-menu, mouse-popup-menubar)
4936         (mouse-popup-menubar-stuff): Use them.
4937         (C-down-mouse-3): Bind to a dynamic map rather than to
4938         mouse-popup-menubar-stuff.
4940         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
4941         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
4943 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
4945         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
4946         file:// access method.
4948 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4950         * minibuffer.el: New file.
4951         * loadup.el: Load it.
4953 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4955         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
4956         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
4958         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
4959         (calc-mode-map, calc-digit-map, calc-dispatch-map):
4960         Move initialization into declaration.
4961         * calc/calc-yank.el:
4962         * calc/calc-misc.el:
4963         * calc/calc-embed.el:
4964         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
4966 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
4968         * ps-samp.el (ps-add-printer, ps-remove-printer)
4969         (ps-make-dynamic-printer-menu): New functions.
4971         * net/zeroconf.el: New file.
4973 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4975         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
4977 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
4979         * vc-rcs.el (vc-rcs-modify-change-comment):
4980         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
4982         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
4984 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
4986         * international/mule-cmds.el (set-locale-environment): Don't warn if
4987         coding system doesn't agree with system locale (this reverts changes
4988         by Dave Love, dated 2002-10-27 and 2002-10-09).
4990         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4991         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
4993         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
4995 2008-04-08  Glenn Morris  <rgm@gnu.org>
4997         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
4998         * textmodes/remember.el (remember-diary-convert-entry):
4999         Require calendar.
5001         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
5002         diary-file, since it is the default for make-diary-entry anyway.
5004         * calendar/cal-menu.el (cal-menu-event-to-date):
5005         Rename calendar-event-to-date.  Update callers.
5006         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
5007         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
5008         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
5009         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
5010         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
5011         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
5012         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
5013         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
5014         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
5015         (calendar-mouse-tex-month-landscape):
5016         Rename cal-tex-mouse-month-landscape.
5017         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
5018         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
5019         (calendar-mouse-tex-year-landscape):
5020         Rename cal-tex-mouse-year-landscape.
5021         (cal-menu-context-mouse-menu): Update for above name changes.
5023         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5024         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5025         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
5026         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
5027         * calendar/holidays.el: Replace int-to-string with number-to-string.
5029 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
5031         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
5032         region if point moves.
5034 2008-04-08  Kenichi Handa  <handa@m17n.org>
5036         * faces.el (font-slant-table): Change numeric values for `r',
5037         `roman', and `normal'.
5039 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
5041         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
5043 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
5045         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
5046         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
5048 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
5050         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
5051         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
5053 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5055         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
5057 2008-04-07  Sam Steingold  <sds@gnu.org>
5059         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
5060         Add helper functions.
5061         (lisp-do-defun): Extract the common part of lisp-eval-defun and
5062         lisp-compile-defun; DEFVAR forms reset the variables to the init
5063         values, just like in emacs-lisp mode eval-defun.
5064         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
5065         (lisp-compile-region): Use lisp-compile-string.
5067 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5069         * subr.el (combine-and-quote-strings): Also quote strings that contain
5070         the separator.
5072         * pcvs-util.el (cvs-map): Avoid recursion :-(
5074 2008-04-07  Glenn Morris  <rgm@gnu.org>
5076         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
5078         * calendar.el (diary-view-entries-initially-flag): Rename
5079         view-diary-entries-initially.  Keep old name as alias, update users.
5080         (calendar-mark-diary-entries-flag): Rename
5081         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
5082         (calendar-view-holidays-initially-flag): Rename
5083         view-calendar-holidays-initially.  Keep old name as alias, update users.
5084         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
5085         Keep old name as alias, update users.
5086         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
5087         Keep old name as alias, update users.
5088         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
5089         Keep old name as alias, update users.
5090         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
5091         Keep old name as alias, update users.
5092         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
5093         (diary-american-date-forms): Rename american-date-diary-pattern.
5094         Keep old name as alias, update users.
5095         (diary-european-date-forms): Rename european-date-diary-pattern.
5096         Keep old name as alias, update users.
5097         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
5098         Keep old name as alias, update users.
5099         (calendar-european-date-display-form): Rename
5100         european-calendar-display-form.  Keep old name as alias, update users.
5101         (calendar-american-date-display-form): Rename
5102         european-calendar-display-form.  Keep old name as alias, update users.
5103         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
5104         Keep old name as alias, update users.
5105         (holiday-general-holidays): Rename general-holidays.
5106         Keep old name as alias, update users.
5107         (holiday-oriental-holidays): Rename oriental-holidays.
5108         Keep old name as alias, update users.
5109         (holiday-local-holidays): Rename local-holidays.
5110         Keep old name as alias, update users.
5111         (holiday-other-holidays): Rename other-holidays.
5112         Keep old name as alias, update users.
5113         (holiday-hebrew-holidays): Rename hebrew-holidays.
5114         Keep old name as alias, update users.
5115         (holiday-christian-holidays): Rename christian-holidays.
5116         Keep old name as alias, update users.
5117         (holiday-islamic-holidays): Rename islamic-holidays.
5118         Keep old name as alias, update users.
5119         (holiday-bahai-holidays): Rename bahai-holidays.
5120         Keep old name as alias, update users.
5121         (holiday-solar-holidays): Rename solar-holidays.
5122         Keep old name as alias, update users.
5123         (diary-fancy-buffer): Rename fancy-diary-buffer.
5124         Keep old name as alias, update users.
5125         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
5126         Update users.
5127         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
5128         Update users.
5129         (calendar-increment-month): Rename increment-calendar-month.
5130         Keep old name as alias, update callers.
5131         (calendar-increment-month-cons): Rename old calendar-increment-month.
5132         Update callers.
5133         (calendar-extract-month): Rename extract-calendar-month.
5134         Keep old name as alias, update callers.
5135         (calendar-extract-day): Rename extract-calendar-day.
5136         Keep old name as alias, update callers.
5137         (calendar-extract-year): Rename extract-calendar-year.
5138         Keep old name as alias, update callers.
5139         (calendar-generate-window): Rename generate-calendar-window.
5140         Update callers.
5141         (calendar-generate): Rename generate-calendar.  Update callers.
5142         (calendar-generate-month): Rename generate-calendar-month.
5143         Update callers.
5144         (calendar-redraw): Rename redraw-calendar.  Update callers.
5145         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
5146         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
5147         Update callers.
5148         (calendar-update-mode-line): Rename update-calendar-mode-line.
5149         Update callers.
5150         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
5151         update callers.
5152         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
5153         Keep old name as alias, update callers.
5154         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5155         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
5156         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
5157         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
5158         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
5159         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
5160         * calendar/solar.el: Update for calendar.el name changes.
5161         * org/org.el (org-agenda-format-date-aligned)
5162         (org-agenda-execute-calendar-command): Access date elements directly
5163         rather than using calendar functions.
5164         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
5165         Also set calendar-view-diary-initially-flag,
5166         calendar-view-holidays-initially-flag.
5167         (org-get-entries-from-diary): Also set diary-fancy-buffer.
5168         (org-agenda-execute-calendar-command): No need to set displayed-day.
5170 2008-04-06  Alan Mackenzie  <acm@muc.de>
5172         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
5173         typo in the doc string.
5175         * progmodes/cc-mode.el (c-basic-common-init):
5176         Set font-lock-extend-after-change-region-function.
5177         (c-extend-after-change-region): New function, used in
5178         font-lock-extend-after-change-region-function, thus superseding
5179         advice on the Font Lock after change functions.
5180         (c-advise-fl-for-region): Remove this macro.
5182 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
5184         * textmodes/flyspell.el (flyspell-duplicate-distance):
5185         Improve custom type.
5187 2008-04-06  Glenn Morris  <rgm@gnu.org>
5189         * calendar/diary-lib.el (diary-sexp-entry-symbol):
5190         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
5191         (diary-list-entries-hook): Rename list-diary-entries-hook.
5192         Keep old name as alias, update users.
5193         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
5194         Keep old name as alias, update users.
5195         (diary-nongregorian-listing-hook): Rename
5196         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
5197         (diary-nongregorian-marking-hook): Rename
5198         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
5199         (diary-print-entries-hook): Rename print-diary-entries-hook.
5200         Keep old name as alias, update users.
5201         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
5202         Keep old name as alias, update users.
5203         (diary-number-of-entries): Rename number-of-diary-entries.
5204         Keep old name as alias, update users.
5205         (view-diary-entries, list-diary-entries, show-all-diary-entries):
5206         Give version of obsolescence.
5207         (diary-view-other-diary-entries): Rename view-other-diary-entries.
5208         Keep old name as alias, update callers.
5209         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
5210         update callers.
5211         (diary-include-other-diary-files): Rename include-other-diary-files.
5212         Keep old name as alias, update callers.
5213         (diary-simple-display): Rename simple-diary-display.
5214         Keep old name as alias, update callers.
5215         (diary-fancy-display): Rename fancy-diary-display.
5216         Keep old name as alias, update callers.
5217         (diary-print-entries): Rename print-diary-entries.
5218         Keep old name as alias, update callers.
5219         (diary-marking-entries-flag): Rename marking-diary-entries.
5220         Update users.
5221         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
5222         (diary-mark-entries): Rename mark-diary-entries.
5223         Keep old name as alias, update callers.
5224         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
5225         Keep old name as alias, update callers.
5226         (diary-mark-included-diary-files): Rename mark-included-diary-files.
5227         Keep old name as alias, update callers.
5228         (calendar-mark-days-named): Rename mark-calendar-days-named.
5229         Keep old name as alias, update callers.
5230         (calendar-mark-month): Rename mark-calendar-month.
5231         Keep old name as alias, update callers.
5232         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
5233         Keep old name as alias, update callers.
5234         (diary-sort-entries): Rename sort-diary-entries.
5235         Keep old name as alias, update callers.
5236         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
5237         Keep old name as alias, update callers.
5238         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
5239         update callers.
5240         (diary-insert-entry): Rename insert-diary-entry.
5241         Keep old name as alias.
5242         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
5243         Keep old name as alias.
5244         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
5245         Keep old name as alias.
5246         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
5247         Keep old name as alias.
5248         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
5249         Keep old name as alias.
5250         (diary-insert-block-entry): Rename insert-block-diary-entry.
5251         Keep old name as alias.
5252         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
5253         Keep old name as alias.
5254         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
5255         Keep old name as alias, update users.
5256         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
5257         Keep old name as alias, update callers.
5258         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5259         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
5260         * calendar/icalendar.el: Update for diary-lib name changes.
5262 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
5264         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
5266         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
5267         for copy, move, and link operations.
5269 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
5271         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
5272         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
5274         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
5275         'require' statements with 1-argument ones (wrapped in if's).
5276         For compatibility with the current stable version of XEmacs.
5278 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
5280         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
5282 2008-04-06  Jason Rumney  <jasonr@gnu.org>
5284         * language/burmese.el ("Burmese"): Make sample text consistent with
5285         language name.
5287 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
5289         * progmodes/gdb-ui.el (gdb): New group.
5290         (gdb-debug-log-max, gdb-enable-debug)
5291         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
5292         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
5293         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
5294         (gdb-show-changed-values, gdb-max-children)
5295         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
5296         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
5297         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
5298         (gdb-memory-unit): Move to new group from GUD group.
5299         (menu): Allow customization from GDB-UI menu-item.
5301 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
5303         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
5305 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5307         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
5308         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5309         Revision numbers can include ".".
5311         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
5312         "+" lines not accounted for by counting "-" and context lines.
5314 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5316         * term/mac-win.el (mac-service-open-file): Use file URL instead of
5317         file name string.
5319 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5321         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
5322         (vc-bzr-annotate-time): Accept space used to preserve alignment.
5324 2008-04-05  Richard Stallman  <rms@gnu.org>
5326         * emacs-lisp/advice.el (defadvice): Add usage pattern.
5328 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
5330         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
5331         thread in [h-e-w]).
5333 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
5335         * files.el (abort-if-file-too-large): Fix typo in docstring.
5337 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5339         * subr.el (functionp): Return nil for special forms.
5341 2008-04-05  Glenn Morris  <rgm@gnu.org>
5343         * emacs-lisp/autoload.el (autoload-ensure-default-file):
5344         Provide a feature.
5345         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
5346         Require loaddef file rather than loading it.
5347         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
5348         autoload-ensure-default-file provides a feature.
5350         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
5351         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
5352         (compile, compile-always, recompile): Use $LOADDEFS.
5353         (cal-autoloads): Remove.
5355         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
5356         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
5358         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
5359         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
5361         * calendar/calendar.el (diary-hebrew-entry-symbol):
5362         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
5363         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
5364         Keep old name as alias.
5365         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
5366         Keep old name as alias.
5367         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
5368         to diary-bahai-entry-symbol.
5369         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
5370         to diary-hebrew-entry-symbol.
5371         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
5372         to diary-islamic-entry-symbol.
5373         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
5375         * calendar/solar.el (diary-sabbath-candles-minutes)
5376         (diary-sabbath-candles): Move to cal-hebrew.
5377         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
5378         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
5379         Doc fix.  Keep old name as alias.
5380         (diary-hebrew-sabbath-candles): Simplify.
5381         (solar-setup, solar-sunrise-sunset, calendar-latitude)
5382         (calendar-longitude, calendar-time-zone): Declare for compiler.
5383         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
5384         rename.
5386         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
5387         Rename coptic-calendar-month-name-array.  Update callers.
5388         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
5389         (calendar-coptic-name): Rename coptic-name.  Update callers.
5390         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
5391         Update callers.
5392         (calendar-coptic-last-day-of-month):
5393         Rename coptic-calendar-last-day-of-month.  Update callers.
5394         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
5395         Keep old name as alias, update callers.
5396         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
5397         Keep old name as alias, update callers.
5398         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
5399         Keep old name as alias.
5400         (calendar-ethiopic-month-name-array):
5401         Rename ethiopic-calendar-month-name-array.  Update callers.
5402         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
5403         Update callers.
5404         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
5405         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
5406         Keep old name as alias, update callers.
5407         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
5408         Keep old name as alias, update callers.
5409         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
5410         Keep old name as alias.
5412         * calendar/cal-french.el (calendar-french-epoch):
5413         Rename french-calendar-epoch.  Update callers.
5414         (calendar-french-month-name-array): Rename variable and function
5415         french-calendar-month-name-array.  Update callers.
5416         (calendar-french-multibyte-month-name-array):
5417         Rename french-calendar-multibyte-month-name-array.  Update callers.
5418         (calendar-french-day-name-array): Rename variable and function
5419         french-calendar-day-name-array.  Update callers.
5420         (calendar-french-special-days-array): Rename variable and function
5421         french-calendar-special-days-array.  Update callers.
5422         (calendar-french-multibyte-special-days-array):
5423         Rename french-calendar-multibyte-special-days-array.  Update callers.
5424         (calendar-french-accents-p): Rename french-calendar-accents.
5425         Update callers.
5426         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
5427         Update callers.
5428         (calendar-french-last-day-of-month):
5429         Rename french-calendar-last-day-of-month.  Update callers.
5430         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
5431         Keep old name as alias, update callers.
5432         (calendar-french-print-date): Rename calendar-print-french-date.
5433         Keep old name as alias, update callers.
5434         (calendar-french-goto-date): Rename calendar-goto-french-date.
5435         Keep old name as alias.
5437         * calendar/cal-menu.el, calendar/calendar.el:
5438         Update for Coptic and French name changes.
5440         * calendar/cal-china.el (calendar-chinese): Rename custom group
5441         from chinese-calendar.  Update users.
5442         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
5443         Keep old name as alias, update users.
5444         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
5445         Keep old name as alias.
5446         (calendar-chinese-daylight-time-offset):
5447         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
5448         update users.
5449         (calendar-chinese-standard-time-zone-name):
5450         Rename chinese-calendar-standard-time-zone-name.
5451         Keep old name as alias, update users.
5452         (calendar-chinese-daylight-saving-start):
5453         Rename chinese-calendar-daylight-savings-starts.
5454         Keep old name as alias, update users.
5455         (calendar-chinese-daylight-saving-end):
5456         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
5457         update users.
5458         (calendar-chinese-daylight-saving-start-time):
5459         Rename chinese-calendar-daylight-savings-starts-time.
5460         Keep old name as alias, update users.
5461         (calendar-chinese-daylight-saving-end-time):
5462         Rename chinese-calendar-daylight-savings-ends-time.
5463         Keep old name as alias, update users.
5464         (calendar-chinese-celestial-stem): Rename
5465         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
5466         (calendar-chinese-terrestrial-branch):
5467         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
5468         update users.
5469         (calendar-chinese-zodiac-sign-on-or-after):
5470         Rename chinese-zodiac-sign-on-or-after.  Update callers.
5471         (calendar-chinese-new-moon-on-or-after):
5472         Rename chinese-new-moon-on-or-after.  Update callers.
5473         (calendar-chinese-month-list): Rename chinese-month-list.
5474         Update callers.
5475         (calendar-chinese-number-months): Rename number-chinese-months.
5476         Update callers.
5477         (calendar-chinese-compute-year): Rename compute-chinese-year.
5478         Update callers.
5479         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
5480         (calendar-chinese-year): Rename chinese-year.  Update callers.
5481         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
5482         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
5483         Keep old name as alias, update callers.
5484         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
5485         Keep old name as alias, update callers.
5486         (calendar-chinese-months-to-alist):
5487         Rename make-chinese-month-assoc-list.  Update callers.
5488         (calendar-chinese-months): Rename chinese-months.  Update callers.
5489         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
5490         Keep old name as alias, update callers.
5492         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
5493         Rename hebrew-calendar-leap-year-p.  Update callers.
5494         (calendar-hebrew-last-month-of-year):
5495         Rename hebrew-calendar-last-month-of-year.  Update callers.
5496         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
5497         Update callers.
5498         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
5499         Update callers.
5500         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
5501         Update callers.
5502         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
5503         Update callers.
5504         (calendar-hebrew-last-day-of-month):
5505         Rename hebrew-calendar-last-day-of-month.  Update callers.
5506         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
5507         Keep old name as alias, update callers.
5508         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
5509         Keep old name as alias, update callers.
5510         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
5511         Keep old name as alias, update callers.
5512         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
5513         Keep old name as alias.
5514         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
5515         Keep old name as alias.
5516         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
5517         Keep old name as alias.
5518         (holiday-hebrew-passover): Rename holiday-passover-etc.
5519         Keep old name as alias.
5520         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
5521         Keep old name as alias, update callers.
5522         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
5523         Keep old name as alias.
5524         (calendar-hebrew-mark-date-pattern):
5525         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
5526         update callers.
5527         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
5528         Keep old name as alias.
5529         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
5530         Keep old name as alias.
5531         (diary-hebrew-insert-monthly-entry):
5532         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
5533         (diary-hebrew-insert-yearly-entry):
5534         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
5535         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
5536         Keep old name as alias.
5537         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
5538         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
5539         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
5540         Keep old name as alias.
5541         (calendar-hebrew-parashiot-names):
5542         Rename hebrew-calendar-parashiot-names.  Update callers.
5543         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
5544         (calendar-hebrew-year-Saturday-incomplete-Sunday):
5545         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
5546         (calendar-hebrew-year-Saturday-complete-Tuesday):
5547         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
5548         (calendar-hebrew-year-Monday-incomplete-Tuesday):
5549         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
5550         (calendar-hebrew-year-Monday-complete-Thursday):
5551         Rename hebrew-calendar-year-Monday-complete-Thursday.
5552         (calendar-hebrew-year-Tuesday-regular-Thursday):
5553         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
5554         (calendar-hebrew-year-Thursday-regular-Saturday):
5555         Rename hebrew-calendar-year-Thursday-regular-Saturday.
5556         (calendar-hebrew-year-Thursday-complete-Sunday):
5557         Rename hebrew-calendar-year-Thursday-complete-Sunday.
5558         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
5559         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
5560         (calendar-hebrew-year-Saturday-complete-Thursday):
5561         Rename hebrew-calendar-year-Saturday-complete-Thursday.
5562         (calendar-hebrew-year-Monday-incomplete-Thursday):
5563         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
5564         (calendar-hebrew-year-Monday-complete-Saturday):
5565         Rename hebrew-calendar-year-Monday-complete-Saturday.
5566         (calendar-hebrew-year-Tuesday-regular-Saturday):
5567         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
5568         (calendar-hebrew-year-Thursday-incomplete-Sunday):
5569         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
5570         (calendar-hebrew-year-Thursday-complete-Tuesday):
5571         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
5572         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
5573         Update for above name changes of constants.
5575         * calendar/cal-menu.el, calendar/calendar.el:
5576         Update for chinese and hebrew name changes.
5577         * calendar/diary-lib.el: Update for hebrew name changes.
5579 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * subr.el (keymap-canonicalize): Correct thinko.
5583         * server.el: Undo part of the multi-tty change, which is only
5584         needed if server.el is preloaded, and broke server-running-p.
5585         (server-socket-dir): Initialize in the defvar, as before.
5586         (server-start): Remove initialization of server-socket-dir.
5588 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
5590         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
5591         3-member cons cells.
5593 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
5595         * cus-face.el (custom-face-attributes): Handle roman slant.
5597         * faces.el (default): Ensure the face-defface-spec property is set.
5599 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
5601         * files.el (abort-if-file-too-large): New function.
5602         (find-file-noselect, insert-file-1): Use it.
5604 2008-04-05  Reto Zimmermann  <reto@gnu.org>
5606         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5607         Replace C-c[a-zA-Z] key bindings.
5609 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5611         * progmodes/hideif.el (hif-token-alist): New var.
5612         (hif-token-regexp, hif-tokenize): Use it.
5613         (hif-mathify-binop): New macro.
5614         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
5615         (hif-greater-equal, hif-less-equal): Use it.
5616         (hif-logior, hif-logand): New functions.
5617         (hif-math): Accept | and & as well.
5619         * progmodes/etags.el: Fix problem with completion for buffer-local
5620         tables.  Reported by Radey Shouman <shouman@comcast.net>.
5621         (tags-complete-tag): Remove.
5622         (tags-lazy-completion-table): New function to replace it.
5623         (find-tag-tag, complete-tag): Update users.
5625 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
5627         * vc-rcs.el (vc-rcs-dir-status):
5628         * vc-sccs.el (vc-sccs-dir-status): New function.
5630         * outline.el (outline-mode-menu-bar-map):
5631         * term.el (terminal-signal-menu): Add :help.
5633         * net/eudc.el (eudc-mode-map): Declare and define in one step.
5634         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
5636         * emacs-lisp/re-builder.el (reb-mode-map):
5637         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
5639         * diff-mode.el (diff-file-junk-re): Recognize the git format for
5640         new files, deleted files and for changing permissions.
5641         (diff-mode): Set beginning-of-defun-function and
5642         end-of-defun-function.
5644         * vc-bzr.el (vc-bzr-state): Use when instead of if.
5646         * vc.el (vc-default-status-fileinfo-extra): New function.
5647         (vc-status-mark-buffer-changed): Use it.
5648         (vc-update-vc-status-buffer): Allow for partial updates.
5650 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5652         * net/tramp.el (after-init-hook): Don't wrap a lambda around
5653         tramp-register-completion-file-name-handler.
5655         * subr.el (keymap-canonicalize): New function.
5656         * mouse.el (mouse-menu-non-singleton): Use it.
5657         (mouse-major-mode-menu): Remove hack made unnecessary.
5659         * simple.el (set-fill-column): Prompt rather than error by default.
5661 2008-04-04  Andreas Schwab  <schwab@suse.de>
5663         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5664         Reset new-rules after each round.
5666         * Makefile.in (cal-autoloads): New target.
5667         (compile, compile-always, recompile): Depend on it.
5668         ($(lisp)/calendar/cal-loaddefs.el)
5669         ($(lisp)/calendar/diary-loaddefs.el)
5670         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
5672 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
5674         * ediff*.el: Replace load with require in eval-when-compile.
5676         * ediff-hook: Delete all invocations of (autoload ...).
5678         * ediff-util.el (ediff-setup): Make window-min-height a local variable
5679         in ediff control window, and set its min height to 2.
5680         (ediff-setup-control-buffer): Dedicate the control window.
5681         (ediff-toggle-multiframe): Undedicate control window.
5682         Work directly with ediff-setup-windows-multiframe and
5683         ediff-setup-windows-plain.
5685         * ediff-wind (ediff-choose-window-setup-function-automatically):
5686         New function.
5687         (ediff-window-setup-function): Change initialization.
5688         (ediff-setup-windows-automatic): Delete.
5689         (ediff-setup-windows-plain-merge): Make control window dedicated.
5690         (ediff-destroy-control-frame): Do not skip frames if working in a
5691         single frame.
5693         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
5694         eval-when-compile.
5696         * emulation/viper-util.el: Move provide's forward, prevent recursion in
5697         eval-when-compile.
5699 2008-04-04  Glenn Morris  <rgm@gnu.org>
5701         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
5702         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
5704         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
5705         Rename islamic-calendar-leap-year-p.  Update callers.
5706         (calendar-islamic-last-day-of-month):
5707         Rename islamic-calendar-last-day-of-month.  Update callers.
5708         (calendar-islamic-day-number):
5709         Rename islamic-calendar-day-number.  Update callers.
5710         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
5711         Update callers, keep old name as alias.
5712         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
5713         Update callers, keep old name as alias.
5714         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
5715         Keep old name as alias.
5716         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
5717         Update callers, keep old name as alias.
5718         (calendar-islamic-mark-date-pattern):
5719         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
5720         name as alias.
5721         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
5722         Keep old name as alias.
5723         (diary-islamic-insert-monthly-entry):
5724         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
5725         (diary-islamic-insert-yearly-entry):
5726         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
5728         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
5729         calendar-absolute-from-iso.  Update callers, keep old name as alias.
5730         (calendar-iso-print-date): Rename calendar-print-iso-date.
5731         Update callers, keep old name as alias.
5732         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
5733         Keep old name as alias.
5734         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
5735         Keep old name as alias.
5737         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
5738         calendar-absolute-from-julian.  Update callers, keep old name as alias.
5739         (calendar-julian-print-date): Rename calendar-print-julian-date.
5740         Update callers, keep old name as alias.
5741         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
5742         Update callers, keep old name as alias.
5743         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
5744         Update callers, keep old name as alias.
5745         (calendar-astro-print-day-number):
5746         Rename calendar-print-astro-day-number.  Update callers, keep old
5747         name as alias.
5748         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
5749         Update callers, keep old name as alias.
5751         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
5752         Rename calendar-string-to-mayan-long-count.  Update callers.
5753         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
5754         Update callers, keep old name as alias.
5755         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
5756         Update callers.
5757         (calendar-mayan-read-tzolkin-date):
5758         Rename calendar-read-mayan-tzolkin-date.  Update callers.
5759         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
5760         Keep old name as alias.
5761         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
5762         Keep old name as alias.
5763         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
5764         Keep old name as alias.
5765         (calendar-mayan-previous-tzolkin-date):
5766         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
5767         (calendar-mayan-next-round-date):
5768         Rename calendar-next-calendar-round-date.  Keep old name as alias.
5769         (calendar-mayan-previous-round-date):
5770         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
5771         (calendar-mayan-long-count-to-absolute): Rename
5772         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
5773         (calendar-mayan-goto-long-count-date):
5774         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
5776         * calendar/cal-persia.el (calendar-persian-month-name-array):
5777         Rename persian-calendar-month-name-array.  Update callers.
5778         (calendar-persian-epoch): Rename persian-calendar-epoch.
5779         Update callers.
5780         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
5781         Update callers.
5782         (calendar-persian-last-day-of-month):
5783         Rename persian-calendar-last-day-of-month.  Update callers.
5784         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
5785         Update callers, keep old name as alias.
5786         (calendar-persian-print-date): Rename calendar-print-persian-date.
5787         Update callers, keep old name as alias.
5788         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
5789         Keep old name as alias.
5791         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
5792         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
5793         * calendar/solar.el: Update for cal-julian name changes.
5795         * calendar/cal-dst.el: Update for persian name changes.
5797         * calendar/cal-menu.el, calendar/calendar.el:
5798         Update for islamic, iso, julian, mayan, persian name changes.
5800         * calendar/diary-lib.el: Update for islamic name changes.
5802         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
5803         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
5804         as alias.
5805         (calendar-christian-all-holidays-flag):
5806         Rename all-christian-calendar-holidays.  Update callers, keep old
5807         name as alias.
5808         (calendar-islamic-all-holidays-flag):
5809         Rename all-islamic-calendar-holidays.  Update callers, keep old
5810         name as alias.
5811         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
5812         Update callers, keep old name as alias.
5813         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
5814         Update for the above name changes.
5816 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
5818         * hilit-chg.el (global-highlight-changes-mode)
5819         (highlight-changes-passive-string, highlight-changes-active-string):
5820         Mark as obsolete since 23.1, not 22.1.
5822 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
5824         * hilit-chg.el (highlight-changes-visibility-initial-state)
5825         (hilit-chg-update, highlight-changes-mode-turn-on):
5826         Fix typos in docstrings.
5828 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
5830         * newcomment.el (comment-enter-backward): Be careful to restore
5831         position changed during narrowing.
5833 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
5835         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5836         Recognize `sub ($$)'.
5838 2008-04-03  Richard Sharman  <rsharman@pobox.com>
5840         * hilit-chg.el (highlight-changes-mode): Rename from
5841         highlight-changes; no longer uses sub-modes active and passive;
5842         implemented by define-minor-mode.
5843         (highlight-changes-toggle-visibility): New function, to replace
5844         the old passive/active submodes of global-highlight-changes-mode;
5845         implemented by define-minor-mode.
5846         (global-highlight-changes-mode): Rename from global-highlight-changes;
5847         rewrite using define-globalized-minor-mode.
5848         (hilit-chg-major-mode-hook, hilit-chg-check-global)
5849         (hilit-chg-post-command-hook, hilit-chg-check-global)
5850         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
5851         to use of define-globalized-minor-mode.
5852         (highlight-changes-global-initial-state): Change to be boolean.
5853         (highlight-changes-visible-string, highlight-changes-invisible-string):
5854         Rename from highlight-changes-active-string and
5855         highlight-changes-passive-string.
5856         (hilit-chg-update, hilit-chg-set): Use them.
5857         (global-highlight-changes-mode): Rename from global-highlight-changes.
5858         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
5859         docstring.
5860         (hilit-chg-hide-changes): Rewrite to use dolist.
5861         (hilit-chg-set-face-on-change, hilit-chg-update)
5862         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
5863         variable instead of testing highlight-changes-mode.
5864         (highlight-markup-buffers): Add require ediff-util; argument on calls
5865         to highlight-changes-mode changed.
5866         (highlight-compare-with-file): Fix problems with interactive
5867         call giving invalid default file.
5869 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
5871         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
5872         Fix in disassembly buffer (regression in 22.2).
5874 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
5876         * emulation/viper-macs.el (viper-read-fast-keysequence):
5877         Use viper-read-event instead of viper-read-key.
5879         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
5881         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
5882         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
5883         let-statements.
5885         * emulation/viper-ex.el, emulation/viper-macs.el:
5886         * emulation/viper-mous.el:
5887         Replace load with require in eval-when-compile.
5889 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5891         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
5893         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
5894         (archive-try-jka-compr): New function.
5895         (archive-set-buffer-as-visiting-file): Use it.
5897         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
5899 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
5901         * simple.el (handle-shift-selection): New arg.
5903 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5905         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
5907         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
5909 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
5911         * shell.el (shell-dynamic-complete-filename): New fun.
5912         (shell-dynamic-complete-functions): Use it.
5914         * help-fns.el (describe-variable): Undo 2008-02-25 change.
5916 2008-04-03  Kenichi Handa  <handa@m17n.org>
5918         * international/fontset.el (create-fontset-from-x-resource):
5919         Handle the error of X resource more gracefully.
5921         * international/latin1-disp.el (latin1-display): Don't use make-char.
5922         Fix the argument to set-char-table-range.
5923         (latin1-display-identities): Don't use make-char.
5924         (latin1-display-reset): Use map-charset-chars instead of directly
5925         calling standard-display-default.
5926         (latin1-display-check-font): Don't use make-char.
5927         (latin1-display-setup): Likewise.
5928         (latin1-display-ucs-per-lynx): Likewise.
5930 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5932         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
5933         name the fields, to make the code clearer.
5934         Rewrite all `aset' and `aref' using the defined accessors.
5935         (timer--time): New pseudo-field.
5936         (timer-set-time, timer-set-idle-time, timer-inc-time)
5937         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
5938         (timer--time-less-p): New function.
5939         (timer--activate): New function, extracted from timer-activate.
5940         (timer-activate-when-idle, timer-activate): Use it.
5941         (cancel-function-timers): Use dolist.
5943 2008-04-03  Glenn Morris  <rgm@gnu.org>
5945         * add-log.el (c-beginning-of-defun, c-end-of-defun):
5946         Remove declarations; no longer used.
5947         (c-cpp-define-name, c-defun-name): Declare as functions.
5949         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
5950         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
5952         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
5953         (holiday-passover-etc, holiday-hanukkah): Doc fix.
5954         Add optional argument.  Simplify.
5955         (holiday-tisha-b-av-etc): Use memq rather than unless.
5956         (holiday-julian): Autoload it.
5957         (holiday-hebrew-misc): New function.
5959         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
5961         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
5962         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
5963         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
5964         all-hebrew-calendar-holidays.
5965         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
5966         Simplify using new functions.
5967         (calendar-holidays): Doc fix.
5968         (generate-calendar-window): Use bound-and-true-p.
5970         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
5972         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
5973         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
5974         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
5975         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
5977         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
5979 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
5983         * vc-bzr.el (vc-bzr-checkout): Simplify.
5985         * image-mode.el (image-mode-fit-frame): New command.
5987         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
5988         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
5989         (keyboard-escape-quit): Check region-active-p i.s.o
5990         transient-mark-mode.
5992 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5994         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
5995         (imap-message-copyuid-1): Use it.
5996         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5997         J. Williams in
5998         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6000 2008-04-02  Alan Mackenzie  <acm@muc.de>
6002         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
6003         New optimised functions to get the name of the current defun/macro.
6005         * add-log.el (add-log-current-defun): Move the functionality which
6006         gets the current function name for C like modes to cc-cmds.el,
6007         thus optimising for speed.
6009 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
6011         * simple.el (deactivate-mark): When the mark is temporarily
6012         active, restore the original value of transient-mark-mode.
6013         (set-mark-command): First deactivate the mark if was temporarily active.
6014         (exchange-point-and-mark): Reactivate the mark if it was
6015         temporarily active.
6016         (handle-shift-selection): New fun.
6017         (transient-mark-mode): Move var documentation here from buffer.c.
6018         (next-line, previous-line, backward-word, move-end-of-line)
6019         (move-beginning-of-line, forward-to-indentation)
6020         (backward-to-indentation, back-to-indentation)
6021         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
6023         * mouse.el (mouse-set-region-1): Save the old value of
6024         transient-mark-mode.
6025         (mouse-drag-track): Ignore the now-obsolete value `identity' for
6026         transient-mark-mode.
6028         * textmodes/paragraphs.el (forward-paragraph)
6029         (backward-paragraph, forward-sentence, backward-sentence): Add ^
6030         interactive spec.
6032         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
6034 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
6036         * net/tramp.el (tramp-make-tramp-temp-file):
6037         Use `tramp-drop-volume-letter' for the local file name part.
6039 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
6041         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
6042         Add menu entries corresponding to all the key bindings.
6044         * emacs-lisp/debug.el (debugger-mode-map):
6045         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
6046         (conf-align-assignments): Only work on the region if it is active.
6047         (conf-quote-normal): Use when instead of if.  Remove redundant test.
6049         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6050         for tracing and re-builder.
6052 2008-04-02  Glenn Morris  <rgm@gnu.org>
6054         * calendar/appt.el (appt-disp-window-function): Doc fix.
6055         (appt-display-message): Move beep before display.
6056         (appt-check): Make interactive.  Reduce the number of lets.
6057         Use string-equal to compare mode-line strings.
6058         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
6059         read-only.
6060         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
6061         (appt-delete): Simplify.
6063         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
6065         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6067         * calendar/cal-hebrew.el (list-yahrzeit-dates):
6068         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
6069         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
6071         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
6072         (calendar-holiday-marker, mark-visible-calendar-date):
6073         * calendar/diary-lib.el (fancy-diary-display):
6074         Check for font-lock-mode before using faces.
6076         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
6077         (calendar-gregorian-from-absolute): Reduce the number of lets.
6078         (hebrew-holidays-4, generate-calendar-window): Simplify.
6079         (calendar-for-loop): Make obsolete.
6080         (calendar-nth-named-day): Doc fix.
6082         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
6083         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
6084         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
6085         Reduce the number of lets.
6086         (mark-sexp-diary-entries, calendar-mark-complex):
6087         Expand calendar-for-loops.
6089 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
6091         * find-dired.el (find-dired-filter): Fix last patch to handle
6092         multi-line process input.  Pad link numbers too.
6094 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
6096         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
6098 2008-04-01  Jason Rumney  <jasonr@gnu.org>
6100         * international/characters.el (script-list): Add phonetic script,
6101         covering IPA (previously Latin), Phonetic Extensions and
6102         Phonetic Extensions Supplement (both previously unassigned).
6104         * international/fontset.el (setup-default-fontset): Use unicode fonts
6105         that cover bopomofo script for bopomofo.
6106         Likewise for braille and mathematical.
6107         Use unicode scripts that cover the phonetic script for IPA.
6109 2008-04-01  Johan BockgÃ¥rd  <bojohan@gnu.org>
6111         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
6112         return the assigned value.
6114 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6116         * abbrev.el (abbrev-mode): Use define-minor-mode.
6118         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
6119         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
6120         Use map-keymap.
6121         (minor-mode-menu-from-indicator): Use it.  Simplify.
6123         * bindings.el (mode-line-mode-menu): Move before (new) first use.
6124         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
6125         Bind the key directly to the menu.
6126         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
6128 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
6130         * epa.el (epa-decrypt-region): Explain the reason why this
6131         function should not be used in Lisp programs.
6132         (epa-decrypt-armor-in-region): Ditto.
6133         (epa-verify-region): Ditto.
6134         (epa-verify-cleartext-in-region): Ditto.
6135         (epa-sign-region): Ditto.
6136         (epa-encrypt-region): Ditto.
6138         * epg.el (epg-start-receive-keys): Fix typo in docstring.
6140         * epa.el (epa-select-keys): Show menu even if there is no key in
6141         GnuPG's keyring.
6143 2008-04-01  Glenn Morris  <rgm@gnu.org>
6145         * calendar/calendar.el (calendar-make-temp-face): New function.
6146         (mark-visible-calendar-date):
6147         * calendar/diary-lib.el (fancy-diary-display): Use it.
6149         * vc-hooks.el (vc-responsible-backend): Declare as function.
6151         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
6152         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
6153         * calendar/cal-julian.el (holiday-julian): Use it.
6155         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
6156         (calendar-hebrew-date-is-visible-p): Extract some common code into
6157         separate function.
6158         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
6160         * calendar/cal-menu.el (cal-menu-holidays-menu):
6161         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
6162         rather than obsolete alias.
6164         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
6165         for mark characters.
6166         (calendar-unmark): Unmark by removing all overlays, rather than
6167         redrawing.
6168         (calendar-starred-day): Remove.
6169         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
6170         (calendar-cursor-to-date): No need for special star handling now
6171         using overlays.
6172         (calendar-star-date): Use overlays.
6174         * calendar/cal-french.el (calendar-goto-french-date):
6175         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
6176         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
6177         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
6178         * calendar/cal-persia.el (calendar-persian-date-string):
6179         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6180         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
6181         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
6182         * calendar/solar.el (solar-equinoxes-solstices):
6183         Reduce nesting of some lets.
6185         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6186         (calendar-goto-mayan-long-count-date): Simplify.
6188         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
6189         Simplify by using mapcar.
6190         (calendar-list-holidays): Return holiday-list.
6191         (list-holidays): Use let rather than let*.  Remove un-needed locals
6192         `d', `never'.
6193         (calendar-check-holidays): Return result from dolist.
6194         (holiday-float): Use a single let*.  Simplify if-and to and.
6195         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
6196         single let*.
6198 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
6200         * calc/calc.el: Autoload `calc-yank'.
6201         (calc-mode-map): Add keybindings for `calc-yank'.
6202         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
6203         assignments for `calc-yank'.
6205 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
6207         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
6208         (vc-status-mark-buffer-changed): Handle the extra field.
6210         * vc-bzr.el (vc-bzr-after-dir-status):
6211         * vc-cvs.el (vc-cvs-after-dir-status):
6212         * vc-hg.el (vc-hg-after-dir-status):
6213         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
6215 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6217         * doc-view.el: Compute displayed pages first (in PDF).
6218         (doc-view-current-converter-processes): Rename from
6219         doc-view-current-converter-process.  Update users.
6220         (doc-view-sentinel): Test buffer's liveness.
6221         (doc-view-pdf/ps->png-sentinel): Remove.
6222         (doc-view-start-process): New function.
6223         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
6224         (doc-view-ps->pdf): Use it.
6225         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
6226         New functions.
6227         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
6228         (doc-view-mode): Kill the processes when leaving the mode.
6230 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
6232         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
6233         Use `byte-compile-warning-types'.  Add docstring.
6235 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6237         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
6238         (smerge-resolve): Add various resolution heuristics.
6240         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
6241         in 3-way conflicts.
6243 2008-03-31  Glenn Morris  <rgm@gnu.org>
6245         * calendar/cal-bahai.el (diary-bahai-mark-entries):
6246         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6247         * calendar/cal-islam.el (mark-islamic-diary-entries):
6248         Fix argument order in call to diary-mark-entries-1.
6250         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
6251         pre-Bahai dates.
6252         (holiday-bahai): Use an algorithm actually relevant to this calendar
6253         system.
6255         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
6257         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
6258         Use and.
6260         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
6261         in the last fortnight in Julian October.
6263         * calendar/calendar.el (increment-calendar-month): Optionally handle
6264         systems without 12 months per year.
6266         (calendar-date-is-visible-p): Doc fix.  Simplify.
6268         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
6269         from dolist.
6271 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
6273         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
6274         (hi-lock-unload-function): New function.
6276 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
6278         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
6279         overwriting when NEWNAME is a local file.
6281         * net/trampver.el: Update release number.
6283 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
6285         * vc-git.el: Make vc-status display information about copies,
6286         renames and permission changes.
6287         (vc-git-extra-fileinfo): New defstruct.
6288         (vc-git-escape-file-name, vc-git-file-type-as-string)
6289         (vc-git-rename-as-string, vc-git-permissions-as-string)
6290         (vc-git-status-printer): New functions.
6291         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
6292         (vc-git-after-dir-status-stage1): Look for copies, renames and
6293         permission changes.
6294         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
6295         (vc-git-dir-status): Ask for staged files and renames.
6297 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
6299         * vc.el: Allow backends to display backend specific information in
6300         the vc-status listing.
6301         (vc-status-fileinfo): Add a field for backend specific information.
6302         (vc-status-printer): Rename to ...
6303         (vc-default-status-printer): ... this.
6304         (vc-status-printer): New function.
6305         (vc-update-vc-status-buffer): Set the backend specific file info
6306         if provided.
6308 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6310         * textmodes/remember.el (remember-diary-convert-entry): Revert last
6311         change (ill-conceived).
6313 2008-03-29  Glenn Morris  <rgm@gnu.org>
6315         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
6316         * calendar/cal-julian.el (holiday-julian): Simplify.
6318         * calendar/holidays.el (list-holidays): Use or.
6320 2008-03-29  Juri Linkov  <juri@jurta.org>
6322         * window.el (split-window-preferred-horizontally): New function.
6324         * cus-start.el (split-window-preferred-function):
6325         Set choice for "vertically" to nil instead of split-window.
6326         Set choice for "horizontally" to split-window-preferred-horizontally
6327         instead of lambda.
6329 2008-03-29  Juri Linkov  <juri@jurta.org>
6331         * simple.el (minibuffer-default-add-function): New variable with
6332         the default to minibuffer-default-add-completions.
6333         (minibuffer-default-add-done): New variable.  Make it buffer-local.
6334         (minibuffer-default-add-completions): New function.
6335         (goto-history-element): Set minibuffer-default-add-done to t and
6336         call a function in minibuffer-default-add-function when the
6337         specified absolute history position is greater than the length of
6338         the minibuffer-default list and minibuffer-default-add-done is nil.
6339         Change "^End of history; no next item$" to "^End of defaults;
6340         no next item$".
6342         * bindings.el (debug-ignored-errors): Change "^End of history;
6343         no next item$" to "^End of defaults; no next item$".
6345 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6347         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
6349         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
6350         to with-no-warnings.
6352 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
6354         Sync with Tramp 2.1.13.
6356         * net/tramp-ftp.el: Require 'cl when byte-compiling.
6358         * net/trampver.el: Update release number.
6360 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
6362         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
6363         the current backend.
6365         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
6366         (vc-status-refresh): Create a temporary buffer and call the
6367         `dir-status' backend function from that buffer.
6369         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
6370         (vc-bzr-after-dir-status): Don't kill the buffer.
6372         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
6373         (vc-cvs-after-dir-status): Don't kill the buffer.
6375         * vc-git.el (vc-git-dir-status): Don't create a buffer.
6376         (vc-git-after-dir-status-stage2): Don't kill the buffer.
6378         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
6379         (vc-hg-after-dir-status): Don't kill the buffer.
6381         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
6382         (vc-svn-after-dir-status): Don't kill the buffer.
6384 2008-03-29  Glenn Morris  <rgm@gnu.org>
6386         * calendar/calendar.el (diary-file, american-date-diary-pattern)
6387         (european-date-diary-pattern, european-calendar-display-form)
6388         (american-calendar-display-form, diary-display-hook): Doc fixes.
6389         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
6390         custom :set.  Mark as obsolete.
6391         (calendar-date-style, iso-date-diary-pattern)
6392         (iso-calendar-display-form): New user variables.
6393         (diary-date-forms, calendar-date-display-form): Set using
6394         calendar-date-style.  Doc fix.
6395         (calendar-set-date-style): New command.
6396         (european-calendar, american-calendar): Use calendar-set-date-style.
6397         Mark as obsolete.
6399         * calendar/diary-lib.el (number): Move declaration where needed.
6400         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
6401         (diary-make-date): New function.
6402         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
6403         Use diary-make-date.
6404         (diary-date-display-form, diary-insert-entry-1): New functions.
6405         (insert-monthly-diary-entry, insert-yearly-diary-entry):
6406         Use diary-insert-entry-1.
6407         (insert-anniversary-diary-entry, insert-block-diary-entry)
6408         (insert-cyclic-diary-entry): Use diary-date-display-form.
6410         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6411         Autoload diary-insert-entry-1.
6412         * calendar/cal-bahai.el (diary-bahai-insert-entry)
6413         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6414         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
6415         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
6416         * calendar/cal-islam.el (insert-islamic-diary-entry)
6417         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
6418         Use diary-insert-entry-1.
6420         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
6421         (diary-yahrzeit): Doc fix.  Use diary-make-date.
6423         * calendar/icalendar.el (icalendar--datetime-to-american-date):
6424         New name for icalendar--datetime-to-noneuropean-date.  Make old name
6425         obsolete alias.
6426         (icalendar--datetime-to-iso-date): New function.
6427         (icalendar--datetime-to-diary-date): Doc fix.  Respect
6428         calendar-date-style if bound.
6430         * textmodes/remember.el (remember-diary-convert-entry):
6431         Respect calendar-date-style if bound.
6433 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6435         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
6436         (xterm-mouse-handle-delete-frame): Delete.
6438         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
6439         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
6440         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
6441         in xterm-modify-other-keys-terminal-list.
6443         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
6444         are conflicts.
6446 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
6448         * vc.el (vc-update): Check if the buffer is unsaved only if it
6449         actually exists.
6450         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
6451         vc-print-log.
6453 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6455         * net/dns.el (dns-write): Use set-buffer-multibyte.
6457 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6459         * vc-bzr.el (vc-bzr-sha1): New fun.
6460         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
6461         (vc-bzr-registered): Use it.
6463 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
6465         * vc.el (vc-status-kill-dir-status-process): Simplify.
6466         (vc-status-refresh): Make sure the buffer is live.
6467         (ring): Don't require it, not used.
6469 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
6471         * progmodes/verilog-mode.el (verilog-auto-inout-module):
6472         Add optional regular expression to AUTOINOUTMODULE.
6473         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
6474         (verilog-auto-inst-param, verilog-auto-reg)
6475         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
6476         (verilog-auto-output-every, verilog-auto-input)
6477         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
6478         (verilog-auto-unused, verilog-auto): Update documentation to use
6479         more obvious instance module names versus cell names.
6481 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
6483         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
6484         kill if a process is running.
6486         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
6488 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
6490         * vc.el: Add new backend function 'status-extra-headers.
6491         (vc-default-status-extra-headers): New function.
6492         (vc-status-headers): Call 'status-extra-headers.  Add colors.
6494         * vc-git.el (vc-git-status-extra-headers): New function.
6496 2008-03-28  Glenn Morris  <rgm@gnu.org>
6498         * calendar/cal-menu.el (cal-menu-holidays-menu)
6499         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6500         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
6501         holiday-list is optional.
6502         (calendar-mouse-holidays): Remove un-needed local `l'.
6504         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6505         Remove un-needed local `date'.
6506         (calendar-cursor-to-visible-date): Use let rather than let*.
6507         Remove un-needed local `first-of-month-weekday'.
6509         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
6511         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
6512         Doc fixes.
6513         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
6514         (diary-header-line-flag, diary-header-line-format): Declare.
6515         (diary-pull-attrs): Check for multiple matches.
6516         (diary-list-entries-2): Simplify finding start of date.
6517         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
6518         pop-up-frames.
6519         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
6520         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
6522 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
6524         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
6526         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
6528 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6530         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
6532         * image-mode.el (image-mode-reapply-winprops): Fix last change.
6534 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
6536         * international/mule-conf.el (define-iso-single-byte-charset):
6537         Don't make latin-iso8859-* supplementary.
6538         (#'set-charset-priority): Don't change the priority of charsets
6539         `unicode' and `emacs'.
6541 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6543         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
6544         temp buffer.
6546 2008-03-27  Glenn Morris  <rgm@gnu.org>
6548         * calendar/cal-bahai.el (diary-bahai-list-entries):
6549         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
6550         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
6552         * calendar/calendar.el (diary-file): Doc fix.
6554         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
6555         (list-diary-entries-hook, mark-diary-entries-hook)
6556         (include-other-diary-files, diary-mail-entries)
6557         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
6558         (diary-set-header): New function.
6559         (diary-header-line-flag, diary-header-line-format):
6560         Use diary-set-header for custom :set function.
6561         (diary-set-maybe-redraw): Use symbol-value rather than eval.
6562         (diary-attrtype-convert): Use intern-soft rather than read.
6563         (diary-display-no-entries): New function.
6564         (simple-diary-display, fancy-diary-display): Use it.
6565         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
6566         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
6568         * calendar/holidays.el (list-holidays): Doc fix.
6570 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
6572         * calc/calc-store.el (calc-read-var-name-history): New variable.
6573         (calc-read-var-name): Use `calc-read-var-name-history'.
6575 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6577         * image-mode.el (image-mode-reapply-winprops): Simplify now that
6578         window-configuration-change-hook works buffer-locally.
6580 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
6582         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
6583         for Emacs Lisp, not Lisp.
6585 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
6587         * help-fns.el (describe-function-1, describe-variable):
6588         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
6590         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
6591         replacement is provided, don't print "use nil instead".
6593 2008-03-26  Johan BockgÃ¥rd  <bojohan@gnu.org>
6595         * complete.el (PC-do-completion): Use regexp-quote.
6597 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
6599         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
6600         Detect missing files.
6602         * vc-git.el (vc-git-extra-menu-map): New key map.
6603         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
6604         New functions.
6606         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
6607         and 'missing files.
6609 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6611         * calendar/holidays.el (list-holidays): Make Y2 optional.
6613         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
6614         buffers shown to the user.
6615         (appt-disp-window): Disable undo explicitly now that the leading space
6616         is gone.
6618         * simple.el (activate-mark): New function.
6619         (set-mark-command): Use it with region-active-p to clean up the code.
6620         (exchange-point-and-mark): Invert the meaning of C-u when
6621         transient-mark-mode is active.
6623         * dired-aux.el (dired-create-files): Use dolist.
6625         * bindings.el (mode-line-change-eol): Use with-selected-window.
6627         * apropos.el (apropos-command): Include macros.
6629 2008-03-26  Glenn Morris  <rgm@gnu.org>
6631         * calendar/cal-bahai.el: Require calendar, not cal-julian.
6632         (calendar-bahai-epoch): Doc fix.
6634         * calendar/cal-china.el: Explicitly require calendar.
6636         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
6637         Require calendar rather than cal-julian.
6638         Autoload calendar-absolute-from-julian.
6639         * calendar/cal-coptic.el (coptic-calendar-epoch):
6640         * calendar/cal-islam.el (calendar-islamic-epoch):
6641         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
6643         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
6645         * calendar/cal-dst.el: Don't require cal-persia.
6646         (calendar-absolute-from-persian): Autoload it.
6647         (dst-adjust-time): Doc fix.
6649         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
6650         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
6651         calendar.
6653         * calendar/cal-menu.el: Require calendar rather than declaring
6654         functions.
6655         * calendar/calendar.el: Provide calendar before requiring cal-menu.
6657         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
6658         calendar-after-frame-setup-hooks.  Update callers, make old name an
6659         obsolete alias.  Doc fix.
6660         (calendar-frame-1): Doc fix.
6662         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
6664         * calendar/calendar.el (oriental-holidays, solar-holidays):
6665         * calendar/holidays.el (list-holidays): Assume atan always bound.
6667         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
6668         Explicitly require calendar, not cal-julian.
6669         * calendar/lunar.el: Explicitly require cal-dst.
6671 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6673         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
6675         * help-fns.el (describe-function-1, describe-variable): If no
6676         replacement is provided, don't print "use nil instead".
6678 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6680         * proced.el: New file.
6682 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
6684         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
6686 2008-03-25  Juri Linkov  <juri@jurta.org>
6688         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
6689         in battery-mode-line-format.
6691         * bindings.el (minibuffer-local-map): For the command
6692         file-cache-minibuffer-complete replace keymap minibuffer-local-map
6693         with map which is already locally bound to minibuffer-local-map.
6695 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6697         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
6698         Remove `sort-first' argument.
6700         * subr.el (redisplay-end-trigger-functions)
6701         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
6702         (process-filter-multibyte-p, set-process-filter-multibyte):
6703         Mark as obsolete.
6705 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
6707         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
6708         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
6709         use the LOCAL arg of `add-hook'.
6710         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
6711         Remove spurious * from defcustom docstrings.
6712         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
6713         Fix typos in messages.
6714         (reb-mode-buffer-p): New function.
6715         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
6716         (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
6717         (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
6718         Use `unless', `when'.
6719         (re-builder-unload-function): New function.
6721 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
6723         * vc-hooks.el (vc-state): Add documentation for 'missing.
6725 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
6727         * progmodes/verilog-mode.el (verilog-auto-output)
6728         (verilog-auto-input, verilog-auto-inout, verilog-auto)
6729         (verilog-delete-auto): Add optional regular expression to
6730         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
6731         (verilog-signals-matching-regexp): New internal function for
6732         signal matching.
6734 2008-03-25  Johan BockgÃ¥rd  <bojohan@gnu.org>
6736         * info.el (Info-isearch-search): Always return point.
6738 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6740         * diff-mode.el (diff-remembered-defdir): New var.
6741         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
6743 2008-03-25  Glenn Morris  <rgm@gnu.org>
6745         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
6746         calendar-bahai-prompt-for-date.  Update callers, make old name an
6747         obsolete alias.  Doc fix.
6748         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
6749         coptic-prompt-for-date.  Update callers, make old name an
6750         obsolete alias.  Doc fix.
6751         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
6752         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
6753         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
6754         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
6755         * calendar/cal-iso.el (calendar-iso-read-date): New name for
6756         calendar-iso-read-args.  Update callers, make old name an obsolete
6757         alias.
6758         * calendar/cal-persia.el (calendar-persian-read-date): New name for
6759         persian-prompt-for-date.  Update callers, make old name an
6760         obsolete alias.  Doc fix.  Move definition before use.
6762         * calendar/cal-x.el (diary-frame-parameters)
6763         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6764         (calendar-frame-1): Doc fixes.
6765         (make-fancy-diary-buffer): Remove declaration.
6766         (calendar-dedicate-diary): Replace call to deleted function
6767         make-fancy-diary-buffer.
6768         (calendar-frame-setup): New function.
6769         (calendar-one-frame-setup, calendar-only-one-frame-setup)
6770         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
6771         work, and mark as obsolete.
6772         (special-display-buffer-names): Don't mess with this; it's not our
6773         business.
6774         (cal-x-load-hook): Defvar it, and mark as obsolete.
6776         * calendar/calendar.el (calendar-remove-frame-by-deleting):
6777         Default to t.  Add to 'calendar group.
6778         (calendar): Doc fix.  Use calendar-frame-setup.
6779         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
6780         (generate-calendar-window): Doc fix.
6782 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6784         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
6786 2008-03-24  Drew Adams  <drew.adams@oracle.com>
6788         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
6789         New variables.
6790         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
6791         (finder-exit): Ignore errors rather than avoiding them.
6792         Kill *Finder-package* buffer also.
6794 2008-03-24  Andreas Schwab  <schwab@suse.de>
6796         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
6798 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
6800         * vc-hg.el (vc-hg-after-dir-status):
6801         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
6803         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
6804         Detect removed files.
6806         * vc.el (vc-status-printer): Use a different face for missing files.
6807         (vc-status-hide-up-to-date): Rename from
6808         vc-status-remove-up-to-date.  Update all callers.
6809         (vc-status-mode-map): Bind C-m.
6811 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
6813         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
6814         code ...
6815         (vc-git--state-code): ... to this new function.
6816         (vc-git-state): Use it.
6818 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
6820         * textmodes/remember.el (remember-mail-date)
6821         (remember-store-in-mailbox): Write date and From line in such a
6822         way that Mutt can read it.
6824 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
6826         * simple.el (transient-mark-mode): Turn on by default.
6828 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
6830         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
6831         'unregistered for unregistered files.
6833         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
6835         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
6837         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
6838         subdirectories.
6840         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
6841         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
6842         Add :enable for vc-status-refresh.
6843         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
6844         (vc-status-tool-bar-map): Add binding for
6845         vc-status-kill-dir-status-process.
6846         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
6847         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
6848         Reset vc-status-process-buffer.
6849         (vc-status-refresh): Don't run two refreshes at a time.
6850         (vc-status): If the buffer is already in vc-status-mode only refresh.
6851         (vc-status-mark-buffer-changed): Add an optional file parameter.
6852         (vc-resynch-buffer): Use it.
6853         (vc-delete-file): Expand the file name before using it.
6854         Be careful to not create a new buffer with the old file contents.
6855         Update the VC state after performing the operation.
6857 2008-03-23  Andreas Schwab  <schwab@suse.de>
6859         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
6860         Fix radio button condition.
6861         [box]: Likewise.
6862         [customize]: Add radio button.
6864 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
6866         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
6867         (calc-user-parse-tables, calc-gnuplot-default-device)
6868         (calc-gnuplot-default-output, calc-gnuplot-print-device)
6869         (calc-gnuplot-print-output, calc-gnuplot-geometry)
6870         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6871         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
6872         (calc-undo-list, calc-redo-list, calc-main-buffer)
6873         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
6874         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
6875         (calc-said-hello, calc-executing-macro, calc-any-selections)
6876         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
6877         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
6878         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
6879         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
6880         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
6881         (calc-create-buffer, calc-quit): Add docstrings.
6883 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
6885         * makefile.w32-in (WINS_ALMOST): Add org.
6887 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
6889         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
6890         New functions to implement vc-status support.
6892 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
6894         * vc.el (vc-status-prepare-status-buffer): New function.
6895         (vc-status): Use it.
6897         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
6898         appropriate.
6900 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
6902         * vc-git.el (vc-git--empty-db-p)
6903         (vc-git-after-dir-status-stage1-empty-db): New functions.
6904         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
6905         Add support for empty repositories.
6907 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
6909         * vc-git.el (vc-git-annotate-extract-revision-at-line):
6910         Allow "^" in a version name.
6912         * vc-mtn.el (vc-mtn-state): Support the added state.
6914 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
6916         * org: New directory for Org-mode.
6918         * org/org-export-latex.el: Moved from lisp/texmodes.
6920         * org/org-irc.el: Moved from lisp/texmodes.
6922         * org/org-mac-message.el: Moved from lisp/texmodes.
6924         * org/org-mouse.el: Moved from lisp/texmodes.
6926         * org/org-publish.el: Moved from lisp/texmodes.
6928 2008-03-21  Juri Linkov  <juri@jurta.org>
6930         * comint.el (comint-dynamic-simple-complete):
6931         Use variable `stub' for the second arg `common-substring'
6932         of `comint-dynamic-list-completions'.
6933         (comint-dynamic-list-filename-completions):
6934         Use variable `filenondir' for the second arg `common-substring'
6935         of `comint-dynamic-list-completions'.
6936         (comint-dynamic-list-completions): Add new optional arg
6937         `common-substring'.  Add `common-substring' as the second arg of
6938         the call to `display-completion-list'.  Doc fix.
6940         * comint.el (comint-dynamic-complete-as-filename)
6941         (comint-dynamic-list-filename-completions)
6942         (comint-dynamic-simple-complete): Use `minibuffer-message'
6943         to display message "No completions of %s" when a command
6944         is called in the minibuffer.
6945         (comint-dynamic-simple-complete): Don't display other
6946         completion messages when a command is called in the minibuffer.
6947         (comint-dynamic-list-completions): Use `minibuffer-message'
6948         to display message " [Type space to flush ...]" when a command
6949         is called in the minibuffer.
6951         * shell.el (shell-dynamic-complete-command)
6952         (shell-dynamic-complete-environment-variable): Don't display
6953         completion messages when command is called in the minibuffer.
6955         * emacs-lisp/lisp.el (lisp-complete-symbol):
6956         Use `minibuffer-message' to display message "No completions of %s"
6957         when this command is called in the minibuffer.
6959         * bindings.el (standard-mode-line-modes): Put special help-echo
6960         tooltip on recursive edit %[ %] mode-line constructs.
6962         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
6963         "^No dynamic expansion for .* found$" to allow error messages like
6964         "No dynamic expansion for \"%s\" found in this-buffer".
6966 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
6968         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
6969         "psftp".
6971 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
6974         * vc.el (vc-default-dired-state-info): Use just "modified".
6975         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
6976         (vc-cvs-mode-line-string): Make use of the better default.
6977         (vc-cvs-parse-entry): Use the new `added'.
6978         (vc-cvs-dired-state-info): Remove.
6979         * vc-svn.el (vc-svn-dired-state-info): Remove.
6980         * vc-hg.el (vc-hg-dired-state-info): Remove.
6981         * vc-git.el (vc-git-dired-state-info): Remove.
6983 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
6985         * vc-git.el (vc-git-status-result): New variable.
6986         (vc-git-dir-status): Split out ...
6987         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
6988         ... these new functions and work asynchronously.
6990 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
6992         * vc-git.el (vc-git-after-dir-status): Remove.
6993         (vc-git-dired-state-info): Reimplement.
6995 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
6997         * replace.el (occur-mode-map): Add :help.
6999         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
7000         for disassemble.
7002         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
7003         the 'added state.
7004         (vc-status-remove-up-to-date): New function.
7005         (vc-status-mode-map, vc-status-menu-map): Bind it.
7006         (vc-status-printer): Use a different face up-to-date files.
7007         (vc-resynch-buffer): Update the vc-status buffer if it exists.
7008         (Todo): Remove solved entries.
7010         * vc-hg.el (vc-hg-state):
7011         * vc-git.el (vc-git-state):
7012         * vc-cvs.el (vc-cvs-parse-status):
7013         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
7014         state.
7016 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7018         * progmodes/compile.el (compile):
7019         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
7021         * simple.el (minibuffer-local-shell-command-map): New var.
7022         (minibuffer-complete-shell-command, read-shell-command): New funs.
7023         (shell-command, shell-command-on-region): Use them.
7025 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
7027         * vc.el (vc-status-mark-buffer-changed): New function to implement
7028         updating of the *vc-status* buffer when a buffer is saved.
7029         (vc-status-mode): Use it for after-change-hook.
7030         (vc-add-to-vc-status-buffer): Rename to ...
7031         (vc-status-add-entry): ... this.
7032         (Todo): Add new entry.
7034 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7036         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
7038 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
7040         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
7041         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
7042         Remove spurious * from defcustom docstrings.
7043         (icomplete-compute-delay): Fix docstring and remove spurious *.
7044         (icomplete-delay-completions-threshold): Fix typo in docstring and
7045         remove spurious *.
7046         (icomplete-completions): While collecting the list of prospective
7047         candidates, don't overshoot `icomplete-prospects-length'.
7049 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
7051         * textmodes/refbib.el:
7052         * textmodes/reftex.el:
7053         * textmodes/reftex-global.el:
7054         * textmodes/reftex-vars.el:
7055         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
7056         compiler pacifying defvars.
7057         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
7058         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
7059         not needed.
7061 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
7063         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
7064         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
7065         (verilog-customize, verilog-font-customize)
7066         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
7067         (verilog-mode): Update documentation strings to match tool tips.
7068         (verilog-auto-search-do, verilog-auto-re-search-do)
7069         (verilog-skip-forward-comment-or-string): Fix verilog-auto
7070         expansion when a .* appears inside a string.
7071         (verilog-re-search-forward, verilog-re-search-backward):
7072         Add comment to recall how this works.
7073         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
7075 2008-03-20  Glenn Morris  <rgm@gnu.org>
7077         * calendar/calendar.el (calendar-other-dates): New function.
7078         (calendar-print-other-dates): Use calendar-other-dates.
7079         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
7080         the declarations it replaces.
7081         (calendar-mouse-print-dates): Use calendar-other-dates.
7083         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
7084         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
7085         (calendar-absolute-from-bahai): Fix the leap-year case.
7086         (calendar-bahai-from-absolute): Re-use the Gregorian month.
7087         (calendar-bahai-date-string, calendar-bahai-print-date):
7088         Handle pre-Bahai dates.
7090         * calendar/cal-china.el (chinese-calendar-celestial-stem)
7091         (chinese-calendar-terrestrial-branch): Make defcustoms.
7093         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
7094         (calendar-mouse-view-diary-entries): Use or.
7095         (calendar-mouse-chinese-date): Remove unused command.
7096         (cal-menu-load-hook): Mark as obsolete.
7098         * calendar/solar.el (calendar-location-name, calendar-latitude)
7099         (calendar-longitude, solar-arctan, sunrise-sunset)
7100         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
7102 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
7104         * calc/calc.el: Remove outdated comments.
7105         (defcalcmodevar, calc-mode-var-list-restore-default-values)
7106         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
7107         Add docstrings.
7109 2008-03-19  Jason Rumney  <jasonr@gnu.org>
7111         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
7113 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7115         * net/tls.el (open-tls-stream): Reindent.
7117 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
7119         * net/tramp.el (tramp-let-maybe): Removed.
7120         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
7121         It does not exist under XEmacs.
7122         (tramp-handle-file-truename, tramp-handle-expand-file-name)
7123         (tramp-completion-file-name-handler): Let-bind
7124         `directory-sep-char'.
7126         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
7127         `directory-sep-char'.
7129 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7131         * help-fns.el (describe-function-1): Don't signal "missing arglist"
7132         for autoloaded keymaps.
7134         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
7135         (electric-verilog-terminate-line, verilog-in-struct-region-p)
7136         (verilog-backward-ws&directives, verilog-forward-ws&directives)
7137         (verilog-in-comment-p, verilog-in-star-comment-p)
7138         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
7139         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
7140         (verilog-skip-forward-comment-or-string, verilog-in-paren)
7141         (verilog-skip-forward-comment-p): Use it.
7143 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
7145         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
7146         (org-remember-templates, org-time-stamp-rounding-minutes)
7147         (org-back-over-empty-lines, org-find-base-buffer-visiting)
7148         (org-columns-new): Fix typos in docstrings.
7150 2008-03-19  Glenn Morris  <rgm@gnu.org>
7152         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
7153         (tramp-handle-shell-command): Use condition-case rather than
7154         ignore-errors.
7156 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7158         * diff-mode.el (diff-header): Make the color louder.
7159         (diff-refine-change): Tone the color down.
7161 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
7163         * descr-text.el (describe-char): When `describe-char-unidata-list'
7164         is set to show all properties, list them in the right order.
7166 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7168         * international/mule.el (load-with-code-conversion): Avoid setting
7169         default-enable-multibyte-characters.
7171 2008-03-19  Gustav HÃ¥llberg  <gustav@virtutech.com>  (tiny change)
7173         * vc.el (vc-annotate-background): Fix custom type.
7175 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7177         * descr-text.el (describe-char-unidata-list): Allow specifying
7178         just all properties.
7179         (describe-char): Handle that new value.
7181         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
7183 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
7185         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
7186         instead of file name extension to make docs with uncommon
7187         extensions work.
7189 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
7191         * doc-view.el (require): Require cl at compile time because
7192         `assert' needs it.
7194 2008-03-18  Glenn Morris  <rgm@gnu.org>
7196         * calendar/calendar.el (initial-calendar-window-hook)
7197         (today-visible-calendar-hook): Doc fixes.
7199 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
7201         * net/tramp.el (tramp-root-regexp): Simplify.
7202         (tramp-completion-file-name-regexp-separate): Don't insist on
7203         leading "[".  This prevents method or user or host completion.
7204         (tramp-let-maybe): Autoload it.
7205         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
7206         is an alias for `identity'.
7207         (tramp-handle-write-region): Protect `last-coding-system-used'
7208         over the trailing statements.
7209         (tramp-completion-file-name-handler-post-function): Remove.
7210         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
7211         instead of calling `tramp-drop-volume-letter'.
7213         * net/tramp.el:
7214         * net/tramp-uu.el:
7215         * net/trampver.el: Move coding cookie at the end.
7217 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7219         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
7220         elements which may be something else than characters.
7222 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
7224         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
7225         New functions to implement vc-status support.
7227         * vc.el (vc-default-extra-status-menu)
7228         (vc-add-to-vc-status-buffer): New functions.
7230         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7231         for eldoc and ielm.
7233 2008-03-17  Glenn Morris  <rgm@gnu.org>
7235         * calendar/cal-x.el (diary-frame-parameters)
7236         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
7237         Fix custom type; add options.
7238         (calendar-frame, diary-frame): Doc fixes.
7239         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
7240         new functions.
7241         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
7242         Use calendar-frame-1 and calendar-dedicate-diary.
7243         (calendar-one-frame-setup): Also handle only-one-frame case.
7244         (calendar-only-one-frame-setup): Doc fix.  Just call
7245         calendar-one-frame-setup.
7247         * calendar/diary-lib.el: Re-order some definitions before their use.
7248         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
7249         (diary-list-entries): Doc fixes.
7250         (make-fancy-diary-display): Remove function.
7252         * calendar/calendar.el (calendar-today-marker)
7253         (initial-calendar-window-hook, today-visible-calendar-hook)
7254         (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
7255         (calendar-star-date, calendar-mark-today): Doc fixes.
7256         (today-visible-calendar-hook): Add options.
7257         (calendar-in-read-only-buffer): New macro.
7258         (calendar-basic-setup): Adapt for change in calendar-read-date.
7259         Place holiday let inside if.
7260         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
7261         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
7262         (calendar-print-other-dates): Use one let rather than many.
7264         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
7265         (calendar-print-other-dates):
7266         * calendar/cal-hebrew.el (list-yahrzeit-dates):
7267         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
7268         * calendar/holidays.el (calendar-list-holidays, list-holidays)
7269         (calendar-cursor-holidays):
7270         * calendar/lunar.el (calendar-phases-of-moon): Use
7271         calendar-in-read-only-buffer to replace previous code and disable undo.
7273 2008-03-16  Juri Linkov  <juri@jurta.org>
7275         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
7276         and regexp-search-ring-yank-pointer for the HISTPOS argument of
7277         read-from-minibuffer to provide the correct initial minibuffer
7278         history position in isearch-edit-string when it is called from
7279         isearch-ring-adjust.
7281         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
7282         to check if the current buffer is the minibuffer, and in this case
7283         call abort-recursive-edit to kill the minibuffer.  Doc fix.
7284         (kill-this-buffer-enabled-p): Allow this function to return non-nil
7285         when the current buffer is the minibuffer.
7287         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
7289 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
7291         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7292         Use non-nil PARENTS attribute of make-directory instead of
7293         explicitly checking existence the current cache directory.
7295 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
7297         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
7298         M-x epa-file-select-keys.
7300 2008-03-16  Kenichi Handa  <handa@m17n.org>
7302         * international/mule.el (auto-coding-alist):
7303         Use no-conversion-multibyte for archive files.
7305 2008-03-16  Glenn Morris  <rgm@gnu.org>
7307         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
7308         New functions.
7309         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
7310         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
7311         Use calendar-mark-1.
7312         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
7313         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
7314         Use calendar-mark-complex.
7315         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
7316         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
7317         Use calendar-mark-1.
7319         * calendar/calendar.el (calendar-mod): Remove.
7320         * calendar/cal-china.el (calendar-chinese-from-absolute)
7321         (calendar-chinese-date-string): Expand calendar-mod calls.
7322         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
7323         Expand calendar-mod calls.
7325         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
7326         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7327         (diary-bahai-insert-yearly-entry): Use let rather than let*.
7328         Move obsolete aliases after the functions that replaced them.
7330         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
7331         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
7332         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
7333         Use let rather than let*.
7334         (calendar-hebrew-prompt-for-date): New function.
7335         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
7336         (holiday-tisha-b-av-etc): Use unless, let.
7338         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
7339         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
7341         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
7343         * calendar/calendar.el (calendar-for-loop): Add indent spec.
7345         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
7346         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
7347         than concat.
7348         (diary): Remove un-needed let.
7349         (view-other-diary-entries): Rename argument.
7350         (diary-list-entries-2): New function.
7351         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
7352         (print-diary-entries): Use unless.
7353         (diary-mark-entries-1): Change argument order, make all but
7354         markfunc optional.  Handle the standard (Gregorian) case.
7355         Use match-string-no-properties.  Handle marks.
7356         (mark-diary-entries): Use diary-mark-entries-1.
7357         (diary-font-lock-keywords-1): New macro.
7358         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
7360 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
7362         * icalendar.el (icalendar-version): Increase to 0.18.
7363         (icalendar-export-hidden-diary-entries): New variable.
7364         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
7365         In case of error, insert full error-val.
7366         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
7367         Use calendar-day-of-week.  Return the day number.
7368         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
7370 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
7372         * icalendar.el (icalendar-recurring-start-year): New variable.
7373         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
7374         (icalendar-export-region): Ignore hidden diary entries.
7375         (icalendar--convert-ordinary-to-ical): Fix case where event
7376         spans across midnight boundary.
7377         (icalendar-first-weekday-of-year): New function.
7378         (icalendar--convert-weekly-to-ical): Allow user-selectable start
7379         year for recurring events (Mozilla calendars do not propagate
7380         recurring events forever, so year 2000 start date was not working).
7381         (icalendar--convert-yearly-to-ical): Remove extra spaces in
7382         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
7384 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
7386         * net/tramp.el (tramp-root-regexp): New defconst.
7387         (tramp-completion-file-name-regexp-unified)
7388         (tramp-completion-file-name-regexp-separate)
7389         (tramp-completion-file-name-regexp-url): Use it.
7390         (tramp-do-copy-or-rename-file-via-buffer):
7391         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
7392         t for `insert-file-contents-literally'.
7393         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
7394         Autoload it.
7395         (tramp-completion-file-name-handler-post-function): New defconst.
7396         (tramp-completion-file-name-handler): Use it.
7397         (tramp-maybe-open-connection): Update calls to
7398         `tramp-flush-connection-property' for removed 2nd argument.
7400 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7402         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
7403         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
7404         New functions.
7406 2008-03-15  Glenn Morris  <rgm@gnu.org>
7408         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
7409         New functions.
7410         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
7411         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7412         (diary-list-entries-1, diary-mark-entries-1): Autoload.
7413         (diary-bahai-list-entries): Use diary-list-entries-1.
7414         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
7415         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
7416         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7417         (diary-list-entries-1, diary-mark-entries-1): Autoload.
7418         (list-hebrew-diary-entries): Use diary-list-entries-1.
7419         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
7420         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
7421         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7422         (diary-list-entries-1, diary-mark-entries-1): Autoload.
7423         (list-islamic-diary-entries): Use diary-list-entries-1.
7424         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
7426         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
7428         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
7430         * calendar/cal-china.el (number-chinese-months)
7431         (calendar-chinese-from-absolute): Use nth, caar.
7433         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
7435         * calendar/cal-french.el (french-calendar-accents): Doc fix.
7437         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
7438         (calendar-hebrew-month-name-array-leap-year)
7439         (hebrew-calendar-parashiot-names): Make constants.
7440         (diary-parasha): Move definition after constants it uses.
7442         * calendar/cal-html.el (cal-html-insert-link-yearpage)
7443         (cal-html-htmlify-list): Doc fix.
7444         (cal-html-htmlify-entry): Use nth.
7446         * calendar/cal-islam.el (calendar-islamic-month-name-array)
7447         (calendar-islamic-epoch): Make constants.
7448         (calendar-islamic-epoch): Doc fix.
7450         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
7452         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
7453         (cal-tex-month-name): Doc fix.
7454         (cal-tex-last-blank-p): Use zerop.
7456         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
7457         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
7458         (calendar-cursor-to-date): Doc fix.
7459         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
7460         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
7461         (calendar-day-number): Use when.
7462         (generate-calendar-month): Use dotimes.
7463         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
7464         (calendar-set-mark): Reverse conditional.
7465         (calendar-make-alist): Move definition before use.
7467         * calendar/diary-lib.el (diary-face-attrs)
7468         (diary-glob-file-regexp-prefix, diary-selective-display)
7469         (number-of-diary-entries, diary-list-entries, diary-goto-entry)
7470         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
7471         (diary-anniversary, diary-cyclic)
7472         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
7473         (diary-header-line-format): Change wording.
7474         (diary-list-entries): Set `date-start' in let.
7475         (include-other-diary-files, mark-included-diary-files): Use format.
7476         (simple-diary-display, fancy-diary-display): Use cadr, unless.
7477         (mark-diary-entries): Use 1+.
7478         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
7479         (mark-calendar-month): Use dotimes.
7481         * calendar/holidays.el (displayed-month, displayed-year):
7482         Move declarations where needed.
7483         (calendar-list-holidays): Doc fix.
7485         * calendar/parse-time.el (parse-time-string): Simplify.
7487         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
7488         Make constants.
7489         (solar-sunrise-sunset): Rename some local variables for clarity.
7490         (sunrise-sunset): Use zerop.
7491         (solar-mean-equinoxes/solstices): Doc fix.
7493         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
7494         Use nth.
7495         (timeclock-completing-read, timeclock-generate-report): Use zerop.
7496         (timeclock-mean, timeclock-generate-report): Use dolist.
7498         * calendar/todo-mode.el (todo-add-category): Simplify.
7499         (todo-more-important-p, todo-delete-item, todo-file-item):
7500         Use unless, when.
7501         (todo-top-priorities): Use zerop.
7503 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
7505         * buff-menu.el (list-buffers-noselect): Display buffer name in
7506         tooltip instead of mouse binding when it doesn't fit in the list.
7508 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
7510         * faces.el (xw-defined-colors):
7511         * simple.el (widget-convert, shell-mode): Declare as functions
7512         instead of autoloading.
7514         * abbrev.el:
7515         * button.el:
7516         * cus-face.el:
7517         * ediff-hook.el:
7518         * emacs-lisp/backquote.el:
7519         * emacs-lisp/timer.el:
7520         * facemenu.el:
7521         * faces.el:
7522         * menu-bar.el:
7523         * simple.el:
7524         * subr.el:
7525         * textmodes/fill.el:
7526         * textmodes/paragraphs.el: Remove autoloads, redundant when the
7527         files are preloaded.
7529 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7531         * desktop.el (desktop-create-buffer): Don't catch errors if
7532         debug-on-error is set.
7534 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
7536         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7537         ($(lisp)/calendar/diary-loaddefs.el)
7538         ($(lisp)/calendar/hol-loaddefs.el): New targets.
7539         (LOADDEFS): New macro.
7540         (autoloads): Depend on $(LOADDEFS).
7542 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
7544         * font-lock.el (featurep): Remove test, not useful anymore.
7545         (facemenu-keymap): Move key binding ...
7546         * facemenu.el (facemenu-keymap): ... here.
7548         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
7549         for each file in the list.
7550         (vc-bzr-log-view-mode): Recognize the file marker.
7552         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7553         for checkdoc and profiling.
7555 2008-03-14  Bastien Guerry  <bzg@altern.org>
7557         * textmodes/flyspell.el (nxml-mode): Add the right
7558         `flyspell-mode-predicate'.
7560         * wid-edit.el (link): Use 'mouse-face for :follow-link.
7562 2008-03-14  Glenn Morris  <rgm@gnu.org>
7564         * calendar/solar.el: Reorder so that functions are defined before use.
7565         (displayed-month, displayed-year): Move declarations where needed.
7566         (solar-get-number): Move definition before use.  Use unless.
7567         (solar-equatorial-coordinates): Simplify.
7568         (solar-sunrise-and-sunset): Use let rather than let*.
7569         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
7571         * startup.el (command-line-1): Rename -internal-script back to
7572         -scriptload (reverts previous change).
7574         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7575         (calendar-bahai-leap-base): Add doc strings.
7576         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
7577         Move definition before use.
7578         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
7579         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
7580         variables outside the loop.  Use dolist.
7581         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
7583         * calendar/cal-china.el: Re-order so that functions are defined before
7584         use.
7585         (displayed-month, displayed-year): Move declarations where needed.
7586         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
7587         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
7588         Add doc strings.
7589         (chinese-year-cache): Recenter on 2010.  Doc fix.
7590         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
7591         Doc fix.  Simplify.
7592         (chinese-year-cache-init): New function.
7593         (compute-chinese-year, holiday-chinese-new-year)
7594         (calendar-chinese-date-string, calendar-goto-chinese-date)
7595         (make-chinese-month-assoc-list): Use cadr, nth.
7596         (chinese-months): Remove un-needed let.
7598         * calendar/cal-coptic.el (coptic-calendar-month-name-array)
7599         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
7600         (coptic-prompt-for-date): Move definition before use.
7602         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
7603         (calendar-dst-find-data, calendar-daylight-time-offset)
7604         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7605         (calendar-daylight-savings-starts-time)
7606         (calendar-daylight-savings-ends-time): Use cadr, nth.
7608         * calendar/cal-french.el (french-calendar-epoch)
7609         (calendar-goto-french-date): Doc fix.
7610         (french-calendar-month-name-array)
7611         (french-calendar-multibyte-month-name-array)
7612         (french-calendar-day-name-array, french-calendar-special-days-array):
7613         Add doc strings.
7615         * calendar/cal-hebrew.el (displayed-month, displayed-year)
7616         (original-date): Move declarations where needed.
7617         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
7618         Doc fix.
7619         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
7620         constant variables outside the loop.  Use dolist.
7622         * calendar/cal-islam.el (displayed-month, displayed-year)
7623         (original-date): Move declarations where needed.
7624         (islamic-calendar-day-number): Remove unused local variable `day'.
7625         (calendar-goto-islamic-date): Doc fix.
7626         (holiday-islamic): Use unless.
7627         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
7628         constant variables outside the loop.  Use dolist.
7629         (mark-islamic-calendar-date-pattern): Move definition before use.
7630         Use unless.
7631         (mark-islamic-diary-entries): Doc fix.
7632         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
7633         (insert-yearly-islamic-diary-entry): Use let rather than let*.
7635         * calendar/cal-julian.el (calendar-absolute-from-julian):
7636         Move definition before use.  Remove un-needed local `day'.
7637         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
7639         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
7640         (calendar-mayan-tzolkin-names-array): Add doc strings.
7641         (calendar-mayan-long-count-from-absolute): Use a single let.
7642         (calendar-string-to-mayan-long-count): Simplify.
7643         (calendar-next-haab-date, calendar-previous-haab-date)
7644         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
7645         (calendar-previous-calendar-round-date)
7646         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
7647         Doc fix.
7648         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
7649         (calendar-mayan-date-string, calendar-print-mayan-date)
7650         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
7651         (calendar-mayan-long-count-common-era): Move definitions before use.
7653         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
7654         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
7655         Doc fix.
7656         (calendar-mouse-goto-date): Move definition before use.
7658         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
7659         Move definition before use.
7660         (calendar-cursor-to-visible-date): Move definition before use.
7661         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
7662         and place inside the conditional.
7663         (calendar-forward-day): Simplify.
7664         (calendar-end-of-month): Use unless.
7665         (calendar-goto-day-of-year): Doc fix.
7666         Relocate obsolete aliases after their replacements.
7668         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
7670         * calendar/diary-lib.el (mark-diary-entries): Move some constant
7671         variables outside the diary-date-forms loop.
7673         * calendar/calendar.el (diary-file): Doc fix.
7674         (calendar-buffer-list): Return buffers rather than strings (fixes
7675         previous change).
7676         (hebrew-holidays-4): Fix typo.
7678         * calendar/holidays.el (displayed-month, displayed-year):
7679         Move declarations where needed.
7680         (calendar-holiday-list, calendar-list-holidays)
7681         (holiday-filter-visible-calendar): Move definitions before use.
7682         (list-holidays): Use cadr.
7683         Relocate obsolete aliases after their replacements.
7685         * calendar/lunar.el (date, displayed-month, displayed-year):
7686         Move declarations where needed.
7687         (lunar-phase-list): Move definition after functions it uses.
7688         (calendar-phases-of-moon, diary-phases-of-moon)
7689         (lunar-new-moon-on-or-after): Use cadr, nth.
7690         (lunar-new-moon-on-or-after): Doc fix.
7692         * textmodes/org-irc.el (top-level): CL not required when compiling.
7693         (org-irc-visit-erc): Replace runtime CL functions.
7695         * textmodes/org-publish.el (declare-function): Add compatibility stub.
7696         (org-publish-delete-dups): Declare as function.
7698 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
7700         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
7701         (vc-bzr-show-log-entry): Make regexp match more cases.
7702         (vc-diff-switches-list): Remove autoload, not needed.
7704 2008-03-14  Juri Linkov  <juri@jurta.org>
7706         * isearch.el (isearch-edit-string): Remove one call to
7707         `isearch-push-state' not to push an inconsistent state,
7708         but keep another correct call to `isearch-push-state'.
7709         (isearch-ring-adjust): Call `isearch-push-state' only when
7710         `search-ring-update' is non-nil since `isearch-edit-string'
7711         already pushes its state.
7712         (isearch-message): Improve matching the failed part by checking
7713         if the original message starts with the last successful message.
7715         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
7716         (dired-perm-write): Rename from `dired-warn-writable'.
7717         Change parent face from `font-lock-warning-face' to
7718         `font-lock-comment-delimiter-face'.
7719         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
7720         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
7721         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
7722         with `dired-perm-write-face'.
7724 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
7726         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7727         Create cache dir only if it doesn't already exist.
7729 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7731         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
7732         of \ and '.
7734 2008-03-13  Johan BockgÃ¥rd  <bojohan@gnu.org>
7736         * net/browse-url.el (browse-url-text-xterm):
7737         Unquote browse-url-text-browser.
7739 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
7741         * textmodes/org-mouse.el: Version number change.
7743         * textmodes/org-publish.el (org-publish-expand-components):
7744         Remove null projects from the list of components.
7745         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
7746         Remove unused retrieval of the :publishing-directory property.
7747         (org-publish-file): Bugfix: when using a relative directory as the
7748         publishing directory, convert it to a directory filename.
7749         (org-publish-project): New alias.
7750         (org-publish-get-files): Protect against empty p.
7751         (org-publish-file): Send an error when file is not part of any project.
7752         (org-publish-file): Offer to refresh the list of files in known
7753         project when the current file is not part of any project.
7754         (org-publish-before-export-hook)
7755         (org-publish-after-export-hook): New hooks.
7756         (org-publish-org-to): Use new hooks and kill buffers.
7757         (org-publish-file): Remove the code for killing buffers.
7758         (org-publish-initialize-files-alist): Use interactive.
7759         (org-publish-file): If the publishing function creates a new
7760         buffer, kill it after publishing.
7761         (org-publish-timestamp-filename): Protect ":" in file name path
7762         under windows.
7764         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
7765         change that killed the LaTeX buffer.
7767         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
7768         in the decision tree.
7769         (org-select-remember-template): Clean the code.
7770         (org-prepare-dblock): Add the extra :content parameter.
7771         (org-write-agenda): New output type ".ics" files.
7772         (org-write-agenda): Call `org-icalendar-verify-function', both for
7773         time stamps and for TODO entries.
7774         (org-agenda-collect-markers, org-create-marker-find-array)
7775         (org-check-agenda-marker-table): New functions.
7776         (org-agenda-marker-table): New variable.
7777         (org-export-as-html): Revert the change that killed the html
7778         buffer.  Side effects first need to be studied carefully.
7779         (org-get-tags-at): Fix the structure of the condition-case statement.
7780         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
7781         (org-timestamp-change): Fix regulear expressions to swallow the
7782         extra character for repeat-shift control.
7783         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
7784         (org-get-legal-level): Alias to `org-get-valid-level'.
7785         (org-dblock-write:clocktable): Add a :link parameter, linking
7786         headlines to their location in the Org agenda files.
7787         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
7788         throwing an error when getting tags before headlines.
7789         (org-timestamp-change, org-modify-ts-extra)
7790         (org-ts-regexp1): Fix timestamp editing.
7791         (org-agenda-custom-commands-local-options): New constant.
7792         (org-agenda-custom-commands):
7793         Use `org-agenda-custom-commands-local-options' to improve customize
7794         type.  "htmlize": Removed hack to fix face problem with htmlize,
7795         it no longer seem necessary.
7796         (org-follow-link-hook): New hook.
7797         (org-agenda-custom-commands): Add "Component" as a tag for each
7798         item in a command serie.
7799         (org-open-at-point): Run `org-follow-link-hook'.
7800         (org-agenda-schedule): Bugfix: don't display marker type when it
7801         is nil.
7802         (org-store-link): org-irc required.
7803         (org-set-regexps-and-options): Parse the new logging options.
7804         (org-extract-log-state-settings): New function.
7805         (org-todo): Handle the new ways of recording state change stuff.
7806         (org-local-logging): New function.
7807         (org-columns-open-link): Fix bug with opening link in column view.
7808         (org-local-logging): New function.
7809         (org-todo): Make sure that LOGGING properties are honoured.
7810         (org-todo-keywords): Improve docstring.
7811         (org-startup-options): Cleanup startup options.
7812         (org-set-regexps-and-options): Process the "!" markers.
7813         (org-todo): Respect the new logging stuff.
7814         (org-log-note-how): New variable.
7815         (org-add-log-maybe): New parameter HOW that defines how logging
7816         should be done and also overrides PURPOSE.  Add a docstring.
7817         (org-add-log-note): Check if we really need to ask for a note.
7818         (org-get-current-options): Digest the new keyword.
7819         (org-agenda-reset-markers): Rename from
7820         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
7821         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
7822         function, without force argument.
7823         (org-buffer-property-keys): Bind local variables s and p.
7824         (org-make-tags-matcher): Allow "" to match an empty or
7825         non-existent property value.
7826         (org-export-as-html): Join unsorted lists when they directly
7827         follow each other.  Such lists may be created by headlines that
7828         are converted to lists.
7829         (org-nofm-to-completion): New function.
7830         (org-export-as-html): Use :html-extension instead of
7831         org-export-html-extension.
7832         (org-store-link): Support for links from `rmail-summary-mode'.
7833         (org-columns-new, org-complete, org-set-property): Set the
7834         `include-columns' argument in the call to
7835         `org-buffer-property-keys'.
7836         (org-buffer-property-keys): New argument `include-columns', to
7837         include properties expected by any of the COLUMS formats in the
7838         current buffer.
7839         (org-cleaned-string-for-export): Get rid of drawers first, so that
7840         they will be removed also in the text before the first headline.
7841         (org-clock-report): Show the clocktable when found.
7842         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
7843         (org-version): With prefix argument, insert `org-version' at point.
7844         (org-agenda-goto): Recenter the window after finding the target
7845         location, to make sure the correct position will be displayed.
7846         (org-agenda-get-deadlines): Don't scale priority with the warning
7847         period.
7848         (org-insert-heading): Don't break line in the middle of the line.
7849         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
7850         be 0.
7851         (org-update-checkbox-count): Revamp to deal with hierarchical
7852         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
7853         (org-remove-timestamp-with-keyword): New function.
7854         (org-schedule, org-deadline):
7855         Use `org-remove-timestamp-with-keyword' to make sure all such time
7856         stamps are removed.
7857         (org-mode): Support for `align'.
7858         (org-agenda-get-deadlines): Make sure priorities increase as the
7859         due date approaches and is passed.
7860         (org-remember-apply-template): Fix problem with tags that
7861         contain "_" or "@".
7862         (org-make-link-regexps): Improve the regular expression for plain links.
7863         (org-agenda-get-closed): List each clocking entry.
7864         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
7865         (org-special-ctrl-k): New option.
7866         (org-kill-line): New function.
7867         (org-archive-all-done): Fix incorrect number of stars in regexp.
7868         (org-refile-get-location): New function.
7869         (org-refile-goto-last-stored): New function.
7870         (org-global-tags-completion-table): Add the value of org-tag-alist
7871         in each buffer, to make sure that also unused tags will be
7872         available for completion.
7873         (org-columns-edit-value)
7874         (org-columns-next-allowed-value): Only update if not in agenda.
7875         (org-clocktable-steps): New function.
7876         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
7877         (org-archive-subtree): Add the outline tree context as a property.
7878         (org-closest-date): New optional argument `prefer'.
7879         (org-goto-auto-isearch): New option.
7880         (org-goto-map, org-get-location): Implement auto-isearch.
7881         (org-goto-local-auto-isearch-map): New variable.
7882         (org-goto-local-search-forward-headings)
7883         (org-goto-local-auto-isearch): New functions.
7885 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
7887         * textmodes/org-irc.el: New file.
7889 2008-03-13  John Wiegley  <johnw@gnu.org>
7891         * textmodes/org-mac-message.el: New file.
7893 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
7895         * font-lock.el (font-lock-comment-face): Set the foreground for
7896         the light background 8 colors case.
7898 2008-03-13  Glenn Morris  <rgm@gnu.org>
7900         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
7901         generate-autoload-cookie patterns.
7903         * startup.el (command-line-1): Rename -scriptload to -internal-script.
7905         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
7906         (MH_E_SRC): Remove variable.
7907         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
7908         Simplify file header.  Use $@ for generated-autoload-file.
7910         * Makefile.in (LOADDEFS): New variable.
7911         (AUTOGENEL): Use $LOADDEFS.
7912         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
7913         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
7914         ($(lisp)/calendar/hol-loaddefs.el): New targets.
7915         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7916         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
7917         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
7918         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
7919         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
7920         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
7921         Add calendar-specific autoload cookies, and remove any setting of
7922         generated-autoload-file.
7923         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
7924         * calendar/diary-lib.el: Replace explicit autoloads with reading of
7925         diary-loaddefs.
7926         * calendar/holidays.el: Replace explicit autoloads with reading of
7927         hol-loaddefs.
7929         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
7930         (calendar-buffer-list): Simplify.
7931         (generate-calendar-window): Use calendar-mark-holidays rather than
7932         obsolete alias.
7934         * calendar/cal-hebrew.el (list-yahrzeit-dates):
7935         Use cal-hebrew-yahrzeit-buffer.
7937         * calendar/cal-x.el (calendar-only-one-frame-setup)
7938         (calendar-two-frame-setup): Doc fixes.
7939         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
7941         * calendar/appt.el (appt-mode-string): Mark as risky.
7942         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
7944         * calendar/cal-html.el (diary-list-entries):
7945         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
7946         (calendar-iso-from-absolute): Fix autoloads.
7948         * calendar/cal-iso.el (calendar-absolute-from-iso)
7949         (calendar-iso-read-args): Simplify.
7950         (calendar-iso-date-string, calendar-iso-read-args)
7951         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
7953         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
7954         (displayed-month, displayed-year): Move declarations where needed.
7955         (calendar-print-astro-day-number): Doc fix.
7957         * calendar/cal-persia.el (persian-calendar-month-name-array)
7958         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
7959         (persian-prompt-for-date): Remove local variable `today'.
7961         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
7963         * calendar/solar.el (solar-moment, solar-exact-local-noon)
7964         (solar-sunrise-sunset, solar-sunrise-sunset-string)
7965         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
7966         (diary-sabbath-candles, solar-equinoxes/solstices)
7967         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
7968         (solar-time-equation, solar-date-to-et): Simplify.
7970         * mail/supercite.el: Remove the `function' in `(function (lambda'.
7971         Replace `(car (cdr' with cadr'.
7973         * progmodes/f90.el (f90-font-lock-n): New function.
7974         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
7975         Use f90-font-lock-n.
7976         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
7978         * progmodes/f90.el (f90-mode-abbrev-table):
7979         * progmodes/fortran.el (fortran-mode-abbrev-table):
7980         Use newer form of define-abbrev, where supported.  No need to bind
7981         abbrevs-changed for system abbrevs.
7983 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7985         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
7986         delete-frame-functions.
7988         * bookmark.el (Info-current-node): Remove.
7990 2008-03-12  Juri Linkov  <juri@jurta.org>
7992         * help.el (describe-project): Remove defaliases for view-todo and
7993         describe-project that are now unnecessary after the merge from
7994         emacs--rel--22 that added define-obsolete-function-alias.
7996         * startup.el (inhibit-startup-screen): Revert incomplete
7997         2008-03-10 merge from emacs--rel--22 that partly reverted
7998         2008-02-28 change that added initial message to *scratch* buffer
7999         regardless of the value of `inhibit-startup-screen'.
8000         Now keep this change in the trunk, but not in the 22 branch.
8002 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8004         * international/quail.el (quail-setup-completion-buf, quail-help):
8005         * mail/binhex.el (binhex-decode-region-internal):
8006         * mail/uudecode.el (uudecode-decode-region-internal):
8007         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8008         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8009         setting default-enable-multibyte-characters.
8011         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
8013         * comint.el: Fix up indentation and comment style.  Remove `function'.
8015         * international/mule-cmds.el (reset-language-environment)
8016         (set-language-environment-nonascii-translation):
8017         Don't set-unibyte-charset.
8019         * doc-view.el: Remove all cb-args, use closures instead.
8020         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
8021         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
8022         doing an incorrect check).  Update all callers to use the new name.
8023         (doc-view-doc->txt): Add missing `txt' argument.
8025 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
8027         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
8028         md5 sum calculation to single-byte.
8030 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8032         * doc-view.el (doc-view-new-window-function): Add assertion.
8033         (doc-view-doc-type): New var.
8034         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
8035         (doc-view-intersection): New fun.
8036         (doc-view-mode): Use it to set the new var.
8038 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
8040         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
8041         (doc-view-already-converted-p): New functions.
8042         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
8043         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
8044         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
8045         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
8046         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
8047         (doc-view-convert-current-doc): Don't hardwire the functions the
8048         sentinels call.  Now they're provided by two args CALLBACK and
8049         CB-ARGS to the functions.
8050         (doc-view-search): Use doc-view-doc->txt.
8051         (doc-view-initiate-display): Use doc-view-already-converted-p.
8052         Mention new binding C-c C-t if doc-view-mode doesn't work.
8054 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8056         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
8058 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8060         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8061         Mark " outside of tags as punctuation.
8063 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8065         * menu-bar.el (minibuffer-local-map): Use the same command for the
8066         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
8067         Prefer RET over C-j for exit-minibuffer.
8069         * files.el (display-buffer-other-frame): Eliminate problematic code.
8071         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
8072         (menu-bar-select-buffer): Remove.
8073         (menu-bar-select-frame): Make non-interactive and take a frame arg.
8074         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
8076 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
8078         * icomplete.el (icomplete-completions): Remove obsolete code.
8080         * net/net-utils.el (iwconfig-program-options): Doc fix.
8081         (net-utils-run-program, run-network-program): Define as functions.
8083 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
8085         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
8087 2008-03-11  Glenn Morris  <rgm@gnu.org>
8089         * faces.el (mode-line-emphasis): New face.
8090         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
8092         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
8094 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
8096         * simple.el (set-mark-command): Doc fix.
8098 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8100         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
8102         * emacs-lisp/autoload.el (autoload-find-destination):
8103         Don't force raw-text.
8105         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
8106         * calendar/cal-loaddefs.el: Don't version control.
8108 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
8110         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
8111         entries and add :help to the existing ones.
8113 2008-03-10  Glenn Morris  <rgm@gnu.org>
8115         * calendar/cal-hebrew.el (date, entry, number): Move declarations
8116         to where they are needed.
8118         * calendar/calendar.el (diary-file, hebrew-holidays-1)
8119         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8120         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
8121         (calendar-version): Doc fixes.
8122         (calendar-absolute-from-gregorian): Use zerop.
8123         (calendar-mode-line-format): Make it a defcustom.
8125         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
8126         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
8127         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
8128         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
8129         (mark-included-diary-files, mark-calendar-days-named)
8130         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
8131         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
8132         (insert-monthly-diary-entry, insert-yearly-diary-entry)
8133         (insert-anniversary-diary-entry, insert-block-diary-entry)
8134         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
8135         (diary-font-lock-sexps): Doc fixes.
8136         (diary-remind-message, mark-calendar-month): Use zerop.
8137         (diary-attrtype-convert, diary-pull-attrs): Simplify.
8138         (diary-list-entries): Revert let to let* (previous change).
8140         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
8142 2008-03-10  Kim F. Storm  <storm@cua.dk>
8144         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
8145         function aliases for the old names.
8147 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
8149         * iswitchb.el (iswitchb-use-faces): Doc fix.
8150         (iswitchb-buffer-ignore, iswitchb-read-buffer):
8151         Fix typos in docstrings.
8153 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
8155         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
8156         Fix typo.
8157         (verilog-type-font-keywords): Reindent.
8159 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
8161         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
8162         grouping-keyword regular expression.
8163         (verilog-font-lock-keywords): Allow users to toggle special
8164         highlight of grouping-keywords.
8165         (verilog-highlight-grouping-keywords): The toggle for special
8166         highlighting of grouping keywords.
8168 2008-03-10  Juri Linkov  <juri@jurta.org>
8170         * startup.el: Revert 2008-02-28 change that adds initial message
8171         to *scratch* buffer regardless of the value of
8172         `inhibit-startup-screen'.
8174 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
8176         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
8177         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
8178         * progmodes/verilog-mode.el (verilog-mode):
8179         * net/socks.el (socks):
8180         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
8182 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8184         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
8185         (doc-view-bookmark-make-record): Use them.
8186         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
8187         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
8189         * bookmark.el (bookmark-make-record-function): Change expected return
8190         value to include a suggested bookmark name.
8191         (bookmark-make): Split into bookmark-make-record and bookmark-store.
8192         Fix reversed `overwrite' semantics.
8193         (bookmark-set): Call bookmark-make-record before prompting the user.
8194         Then pass the result to bookmark-store later on.
8195         (bookmark-make-name-function): Remove.
8196         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
8197         * info.el (bookmark-make-name-function): Remove.
8198         (Info-mode): Don't set it.
8199         (Info-bookmark-make-name): Remove.
8200         (Info-bookmark-make-record): Use Info-current-node as suggested default
8201         bookmark name.
8203         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
8204         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
8205         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
8206         (bookmark-annotation-buffer, bookmark-annotation-file)
8207         (bookmark-annotation-point, bookmark-send-annotation)
8208         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
8209         (bookmark-edit-annotation-text-func): Rename from
8210         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
8211         (bookmark-edit-annotation-mode-map): Move initialization into
8212         declaration.
8214         * bookmark.el: Remove spurious * in docstrings.
8215         (bookmark-minibuffer-read-name-map): New var.
8216         (bookmark-set): Use it.  Also pass the default value as it should.
8217         (bookmark-send-edited-annotation): Take no chances with text properties.
8218         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
8219         (bookmark-insert-buffer-name): Remove.
8220         (bookmark-buffer-file-name): Signal an error rather than returning nil.
8222 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
8224         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
8226 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
8228         * diff-mode.el (diff-mode-menu): Add :help.
8230 2008-03-09  Glenn Morris  <rgm@gnu.org>
8232         * calendar/calendar.el (general-holidays, oriental-holidays)
8233         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
8234         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
8235         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
8236         (calendar-holidays): Restore autoload cookies, because people are
8237         used to using these variables without loading calendar.el.
8239         * calendar/cal-islam.el (diary-islamic-date): Move to end.
8240         (date, number): Declare where needed.
8242         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
8243         (list-sexp-diary-entries): Doc fixes.
8244         (diary-list-entries): Doc fix.  Remove free variable `entry'.
8245         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
8246         Simplify setting of `date-holiday-list'.
8247         (mark-diary-entries): Remove free variable `entry'.
8248         (diary-list-entries, include-other-diary-files, fancy-diary-display):
8249         Use let where let* is not needed.
8251 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8253         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
8254         make-record function, instead paste it in afterwards.
8255         (bookmark-make-record-for-text-file):
8256         * doc-view.el (doc-view-bookmark-make-record):
8257         * info.el (Info-bookmark-make-record): Don't mess with annotations.
8259 2008-03-08  Glenn Morris  <rgm@gnu.org>
8261         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
8263 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8265         * calendar/diary-lib.el (diary-list-entries)
8266         (include-other-diary-files, mark-diary-entries)
8267         (mark-sexp-diary-entries, mark-included-diary-files)
8268         (diary-entry-time, list-sexp-diary-entries): Remove the special
8269         handling of ^M that dates back to the use of selective-display.
8270         (simple-diary-display): Obey setting of pop-up-frames.
8271         (body, entry): Remove unnecessary declarations.
8273         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
8274         (bookmark-get-annotation, bookmark-set-annotation)
8275         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8276         (bookmark-set-position, bookmark-get-front-context-string)
8277         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8278         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
8279         * info.el (Info-bookmark-make-record): Don't bother recording point.
8280         (bookmark-get-filename, bookmark-get-front-context-string)
8281         (bookmark-get-rear-context-string, bookmark-get-position):
8282         Don't declare any more.
8283         (bookmark-get-info-node): Remove.
8284         (bookmark-prop-get): Declare.
8285         (Info-bookmark-jump): Use it.
8287 2008-03-08  Johan BockgÃ¥rd  <bojohan@gnu.org>
8289         * subr.el (while-no-input): Don't splice BODY directly into the
8290         `or' form.
8292 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
8294         * diff-mode.el (diff-ignore-whitespace-hunk):
8295         Bind inhibit-read-only before trying to change the buffer.
8297 2008-03-08  Glenn Morris  <rgm@gnu.org>
8299         * calendar/appt.el (appt): Move custom group here from calendar.el.
8300         (appt-disp-window, appt-convert-time): Doc fixes.
8302         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
8303         (calendar-bahai-mark-date-pattern):
8304         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
8305         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
8306         * calendar/cal-julian.el (calendar-absolute-from-julian):
8307         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
8309         * calendar/cal-china.el (chinese-calendar): Move custom group here from
8310         calendar.el.
8311         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8312         Make constants.
8313         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
8314         (chinese-calendar-daylight-savings-starts)
8315         (chinese-calendar-daylight-savings-ends)
8316         (chinese-calendar-daylight-savings-starts-time)
8317         (chinese-calendar-daylight-savings-ends-time)
8318         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
8319         Doc fixes.
8321         * calendar/cal-coptic.el (coptic-name): Add doc string.
8323         * calendar/cal-french.el (french-calendar-month-name-array)
8324         (french-calendar-day-name-array, french-calendar-special-days-array):
8325         Add doc strings.
8327         * calendar/cal-bahai.el (diary-bahai-mark-entries)
8328         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8329         (diary-bahai-insert-yearly-entry):
8330         * calendar/cal-dst.el (calendar-next-time-zone-transition)
8331         (calendar-time-zone):
8332         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
8333         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
8334         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
8335         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
8336         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
8337         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
8338         (list-islamic-diary-entries, mark-islamic-diary-entries)
8339         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8340         (insert-yearly-islamic-diary-entry):
8341         * calendar/cal-iso.el (calendar-iso-read-args):
8342         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8343         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
8344         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8345         (calendar-next-calendar-round-date)
8346         (calendar-mayan-long-count-common-era):
8347         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
8348         (cal-menu-x-popup-menu, calendar-mouse-holidays)
8349         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
8350         (calendar-mouse-goto-date):
8351         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8352         * calendar/holidays.el (holidays):
8353         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
8354         * calendar/time-date.el (date-to-time, time-subtract, time-add)
8355         (safe-date-to-time): Doc fixes.
8357         * calendar/cal-persia.el (persian-calendar-month-name-array)
8358         (persian-calendar-epoch): Make constants.
8360         * calendar/cal-tex.el (calendar-tex): Move custom group here from
8361         calendar.el.
8363         * calendar/cal-x.el (diary-frame-parameters)
8364         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8365         (calendar-after-frame-setup-hooks): Make defcustoms.
8366         (calendar-one-frame-setup, calendar-only-one-frame-setup)
8367         (calendar-two-frame-setup): Doc fix.
8369         * calendar/cal-loaddefs.el: New file.
8371         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8372         * calendar/cal-french.el, calendar/cal-html.el:
8373         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8374         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8375         * calendar/cal-tex.el, calendar/cal-x.el:
8376         Unquote lambda functions.  Add autoload cookies to functions formerly
8377         autoloaded in calendar.el.  Set `generated-autoload-file' to
8378         "cal-loaddefs.el".
8380         * calendar/calendar.el: Move many autoloads to separate file,
8381         cal-loaddefs.el.  Move defcustoms to start and re-order.
8382         (calendar-month-name-array, calendar-starred-day): No need to
8383         declare for compiler.
8384         (cal-loaddefs): Require it.
8385         (appt, chinese-calendar, calendar-tex): Move custom groups to the
8386         appropriate file.
8387         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
8388         Reverse logic.
8389         (diary-face, diary-file-name-prefix-function, diary-include-string)
8390         (diary-glob-file-regexp-prefix, diary-face-attrs)
8391         (diary-file-name-prefix, sexp-diary-entry-symbol)
8392         (print-diary-entries-hook, list-diary-entries-hook)
8393         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8394         (nongregorian-diary-marking-hook, diary-list-include-blanks):
8395         Move to diary-lib.
8396         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8397         (all-bahai-calendar-holidays): Doc fix.
8398         (calendar-insert-indented): Doc fix.  Use when rather than if.
8399         (exit-calendar): Use mapc rather than mapcar.
8400         (calendar-cursor-to-date): Use zerop.
8401         (calendar-mark-ring): Add doc-string.
8402         (calendar-starred-day): Defvar it.
8403         (calendar-mode): Make calendar-starred-day local.
8404         (calendar-star-date): No need to make calendar-starred-day local.
8406         * calendar/diary-lib.el: Move defcustoms to start.
8407         (diary-include-string, diary-list-include-blanks)
8408         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
8409         (diary-file-name-prefix, diary-file-name-prefix-function)
8410         (sexp-diary-entry-symbol, list-diary-entries-hook)
8411         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
8412         (nongregorian-diary-marking-hook, print-diary-entries-hook):
8413         Move here from calendar.el.
8414         (diary-file-name-prefix-function): Use 'identity.
8415         (diary-face): Make it a defcustom, and mark as obsolete.
8416         (top-level): No need to require cal-hebrew, cal-islam when compiling.
8417         (calendar-hebrew-month-name-array-leap-year)
8418         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
8419         Define for compiler.
8420         (diary-font-lock-keywords): Use format rather than concat.
8421         Add bahai-diary-entry-symbol.
8423         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
8424         * calendar/solar.el: Unquote lambda functions.
8426         * calendar/solar.el (calendar-location-name, calendar-latitude)
8427         (calendar-longitude, solar-setup, solar-sin-degrees)
8428         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
8429         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
8430         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
8431         (solar-exact-local-noon, solar-julian-ut-centuries)
8432         (solar-ephemeris-time, solar-date-next-longitude)
8433         (solar-horizontal-coordinates, solar-equatorial-coordinates)
8434         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
8435         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
8436         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
8437         Doc fixes.
8438         (solar-horizontal-coordinates, solar-equatorial-coordinates)
8439         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
8440         (solar-ecliptic-coordinates): Use unless.
8441         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
8442         Use or.
8444         * calendar/timeclock.el: Add doc-strings to all functions.
8445         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
8446         (timeclock-entry-list-length, timeclock-entry-list-projects)
8447         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
8449         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
8451         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
8452         (org-get-entries-from-diary): Require diary-lib.
8454 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
8456         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
8457         Pacify byte-compiler.
8459 2008-03-07  Alan Mackenzie  <acm@muc.de>
8461         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
8462         paren/bracket pairs parsed, to solve performance problem.
8464 2008-03-07  Bastien Guerry  <bzg@altern.org>
8466         * bookmark.el (bookmark-set): Don't check for
8467         `bookmark-make-name-function' since `bookmark-buffer-file-name'
8468         already takes care of this.
8469         (bookmark-buffer-name, bookmark-buffer-file-name):
8470         Remove Info-mode specific code.
8472         * info.el (bookmark-get-info-node): Define this function in
8473         info.el, not in bookmark.el.
8474         (Info-mode): Set `bookmark-make-name-function' to
8475         `Info-bookmark-make-name' locally.
8476         (Info-bookmark-make-name): New function.
8478         * bookmark.el (bookmark-make-name-function): New variable.
8480 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8482         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
8483         buffer-local, not `bookmark-make-cell-function' (the old name).
8485 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
8487         * doc-view.el (doc-view-bookmark-make-record):
8488         * image-mode.el (image-bookmark-make-record):
8489         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
8491 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
8493         * vc.el (vc-status-menu-map-filter): Return orig-binding if
8494         boundp 'vc-ignore-menu-filter.
8495         (vc-status-tool-bar-map): Make it defvar.
8496         (vc-status-mode): vc-status-tool-bar-map now variable.
8497         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
8499 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8501         Give a better name to part of the bookmark interface.
8503         This was originally a much larger change, but halfway through I
8504         updated and discovered that Stefan Monnier had done the rest.
8505         It looks like he anticipated the new name too, because he used
8506         `the-record' instead of `the-cell' for some internal variable names.
8508         * bookmark.el (bookmark-make-record-function): Was
8509         `bookmark-make-cell-function'.
8510         (bookmark-make, bookmark-send-annotation): Update for above.
8511         (bookmark-make-record-for-text-file):
8512         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
8514         * info.el: Adjust accordingly.
8515         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
8517         * image-mode.el: Adjust accordingly.
8518         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
8520         * doc-view.el: Adjust accordingly.
8521         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
8523 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8525         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
8526         Move initialization into declaration.
8527         (bookmark-get-info-node, bookmark-set-info-node): Remove.
8528         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
8529         (bookmark-info-current-node): Remove.
8530         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
8531         Add relocation fallback.  Set bookmark-current-bookmark.
8532         (bookmark-default-handler): Rename from bookmark-jump-noselect.
8533         Remove relocation fallback.  Don't set bookmark-current-bookmark.
8534         (bookmark-set): Let it be used even if there's no buffer-file-name
8535         as long as there is a bookmark-make-cell-function.
8536         * info.el (Info-bookmark-jump): Remove relocation fallback.
8537         Don't set bookmark-current-bookmark.
8539 2008-03-07  Glenn Morris  <rgm@gnu.org>
8541         * calendar/appt.el (appt-issue-message)
8542         (appt-message-warning-time, appt-audible, appt-visible)
8543         (appt-msg-window, appt-display-mode-line, appt-display-duration)
8544         (appt-display-diary): Remove autoload cookies.
8546         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
8547         Remove leading `*' from defcustom doc-strings.
8549         * calendar/cal-dst.el (calendar-dst): New custom group.
8550         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
8551         (calendar-time-zone, calendar-daylight-time-offset)
8552         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
8553         (calendar-daylight-savings-starts-time)
8554         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
8555         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
8556         Move to start.
8558         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
8560         * calendar/calendar.el (calendar-version): Use emacs-version and
8561         make it obsolete.  Move to end.
8562         (calendar-offset, view-diary-entries-initially)
8563         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
8564         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
8565         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8566         (all-bahai-calendar-holidays, calendar-load-hook)
8567         (initial-calendar-window-hook, today-visible-calendar-hook)
8568         (today-invisible-calendar-hook, calendar-move-hook)
8569         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
8570         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
8571         (diary-include-string, sexp-diary-entry-symbol)
8572         (abbreviated-calendar-year, american-date-diary-pattern)
8573         (european-date-diary-pattern, european-calendar-display-form)
8574         (american-calendar-display-form, print-diary-entries-hook)
8575         (list-diary-entries-hook, diary-hook, diary-display-hook)
8576         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8577         (nongregorian-diary-marking-hook, diary-list-include-blanks)
8578         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
8579         (local-holidays, other-holidays, hebrew-holidays-1)
8580         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8581         (hebrew-holidays, christian-holidays, islamic-holidays)
8582         (bahai-holidays, solar-holidays, calendar-setup)
8583         (calendar-week-start-day): Remove autoload cookies.
8584         (diary-glob-file-regexp-prefix): Doc fix.
8585         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
8586         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
8587         (calendar-week-start-day, calendar-debug-sexp): Move to start.
8589         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
8590         (calendar-time-display-form, calendar-latitude)
8591         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
8592         cookies.
8593         (calendar-latitude, calendar-longitude): Move functions after
8594         variables.
8595         (diary-sabbath-candles-minutes): Move to start.
8596         (solar-setup): Use or rather than if.
8597         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
8598         Remove condition-case.
8599         (solar-atn2): Use zerop.
8600         (solar-equinoxes-solstices): Doc fix.
8602         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
8603         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
8605         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
8606         (calendar-longitude, calendar-latitude, calendar-location-name):
8607         Declare for compiler.
8609 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8611         * arc-mode.el (archive-ar-file-header-re): New const.
8612         (archive-ar-summarize, archive-ar-extract): New funs.
8613         (archive-find-type): Recognize ar archives.
8615         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
8616         New functions.
8618         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
8620 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
8622         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8623         Replace :enable (mark-active) with :enable mark-active.
8625 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
8627         * vms-patch.el (make-legal-file-name): New obsolete alias.
8628         (make-valid-file-name): Rename from `make-legal-file-name'.
8629         (make-auto-save-file-name): Use it.
8631         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
8632         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
8633         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
8635         * textmodes/org.el (org-export-html-style): Doc fix.
8636         (org-get-legal-level): New obsolete alias.
8637         (org-get-valid-level): Rename from `org-get-legal-level'.
8638         (org-promote, org-demote, org-archive-subtree)
8639         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
8641 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
8643         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
8645         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
8646         (vc-status-toggle-mark): New functions.
8647         (vc-status-mode): Set tool bar map.
8649 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
8651         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
8652         Reported by Drew Adams <drew.adams@oracle.com>.
8654 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
8656         * subr.el (read-quoted-char): Resolve modifers of the character
8657         event.
8659         * comint.el (comint-exec-1): Don't change the coding-system for
8660         decoding to dos-like EOL.
8661         (comint-carriage-motion): Fully rewrite.
8663 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
8665         * epg.el (epg-context-include-certs): Reflow docstring.
8666         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
8667         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
8668         (epg-context-set-signers, epg-context-set-sig-notations)
8669         (epg-make-import-status, epg-make-import-result)
8670         (epg-start-delete-keys): Fix typos in docstrings.
8671         (epg-start-sign-keys, epg-sign-keys):
8672         Fix typos in obsolescence declarations.
8674         * iswitchb.el: Don't check for `cadr' and `last'.
8675         (iswitchb-define-mode-map, iswitchb-default-keybindings):
8676         Add obsolescence declaration and remove redundant info from docstring.
8677         (iswitchb-set-common-completion, iswitchb-set-matches)
8678         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
8679         (recentf-list, most-len, most-is-exact):
8680         Don't wrap defvars within `eval-when-compile'.
8682 2008-03-05  Glenn Morris  <rgm@gnu.org>
8684         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8685         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8686         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
8687         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
8688         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
8690         * ediff-hook.el (ediff-window-setup-function): Don't autoload
8691         declaration for compiler.
8692         (ediff-xemacs-init-menus): Use when rather than if.
8694         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
8695         if+and to just and.
8696         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
8697         (ediff-delete-overlay): Move the XEmacs test inside the definition.
8699         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
8701         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
8702         test inside XEmacs test.
8703         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
8704         since it was doing nothing on Emacs.
8705         (ediff-make-bullet-proof-overlay): Use when rather than if.
8707         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
8708         (ediff-setup-control-frame): Remove
8709         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
8710         a (featurep 'xemacs) test.
8712 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
8714         * calc/calc-ext.el (calc-extended-command-history): New variable.
8715         (calc-exectute-extended-command): Use `calc-extended-command-history'.
8717 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
8719         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
8720         (standard-mode-line-position): Add mouse-face.
8722         * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
8723         * progmodes/grep.el (grep-mode-map): Add :help.
8725         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
8726         initialize in one step.  Add :help.  Use :enable to activate menu
8727         items.  Show the key binding for edebug-defun.
8728         (lisp-interaction-mode-map): Add a menu.
8730         * term.el (term-mode-map): Define and initialize in one step.
8732         * ediff-init.el (ediff-color-display-p): Simplify.
8733         (Xor): Remove unused function.
8734         (ediff-with-syntax-table): Simplify for Emacs.
8736         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
8737         menu-bar being loaded, it always is.
8739 2008-03-05  Glenn Morris  <rgm@gnu.org>
8741         * textmodes/tex-mode.el (tex-mode): Suppress warning about
8742         multiple definitions when compiling.
8744 2008-03-04  Alan Mackenzie  <acm@muc.de>
8746         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
8748         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
8749         doc-string, "c-old-LEN" -> "c-old-END".
8751 2008-03-04  Jason Rumney  <jasonr@gnu.org>
8753         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
8754         namespaces.
8756 2008-03-04  Glenn Morris  <rgm@gnu.org>
8758         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
8760         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
8761         than mapcar.
8763 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8765         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8766         (byte-compile-nilconstp): Can't use recursion in a defsubst.
8768         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
8769         so that M-q can fill comments.
8770         (tex-executable-exists-p, tex-compile): Extend with special syntax for
8771         commands implemented in elisp.
8772         (tex-compile-commands): Add an entry to use doc-view for pdf files.
8773         (tex-format-cmd): New function.
8774         (tex-compile): Use it to let the user specify default arguments.
8775         (tex-cmd-bibtex-args): New var.
8776         (tex-cmd-doc-view): New function.
8778 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
8780         * faces.el (face-spec-set): Fix typos in docstring.
8782 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
8784         * bindings.el (mode-line-column-line-number-mode-map): New variable.
8785         (standard-mode-line-position): Use it to add a menu for toggling
8786         column number and line number display.
8788 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8790         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
8791         Remove optimization that was working around the form-code-walker bug.
8793         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8794         Walk into the body of lambdas after byte-compile-unfold-lambda.
8796 2008-03-03  Glenn Morris  <rgm@gnu.org>
8798         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
8799         value, if set, over frame value.
8801         * simple.el (transient-mark-mode): Don't turn on by default.
8803         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
8804         accidentally removed by the 2007-12-05 merge from Gnus.
8806 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
8808         * progmodes/compile.el (compilation-menu-map): Add menu entries
8809         for useful options.
8811 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
8812             Glenn Morris  <rgm@gnu.org>
8814         * emacs-lisp/bytecomp.el (byte-recompile-directory)
8815         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
8816         Give a `bytecomp-' prefix to local variables with common names.
8818 2008-03-01  Glenn Morris  <rgm@gnu.org>
8820         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
8821         code commented out 2007-11-10.
8823         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
8825         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
8826         Delete macro.
8827         * emulation/viper-cmd.el, emulation/viper-ex.el:
8828         * emulation/viper-init.el, emulation/viper-keym.el:
8829         * emulation/viper-mous.el, emulation/viper-util.el:
8830         * emulation/viper.el:
8831         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
8832         featurep test.
8834         Replace obselete frame-local variables with frame-parameters.
8835         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
8836         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
8837         (viper-vi-state-cursor-color): Only call make-variable-frame-local
8838         on XEmacs.
8839         * emulation/viper-util.el (viper-frame-value): New macro.
8840         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
8841         (viper-R-state-post-command-sentinel)
8842         (viper-replace-state-post-command-sentinel)
8843         (viper-change-state-to-insert, viper-change-state-to-emacs):
8844         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
8845         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
8846         (viper-get-saved-cursor-color-in-insert-mode)
8847         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
8848         Use viper-frame-value for viper-replace-overlay-cursor-color,
8849         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
8850         viper-vi-state-cursor-color values.
8852         * emulation/viper-cmd.el (zmacs-region-stays):
8853         * emulation/viper-util.el (zmacs-region-stays): No need to define
8854         for compiler.
8856         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
8857         mapcar on Emacs.
8859         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
8860         on XEmacs.
8862         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
8863         rather than if.
8865 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8867         * whitespace.el: New version 9.3.  As the glyph code generation was
8868         fixed, it is possible now to use character code above ?\x1FFFF in the
8869         display table.  Fix `whitespace-indentation-regexp' to not include an
8870         extra ending character.  Reported by Michael Welsh Duggan
8871         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
8872         the original whitespace package had.  Suggested by Eric Cooper
8873         <ecc@cmu.edu>.  Doc fix.
8874         (whitespace-action): New option.
8875         (whitespace-display-mappings): Changed default newline visualization to
8876         display downwards arrow, as the glyph code generation was fixed.
8877         (whitespace-unload-function): Assure that all local whitespace mode is
8878         turned off.
8879         (whitespace-global-modes): Fix type customization.
8880         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
8881         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
8882         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
8883         Fix code.
8884         (whitespace-buffer): Command removed.
8885         (whitespace-trailing-regexp, whitespace-mark-x)
8886         (whitespace-display-window, whitespace-action-when-on)
8887         (whitespace-add-local-hook, whitespace-remove-local-hook)
8888         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
8889         (whitespace-action): New funs.
8890         (whitespace-report-list, whitespace-report-text)
8891         (whitespace-report-buffer-name): New consts.
8892         (whitespace-report, whitespace-report-region): New commands.
8894 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
8896         * disp-table.el (make-glyph-code): Don't test the result of
8897         `face-id', which already signals an error for invalid faces.
8898         (glyph-face): Simplify.
8900         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
8901         running `desktop-not-loaded-hook' to allow modifying it.
8902         Don't show warning message if `desktop-dirname' was modified.
8904 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8906         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
8907         we still expect more lines.
8909         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
8910         comment-paragraph filling if the commark doesn't match
8911         comment-start-skip.
8913 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
8915         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
8916         the `imap' variant.
8918 2008-03-01  Jason Rumney  <jasonr@gnu.org>
8920         * files.el (make-auto-save-file-name): Encode more characters in
8921         non-file buffer names.  Use url-encoding.
8923 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
8925         * net/net-utils.el (ftp-program): Fix typo in docstring.
8926         (ifconfig-program-options, netstat-program-options)
8927         (arp-program-options, route-program-options, nslookup-program-options)
8928         (ftp-program-options, smbclient-program-options)
8929         (dns-lookup-program-options, arp, route): Doc fixes.
8931         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
8932         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
8933         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
8934         Fix typos in docstrings.
8935         (gdb-pending-triggers): Reflow docstring.
8936         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
8938 2008-03-01  Alan Mackenzie  <acm@muc.de>
8940         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
8941         typing "#" at EOB.
8943 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
8945         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
8947 2008-02-29  Kim F. Storm  <storm@cua.dk>
8949         * emulation/cua-base.el (cua-remap-control-v)
8950         (cua-remap-control-z): New defcustoms.
8951         (cua-mode): Add them to set-after property.
8952         (cua--init-keymaps): Use them.
8953         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
8955         * help.el (view-emacs-todo): Rename from view-todo.
8956         (describe-gnu-project): Rename from describe-project.  Users changed.
8957         (view-help-file): New helper function.
8958         (describe-distribution, describe-copying, describe-gnu-project)
8959         (view-todo, view-order-manuals, view-emacs-problems): Use it.
8960         (view-emacs-debugging, view-external-packages): New commands.
8961         (help-map): Move describe-distribution to C-h C-o (ordering).
8962         Move view-emacs-problems to C-h C-p (problems).
8963         Bind view-emacs-debugging to C-h C-d (debugging).
8964         Bind view-external-packages to C-h C-e (extras).
8965         (help-for-help-internal): Cleanup and align descriptions.
8966         Remove command names to reduce clutter.
8968 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
8970         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
8971         and quieter face (not a warning).
8973 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
8975         * vc.el (vc-status-crt-marked): New variable.
8976         (vc-status-mode): Make it local.
8977         (vc-status-refresh): Use it to save the marked files.
8978         (vc-update-vc-status-buffer): Use it to restore the marked files.
8980         * vc-svn.el (vc-svn-after-dir-status):
8981         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
8983 2008-02-29  Glenn Morris  <rgm@gnu.org>
8985         * allout.el (allout-topic-encryption-bullet)
8986         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
8987         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
8988         from 22.0 to 22.1.
8990         * net/imap.el (imap-ping-server):
8991         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
8992         Change defcustom :version from 23.0 to 23.1.
8994 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
8996         * desktop.el (desktop-save): Save the buffer name if the
8997         uniquified base name is empty.
8999 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
9001         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
9002         correctly when user has "set print address off".
9004 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
9006         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
9007         version number of the next major Emacs release, not 23.0.
9009         * longlines.el (longlines-unload-function): New function.
9011 2008-02-28  Juri Linkov  <juri@jurta.org>
9013         * startup.el (normal-splash-screen): Add argument `concise'.
9014         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
9015         to the created buffer.  If `concise' is non-nil, call
9016         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
9017         (display-startup-screen): Add argument `concise' to the call to
9018         `normal-splash-screen'.
9020 2008-02-28  Kim F. Storm  <storm@cua.dk>
9022         * startup.el (startup-echo-area-message): Check for about-emacs.
9024 2008-02-28  Juri Linkov  <juri@jurta.org>
9026         * startup.el: Always add initial message to *scratch* buffer if
9027         `initial-scratch-message' is non-nil regardless of the value of
9028         `inhibit-startup-screen'.
9029         (inhibit-startup-screen, initial-scratch-message): Doc fix.
9030         (command-line-1): Move code that inserts `initial-scratch-message'
9031         up before the if-form that checks for `inhibit-startup-screen'.
9032         Suggested by Jonathan Rockway <jon@jrock.us>.
9034 2008-02-28  Juri Linkov  <juri@jurta.org>
9036         * cus-edit.el (custom-mode-map, custom-mode-link-map):
9037         Rename `custom-mode' to `Custom-mode' in docstrings.
9038         (custom-buffer-create-internal, customize-browse):
9039         Rename `custom-mode' to `Custom-mode'.
9040         (custom-mode-hook): Rename to `Custom-mode-hook'.
9041         (Custom-mode-hook): Renamed from `custom-mode-hook'.
9042         (custom-mode): Rename to `Custom-mode'.
9043         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
9044         (custom-mode): Add backward-compatible non-interactive variant of
9045         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
9046         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
9048         * info-look.el: Rename `custom-mode' to `Custom-mode'.
9050         * emulation/viper.el (viper-emacs-state-mode-list):
9051         Rename `custom-mode' to `Custom-mode'.
9053         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
9054         Capitalize "Tagged Files".
9055         (minibuffer-local-map): Add menu items for next/previous
9056         history elements and isearch history forward/backward.
9058         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
9059         `hs-isearch-open' with t instead of `comment' in :selected
9060         for "Code and Comment blocks" menu item.
9062 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9064         * uniquify.el (uniquify-buffer-base-name): Undo last change.
9065         Should be done in desktop.el instead.
9067 2008-02-28  Glenn Morris  <rgm@gnu.org>
9069         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
9071         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
9073         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
9074         (Info-menu, Info-goto-node): Remove declarations.
9075         (report-emacs-bug-info): Use info rather than Info-goto-node.
9077         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
9078         (idlwave-convert-xml-system-routine-info): Don't require xml.
9079         (idlwave-show-commentary, idlwave-shell-show-commentary):
9080         Don't require finder.
9081         (idlwave-info): Don't require info.  Use info rather than
9082         Info-goto-node.
9084         * textmodes/org.el (Info-goto-node): Remove declaration.
9085         (org-info): Use info rather than Info-goto-node.
9087         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
9088         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
9090 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
9092         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
9093         the menu.
9095         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
9096         (vc-finish-logentry): Check for vc-status-mode, not only for
9097         vc-dired-mode.
9099 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
9101         * isearch.el (isearch-printing-char): Don't check
9102         keyboard-coding-system.
9103         Call isearch-process-search-multibyte-characters only when
9104         current-input-method is non-nil.
9106 2008-02-27  Kim F. Storm  <storm@cua.dk>
9108         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
9109         (glyph-char, glyph-face): Handle cons encoding.
9111 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
9113         * uniquify.el (uniquify-buffer-base-name): If the base name is an
9114         empty string, return nil to allow the caller to default to the
9115         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
9117         * tool-bar.el (tool-bar-setup): Doc fix.
9119         * mail/supercite.el (sc-describe):
9120         Fix typos in obsolescence declaration.
9122 2008-02-27  Glenn Morris  <rgm@gnu.org>
9124         * autoinsert.el (auto-insert-alist): Change permission text to
9125         match FSF's GPLv3 form.
9127         * mail/supercite.el (sc-cite-original): Doc fix.
9128         (sc-version): Make obsolete.
9129         (sc-describe): Show the SC info page.  Make obsolete.
9131 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9133         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
9134         when using transient-mark-mode.
9135         (default-indicate-unused-lines): Remove unused var.
9137 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
9139         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
9140         and previous.
9142         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
9144 2008-02-26  Glenn Morris  <rgm@gnu.org>
9146         * net/net-utils.el (top-level): Don't require comint when compiling.
9147         (nslookup-font-lock-keywords): Don't require font-lock.
9148         Use font-lock faces rather than variables.
9149         (nslookup, ftp, smbclient, network-service-connection):
9150         Don't require comint.
9151         (comint-prompt-regexp, comint-input-autoexpand)
9152         (comint-input-ring): Declare for compiler.
9153         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
9154         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
9156         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
9157         doc-string.
9159 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9161         * doc-view.el (doc-view-current-page): Add a `win' argument.
9163 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9165         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
9166         Demote it to plain defvar.
9167         (doc-view-conversion-refresh-interval): Reduce interval.
9168         (doc-view-goto-page): Allow moving to pages not yet rendered.
9169         (doc-view-goto-page): Construct a file name rather than extracting it
9170         from doc-view-current-files.
9171         (doc-view-kill-proc): Ignore errors from kill-process.
9172         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
9173         (doc-view-insert-image): Use appropriate text if the page hasn't been
9174         rendered yet.  Adjust scrolling so the text is displayed.
9175         (doc-view-display): Detect not just that a page is available, but also
9176         that it wasn't available before, so as to avoid refreshing all pages
9177         repeatedly.
9178         (doc-view-mode): Make doc-view-cache-directory if needed.
9180 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9182         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
9183         toggle-read-only.
9185         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
9186         refering to a missing required field with the OPT prefix.
9187         Make unwindform more robust.
9189         * textmodes/bibtex.el: Remove support for hideshow minor mode as
9190         it duplicates the bibtex support in progmodes/hideshow.el.
9191         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
9192         entries that do not start at the beginning of a line.
9194 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
9196         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
9198 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
9200         * help-fns.el (describe-variable): Add phrases about
9201         initialization file with and without customization;
9202         use new button type help-info-variable.
9204         * help-mode.el (help-info-variable):
9205         New button able to read Info files for help-fns.el.
9207 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
9209         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
9210         (grep-mode): Use grep-mode-tool-bar-map.
9212         * progmodes/compile.el (tool-bar): Require tool-bar.
9213         (compilation-mode-tool-bar-map): New variable.
9214         (compilation-mode): Use compilation-mode-tool-bar-map.
9216         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
9218 2008-02-25  Glenn Morris  <rgm@gnu.org>
9220         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
9222 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9224         * diff-mode.el (diff-file-junk-re): New const.
9225         (diff-beginning-of-file-and-junk): Use it.
9226         (diff-file-kill): Make sure we were really inside a file diff.
9228         * diff-mode.el: Make it more robust in the presence of empty context
9229         lines in unified hunks.
9230         (diff-valid-unified-empty-line): New var.
9231         (diff-unified->context, diff-sanity-check-hunk): Obey it.
9232         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
9233         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
9234         (diff-hunk-header-re-unified): New const.
9235         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
9236         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
9237         (diff-sanity-check-hunk): Use it.
9239         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
9240         Index: line, don't search backward for the previous one.
9242 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
9244         * international/fontset.el (setup-default-fontset): Add non-OTF
9245         lao font for lao script.
9247         * language/tibetan.el: Register tibetan-composition-function in
9248         composition-function-table.
9250         * language/tibet-util.el (tibetan-composition-function):
9251         Adjust for the new calling way (argument changed).  Try font-shape-text
9252         if possible.
9254         * language/lao.el: Register lao-composition-function in
9255         composition-function-table.
9257         * language/lao-util.el (lao-composition-function): Adjust for the new
9258         calling way (argument changed).  Try font-shape-text if possible.
9260 2008-02-25  Jason Rumney  <jasonr@gnu.org>
9262         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
9264 2008-02-25  Juri Linkov  <juri@jurta.org>
9266         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
9267         background, "red4" for a dark background, "red" for 16 and
9268         8 colors, "grey" for grayscale, and inverse video otherwise.
9269         Add :version tag.
9270         (isearch-message): Keep the original isearch-message intact, and
9271         add text properties to it where necessary.  Add `isearch-error' to
9272         the condition that checks if isearch is unsuccessful.
9274 2008-02-24  Juri Linkov  <juri@jurta.org>
9276         * progmodes/compile.el (compilation-handle-exit):
9277         Use compilation-error face instead of font-lock-warning-face.
9278         Display the same message in the minibuffer as is inserted
9279         at the end of the compilation buffer.
9281 2008-02-24  Glenn Morris  <rgm@gnu.org>
9283         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
9284         multiple file case.
9286         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
9288         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
9289         multiple file case.  Use a single `let' rather than two.
9291 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
9293         * progmodes/compile.el (compilation-start): Specify a face for
9294         mode-line-process.
9295         (compilation-handle-exit): Specify a face and a tooltip for
9296         mode-line-process.
9298 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9300         * hilit-chg.el: Remove spurious * in defcustom docstrings.
9301         (hilit-chg-make-ov): Simplify.
9302         (hilit-chg-fixup): Use remove-overlays.
9303         (hilit-chg-set-face-on-change): Remove redundant call to
9304         `remove-text-properties'.
9306         * dired.el (dired-mark-prompt): Don't count/display the t element.
9307         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
9309 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
9311         * progmodes/verilog-mode.el (eval-when-compile): Don't define
9312         add-submenu.
9313         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
9314         Remove.  Move contents to the only use ...
9315         (verilog-menu): ... here.
9316         (verilog-statement-menu): Remove.  Move contents to the only use ...
9317         (verilog-stmt-menu): ... here.
9318         (verilog-mark-defun): Simply call mark-defun for emacs.
9319         (occur-pos-list): Declare for byte compiler.
9320         (mode-popup-menu): Don't defvar.
9321         (verilog-add-statement-menu): Remove.
9322         (verilog-mode-hook): Don't add verilog-add-statement-menu.
9323         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
9325 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
9327         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
9328         conditional.
9329         (verilog-font-grouping-keywords-face): Make the begin..end
9330         keywords standout more than other verilog keywords.
9331         (verilog-type-font-keywords): Move the begin..end out of this list
9332         to facilitate making them to (potentially) stand out more.
9333         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
9334         function & task blocks.
9335         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
9336         initial, function & task blocks.
9337         (verilog-forward-sexp): Handle the new "disable fork" statement of
9338         IEEE-1800 Verilog.
9339         (verilog-beg-block-re-ordered): Handle the new "disable fork"
9340         statement of IEEE-1800 Verilog.
9341         (verilog-calc-1): Handle the new "disable fork" statement of
9342         IEEE-1800 Verilog.
9343         (verilog-disable-fork-re): Add const to help handle the new
9344         "disable fork" statement of IEEE-1800 Verilog.
9345         (verilog-declaration-core-re): Add port directions by themselves,
9346         with no qualification, as base item of a declaration.
9347         (verilog-pretty-declarations): Add new flag to ask it to refrain
9348         from printing to the message buffer.
9349         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
9350         printing to the message buffer.  Improve handling of the many
9351         types of expression line up.
9352         (verilog-just-one-space): Remove printing of an empty message.
9353         (verilog-get-lineup-indent): Rework to support the better handling
9354         of expression lineup for verilog-pretty-expr.
9355         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9357 2008-02-24  Alan Mackenzie  <acm@muc.de>
9359         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
9360         yesterday's commit.
9362 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
9364         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
9365         to mouse-set-point in buffers that aren't associated with files.
9367         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
9369 2008-02-24  Alan Mackenzie  <acm@muc.de>
9371         Set of changes so that "obtrusive" syntactic elements in a
9372         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
9373         unmatched paren) don't interact syntactically with stuff outside
9374         the CPP line.
9376         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
9377         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
9378         off-by-one bug.
9379         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
9380         a bit of refactoring.
9381         (c-awk-extend-and-syntax-tablify-region): Takes some of the
9382         functionality of c-awk-advise-fl-for-awk-region, which has been
9383         refactored away.
9385         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
9386         (c-clear-char-property-with-value): New function and macro which
9387         remove text-properties `equal' to a supplied value.
9389         * progmodes/cc-engine.el: Comment about text properties amended.
9391         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
9392         parens around "error\\|warning".
9394         * progmodes/cc-langs.el (c-get-state-before-change-function)
9395         (c-before-font-lock-function, c-anchored-cpp-prefix):
9396         New language variables.
9397         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
9399         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
9400         syntax-table text properties.
9401         (c-common-init): Call language specific before/after-change
9402         functions at mode initialisation.
9403         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
9404         (c-extend-region-for-CPP, c-neutralize-CPP-line)
9405         (c-neutralize-syntax-in-CPP): New functions.
9406         (c-before-change, c-after-change): Call the new language specific
9407         change functions defined in cc-langs.el.
9408         (c-advise-fl-for-region): New macro.
9409         (awk-mode): Remove AWK specific stuff which has been refactored
9410         into language independent stuff.
9412 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
9414         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
9415         (gdb): (Re)set gdb-flush-pending-output to nil here...
9416         (gdb-init-1): ...instead of here (before gdb-prompt).
9418 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9420         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
9421         Recognize ''' just like any other char-constant.
9423 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9425         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
9426         careful enough.  Detect the uid-change all within the main loop.
9428 2008-02-24  Stefan Monnier  <monnier@pastel.home>
9430         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
9432 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9434         * hilit-chg.el (highlight-save-buffer-state): New macro.
9435         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
9436         (hilit-chg-clear): Use it to preserve the modified-p flag.
9437         (highlight-changes-rotate-faces): Don't mess with the undo-list.
9439 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9441         * font-lock.el (font-lock-set-defaults): Unset previously set variables
9442         when needed.
9444 2008-02-24  Ã†var Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
9446         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
9447         from gnus-button-url-regexp.
9449 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
9451         * progmodes/compile.el (compilation-next-error): Doc fix.
9452         (compilation-find-file): Doc fix.
9454 2008-02-24  Glenn Morris  <rgm@gnu.org>
9456         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
9457         Add obsolete aliases to the old names.
9459 2008-02-24  Richard Stallman  <rms@gnu.org>
9461         * net/net-utils.el (ifconfig): Rename from ipconfig.
9462         (ipconfig): Alias to ifconfig.
9463         (ifconfig-program): Rename from ipconfig-program.
9464         (ifconfig-program-options): Rename from ipconfig-program-options.
9466 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
9468         * progmodes/verilog-mode.el (verilog-declaration-core-re):
9469         Add port directions by themselves, with no qualification, as base
9470         item of a declaration.
9471         (verilog-pretty-declarations): Add new flag that inhibits printing
9472         to the message buffer.
9473         (verilog-pretty-expr): Add new flag that inhibits printing to the
9474         message buffer.  Improve handling of the many types of expression
9475         line up.
9476         (verilog-just-one-space): Don't print an empty message.
9477         (verilog-get-lineup-indent): Rework to support the better handling
9478         of expression lineup for verilog-pretty-expr.
9479         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9480         (verilog-mode-version, verilog-mode-release-date): Update.
9482 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9484         * subr.el (cancel-change-group): Don't move point.
9486 2008-02-23  Markus Triska  <markus.triska@gmx.at>
9488         * linum.el (linum-after-config): Update all visible windows.
9490 2008-02-23  Glenn Morris  <rgm@gnu.org>
9492         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
9493         Add :help for Solitaire and Tetris.
9495         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
9497         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
9498         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
9499         (smtpmail-queue-index-file): Make it a defcustom.
9500         (smtpmail-queue-index): Delete.
9501         (smtpmail-send-it, smtpmail-send-queued-mail):
9502         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
9503         smtpmail-queue-index.
9505         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9506         Add :version.
9508 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
9510         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9511         New variables.
9512         (iwconfig): New function.
9514 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
9516         * vc.el (vc-find-revision): Make vc-parent-buffer local before
9517         setting it.
9518         (vc-status-menu-map): Do not define using easy-menu.
9519         (vc-status-menu-map): New defalias.
9520         (vc-status-mode-map): Hook up the menu.
9521         (top-level): Update TODO.
9523         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
9525         * vc-bzr.el (vc-bzr-init-version): Rename to ...
9526         (vc-bzr-init-revision): ... this.
9528 2008-02-23  Jason Rumney  <jasonr@gnu.org>
9530         * makefile.w32-in (WINS_ALMOST): Remove term.
9531         (WINS): Add term here.
9532         (custom-deps, finder-data): Use WINS_ALMOST.
9534 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
9536         * faces.el (font-weight-table): Fix value of `semi-light'.
9538 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9540         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
9541         Make those tables bijective.
9543 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
9545         Finish pdbtrack integration cleanup, settling missing-functions
9546         byte compiler warnings appropriately.
9548         * progmodes/python.el (python-point): Remove this - beginning-of-line
9549         was all that was necessary for `python-pdbtrack-overlay-arrow'.
9550         (python-end-of-def-or-class, python-beginning-of-def-or-class)
9551         (python-goto-initial-line): Drop these - they were only needed for
9552         python-point.
9553         (python-comint-output-filter-function): Use condition-case and
9554         beginning-of-line directly, instead of python-mode.el functions
9555         which require all sorts of baggage.
9556         (point-safe): Unnecessary - we're using condition-case directly,
9557         instead.
9558         (python-execute-file): Include for python-shell, which I'm leaving
9559         in keeping despite it being unnecessary for pdb tracking.
9561 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
9563         * progmodes/scheme.el (scheme-font-lock-keywords-2):
9564         Add SRFI 11 support.
9565         (let-values, let*-values): Specify scheme-indent-function.
9567 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
9569         * vc.el (vc-exec-after): Move setting mode-line-process in the
9570         busy case ...
9571         (vc-set-mode-line-busy-indicator): ... in this new function.
9572         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
9573         (vc-update-vc-status-buffer): Reset mode-line-process.
9574         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
9575         mark/unmark all the files with the same state as the current one.
9576         With a prefix argument mark/unmark all files.
9577         (vc-status-mode-menu): Adjust strings.
9578         (vc-update-vc-status-buffer): Only do something when the argument
9579         is not nil.
9580         (vc-status-kill-dir-status-process): New function.
9581         (vc-status-mode-map): Bind it.
9582         (vc-status-process-buffer): New variable.
9583         (vc-status-mode): Make it local.
9584         (vc-status-refresh): Set it.
9586         * vc-hg.el (vc-hg-dir-status):
9587         * vc-git.el (vc-git-dir-status):
9588         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
9589         command is run.
9591 2008-02-22  Glenn Morris  <rgm@gnu.org>
9593         * json.el (top-level): No need to require thingatpt.
9594         (json-read-keyword): Use thing-at-point rather than word-at-point.
9596         * time.el (top-level): No need to require time-date when compiling.
9598         * emacs-lisp/copyright.el (copyright-update-year):
9599         Fix subexpression numbering for the case when years are split over
9600         lines, and for the replace case.
9602         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
9603         (tpu-caar, tpu-cadr): Delete functions.
9604         (zmacs-regions): No need to declare for compiler.
9605         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
9606         (tpu-spell-check): Rewrite, and handle mark after point.
9607         (tpu-special-insert): Use or rather than if.
9609         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
9610         rather than spell-region.
9612         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
9613         warnings about spell-region.
9615 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
9617         * ldefs-boot.el: Regenerated.
9619         * loadup.el: Don't load language/devanagari, language/kannada,
9620         language/malayalam, and language/tamil.  Load language/sinhala.
9622         * language/indian.el (indian-font-foundry)
9623         (indian-script-language-alist, indian-font-char-index-table)
9624         (indian-font-char, indian-font-char-range, indian-script-table)
9625         (indian-default-script, indian-composable-pattern): Delete them.
9626         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
9627         language environments moved to here.
9628         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
9629         New language environments.
9631         * language/devanagari.el, language/devan-util.el,
9632         * language/kannada.el, language/knd-util.el, language/malayalam.el,
9633         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
9634         Delete them.
9636         * language/sinhala.el: New file.
9638 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
9640         Update Nick Robert's port of pdb tracking from python-mode.el.
9642         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
9643         Clarify docstring.
9644         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
9645         tracking is happening.
9646         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
9647         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
9648         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
9649         Tracking is plugged in to all comint buffers once python.el is loaded.
9650         (python-pdbtrack-overlay-arrow): Toggle activation of
9651         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
9652         (python-pdbtrack-track-stack-file): Use new
9653         `python-pdbtrack-get-source-buffer' for more flexible access to
9654         debugging source files.
9655         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
9656         according to pdb stack trace, optionally using new
9657         `python-pdbtrack-grub-for-buffer' if file is not locally available.
9658         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
9659         named buffer, or having function with indicated name.
9660         (python-shell): Remove comint-output-filter-functions hook
9661         addition, it's being done elsewhere.  Wrap long line.
9663 2008-02-21  Michael Olson  <mwolson@gnu.org>
9665         * json.el: Replace XEmacs compatibility code to get rid of
9666         compiler warnings.
9668         * time.el: Fix compiler warning.
9670 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
9672         * json.el: New file (JavaScript Object Notation parser / generator).
9674 2008-02-21  Dave Love  <fx@gnu.org>
9676         * progmodes/sym-comp.el: New file.
9678         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
9679         Require sym-comp.  Add Python buffer to same-window-buffer-names.
9680         Fixup whitespaces.
9681         (python-font-lock-keywords): Add highlighting for Python builtins.
9682         (python-font-lock-syntactic-keywords): Rewrite.
9683         (python-quote-syntax): Use syntax-ppss-context instead of parsing
9684         ppss directly.
9685         (python-mode-map): Add binding for python-find-function.
9686         (python-calculate-indentation): Clean up the logic.
9687         (python-beginning-of-defun): Explicitly set return value.
9688         (python-beginning-of-statement): Stop looping if we get stuck
9689         going backwards.
9690         (python-next-statement): Stop looping if we somehow end up inside
9691         a string while advancing.
9692         (python-preoutput-continuation, python-version-checked): New vars.
9693         (python-check-version): New function.
9694         (run-python): Set default command to python-command instead of
9695         python-python-command.
9696         (run-python): Use python-check-version.  Give PYTHONPATH
9697         precedence over data-directory in the process environment.
9698         Load function definitions in python process after.
9699         (python-check-comint-prompt): New function.
9700         (python-send-command, python-send-receive): Use it.
9701         (python-complete-symbol, python-try-complete): Functions deleted.
9702         Use symbol-complete instead of python-complete-symbol throughout.
9703         (python-fill-paragraph): Further refine the fenced-string regexp.
9704         (def-python-skeleton): Expand to the original abbrev instead if in
9705         a comment or string.  Tweak skeletons for `if', `while', `for',
9706         `try/except', `try/finally', `name'.
9707         (python-pea-hook, python-abbrev-pc-hook): New functions.
9708         (python-abbrev-syntax-table): New var.
9709         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
9710         Use symbol-completion-try-complete for hippie expansion.
9711         Turn on font lock unconditionally.
9712         (python-mode-hook): Defcustom it.  No need to use make-local
9713         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
9714         option, since it's buffer-local.
9716 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
9718         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
9720 2008-02-21  Drew Adams  <drew.adams@oracle.com>
9722         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
9723         "Turn off" and a "Help" entry when the minor mode has no menu.
9725 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
9727         * vc.el (vc-status-mark, vc-status-unmark): New functions.
9728         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
9729         vc-status-mark-file and vc-status-unmark-file.
9730         (vc-status-mark-unmark): New function.
9731         (vc-status-previous-line, vc-status-next-line): No longer interactive.
9733 2008-02-21  Glenn Morris  <rgm@gnu.org>
9735         * composite.el (encode-composition-rule): Fix typo in error message.
9736         (composition-function-table, auto-composition-mode): Doc fixes.
9738         * subr.el (sit-for): Fix obsolete form for nil second argument.
9740         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
9741         (spell-string): Make obsolete, in favor of ispell.
9743 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
9745         * language/devanagari.el: Don't setup composition-function-table
9746         here.
9747         ("Devanagari"): Change charset, coding-system, coding-priority to
9748         Unicode-based ones.  Don't require the feature devan-util.
9750         * composite.el (compose-chars-after): Fix arguments for a function
9751         in composition-function-table.
9752         (auto-compose-region): Likewise.
9754         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
9755         for Ethiopic.
9756         (ps-mule-plot-string): Ignore glyph-string based compositions.
9758 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9760         * doc-view.el: Allow different windows to show different pages.
9761         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
9762         (doc-view-current-image, doc-view-current-overlay): Remove variables,
9763         add them back as macros instead, using image-mode-winprops instead.
9764         Update all users of those variables.
9765         (doc-view-new-window-function): New function to create a new overlay
9766         for each new window.
9767         (doc-view-mode): Use it and image-mode-setup-winprops.
9768         (doc-view-clone-buffer-hook): Rewrite accordingly.
9770         * image-mode.el: Extend [hv]scroll support to per-window properties.
9771         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
9772         (image-mode-winprops-alist): New var to replace them.
9773         (image-mode-new-window-functions): New hook.
9774         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
9775         New funs.
9776         (image-set-window-vscroll, image-set-window-hscroll): Use them.
9777         Remove the `window' argument, update callers.
9778         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
9779         Use the new functions.
9780         (image-mode-reapply-winprops): New fun.
9781         (image-mode): Use it.
9783 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
9785         * calc/calc-math.el (math-sin-raw): Add optional argument
9786         to keep track of original argument.
9787         (math-cos-raw): Use optional argument when calling math-sin-raw.
9788         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
9789         with close to original precision.
9791 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9793         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
9794         args in calls of sit-for.
9796 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
9798         * vc-svn.el (vc-svn-program): Fix typo in docstring.
9799         (vc-svn-checkin): Fix typo in error message.
9801         * help-mode.el: Require easymenu when compiling.
9803 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
9805         * help-mode.el (help-mode-menu): New menu.
9807 2008-02-20  Glenn Morris  <rgm@gnu.org>
9809         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
9810         on Windows.
9812 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
9814         * ps-mule.el (ps-mule-encode-region): Return a single string.
9815         (ps-mule-plot-string): Adjust for the above change.
9816         (ps-mule-encode-header-string): Likewise.
9818         * international/latin1-disp.el (latin1-display): Don't use
9819         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
9820         standard-display-table.
9821         (latin1-display-identities): Adjust for the change of what is
9822         returned by (get-language-info charset 'charset).
9824         * international/mule-util.el (char-displayable-p): Fix for Latin-1
9825         characters and terminal case.
9827 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
9829         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
9831         * progmodes/python.el: Also require comint when loading.
9832         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
9833         Replace python-shell with run-python on menu bar.
9834         (python-shell-map): New map.
9835         (python-default-interpreter, python-python-command-args)
9836         (python-jython-command-args, python-pdbtrack-do-tracking-p):
9837         New options.
9838         (python-which-shell, python-which-args, python-which-bufname):
9839         New buffer local variables.
9840         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
9842         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
9843         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
9844         New constants.
9846         Pdbtrack features:
9848         (python-point, python-end-of-def-or-class)
9849         (python-beginning-of-def-or-class, python-goto-initial-line)
9850         (python-comint-output-filter-function)
9851         (python-pdbtrack-overlay-arrow)
9852         (python-pdbtrack-track-stack-file, python-toggle-shells)
9853         (python-shell, python-pdbtrack-toggle-stack-tracking)
9854         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
9855         New functions.
9857 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9859         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
9860         when the argument is nil.
9862 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
9864         * vc.el (dir-status): Add a brief description.
9866 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
9868         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
9869         If non-nil, reverse the sense of the check.
9871         * vc-rcs.el (vc-rcs-root): New func.
9872         * vc-cvs.el (vc-cvs-root): New func.
9873         * vc-svn.el (vc-svn-root): New func.
9874         * vc-sccs.el (vc-sccs-root): New func.
9876 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
9878         * language/japan-util.el (setup-japanese-environment-internal):
9879         Call use-cjk-char-width-table.
9881         * language/japanese.el ("Japanese"): Set exit-function to
9882         use-default-char-width-table.
9884         * international/characters.el: Delete occurrences of non-Unicode
9885         tibetan and ethiopic characters.
9886         (cjk-char-width-table): New variable.
9887         (use-cjk-char-width-table, use-default-char-width-table):
9888         New functions.
9890 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
9892         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
9893         (vc-status-mode-menu): Add a :filter.
9894         (vc-status-printer): Add faces.
9896         * vc-hg.el (vc-hg-extra-status-menu): New function.
9897         (vc-hg-dir-status): Clean up the buffer before using it.
9899 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9901         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
9902         (gdb): Initialize it here instead.
9904         * files.el (locate-dominating-file): Fix thinko in last change.
9905         Reported by Bruce Stephens <bruce.stephens@isode.com>.
9907 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
9909         * vc.el (vc-status-mode-menu): New menu for vc-status.
9911 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
9913         * progmodes/verilog-mode.el (customize): Fix typo in error message.
9914         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
9915         (verilog-mode-auto, verilog-indent-level-module)
9916         (verilog-minimum-comment-distance, verilog-library-flags)
9917         (verilog-library-directories, verilog-library-files)
9918         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
9919         (verilog-xemacs-menu, verilog-set-compile-command)
9920         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
9921         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
9922         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
9923         (verilog-batch-inject-auto, verilog-batch-indent)
9924         (verilog-continued-line, verilog-type-keywords)
9925         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
9926         (verilog-read-inst-pins, verilog-read-arg-pins)
9927         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
9928         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
9929         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
9930         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
9931         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
9932         (verilog-mode-version, verilog-mode-release-date)
9933         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
9934         (verilog-simulator, verilog-compiler)
9935         (verilog-auto-sense-defines-constant, verilog-company)
9936         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
9937         Fix typos in docstrings.
9938         (verilog-set-auto-endcomments, verilog-calculate-indent)
9939         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
9940         Reflow docstrings.
9941         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
9942         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
9943         (electric-verilog-forward-sexp, verilog-in-case-region-p)
9944         (verilog-in-struct-region-p, verilog-in-generate-region-p)
9945         (verilog-leap-to-head, verilog-current-indent-level)
9946         (verilog-case-indent-level, verilog-cpp-keywords)
9947         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
9948         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
9949         (verilog-signals-not-in, verilog-symbol-detick-text)
9950         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
9951         (verilog-forward-close-paren, verilog-backward-open-paren)
9952         (verilog-backward-open-bracket): Doc fixes.
9954         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
9955         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
9956         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
9957         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
9958         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
9959         Fix typos in docstrings.
9961         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
9963 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
9965         * info.el (Info-read-node-name): Removed unused `default' arg.
9967 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
9969         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
9971 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9973         * image-mode.el (image-get-display-property): New fun.
9974         (image-forward-hscroll, image-next-line, image-eol, image-eob)
9975         (image-mode, image-minor-mode, image-toggle-display-text)
9976         (image-toggle-display): Use it.
9978 2008-02-18  Jason Rumney  <jasonr@gnu.org>
9980         * international/mule.el (xml-find-file-coding-system): Don't warn
9981         about utf-16 with BOM.
9983         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
9985         * international/mule.el (sgml-xml-auto-coding-function): Detect and
9986         warn if file encoding is not utf-8 and encoding not specified.
9987         (xml-find-file-coding-system): New function.
9988         * international/mule-conf.el (file-coding-system-alist): Use it.
9990 2008-02-17  Glenn Morris  <rgm@gnu.org>
9992         * international/mule-cmds.el (set-locale-environment):
9993         Pass `frame' to getenv for LC_MESSAGES.
9995 2008-02-17  Juri Linkov  <juri@jurta.org>
9997         * time.el (emacs-init-time): Use format instead of format-seconds.
9999 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10001         * textmodes/bibtex.el (bibtex-search-entry): Rename from
10002         bibtex-find-entry.  Add autoload cookie.
10003         (bibtex-find-entry): Alias for bibtex-search-entry.
10004         (bibtex-search-crossref): Rename from bibtex-find-crossref.
10005         (bibtex-find-crossref): Alias for bibtex-search-crossref.
10006         (bibtex-clean-entry): atomic-change-group removed.
10007         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
10008         to locate buffer location where error occurred.
10009         Make error messages more specific.
10010         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
10012 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
10014         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
10015         top level.
10017         * simple.el (transient-mark-mode): Add an :init-value.
10019         * startup.el (command-line): Use custom-reevaluate-setting for
10020         transient-mark-mode.
10022 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
10024         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
10026 2008-02-16  Juri Linkov  <juri@jurta.org>
10028         * startup.el (after-init-time): New variable.
10029         (command-line): Set `after-init-time' to the current time.
10031         * time.el (emacs-init-time): New function.
10033 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10035         * files.el (locate-dominating-file): Remove initial loop because it's
10036         not careful enough.  Detect the uid-change all within the main loop.
10038 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10040         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
10042 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
10044         * vc.el (vc-annotate): Add new argument.
10045         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
10047         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
10048         Move make-variable-buffer-local code after the corresponding defvar.
10049         (hs-minor-mode-map): Define and initialize in one step.
10050         (hs-minor-mode): Change from defun to define-minor-mode.
10052 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
10054         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
10055         (gdb-ready): Move declaration...
10057         * progmodes/gdb-ui.el (gdb-ready): ...to here.
10058         (gdb-early-user-input): New variable.
10059         (gdb): Reset gdb-flush-pending-output to nil and set
10060         comint-input-sender here (before gdb-prompt), instead of...
10061         (gdb-init-1): ...here.
10062         (gdb-send): If Emacs is not ready, defer user input to...
10063         (gdb-prompt): ...here.
10065 2008-02-16  Glenn Morris  <rgm@gnu.org>
10067         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
10069         * startup.el (emacs-startup-time): Rename to `before-init-time'.
10070         (before-init-time): New name for `emacs-startup-time'.
10071         (command-line): Use before-init-time rather than emacs-startup-time.
10072         * time.el (emacs-uptime): Use before-init-time rather than
10073         emacs-startup-time.
10075         * composite.el (composition-function-table): Doc fix.
10077         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
10078         in favor of `%z' specifier.
10079         (emacs-uptime): Move to time.el.
10080         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
10081         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
10082         argument of format-seconds.
10084 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
10086         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
10088 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
10090         * ielm.el (ielm-is-whitespace): Remove.
10091         (ielm-is-whitespace-or-comment): New function.
10092         (ielm-eval-input): Use it.
10094 2008-02-15  Jason Rumney  <jasonr@gnu.org>
10096         * term/mac-win.el: Fix coding tag.
10098 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
10100         * vc-hooks.el (vc-menu-map):
10101         * bindings.el (mode-line-mode-menu): Add tooltips.
10103         * bindings.el (help-echo): Add more tooltips.  Use a less
10104         telegraphic style for existing tooltips.
10106 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10108         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
10109         from the auto-generated one.
10111 2008-02-14  Glenn Morris  <rgm@gnu.org>
10113         * mail/rmail-spam-filter.el (rmail-spam-filter):
10114         Let-bind message-spam-status.
10116         * mail/smtpmail.el (password-cache-add): Declare as function.
10118 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
10120         * mail/smtpmail.el: Use password-cache.
10122 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
10124         * uniquify.el (uniquify-buffer-base-name): New function.
10125         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10127         * desktop.el (uniquify-managed): Don't defvar.
10128         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
10129         `uniquify-managed'.  Return also the buffer's base name.
10130         (desktop-save): When saving the buffer info, filter out the base name,
10131         and save it as buffer name if the buffer is managed by uniquify.
10132         (uniquify-item-base): Don't declare; not called anymore.
10134 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
10136         * vc.el (vc-annotate-find-revision-at-line): New function.
10137         (vc-annotate-mode-map): Bind it.
10138         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
10139         some entries.
10141 2008-02-14  Glenn Morris  <rgm@gnu.org>
10143         * calendar/time-date.el (format-seconds): New function.
10144         (emacs-uptime): Use format-seconds.
10146         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10147         Remove `LC_ALL=C', since it's included in $(emacs) now.
10149 2008-02-14  Zhang Wei  <id.brep@gmail.com>
10151         * textmodes/org-publish.el (org-publish-timestamp-filename):
10152         Replace colon characters in filename too.
10154 2008-02-13  Bastien Guerry  <bzg@altern.org>
10156         * mail/rmail.el (rmail-header-name): New face.
10157         (rmail-font-lock-keywords): Use rmail-header-name.
10159         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
10160         against X-Spam-Status header field.
10161         (rmail-spam-filter): Also check X-Spam-Status header field.
10163 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
10165         * progmodes/flymake.el (flymake-allowed-file-name-masks):
10166         Add support for .pm files and .php files.
10167         (flymake-err-line-patterns): Add pattern for PHP errors.
10168         (flymake-php-init): New function.  PHP support for flymake.
10170         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10171         Add regular expression for PHP errors.
10173 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
10175         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
10176         This DTRT even on w32 machines.
10177         (ange-ftp-cf1): Quote FILENAME.
10179 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10181         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
10182         (smerge-auto-combine): New fun.
10184 2008-02-12  Juri Linkov  <juri@jurta.org>
10186         * startup.el (fancy-startup-screen, normal-splash-screen):
10187         Set default-directory to command-line-default-directory.
10189         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
10190         after reading the desktop.
10192         * progmodes/compile.el (compilation-auto-jump):
10193         Call compile-goto-error only when compilation-auto-jump-to-first-error
10194         is non-nil.
10195         (compilation-scroll-output): Replace :type 'boolean with a choice
10196         that has three options including a third option `first-error'.
10197         Doc fix.
10198         (compilation-start, compilation-forget-errors): Add an alternate
10199         condition comparing compilation-scroll-output with `first-error'
10200         in addition to compilation-auto-jump-to-first-error (to call
10201         compilation-auto-jump in the proper place).
10203 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10205         * international/mule.el (sgml-html-meta-auto-coding-function):
10206         Make sure the search limit is ahead.
10208         * tar-mode.el: Fix broken indentation.
10209         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
10210         Use with-current-buffer.
10212 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
10214         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
10215         it is already automatically buffer-local.
10217 2008-02-11  Drew Adams  <drew.adams@oracle.com>
10219         * help.el (describe-key): Join some split lines to facilitate filling.
10220         * help-fns.el (describe-function-1): Fill text of overlong lines.
10222 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
10224         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
10225         Use unibyte-string instead of string-make-unibyte.
10227         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
10229 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10231         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
10232         works also for buffers w/o buffer-file-name.  Update callers.
10233         (doc-view-clone-buffer-hook): New fun.
10234         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
10235         the `doc-view' property so they can be recognized.
10237         * simple.el (clone-indirect-buffer-hook): New hook.
10238         (clone-indirect-buffer): Run it.
10240 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
10242         * epa.el (epa-menu-mode): Merge into epa-mode.
10243         (epa-menu-items): Rename the label "EasyPG Assistant" to
10244         "Encryption/Decryption".
10246         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
10247         (epa-dired-mode-map): Rename from epa-dired-map.
10248         (epa-global-dired-mode): Rename the global minor mode.
10250 2008-02-11  Drew Adams  <drew.adams@oracle.com>
10252         * isearch.el (isearch-fail): New face.
10253         (isearch-message): Highlight failure part of input.
10255 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10257         * ibuffer.el (ibuffer-header-line-format): New var.
10258         (ibuffer-mode): Set it instead of header-line-format.
10259         (ibuffer-update): Use it to set header-line-format.
10261         * international/mule-cmds.el (ucs-insert): Inherit surrounding
10262         properties like self-insert-command.
10264 2008-02-11  Drew Adams  <drew.adams@oracle.com>
10266         * progmodes/etags.el: Add many doc strings.
10268 2008-02-11  Jason Rumney  <jasonr@gnu.org>
10270         * ldefs-boot.el: Regenerated.
10272 2008-02-11  Glenn Morris  <rgm@gnu.org>
10274         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10275         Shorten some names.
10277         * ffap.el (ffap-rfc-directories): Add :version.
10279 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
10281         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
10282         files, and backup files of same.
10284 2008-02-11  Kevin Ryde  <user42@zip.com.au>
10286         * ffap.el (ffap-rfc-directories): New variable.
10287         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
10289         * info.el (Info-next-reference, Info-prev-reference)
10290         (Info-try-follow-nearest-node): Move to and follow https:// links too.
10292         * simple.el (completion-list-mode): Show full completion-list-mode-map
10293         in the docstring.
10295 2008-02-11  Sam Steingold  <sds@gnu.org>
10297         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
10299 2008-02-11  Glenn Morris  <rgm@gnu.org>
10301         * startup.el (emacs-startup-time): New variable.
10302         (command-line): Set emacs-startup-time.
10304         * calendar/time-date.el (emacs-uptime): New function.
10306 2008-02-10  Bastien Guerry  <bzg@altern.org>
10308         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
10309         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
10310         it is nil.
10312 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10314         * epg-config.el: Expand the contents of epg-package-info.el.
10315         (epg-package-name): New constant.
10316         (epg-version-number): New constant.
10317         (epg-bug-report-address): New constant.
10319         * epa-mail.el (epa-mail-mode): Add autoload cookie.
10320         (epa-global-mail-mode): New global minor mode.
10322         * epa-file.el (epa-file-mode): New global minor mode.
10324         * epa-dired.el (epa-dired-mode): New global minor mode.
10326         * epa.el (epa-menu): New variable.
10327         (epa-menu-items): New variable.
10328         (epa-menu-mode): New global minor mode.
10329         (epa-global-minor-modes): New user option.
10330         (epa-mode): New global minor mode.
10332 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
10334         * net/dbus.el: Remove `no-byte-compile' cookie.
10335         (dbus-call-method, dbus-register-signal, dbus-debug)
10336         (dbus-registered-functions-table): Declare them with
10337         `declare-function' or `defvar', respectively.
10338         (top): Don't assert any longer.  Require 'cl when compiling.
10339         Apply `ignore-errors' but `dbus-ignore-errors'.
10341 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
10343         * diff-mode.el (diff-add-change-log-entries-other-window):
10344         Use add-change-log-entry.
10346 2008-02-09  Jason Rumney  <jasonr@gnu.org>
10348         * button.el (button-map):
10349         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
10350         * ldefs-boot.el: Regenerate.
10352 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
10354         * epa.el (epa-faces, epa):
10355         * epa-file.el (epa-file):
10356         * epg-config.el (epg): Add :version.
10358 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
10360         * vc.el (vc-exec-after): Append CODE to previous fragments.
10361         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
10362         take MESSAGES instead of VERBOSE; use it when non-nil.
10363         (vc-diff-internal): Compute messages once; use them;
10364         update call to vc-diff-finish.
10366 2008-02-09  Michael Olson  <mwolson@gnu.org>
10368         * net/tramp.el (tramp-process-sentinel): Avoid error when process
10369         buffer has been killed, such as by
10370         `tramp-cleanup-all-connections'.
10372 2008-02-09  Miles Bader  <miles@gnu.org>
10374         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
10376 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10378         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
10379         splitter in context hunks.
10381 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
10383         * international/fontset.el (setup-default-fontset): Fix arabic otf
10384         font specification.
10386 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
10388         * epa-dired.el:
10389         * epa-file.el:
10390         * epa-mail.el:
10391         * epa-setup.el:
10392         * epa.el:
10393         * epg-config.el:
10394         * epg-package-info.el:
10395         * epg.el: Initial check-in of EasyPG.
10397 2008-02-08  Glenn Morris  <rgm@gnu.org>
10399         * woman.el (woman-locale): New defcustom.
10400         (woman-expand-locale, woman-manpath-add-locales): New functions.
10401         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
10403         * international/mule-cmds.el (locale-translate): New function,
10404         with old code extracted from set-locale-environment.
10405         (set-locale-environment): Use locale-translate.  Set woman-locale.
10407         * cus-start.el (selection-coding-system): Remove, since it's now
10408         defined in select.el rather than in xselect.c.
10409         * select.el (selection-coding-system): Make it a defcustom, and
10410         add the properties from cus-start.el.  Bump :version.
10412         * custom.el (custom-theme-set-variables): Sort symbols that are
10413         dependencies before symbols that depend on them.
10414         (custom-enabled-themes): Set after custom-theme-directory.
10416         * pcmpl-unix.el (top-level): Move provide statement to end.
10417         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
10418         `*' from doc-string.  Allow to be nil.
10419         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
10420         Allow to be nil.  Add :version.
10421         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
10422         without hostnames, and multiple hostnames per line.
10424         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
10426 2008-02-08  Phil Hagelberg  <phil@evri.com>
10428         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
10429         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
10431 2008-02-07  Timo Savola  <timo.savola@iki.fi>
10433         * startup.el (command-line-x-option-alist): Add --parent-id.
10435         * term/x-win.el (x-handle-parent-id): New function.
10437 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
10439         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
10440         "Font Menu".
10442 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
10444         * net/dbus.el (dbus-interface-peer): New defconst.
10445         (dbus-ping): New defun.
10447 2008-02-06  Sam Steingold  <sds@gnu.org>
10449         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
10451 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10453         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
10454         Just return nil and let the C code provide a fallback.
10456 2008-02-05  Glenn Morris  <rgm@gnu.org>
10458         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
10459         tramp-flush-connection-property for removed 2nd argument.
10461 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10463         * diff-mode.el (diff-add-change-log-entries-other-window):
10464         Rename from diff-create-changelog.  Change users.
10465         Minor change to hopefully work with plain diffs.
10466         (diff-mode-map): Add binding for it.
10468 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
10470         * diff-mode.el: Add new TODO entry.
10471         (diff-create-changelog): New function.
10472         (diff-mode-menu): Bind it.
10474 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
10476         * international/mule-diag.el (print-fontset-element): Handle the
10477         case of inhibiting the fallback fonts.
10479 2008-02-04  Kim F. Storm  <storm@cua.dk>
10481         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10482         (ido-magic-delete-char): Use prefix arg.
10484 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
10486         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
10487         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
10488         of today, the most recent libpng is 1.2.24).
10490 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
10492         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
10494         * net/dbus.el (top): Check (featurep 'dbusbind).
10496         * net/tramp.el (tramp-process-sentinel): New defun.
10497         (tramp-do-copy-or-rename-file-out-of-band)
10498         (tramp-maybe-open-connection): Use it as process sentinel.
10499         (tramp-handle-delete-directory): Don't use the "-f" option; it
10500         isn't portable.
10501         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
10502         after the command.
10503         (tramp-handle-shell-command): Set `mode-line-process' in the
10504         asynchronous case.
10506         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
10508         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
10509         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10510         Use `tramp-process-sentinel' as process sentinel.
10512 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
10514         * whitespace.el (global-whitespace-mode): Revert last change.
10515         (whitespace-unload-function): Force `global-whitespace-mode'
10516         to deactivate local modes in a slightly less intrusive way.
10518 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
10520         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
10522 2008-02-02  Glenn Morris  <rgm@gnu.org>
10524         * international/latin1-disp.el (latin1-display):
10525         * progmodes/fortran.el (fortran-comment-indent-char):
10526         * progmodes/idlw-shell.el (top-level):
10527         * term/mac-win.el (mac-keyboard-translate-char):
10528         * whitespace.el (whitespace-char-valid-p):
10529         * wid-edit.el (widget-key-sequence-read-event):
10530         Use characterp rather than char-valid-p.
10532         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
10533         to capitalized-find-word-boundary.  Doc fix.  Update callers.
10534         (capitalized-next-word-boundary-function-table): Rename to
10535         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
10537         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
10538         string-to-int.
10540         * ps-def.el (declare-function): Add compatibility definition.
10541         (ps-plot-with-face, ps-plot-string): Declare as functions.
10542         (ps-bold-faces, ps-italic-faces): Declare variables.
10544         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
10545         (ps-mule-end-job): Declare as functions.
10547         * wid-edit.el (widget-string-complete): Use assoc-string rather
10548         than assoc-ignore-case.
10550 See ChangeLog.13 for earlier changes.
10552 ;; Local Variables:
10553 ;; coding: utf-8
10554 ;; add-log-time-zone-rule: t
10555 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
10556 ;; End:
10558     Copyright (C) 2008  Free Software Foundation, Inc.
10560   This file is part of GNU Emacs.
10562   GNU Emacs is free software: you can redistribute it and/or modify
10563   it under the terms of the GNU General Public License as published by
10564   the Free Software Foundation, either version 3 of the License, or
10565   (at your option) any later version.
10567   GNU Emacs is distributed in the hope that it will be useful,
10568   but WITHOUT ANY WARRANTY; without even the implied warranty of
10569   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10570   GNU General Public License for more details.
10572   You should have received a copy of the GNU General Public License
10573   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
10575 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc